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-09-29avcodec/put_bits: Add rebase_put_bits()Michael Niedermayer
2014-09-29avcodec/utils: Fix off by 1 error causing unneeded allocation in ff_fast_mall...Michael Niedermayer
2014-09-29avcodec/mpegvideo_enc: Only enforce rc_max_available_vbv_use on first encodin...Michael Niedermayer
2014-09-28avcodec/x86/fmtconvert: Fix operand size in ff_int32_to_float_fmul_array8_sse*Michael Niedermayer
2014-09-28avcodec/vc1dec: Fixing is_intra, 2nd attemptMichael Niedermayer
2014-09-28avcodec/vc1dec: fix is_intra block vs. mb bugMichael Niedermayer
2014-09-28avcodec/libx265: enable psnr reporting when requested by the userMichael Niedermayer
2014-09-28avcodec/libx264: mark unchanged pointer arguments as constMichael Niedermayer
2014-09-27avcodec/ac3enc_template: fix out of array readMichael Niedermayer
2014-09-27avcodec/subviewerdec: remove old compat codeClément Bœsch
2014-09-27avcodec/microdvddec: remove old compat codeClément Bœsch
2014-09-27hevc: remove CodingTreeChristophe Gisquet
2014-09-27Merge commit '4e03b2097ca59843ed65424a572b7acd5345f088'Michael Niedermayer
2014-09-27Merge commit 'ce42316321145c435029dc288c2b5f1d48519dde'Michael Niedermayer
2014-09-27Merge commit '1c80c9d7ef809180042257200c7b5f6b81d0b0e2'Michael Niedermayer
2014-09-27x86/fmtconvert: add ff_int32_to_float_fmul_array8_{sse,sse2}James Almer
2014-09-27Merge commit '7703995a2e8760e66ff35148bf029e0f9e30dbe6'Michael Niedermayer
2014-09-27Merge commit 'cc4992aaf3dbb0af88d9727983d75636baf1f8cc'Michael Niedermayer
2014-09-27Merge commit '4c2fd4b262347273afe97865ba451a1abde43ae6'Michael Niedermayer
2014-09-26mpeg12: Always invoke the get_format() callbackRémi Denis-Courmont
2014-09-26h264: Always invoke the get_format() callbackRémi Denis-Courmont
2014-09-26hwaccel: Call ->get_format again if hwaccel init failsRémi Denis-Courmont
2014-09-26Merge commit 'b5fe13448b13bfdd48a75b7e12387e11e3526d7c'Michael Niedermayer
2014-09-26flac: Remove unused headersTristan Matthews
2014-09-26ac3enc: allow Dolby Pro Logic IIz as the Dolby Surround EX mode.Tim Walker
2014-09-26ac3enc: allow Dolby Pro Logic II as a preferred downmix mode.Tim Walker
2014-09-26vc1: Use logical instead of bitwise or for twomvMichael Niedermayer
2014-09-26vc1: Use logical instead of bitwise or for coded_interTim Walker
2014-09-26avcodec/dxtory: remove unused variablesMichael Niedermayer
2014-09-26Merge commit 'b97f6ef956293fe06ae1e99bd295f42613081f37'Michael Niedermayer
2014-09-26pcm-dvd: Move a variable to a smaller scopeDiego Biurrun
2014-09-26Show correct pix_fmt for vp9 videos != AV_PIX_FMT_YUV420P.Carl Eugen Hoyos
2014-09-26avcodec/dxtory: Support dxtory-2.0.127.aviMichael Niedermayer
2014-09-26lavc/x86/idctdsp.h: Fix make checkheaders.Carl Eugen Hoyos
2014-09-25avcodec/svq1enc: align buffer used by simd functionsJames Almer
2014-09-25x86/cavsdsp: fix buffer alignment in cavs_idct8_add_mmx()James Almer
2014-09-25Merge commit 'd07ddc93e29a4fdf12cd426953a7ecd5abe5e36d'Michael Niedermayer
2014-09-25avcodec: Fix a doxy comment to refer to the right functionMartin Storsjö
2014-09-25avcodec/mpegvideo_enc: write a log message at verbose level if frame re-encod...Michael Niedermayer
2014-09-25x86/idctdsp: port {put,add}_pixels_clamped to yasmJames Almer
2014-09-25avcodec/idctdsp: change {put,add}_pixels_clamped to ptrdiff_t line_sizeJames Almer
2014-09-25avcodec/x86: use function pointers for {put,add}_pixels_clampedJames Almer
2014-09-24x86/videodsp: add ff_emu_edge_{hfix,hvar}_avx2James Almer
2014-09-24hevc: move intermediate bidir bufferChristophe Gisquet
2014-09-24hevc: remove unneeded buffer.Christophe Gisquet
2014-09-24x86/videodsp: fix warning about discarded 'const' qualifierJames Almer
2014-09-24avcodec/libvpxdec: don't check for formats other than i420 when vp9 decoding ...James Almer
2014-09-23Fix compile error on arm4/arm5 platformBernd Kuhls
2014-09-23avcodec/webp: fix default palette color 0xff000000 -> 0x00000000Pascal Massimino
2014-09-23avcodec/asvenc: fix AAN scalingMichael Niedermayer