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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-12-10cmdutils & opencl: add -opencl_bench option to test and show available OpenCL...Lenny Wang
2013-12-09Merge commit 'd64341e498fa46c6cf4c23d408177d7489559654'Michael Niedermayer
2013-12-09Merge commit 'df7aba52b51007db50410abe15fe28391abd8757'Michael Niedermayer
2013-12-09Merge commit 'c342132fa8a29692e28c98238e3a31da5c407e42'Michael Niedermayer
2013-12-09configure: Prefix libc-related variables with "libc_"Diego Biurrun
2013-12-09frame: cosmetics, reindentAnton Khirnov
2013-12-09frame: copy flags in av_frame_copy_props()Anton Khirnov
2013-12-07avutil/opt: Implement av_opt_set_defaults* in O(N) instead of O(N²) timeMichael Niedermayer
2013-12-07avutil/opt: factor set_string_color() outMichael Niedermayer
2013-12-07avutil/opt: factor set_string_video_rate() outMichael Niedermayer
2013-12-07avutil/opt: factor set_string_image_size() outMichael Niedermayer
2013-12-07avutil/utils: run ff_check_pixfmt_descriptors() only when ASSERT_LEVEL is > 0Michael Niedermayer
2013-12-07avutil/log: skip IO calls on empty stringsMichael Niedermayer
2013-12-07avutil/log: skip setting color for default (AV_LOG_INFO) levelMichael Niedermayer
2013-12-07avutil/log: merge calls that set ansi color and print the stringMichael Niedermayer
2013-12-06Add Windows resource file support for shared librariesJames Almer
2013-12-02libavutil & opencl: remove opencl default device typeLenny Wang
2013-12-01build: rename version.h to libavutil/ffversion.hTimothy Gu
2013-11-27avutil/log: check that len is within the buffer before reading itMichael Niedermayer
2013-11-27get_audio_buffer: fix usage where channels are not set but layout isMichael Niedermayer
2013-11-26Merge commit '1eaac1d6f7bb8e52d82e1a114c88a59a9a8e5025'Michael Niedermayer
2013-11-26mpeg12dec: Extract CC user data into frame side dataJohn Stebbins
2013-11-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-11-24Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun
2013-11-22avutil/utf8: put under #ifdef TESTMichael Niedermayer
2013-11-22lavu/avstring: add av_utf8_decode() functionStefano Sabatini
2013-11-22lavu/dict.h: extend/clarify docs for av_dict_parse_string()Stefano Sabatini
2013-11-22lavu/dict.h: apply various fixes/extensions to doxyStefano Sabatini
2013-11-17avutil: reintroduce lls1 as the 52 ABI needs itMichael Niedermayer
2013-11-17rename new lls code to lls2 to avoid conflict with the old which has a differ...Michael Niedermayer
2013-11-17avutil: rename lls to lls2Michael Niedermayer
2013-11-14Merge commit 'cce3e0a49f0dd030262c28d9c53de0bd2fd909c4'Michael Niedermayer
2013-11-14Move av_fast_{m,re}alloc from lavc to lavu.Anton Khirnov
2013-11-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-11-14Deprecate obsolete XvMC hardware decoding supportDiego Biurrun
2013-11-06avutil/common: error out with clear message if __STDC_CONSTANT_MACROS is not ...Michael Niedermayer
2013-11-05avutil/opencl: compile kernels separatelyLenny Wang
2013-11-05Merge commit 'cd8f772d0678a90957f4dfd5ce51af9d22e3f212'Michael Niedermayer
2013-11-04avutil: add av_fopen_utf8()Michael Niedermayer
2013-11-03Merge commit '5858a67f135a7395c548482c73cf3d39bcdd3022'Michael Niedermayer
2013-11-03attributes: disable flatten on llvm/clangVittorio Giovara
2013-11-03avutil/xtea: add Doxy @file and groupTimothy Gu
2013-11-03avutil/adler32: add Doxy groupTimothy Gu
2013-11-01Merge commit '28096e0a806e57376541e6222d315619906e3c55'Michael Niedermayer
2013-10-31h264: wait for initial complete frame before outputing framesJohn Stebbins
2013-10-30avutil/opt: fix flags check on non x86Michael Niedermayer
2013-10-28avutil/opt: check flags validity in write_number()Michael Niedermayer
2013-10-28Merge commit '0b357a8095e72b092cc5c2aacc2f806db75ecae3'Michael Niedermayer
2013-10-28Merge commit '529a9893d769f381b72785c500662be2020da5fe'Michael Niedermayer
2013-10-28AVOptions: do not range check flag options.Anton Khirnov