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
2022-11-06avcodec/vc1dec: Split VC-1 decoders from msmpeg4Andreas Rheinhardt
2022-11-06avcodec/msmpeg4data: Move data shared between msmpeg4 and VC-1 outAndreas Rheinhardt
2022-10-24avcodec/mpegvideo: Don't use ScanTable where unnecessaryAndreas Rheinhardt
2022-03-16configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö
2022-01-13avcodec/mpeg4video: Split off data in a header of its ownAndreas Rheinhardt
2022-01-09avcodec: Remove unnecessary h263.h inclusionsAndreas Rheinhardt
2021-04-27avcodec/msmpeg4: Factor out common RLTable initialization codeAndreas Rheinhardt
2021-04-27avcodec/msmpeg4: ReindentationAndreas Rheinhardt
2021-04-27avcodec/msmpeg4: Make ff_msmpeg4_common_init() thread-safeAndreas Rheinhardt
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
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