summaryrefslogtreecommitdiff
path: root/libavcodec/mpeg12dec.c
Commit message (Expand)AuthorAge
* avcodec/mpeg12dec: Optimize reading mpeg2 intra escape codesAndreas Rheinhardt2020-10-10
* avcodec/mpeg12dec: remove inter block calls in IPU decoderPaul B Mahol2020-09-25
* avcodec/mpeg12dec: add support for MPEG1 blocks in IPU codecPaul B Mahol2020-09-25
* avcodec: add IPU Video decoder and parserPaul B Mahol2020-09-24
* avcodec/mpeg12dec: add timecode metadataLimin Wang2020-07-09
* avcodec/mpeg12dec: Fix uninitialized data in fate-sub-cc-scte20Limin Wang2020-06-30
* avcodec/mpeg12dec: switch to AVBufferRef buffer for a53 captionLimin Wang2020-06-26
* avcodec/mpeg12dec: do not discard older a53 captionsPaul B Mahol2020-06-20
* avcodec: add FF_CODEC_CAP_INIT_CLEANUP for all codecs which use ff_mpv_common...Limin Wang2020-06-13
* avcodec/mpeg12dec: remove outdated commentsMichael Niedermayer2020-06-11
* avcodec/mpeg12dec: Fix got_outputMichael Niedermayer2020-06-08
* lavc: Rename hwaccel.h to hwconfig.hMark Thompson2020-04-26
* avcodec/mpeg12dec: Add CPB coded side dataNicolas Gaullier2020-03-20
* avcodec/mpeg12dec: Do not alter avctx->rc_buffer_sizeNicolas Gaullier2020-03-20
* avcodec/mpeg12dec: Fix invalid shift in mpeg2_fast_decode_block_intra()Michael Niedermayer2020-03-11
* avcodec/mpeg12dec: always submit the first field to hwaccelZhong Li2020-01-02
* avcodec/mpeg12dec: Sanitize start codes earlierAndreas Rheinhardt2019-09-26
* libavcodec/mpeg12dec: Check input for minimal frame sizeMichael Niedermayer2019-09-24
* mpeg4video: Add support for MPEG-4 Simple Studio Profile.Kieran Kunhya2018-04-02
* avcodec/mpeg2dec: Fix field selection for skipped macroblocksNekopanda2018-02-11
* avcodec/mpeg12dec: fix preprocessor check for mpeg1_nvdec hwaccelJames Almer2018-01-21
* lavc: Add hardware config metadata for decoders supporting hardware outputMark Thompson2017-11-26
* avcodec: Implement mpeg1 nvdec hwaccelPhilip Langdale2017-11-20
* avcodec: Implement mpeg2 nvdec hwaccelPhilip Langdale2017-11-18
* avcodec/mpeg12dec: ensure a53_caption_size is reset on malloc failuresAman Gupta2017-11-15
* avcodec/mpeg12dec: parse A53 caption data embedded in SCTE-20 user dataAman Gupta2017-11-15
* Merge commit 'dd343fd986459f467a2d1d70c26101dff1d47d68'James Almer2017-10-23
|\
* | Merge commit '5182a28b5de060c51c21b36053ab205bfbbbbe31'James Almer2017-10-23
|\|
| * lavc: Drop deprecated global afd fieldVittorio Giovara2017-03-23
* | Merge commit 'dcc39ee10e82833ce24aa57926c00ffeb1948198'James Almer2017-10-23
|\|
| * lavc: Remove deprecated XvMC support hacksDiego Biurrun2017-03-23
| * mpeg12dec: move setting first_field to mpeg_field_start()Anton Khirnov2016-12-19
| * mpeg12dec: avoid signed overflow in bitrate calculationAnton Khirnov2016-12-19
* | Fix visual glitch with XvMC, caused by wrong idct permutation.Ivan Kalvachev2017-10-12
* | dxva: add support for new dxva2 and d3d11 hwaccel APIswm42017-06-27
* | avcodec: Rename ff_mpv_decode_mb() to ff_mpv_reconstruct_mbMichael Niedermayer2017-06-19
* | avcodec/mpeg12dec: Fixes runtime error: division by zeroMichael Niedermayer2017-05-11
* | avcodec/mpeg12dec: Fix runtime error: left shift of negative value -1Michael Niedermayer2017-03-13
* | avcodec/mpeg12dec: Fix runtime error: left shift of negative value -13Michael Niedermayer2017-03-04
* | avcodec/mpeg12dec: Fix runtime error: left shift of negative value -2Michael Niedermayer2017-02-26
* | avcodec/mpeg12dec: Fix runtime error: left shift of negative valueMichael Niedermayer2017-02-19
* | avcodec/mpeg12dec: Provide debug level log on skiped P/B framesMichael Niedermayer2017-02-19
* | avcodec/mpeg12dec: Add FF_CODEC_CAP_SKIP_FRAME_FILL_PARAMMichael Niedermayer2016-12-10
* | mpeg12dec: unref discarded picture from extradataAndreas Cadhalpun2016-10-21
* | lavc: fix typosMoritz Barsnick2016-10-09
* | avcodec/mpeg12dec: add comments documenting the format of the DVD CC user-dat...Jonathan Campbell2016-09-13
* | lavc/get_bits: add a logging context to check_marker()Clément Bœsch2016-06-22
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\|
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
| * lavu: deprecate AV_PIX_FMT_VAAPI_*, replace with AV_PIX_FMT_VAAPIMark Thompson2016-03-19