summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpeg12dec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * mpeg12dec: avoid signed overflow in bitrate calculationAnton Khirnov2016-12-191-2/+11
* | Fix visual glitch with XvMC, caused by wrong idct permutation.Ivan Kalvachev2017-10-121-1/+1
* | dxva: add support for new dxva2 and d3d11 hwaccel APIswm42017-06-271-0/+1
* | avcodec: Rename ff_mpv_decode_mb() to ff_mpv_reconstruct_mbMichael Niedermayer2017-06-191-1/+1
* | avcodec/mpeg12dec: Fixes runtime error: division by zeroMichael Niedermayer2017-05-111-1/+2
* | avcodec/mpeg12dec: Fix runtime error: left shift of negative value -1Michael Niedermayer2017-03-131-1/+1
* | avcodec/mpeg12dec: Fix runtime error: left shift of negative value -13Michael Niedermayer2017-03-041-1/+1
* | avcodec/mpeg12dec: Fix runtime error: left shift of negative value -2Michael Niedermayer2017-02-261-2/+2
* | avcodec/mpeg12dec: Fix runtime error: left shift of negative valueMichael Niedermayer2017-02-191-2/+2
* | avcodec/mpeg12dec: Provide debug level log on skiped P/B framesMichael Niedermayer2017-02-191-0/+4
* | avcodec/mpeg12dec: Add FF_CODEC_CAP_SKIP_FRAME_FILL_PARAMMichael Niedermayer2016-12-101-1/+5
* | mpeg12dec: unref discarded picture from extradataAndreas Cadhalpun2016-10-211-0/+1
* | lavc: fix typosMoritz Barsnick2016-10-091-1/+1
* | avcodec/mpeg12dec: add comments documenting the format of the DVD CC user-dat...Jonathan Campbell2016-09-131-1/+25
* | lavc/get_bits: add a logging context to check_marker()Clément Bœsch2016-06-221-3/+3
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-5/+5
|\ \ | |/
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-5/+5
| * lavu: deprecate AV_PIX_FMT_VAAPI_*, replace with AV_PIX_FMT_VAAPIMark Thompson2016-03-191-1/+1
* | avcodec/mpeg12dec: Print position in end mismatch errorMichael Niedermayer2016-05-011-2/+2
* | avcodec/mpeg12dec: Do not choke on extra m704 alpha dataMichael Niedermayer2016-05-011-0/+4
* | avcodec/mpeg12dec: Fix missing slice handling without paddingMichael Niedermayer2016-02-241-3/+5
* | avcodec/mpeg12: Remove duplicate block_last_index setting codeMichael Niedermayer2016-02-161-1/+1
* | Merge commit '7c25ffe070c286874a8c3513f7504b90e1626b0c'Derek Buitenhuis2016-02-161-102/+13
|\ \ | |/
| * mpeg1: Make intra-block decoding independent of MpegEncContextVittorio Giovara2016-02-091-95/+13
* | Merge commit '249827f736db4c94dfcb24a3883aa4c04f9b119b'Derek Buitenhuis2016-02-161-11/+18
|\ \ | |/
| * mpeg12dec: Refactor mpeg1_decode_block_intra()Diego Biurrun2016-02-091-11/+18
* | Merge commit 'cdbaa436042ba59c3b2bd7e9652e9a14136fd604'Derek Buitenhuis2016-02-161-11/+44
|\ \ | |/
| * mpeg12dec: Always close reader on errorVittorio Giovara2016-02-091-15/+48
* | mpeg12dec: Export GOP timecodes as side dataDerek Buitenhuis2016-02-011-2/+20
* | Merge commit '2c6811397bdf13d43ca206e48d6d6da9c2cd47c6'Hendrik Leppkes2016-01-011-13/+2
|\ \ | |/
| * lavc: add profiles to AVCodecDescriptorAnton Khirnov2015-12-121-13/+2
| * mpeg12: Unbreak building stale codeLuca Barbato2015-10-161-1/+1
| * lavc: AV-prefix a few left out capabilitiesVittorio Giovara2015-10-151-1/+1
* | avcodec/mpeg12dec: Do not call show_bits() with invalid bitsMichael Niedermayer2015-11-061-1/+1
OpenPOWER on IntegriCloud