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
2015-06-01Merge commit '378a00087fdadcc9b34165c05cd10a1a15f3fe61'Michael Niedermayer
2015-05-31mpegvideo: Move tables to a separate fileVittorio Giovara
2014-07-01Merge commit 'e3fcb14347466095839c2a3c47ebecff02da891e'Michael Niedermayer
2014-06-30dsputil: Split off IDCT bits into their own contextDiego Biurrun
2014-04-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2014-04-09mpegvideo: operate with pointers to AVFrames instead of whole structswm4
2013-11-14Merge commit 'c7f7bfc9e3a3150ba72bc34366c13fb2210c66ac'Michael Niedermayer
2013-11-13Remove all Alpha architecture optimizationsDiego Biurrun
2013-06-24msmpeg4: Fix ff_msmpeg4_pred_dc() so it works with lowres>0Michael Niedermayer
2013-05-16Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110'Michael Niedermayer
2013-05-16Remove commented-out debug #define cruftDiego Biurrun
2013-04-09msmpeg4: fix asm code in ff_msmpeg4_pred_dc()Michael Niedermayer
2013-03-28Merge commit 'b4d24b471bc52f1f78a43ee330199e70483e51c3'Michael Niedermayer
2013-03-27msmpeg4: Split decoding related functions to a separate fileMartin Storsjö
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-01-23Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer
2013-01-23Drop DCTELEM typedefDiego Biurrun
2012-12-12msmpeg4dec: fix coeff indexMichael Niedermayer
2012-11-25mpsmpeg4: use av_image_check_sizePeter Ross
2012-11-11msmpeg4dec: check w/h, prevent assert failure laterMichael Niedermayer
2012-10-27msmpeg4dec: fix init code to not fail when called from 2 threads at the same ...Michael Niedermayer
2012-10-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-01avcodec: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun
2012-10-01avcodec: Drop silly and/or broken printf debug outputDiego Biurrun
2012-08-15msmpeg4v2: initialize mb_type arrayMichael Niedermayer
2012-08-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-09x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.hMans Rullgard
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-05-25Revert "removing lowres support"Michael Niedermayer
2012-04-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-21Remove lowres video decodingMans Rullgard
2012-04-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-02msmpeg4: Split encoding backend code off from general backend code.Diego Biurrun
2012-02-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-28msmpeg4: Replace forward declaration by proper #include.Diego Biurrun
2012-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-16msmpeg4: Add ff_ prefix to nonstatic symbolsMartin Storsjö
2012-02-16vc1: Add ff_ prefix to nonstatic symbolsMartin Storsjö
2012-02-16msmpeg4: Add ff_ prefixes to nonstatic symbolsMartin Storsjö
2012-02-16mpeg4: Add ff_ prefixes to nonstatic symbolsMartin Storsjö
2012-02-16vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö
2012-02-16h263: Add ff_ prefix to nonstatic symbolsMartin Storsjö
2012-02-11msmpeg4: replace 999999 by INT_MAX and initial by a valid index.Michael Niedermayer
2011-12-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-18get_bits: remove LAST_SKIP_CACHE macroMans Rullgard
2011-12-13msmpeg4dec: restore error concealment functionality after mergeMichael Niedermayer