Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-12-19Add FFMPEG_VERSION into the binary libsMichael Niedermayer
2014-12-19libavutil: Added cbc mode to cast128Supraja Meedinti
2014-12-19Merge commit 'b1306823d0b3ae998c8e10ad832004eb13bdd93e'Michael Niedermayer
2014-12-19Merge commit '5d839778b9f3edb682b7f71dde4f80f07c75b098'Michael Niedermayer
2014-12-19check memory errors from av_strdup()Vittorio Giovara
2014-12-19lavu: Refactor side data wipingLuca Barbato
2014-12-17libavutil: cosmetic: inserted spaces wherever necessarySupraja Meedinti
2014-12-15lavu/frame: fix malloc error path in av_frame_copy_props()wm4
2014-12-14thread: use "" instead of <> for including the w32pthreads wrapperAnton Khirnov
2014-12-13lavu/dict: check for malloc failureswm4
2014-12-09Merge commit '780cd20b00a69e26bbfffbb8eec16fbe999ea793'Michael Niedermayer
2014-12-09Merge commit 'f963f80399deb1a2b44c1bac3af7123e8a0c9e46'Michael Niedermayer
2014-12-09aarch64: Use .data.rel.ro for const data with relocationsMartin Storsjö
2014-12-09arm: Use .data.rel.ro for const data with relocationsMartin Storsjö
2014-12-08avutil/opt: Fix AV_OPT_TYPE_BINARY case in av_opt_is_set_to_default()Michael Niedermayer
2014-12-07avutil/opt: Check av_parse_video_rate()s return valueMichael Niedermayer
2014-12-07avutil/opt: Check av_parse_color() return valueMichael Niedermayer
2014-12-06avutil/buffer: add #if USE_ATOMICS around atomics specific functions to ensur...Michael Niedermayer
2014-12-05v210enc: Add SIMD optimised 8-bit and 10-bit encodersKieran Kunhya
2014-11-29avutil/ppc/util_altivec: add () to VEC_SPLAT16 macroMichael Niedermayer
2014-11-29avutil/buffer: Move USE_ATOMICS to thread.h to avoid it becoming out of sync ...Michael Niedermayer
2014-11-29libavutil/threads.h: correct an include to be localDave Yeo
2014-11-29libavutil/thread.h: Support OS/2 threadsDave Yeo
2014-11-29avutil/bprint: C++ compatible AVBPrint definition.Vadim Kalinsky
2014-11-29lavu/opt: add escaping to av_opt_serializeLukasz Marek
2014-11-28Merge commit 'fbd6c97f9ca858140df16dd07200ea0d4bdc1a83'Michael Niedermayer
2014-11-28lavu/opt: add consts where possibleLukasz Marek
2014-11-28Merge commit '2443e522f0059176ff8717c9c753eb6fe7e7bbf1'Michael Niedermayer
2014-11-27lavu/imgutils: remove redundant and wrong check in av_image_fill_arraysStefano Sabatini
2014-11-27lavu: fix memory leaks by using a mutex instead of atomicswm4
2014-11-27lavu: add wrappers for the pthreads mutex APIAnton Khirnov
2014-11-27msvc: Fix compilation errors due to header include order.Matthew Oliver
2014-11-27libavutil/ppc/util_altivec.h : fix load_with_perm_vec() add marcos vcswapi2s(...Rong Yan
2014-11-27Merge commit '9326d64ed1baadd7af60df6bbcc59cf1fefede48'Michael Niedermayer
2014-11-27Share the utf8 to wchar conversion routine between lavf and lavuMartin Storsjö
2014-11-26v210enc: Add SIMD optimised 8-bit and 10-bit encodersKieran Kunhya
2014-11-26lavu/opt: handle NULL obj in av_opt_nextLukasz Marek
2014-11-24Merge commit '277ff7f5dc134f1c2dfc4ea0ef3540340482e3d2'Michael Niedermayer
2014-11-24avutil/file: fix av_tempfile() documentationMichael Niedermayer
2014-11-24lavu: move internal define to the only places where it is usedVittorio Giovara
2014-11-24avutil: remove FF_CONST_AVUTIL53, its no longer neededMichael Niedermayer
2014-11-21lavu/dict: add av_dict_get_stringLukasz Marek
2014-11-20avutil/arm/float_dsp_init_vfp: replace restrict by av_restrictjessejiang
2014-11-18avutil/float_dsp: add avpriv_float_dsp_alloc()Michael Niedermayer
2014-11-16lavu/opt: introduce av_opt_serialize()Lukasz Marek
2014-11-16lavu/opt: introduce av_opt_is_set_to_default()Lukasz Marek
2014-11-13lavu/opt: fix av_opt_get functionLukasz Marek
2014-11-13lavu/opt: fix memleak in testLukasz Marek
2014-11-12Merge commit 'c6074a30ba3b5fb4319ee6ee599656d58548cdc8'Michael Niedermayer
2014-11-11lavu/opt: update testsLukasz Marek