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-11-06avcodec/msmpeg4dec: Factor initializing VLCs shared with VC-1 outAndreas Rheinhardt
2022-11-06avcodec/vc1_block: Don't duplicate #definesAndreas Rheinhardt
2022-10-29avcodec/msmpeg4dec: Move setting decode_mb for WMV2 to wmv2dec.cAndreas Rheinhardt
2022-10-24avcodec/mpegvideo: Don't use ScanTable where unnecessaryAndreas Rheinhardt
2022-09-03avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt
2022-07-18avcodec: Make init-threadsafety the defaultAndreas Rheinhardt
2022-06-17avcodec/vlc: Use structure instead of VLC_TYPE array as VLC elementAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt
2022-03-21avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt
2022-03-21avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt
2022-03-16configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö
2022-02-18avcodec/msmpeg4dec: Reindent after the previous commitAndreas Rheinhardt
2022-02-18avcodec/msmpeg4dec: Make initializing VLCs thread-safeAndreas Rheinhardt
2022-02-13avcodec/mpeg4video.h: Move decoder-only parts to a new headerAndreas Rheinhardt
2022-02-13avcodec/h263.h: Move encoder-only stuff to a new header h263enc.hAndreas Rheinhardt
2022-02-13avcodec/msmpeg4.h: Move decoder-only parts to a new headerAndreas Rheinhardt
2022-02-13avcodec/wmv2.h: Move encoder- and decoder-only parts to new headersAndreas Rheinhardt
2022-01-29avcodec/h263: Move decoding-only stuff to a new header h263dec.hAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-04-27avcodec/msmpeg4: Factor out common RLTable initialization codeAndreas Rheinhardt
2021-04-12avcodec/msmpeg4dec: Avoid duplication of VLC init codeAndreas Rheinhardt
2021-04-08Revert "avcodec: add FF_CODEC_CAP_INIT_CLEANUP for all codecs which use ff_mp...Andreas Rheinhardt
2021-01-29avcodec/msmpeg4: Inline number of motion vectorsAndreas Rheinhardt
2021-01-29avcodec/msmpeg4dec: Don't check for errors for complete VLCsAndreas Rheinhardt
2021-01-25avcodec/msmpeg4dec: Reuse identical MV VLCAndreas Rheinhardt
2021-01-25avcodec/msmpeg4dec: Reuse identical RL VLCsAndreas Rheinhardt
2021-01-25avcodec/msmpeg4dec: Don't initialize unused RL VLCsAndreas Rheinhardt
2020-06-13avcodec: add FF_CODEC_CAP_INIT_CLEANUP for all codecs which use ff_mpv_common...Limin Wang
2018-12-05avcodec/msmpeg4dec: Skip frame if its smaller than 1/8 of the minimal sizeMichael Niedermayer
2018-02-27avcodec/msmpeg4dec: Check for input end in msmpeg4v34_decode_mb()Michael Niedermayer
2017-05-11avcodec/msmpeg4dec: Check for cbpy VLC errorsMichael Niedermayer
2017-05-07avcodec/msmpeg4dec: Correct table depthMichael Niedermayer
2017-03-19Merge commit 'f2f145f3032bc8808708a4bd694fbce5f1b8b63c'Clément Bœsch
2017-01-21avcodec: Add FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM to most h263 based codecsMichael Niedermayer
2016-10-07Merge commit '4f98bb7b6d0323d9ecc3bebd6e24d46a3a374bad'Hendrik Leppkes
2016-10-07Merge commit 'eedbeb4c2737f28844157fae4bd87ed42a61bb1d'Hendrik Leppkes
2016-08-17msmpeg4: Drop disabled debug cruftDiego Biurrun
2016-06-26Merge commit 'dc40a70c5755bccfb1a1349639943e1f408bea50'Hendrik Leppkes
2016-06-24msmpeg4: Remove commented-out debug logging codeDiego Biurrun
2016-06-24msmpeg4: Remove some broken, commented-out cruftDiego Biurrun
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-28Drop unnecessary libavutil/x86/asm.h #includesDiego Biurrun
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2015-09-02avcodec/mpegvideo: change bit_rate to 64bitMichael Niedermayer
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-06-01Merge commit '2f15846ad7ad57beb0bca99c624affa0facf284b'Michael Niedermayer
2015-05-31mpegvideo: wmv2: Move function declarationsVittorio Giovara