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-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
2014-11-11lavu/opt: add support for binary defaultsLukasz Marek
2014-11-11lavu/opt: check for NULL before parsingLukasz Marek
2014-11-11opt: Fix the documentation mentioning av_set_string3Luca Barbato
2014-11-09lavu/opt: copy dict in av_opt_copyLukasz Marek
2014-11-09lavu/opt: document av_opt_copy functionLukasz Marek
2014-11-08Remove fminf() emulation.Carl Eugen Hoyos
2014-11-08Merge commit '4981baf9b803f3c4866b2e97fdadb008c62dc7ad'Michael Niedermayer
2014-11-07avutil/ppc/util_altivec: add () to VEC_LD macro argumentsMichael Niedermayer
2014-11-07avutil/ppc/util_altivec: make src pointers const, fix warningsMichael Niedermayer
2014-11-07avstring: Mark some character handling functions av_constHenrik Gramner
2014-11-07libavutil/ppc/util_altivec.h : fix unaligned_load() vec_unaligned_load() add ...Rong Yan
2014-11-05avutil/time_internal: do not attempt to override *time_r() macrosMichael Niedermayer
2014-10-29lavu/atomic: add support for the new memory model aware gcc built-insJames Almer
2014-10-26avutil/intmath: enable builtin intrinsics for icl and msvc.Matthew Oliver
2014-10-26Merge commit '82ee7d0dda0fec8cdb670f4e844bf5c2927ad9de'Michael Niedermayer
2014-10-26Merge commit '3f8f1c6ff24ee858eb5b0bf47ef6d4605299a87e'Michael Niedermayer
2014-10-26Use gmtime_r instead of gmtime and localtime_r instead of localtimeMartin Storsjö
2014-10-26lavu: Provide fallbacks for gmtime_r and localtime_rMartin Storsjö
2014-10-24Merge commit '1bd0bdcdc236099d5c0d179696951f35f5310fa5'Michael Niedermayer
2014-10-24lavu: Add av_gettime_relativeMartin Storsjö
2014-10-23avutil/avstring: fix hardcoded separator in av_match_list()Michael Niedermayer
2014-10-23avutil/avstring: Reimplement av_match_list()Michael Niedermayer
2014-10-20avutil/cast5: Fix off by one errorMichael Niedermayer
2014-10-20avutil/error: Introduce new error codes for 4XX and 5XX replies from remote s...Andrey Utkin
2014-10-18libavutil: Add missing av_free() to cast5 selftestGiorgio Vazzana
2014-10-18libavutil: Add CAST128 symmetric block cipherSupraja Meedinti
2014-10-11avutil/lzo: fix resource leakRuoyu