summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* opencl: Make init_mtx static with volatile lockMatt Oliver2014-05-101-2/+2
* lavu/fifo: add av_fifo_freep functionLukasz Marek2014-05-073-1/+15
* inline asm: fix arrays as named constraints.Matt Oliver2014-05-071-0/+6
* avutil/file_open: Use av_mallocz_array()Michael Niedermayer2014-05-051-1/+1
* avutil/audio_fifo: Use av_mallocz_array()Michael Niedermayer2014-05-051-1/+1
* lavu/fifo: add const to argumentsLukasz Marek2014-05-052-4/+4
* avutil/pca: Use av_malloc_array()Michael Niedermayer2014-05-041-1/+1
* Merge commit 'de69aedf9935631b7f78e8b8da6e460422a9bc5f'Michael Niedermayer2014-05-031-43/+54
|\
| * mathematics: K&R formatting cosmeticsLuca Barbato2014-05-031-42/+53
* | lavu/opt: add av_opt_set_dict2() functionLukasz Marek2014-05-023-3/+26
* | opencl: add support for non-pthread lockingMatt Oliver2014-05-012-9/+42
* | Move av_find_best_pix_fmt_of_2() from avcodec to avutilMichael Niedermayer2014-04-303-1/+273
* | lavu/hash: add hash_final helpers.Nicolas George2014-04-293-1/+58
* | avutil/log: fix memleak from 669a09fb372fa58ff913ebc326cb64bb3e8e7928Michael Niedermayer2014-04-291-1/+1
* | Add AV_LOG_PRINT_LEVEL flag to include log severity in default log formatting.tue46wsdgxfjrt2014-04-263-11/+50
* | lavu: add LOCAL_ALIGNED_32James Almer2014-04-251-0/+6
* | avutil/opencl: fix a segmentfault in libavutil/opencl.cY.C. Liu2014-04-251-1/+1
* | Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer2014-04-251-0/+5
|\ \
| * | Use correct msvc type specifiers for ptrdiff_t and size_t.Carl Eugen Hoyos2014-04-241-0/+5
* | | Merge commit 'a88e1d1c598e641eecd5d43730211d91c82787c6'Michael Niedermayer2014-04-251-0/+7
|\ \ \ | |/ / |/| / | |/
| * lavu: add CHK_OFFS as AV_CHECK_OFFSET to check struct member offsetsJanne Grunau2014-04-241-0/+7
* | avutil/avutil.h: remove duplicate rational.h includeMichael Niedermayer2014-04-231-1/+0
* | Merge commit 'b0bdc2a7123abd0287de435726ab68e9e475a8d8'Michael Niedermayer2014-04-231-6/+5
|\ \ | |/
| * avutil: move av_get_time_base_q() after include rational.hMichael Niedermayer2014-04-221-5/+5
| * avutil: Add av_get_time_base_q()Derek Buitenhuis2014-04-223-1/+12
* | avutil: move av_get_time_base_q() after include rational.hMichael Niedermayer2014-04-221-5/+6
* | avutil: Add av_get_time_base_q()Derek Buitenhuis2014-04-223-1/+12
* | avutil/internal: add FF_ALLOC_ARRAY_OR_GOTO & FF_ALLOCZ_ARRAY_OR_GOTOMichael Niedermayer2014-04-221-0/+18
* | x86/float_dsp: remove duplicated code from vector_dmul_scalarJames Almer2014-04-191-8/+3
* | Merge commit '0983d48111f578e17e8c1967d25ce593fce62b63'Michael Niedermayer2014-04-173-3/+41
|\ \ | |/
| * crc: add ANSI CRC16 LEAlessandro Ghedini2014-04-173-3/+41
* | x86: move horizontal add macros to x86utilJames Almer2014-04-171-0/+33
* | x86/float_dsp: unroll loop in vector_fmac_scalarJames Almer2014-04-161-18/+26
* | x86/float_dsp: use SWAP in vector_fmac_scalar Win64James Almer2014-04-161-3/+3
* | avutil/frame: use av_malloc(z)_array()Michael Niedermayer2014-04-151-4/+4
* | avutil/avstring: do not lose ascii characters when decoding non utf-8 with av...Michael Niedermayer2014-04-131-4/+4
* | avutil/log: add av_log_get_flags()Michael Niedermayer2014-04-123-1/+7
* | avutil/log: factor "level != AV_LOG_INFO/8" checks outMichael Niedermayer2014-04-091-4/+8
* | Merge commit '8b17243d1742279bcb2368f8d325ea71e66736c8'Michael Niedermayer2014-04-093-1/+14
|\ \ | |/
| * lavu: Add packed YVYU422 pixel formatVittorio Giovara2014-04-073-1/+14
| * xtea: Add Doxy @file and groupTimothy Gu2014-04-072-0/+9
| * adler32: Fix doxy group definitionTimothy Gu2014-04-072-0/+21
* | Merge commit '8675bcb0addb1c7fb0b04682d1f3f95d5b8dae14'Michael Niedermayer2014-04-074-2/+7
|\ \ | |/
| * aarch64: add armv8 CPU flagJanne Grunau2014-04-064-2/+7
* | Merge commit '8542f9c4f17125d483c40c0c5723842f1c982f81'Michael Niedermayer2014-04-042-3/+3
|\ \ | |/
| * replaygain: correctly parse peak valuesAlessandro Ghedini2014-04-042-3/+3
| * log: Unbreak windows supportLuca Barbato2014-04-031-0/+1
* | lavu/opt: validate range before dereferenceLukasz Marek2014-04-041-2/+4
* | log: allow color highlighting in Cygwin's minttyJames Darnley2014-04-041-3/+3
* | avutil/log: remove stray ;Michael Niedermayer2014-04-031-1/+1
OpenPOWER on IntegriCloud