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/msmpeg4data: Move data shared between msmpeg4 and 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/wmv2dec: Remove unnecessary ScanTablesAndreas Rheinhardt
2022-09-03avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt
2022-08-10avcodec/wmv2dec: Zero mb_type array for I picturesAndreas Rheinhardt
2022-08-03avcodec/intrax8: Remove unused IDCTDSPContextAndreas Rheinhardt
2022-07-18avcodec: Make init-threadsafety the defaultAndreas 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-02-18avcodec/msmpeg4dec: Make initializing VLCs thread-safeAndreas 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-02-13avcodec/wmv2: Split Wmv2Context into decoder and encoder contextAndreas Rheinhardt
2022-02-13avcodec/wmv2: Move initializing abt_scantables to the decoderAndreas Rheinhardt
2022-01-29avcodec/h263: Move decoding-only stuff to a new header h263dec.hAndreas Rheinhardt
2022-01-04avcodec/wmv2: Move ff_wmv2_add_mb() to the wmv2decAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-01-29avcodec/msmpeg4dec: Don't check for errors for complete VLCsAndreas Rheinhardt
2020-06-13avcodec: add FF_CODEC_CAP_INIT_CLEANUP for all codecs which use ff_mpv_common...Limin Wang
2019-05-12avcodec/wmv2dec: Check input bits vs. coded MBsMichael Niedermayer
2019-04-19avcodec/wmv2dec: Check that the P frame secondary header fit in the inputMichael Niedermayer
2018-12-05avcodec/wmv2dec: Skip I frame if its smaller than 1/8 of the minimal sizeMichael Niedermayer
2018-09-03avcodec/wmv2dec: skip frames that have only skiped MBsMichael Niedermayer
2017-11-18avcodec/wmv2dec: Check end of bitstream in parse_mb_skip() and ff_wmv2_decode...Michael Niedermayer
2017-10-23Merge commit 'b3739599bda740ac12d3dde31a331b744df99123'James Almer
2016-05-07Merge commit 'ca8c7591735c0f80cc29e31e2e92cb10228e14c7'Derek Buitenhuis
2016-05-07Merge commit '9fa888c02801fff2e8817c24068f5296bbe60000'Derek Buitenhuis
2016-05-07Merge commit 'c2084ffcbfc11d1b6ed3a4a0df9cafd56fbb896f'Derek Buitenhuis
2016-05-07Merge commit 'b1268e0f032a3af3912fe3fb8d3855e12d7ea83b'Derek Buitenhuis
2016-05-07Merge commit 'd0540fd02171a6233d2016b199d013299debf7e3'Derek Buitenhuis
2016-04-24Merge commit '1eaae7abb8f208fefb4e8b9e983e61b2499206a3'Derek Buitenhuis
2016-04-24Merge commit '8072345e9f86d88fbc4a15c17cb03f1e4701c9a5'Derek Buitenhuis
2016-04-24Merge commit 'eaeba6f241e0de0e797be10f8fda967ef8489e64'Derek Buitenhuis
2016-04-24Merge commit '577393321c389ad2973bec6168a8045c94a9e099'Derek Buitenhuis
2016-04-24Merge commit '68127e1bf8037a6e0acd6401cc8c5da950e3fa0a'Derek Buitenhuis
2016-04-17Merge commit 'd909f43b5c773a73c8d526638744547ba4aa8c59'Derek Buitenhuis
2016-04-17Merge commit '0c6a70873fc6e43194b471d112c30823b6c8d0b4'Derek Buitenhuis
2016-03-29intrax8: Remove mpegvideo dependencyVittorio Giovara
2016-03-29intrax8: Keep a reference to the decoder blocksVittorio Giovara
2016-03-29intrax8: Use the generic horizband functionVittorio Giovara
2016-03-29intrax8: Pass macroblock coordinates to ff_intrax8_decode_pictureVittorio Giovara
2016-03-29intrax8: Pass macroblock size to ff_intrax8_common_initVittorio Giovara
2016-03-25intrax8: Reference the current AVCodecContextVittorio Giovara
2016-03-25intrax8: Keep a reference to the GetBitContext readerVittorio Giovara
2016-03-25intrax8: Pass the output frame to the decoding functionVittorio Giovara
2016-03-25intrax8: Carry over the loopfilter value in ff_intrax8_decode_pictureVittorio Giovara
2016-03-25intrax8: Keep a reference to the context idctdspVittorio Giovara
2016-03-23vc1dec: wmv2dec: Validate ff_intrax8_common_init return valueVittorio Giovara