summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* avutil/opencl: don't include config.hJames Almer2015-01-121-4/+3
* Merge commit '07a0c0f0005072d115ace61e60f46be68582cc3a'Michael Niedermayer2015-01-061-0/+2
|\
| * opt: check memory allocationVittorio Giovara2015-01-051-0/+2
* | Factorize avpriv_mirror() outMichael Niedermayer2015-01-051-0/+13
* | avutil/camellia: cosmetic fixesGiorgio Vazzana2015-01-021-83/+80
* | avutil/camellia: use K[2] instead of *K in generate_round_keys()Giorgio Vazzana2015-01-021-2/+2
* | avutil/camellia: make LR128() more robustGiorgio Vazzana2015-01-021-2/+2
* | avutil/camellia: fix documentation for av_camellia_crypt()Giorgio Vazzana2015-01-021-1/+1
* | libavutil: Added Camellia symmetric block cipherSupraja Meedinti2015-01-024-1/+532
* | x86/swr: add SSE2/AVX pack_8ch functionsJames Almer2014-12-301-0/+37
* | avutil/rational: Check that av_reduce() returns values within the requested maxMichael Niedermayer2014-12-291-0/+1
* | avutil/atomic: reuse ret to avoid dereferencing twice the same value.Clément Bœsch2014-12-271-1/+1
* | avutil/hmac: use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-12-271-1/+1
* | avutil/audio_fifo: use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-12-271-1/+1
* | avutil/dict: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-12-271-5/+5
* | Add FFMPEG_VERSION into the binary libsMichael Niedermayer2014-12-191-0/+3
* | libavutil: Added cbc mode to cast128Supraja Meedinti2014-12-192-3/+55
* | Merge commit 'b1306823d0b3ae998c8e10ad832004eb13bdd93e'Michael Niedermayer2014-12-191-3/+3
|\ \ | |/
| * check memory errors from av_strdup()Vittorio Giovara2014-12-181-3/+5
* | Merge commit '5d839778b9f3edb682b7f71dde4f80f07c75b098'Michael Niedermayer2014-12-191-9/+14
|\ \ | |/
| * lavu: Refactor side data wipingLuca Barbato2014-12-181-8/+14
| * thread: use "" instead of <> for including the w32pthreads wrapperAnton Khirnov2014-12-141-1/+1
* | libavutil: cosmetic: inserted spaces wherever necessarySupraja Meedinti2014-12-172-169/+181
* | lavu/frame: fix malloc error path in av_frame_copy_props()wm42014-12-151-0/+1
* | lavu/dict: check for malloc failureswm42014-12-121-1/+5
* | Merge commit '780cd20b00a69e26bbfffbb8eec16fbe999ea793'Michael Niedermayer2014-12-091-2/+8
|\ \ | |/
| * aarch64: Use .data.rel.ro for const data with relocationsMartin Storsjö2014-12-091-2/+8
* | Merge commit 'f963f80399deb1a2b44c1bac3af7123e8a0c9e46'Michael Niedermayer2014-12-091-1/+5
|\ \ | |/
| * arm: Use .data.rel.ro for const data with relocationsMartin Storsjö2014-12-091-1/+5
| * v210enc: Add SIMD optimised 8-bit and 10-bit encodersKieran Kunhya2014-12-051-0/+5
* | avutil/opt: Fix AV_OPT_TYPE_BINARY case in av_opt_is_set_to_default()Michael Niedermayer2014-12-081-2/+2
* | avutil/opt: Check av_parse_video_rate()s return valueMichael Niedermayer2014-12-071-2/+4
* | avutil/opt: Check av_parse_color() return valueMichael Niedermayer2014-12-071-2/+4
* | avutil/buffer: add #if USE_ATOMICS around atomics specific functions to ensur...Michael Niedermayer2014-12-061-0/+2
* | avutil/ppc/util_altivec: add () to VEC_SPLAT16 macroMichael Niedermayer2014-11-291-1/+1
* | avutil/buffer: Move USE_ATOMICS to thread.h to avoid it becoming out of sync ...Michael Niedermayer2014-11-292-2/+4
* | libavutil/threads.h: correct an include to be localDave Yeo2014-11-291-1/+1
* | libavutil/thread.h: Support OS/2 threadsDave Yeo2014-11-291-1/+3
* | avutil/bprint: C++ compatible AVBPrint definition.Vadim Kalinsky2014-11-291-6/+9
* | lavu/opt: add escaping to av_opt_serializeLukasz Marek2014-11-292-1/+16
* | Merge commit 'fbd6c97f9ca858140df16dd07200ea0d4bdc1a83'Michael Niedermayer2014-11-272-3/+39
|\ \ | |/
| * lavu: fix memory leaks by using a mutex instead of atomicswm42014-11-272-56/+29
* | lavu/opt: add consts where possibleLukasz Marek2014-11-273-7/+15
* | Merge commit '2443e522f0059176ff8717c9c753eb6fe7e7bbf1'Michael Niedermayer2014-11-271-0/+53
|\ \ | |/
| * lavu: add wrappers for the pthreads mutex APIAnton Khirnov2014-11-271-0/+53
* | lavu/imgutils: remove redundant and wrong check in av_image_fill_arraysStefano Sabatini2014-11-271-3/+0
* | msvc: Fix compilation errors due to header include order.Matthew Oliver2014-11-271-0/+1
* | libavutil/ppc/util_altivec.h : fix load_with_perm_vec() add marcos vcswapi2s(...Rong Yan2014-11-271-7/+31
* | Merge commit '9326d64ed1baadd7af60df6bbcc59cf1fefede48'Michael Niedermayer2014-11-272-9/+48
|\ \ | |/
| * Share the utf8 to wchar conversion routine between lavf and lavuMartin Storsjö2014-11-272-9/+48