summaryrefslogtreecommitdiff
path: root/libavcodec/mpeg12dec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/mpegvideo: Move closed_gop to Mpeg1ContextAndreas Rheinhardt2021-12-171-3/+5
* avcodec/mpeg12dec: Fix usage of init_get_bits() and use init_get_bits8()Limin Wang2021-10-091-1/+1
* lavc: deprecate AV_CODEC_(FLAG|CAP)_TRUNCATEDAnton Khirnov2021-09-201-5/+23
* avcodec/mpeg12dec: Do not put mpeg_f_code into an invalid state on error returnMichael Niedermayer2021-09-171-4/+4
* avcodec/mpeg12dec: report error when picture type is unknown and err_detect i...Marton Balint2021-08-081-4/+10
* libavcodec/mpeg12dec.c: Switch to init_get_bits8 and checks return valueThierry Foucu2021-07-281-2/+4
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-4/+4
* avcodec: Remove private options from AVCodecContextAndreas Rheinhardt2021-04-271-7/+0
* avcodec/h263dec, mpeg12dec: Remove redundant writesAndreas Rheinhardt2021-04-121-1/+0
* Revert "avcodec: add FF_CODEC_CAP_INIT_CLEANUP for all codecs which use ff_mp...Andreas Rheinhardt2021-04-081-4/+5
* avcodec/mpeg12dec: Remove redundant writesAndreas Rheinhardt2021-01-211-3/+0
* Mark some pointers as constAndreas Rheinhardt2021-01-011-2/+2
* mpegvideo: use the AVVideoEncParams API for exporting QP tablesAnton Khirnov2021-01-011-0/+1
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-011-0/+1
* avcodec/mpegvideo: Merge ff_mpv_decode_defaults into ff_mpv_decode_initAndreas Rheinhardt2020-12-311-3/+0
* avcodec/mpeg12: Make initializing VLCs thread-safeAndreas Rheinhardt2020-12-311-4/+7
* avcodec/mpeg12dec: Limit maximum A53 CC sizeMichael Niedermayer2020-10-181-3/+5
* avcodec/mpeg12: Don't pretend reading dct_dc_size_* VLCs can failAndreas Rheinhardt2020-10-121-4/+0
* avcodec/mpeg12dec: Optimize reading mpeg2 intra escape codesAndreas Rheinhardt2020-10-101-6/+4
* avcodec/mpeg12dec: remove inter block calls in IPU decoderPaul B Mahol2020-09-251-12/+6
* avcodec/mpeg12dec: add support for MPEG1 blocks in IPU codecPaul B Mahol2020-09-251-19/+31
* avcodec: add IPU Video decoder and parserPaul B Mahol2020-09-241-0/+155
* avcodec/mpeg12dec: add timecode metadataLimin Wang2020-07-091-0/+4
* avcodec/mpeg12dec: Fix uninitialized data in fate-sub-cc-scte20Limin Wang2020-06-301-0/+2
* avcodec/mpeg12dec: switch to AVBufferRef buffer for a53 captionLimin Wang2020-06-261-45/+40
* avcodec/mpeg12dec: do not discard older a53 captionsPaul B Mahol2020-06-201-5/+17
* avcodec: add FF_CODEC_CAP_INIT_CLEANUP for all codecs which use ff_mpv_common...Limin Wang2020-06-131-5/+4
* avcodec/mpeg12dec: remove outdated commentsMichael Niedermayer2020-06-111-3/+0
* avcodec/mpeg12dec: Fix got_outputMichael Niedermayer2020-06-081-1/+1
* lavc: Rename hwaccel.h to hwconfig.hMark Thompson2020-04-261-1/+1
* avcodec/mpeg12dec: Add CPB coded side dataNicolas Gaullier2020-03-201-0/+7
* avcodec/mpeg12dec: Do not alter avctx->rc_buffer_sizeNicolas Gaullier2020-03-201-4/+5
* avcodec/mpeg12dec: Fix invalid shift in mpeg2_fast_decode_block_intra()Michael Niedermayer2020-03-111-1/+1
* avcodec/mpeg12dec: always submit the first field to hwaccelZhong Li2020-01-021-2/+1
* avcodec/mpeg12dec: Sanitize start codes earlierAndreas Rheinhardt2019-09-261-1/+3
* libavcodec/mpeg12dec: Check input for minimal frame sizeMichael Niedermayer2019-09-241-0/+5
* mpeg4video: Add support for MPEG-4 Simple Studio Profile.Kieran Kunhya2018-04-021-14/+4
* avcodec/mpeg2dec: Fix field selection for skipped macroblocksNekopanda2018-02-111-0/+2
* avcodec/mpeg12dec: fix preprocessor check for mpeg1_nvdec hwaccelJames Almer2018-01-211-1/+1
* lavc: Add hardware config metadata for decoders supporting hardware outputMark Thompson2017-11-261-1/+44
* avcodec: Implement mpeg1 nvdec hwaccelPhilip Langdale2017-11-201-0/+3
* avcodec: Implement mpeg2 nvdec hwaccelPhilip Langdale2017-11-181-0/+3
* avcodec/mpeg12dec: ensure a53_caption_size is reset on malloc failuresAman Gupta2017-11-151-3/+10
* avcodec/mpeg12dec: parse A53 caption data embedded in SCTE-20 user dataAman Gupta2017-11-151-0/+39
* Merge commit 'dd343fd986459f467a2d1d70c26101dff1d47d68'James Almer2017-10-231-63/+1
|\
* \ Merge commit '5182a28b5de060c51c21b36053ab205bfbbbbe31'James Almer2017-10-231-5/+0
|\ \ | |/
| * lavc: Drop deprecated global afd fieldVittorio Giovara2017-03-231-5/+0
* | Merge commit 'dcc39ee10e82833ce24aa57926c00ffeb1948198'James Almer2017-10-231-43/+0
|\ \ | |/
| * lavc: Remove deprecated XvMC support hacksDiego Biurrun2017-03-231-103/+0
| * mpeg12dec: move setting first_field to mpeg_field_start()Anton Khirnov2016-12-191-2/+5