summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* Add FFMPEG_VERSION into the binary libsMichael Niedermayer2014-12-19
* libavutil: Added cbc mode to cast128Supraja Meedinti2014-12-19
* Merge commit 'b1306823d0b3ae998c8e10ad832004eb13bdd93e'Michael Niedermayer2014-12-19
|\
| * check memory errors from av_strdup()Vittorio Giovara2014-12-18
* | Merge commit '5d839778b9f3edb682b7f71dde4f80f07c75b098'Michael Niedermayer2014-12-19
|\|
| * lavu: Refactor side data wipingLuca Barbato2014-12-18
| * thread: use "" instead of <> for including the w32pthreads wrapperAnton Khirnov2014-12-14
* | libavutil: cosmetic: inserted spaces wherever necessarySupraja Meedinti2014-12-17
* | lavu/frame: fix malloc error path in av_frame_copy_props()wm42014-12-15
* | lavu/dict: check for malloc failureswm42014-12-12
* | Merge commit '780cd20b00a69e26bbfffbb8eec16fbe999ea793'Michael Niedermayer2014-12-09
|\|
| * aarch64: Use .data.rel.ro for const data with relocationsMartin Storsjö2014-12-09
* | Merge commit 'f963f80399deb1a2b44c1bac3af7123e8a0c9e46'Michael Niedermayer2014-12-09
|\|
| * arm: Use .data.rel.ro for const data with relocationsMartin Storsjö2014-12-09
| * v210enc: Add SIMD optimised 8-bit and 10-bit encodersKieran Kunhya2014-12-05
* | avutil/opt: Fix AV_OPT_TYPE_BINARY case in av_opt_is_set_to_default()Michael Niedermayer2014-12-08
* | avutil/opt: Check av_parse_video_rate()s return valueMichael Niedermayer2014-12-07
* | avutil/opt: Check av_parse_color() return valueMichael Niedermayer2014-12-07
* | avutil/buffer: add #if USE_ATOMICS around atomics specific functions to ensur...Michael Niedermayer2014-12-06
* | avutil/ppc/util_altivec: add () to VEC_SPLAT16 macroMichael Niedermayer2014-11-29
* | avutil/buffer: Move USE_ATOMICS to thread.h to avoid it becoming out of sync ...Michael Niedermayer2014-11-29
* | libavutil/threads.h: correct an include to be localDave Yeo2014-11-29
* | libavutil/thread.h: Support OS/2 threadsDave Yeo2014-11-29
* | avutil/bprint: C++ compatible AVBPrint definition.Vadim Kalinsky2014-11-29
* | lavu/opt: add escaping to av_opt_serializeLukasz Marek2014-11-29
* | Merge commit 'fbd6c97f9ca858140df16dd07200ea0d4bdc1a83'Michael Niedermayer2014-11-27
|\|
| * lavu: fix memory leaks by using a mutex instead of atomicswm42014-11-27
* | lavu/opt: add consts where possibleLukasz Marek2014-11-27
* | Merge commit '2443e522f0059176ff8717c9c753eb6fe7e7bbf1'Michael Niedermayer2014-11-27
|\|
| * lavu: add wrappers for the pthreads mutex APIAnton Khirnov2014-11-27
* | lavu/imgutils: remove redundant and wrong check in av_image_fill_arraysStefano Sabatini2014-11-27
* | msvc: Fix compilation errors due to header include order.Matthew Oliver2014-11-27
* | libavutil/ppc/util_altivec.h : fix load_with_perm_vec() add marcos vcswapi2s(...Rong Yan2014-11-27
* | Merge commit '9326d64ed1baadd7af60df6bbcc59cf1fefede48'Michael Niedermayer2014-11-27
|\|
| * Share the utf8 to wchar conversion routine between lavf and lavuMartin Storsjö2014-11-27
* | v210enc: Add SIMD optimised 8-bit and 10-bit encodersKieran Kunhya2014-11-26
* | lavu/opt: handle NULL obj in av_opt_nextLukasz Marek2014-11-25
* | Merge commit '277ff7f5dc134f1c2dfc4ea0ef3540340482e3d2'Michael Niedermayer2014-11-24
|\|
| * lavu: move internal define to the only places where it is usedVittorio Giovara2014-11-24
* | avutil/file: fix av_tempfile() documentationMichael Niedermayer2014-11-24
* | avutil: remove FF_CONST_AVUTIL53, its no longer neededMichael Niedermayer2014-11-24
* | lavu/dict: add av_dict_get_stringLukasz Marek2014-11-21
* | avutil/arm/float_dsp_init_vfp: replace restrict by av_restrictjessejiang2014-11-20
* | avutil/float_dsp: add avpriv_float_dsp_alloc()Michael Niedermayer2014-11-18
* | lavu/opt: introduce av_opt_serialize()Lukasz Marek2014-11-16
* | lavu/opt: introduce av_opt_is_set_to_default()Lukasz Marek2014-11-16
* | lavu/opt: fix av_opt_get functionLukasz Marek2014-11-12
* | lavu/opt: fix memleak in testLukasz Marek2014-11-12
* | Merge commit 'c6074a30ba3b5fb4319ee6ee599656d58548cdc8'Michael Niedermayer2014-11-11
|\|
| * opt: Fix the documentation mentioning av_set_string3Luca Barbato2014-11-11