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
2021-10-06avcodec/mpeg12dec: Do not put mpeg_f_code into an invalid state on error returnMichael Niedermayer
2021-04-08Revert "avcodec: add FF_CODEC_CAP_INIT_CLEANUP for all codecs which use ff_mp...Andreas Rheinhardt
2021-01-21avcodec/mpeg12dec: Remove redundant writesAndreas Rheinhardt
2021-01-01Mark some pointers as constAndreas Rheinhardt
2021-01-01mpegvideo: use the AVVideoEncParams API for exporting QP tablesAnton Khirnov
2021-01-01lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov
2020-12-31avcodec/mpegvideo: Merge ff_mpv_decode_defaults into ff_mpv_decode_initAndreas Rheinhardt
2020-12-31avcodec/mpeg12: Make initializing VLCs thread-safeAndreas Rheinhardt
2020-10-18avcodec/mpeg12dec: Limit maximum A53 CC sizeMichael Niedermayer
2020-10-12avcodec/mpeg12: Don't pretend reading dct_dc_size_* VLCs can failAndreas Rheinhardt
2020-10-10avcodec/mpeg12dec: Optimize reading mpeg2 intra escape codesAndreas Rheinhardt
2020-09-26avcodec/mpeg12dec: remove inter block calls in IPU decoderPaul B Mahol
2020-09-25avcodec/mpeg12dec: add support for MPEG1 blocks in IPU codecPaul B Mahol
2020-09-24avcodec: add IPU Video decoder and parserPaul B Mahol
2020-07-09avcodec/mpeg12dec: add timecode metadataLimin Wang
2020-06-30avcodec/mpeg12dec: Fix uninitialized data in fate-sub-cc-scte20Limin Wang
2020-06-26avcodec/mpeg12dec: switch to AVBufferRef buffer for a53 captionLimin Wang
2020-06-20avcodec/mpeg12dec: do not discard older a53 captionsPaul B Mahol
2020-06-13avcodec: add FF_CODEC_CAP_INIT_CLEANUP for all codecs which use ff_mpv_common...Limin Wang
2020-06-11avcodec/mpeg12dec: remove outdated commentsMichael Niedermayer
2020-06-08avcodec/mpeg12dec: Fix got_outputMichael Niedermayer
2020-04-26lavc: Rename hwaccel.h to hwconfig.hMark Thompson
2020-03-20avcodec/mpeg12dec: Add CPB coded side dataNicolas Gaullier
2020-03-20avcodec/mpeg12dec: Do not alter avctx->rc_buffer_sizeNicolas Gaullier
2020-03-12avcodec/mpeg12dec: Fix invalid shift in mpeg2_fast_decode_block_intra()Michael Niedermayer
2020-01-02avcodec/mpeg12dec: always submit the first field to hwaccelZhong Li
2019-09-26avcodec/mpeg12dec: Sanitize start codes earlierAndreas Rheinhardt
2019-09-24libavcodec/mpeg12dec: Check input for minimal frame sizeMichael Niedermayer
2018-04-02mpeg4video: Add support for MPEG-4 Simple Studio Profile.Kieran Kunhya
2018-02-11avcodec/mpeg2dec: Fix field selection for skipped macroblocksNekopanda
2018-01-22avcodec/mpeg12dec: fix preprocessor check for mpeg1_nvdec hwaccelJames Almer
2017-11-27lavc: Add hardware config metadata for decoders supporting hardware outputMark Thompson
2017-11-20avcodec: Implement mpeg1 nvdec hwaccelPhilip Langdale
2017-11-18avcodec: Implement mpeg2 nvdec hwaccelPhilip Langdale
2017-11-16avcodec/mpeg12dec: ensure a53_caption_size is reset on malloc failuresAman Gupta
2017-11-16avcodec/mpeg12dec: parse A53 caption data embedded in SCTE-20 user dataAman Gupta
2017-10-24Merge commit 'dd343fd986459f467a2d1d70c26101dff1d47d68'James Almer
2017-10-23Merge commit '5182a28b5de060c51c21b36053ab205bfbbbbe31'James Almer
2017-10-23Merge commit 'dcc39ee10e82833ce24aa57926c00ffeb1948198'James Almer
2017-10-12Fix visual glitch with XvMC, caused by wrong idct permutation.Ivan Kalvachev
2017-06-27dxva: add support for new dxva2 and d3d11 hwaccel APIswm4
2017-06-19avcodec: Rename ff_mpv_decode_mb() to ff_mpv_reconstruct_mbMichael Niedermayer
2017-05-11avcodec/mpeg12dec: Fixes runtime error: division by zeroMichael Niedermayer
2017-03-23lavc: Drop deprecated global afd fieldVittorio Giovara
2017-03-23lavc: Remove deprecated XvMC support hacksDiego Biurrun
2017-03-13avcodec/mpeg12dec: Fix runtime error: left shift of negative value -1Michael Niedermayer
2017-03-04avcodec/mpeg12dec: Fix runtime error: left shift of negative value -13Michael Niedermayer
2017-02-26avcodec/mpeg12dec: Fix runtime error: left shift of negative value -2Michael Niedermayer
2017-02-19avcodec/mpeg12dec: Fix runtime error: left shift of negative valueMichael Niedermayer
2017-02-19avcodec/mpeg12dec: Provide debug level log on skiped P/B framesMichael Niedermayer