summaryrefslogtreecommitdiff
path: root/libavcodec/wmv2dec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/msmpeg4data: Move data shared between msmpeg4 and VC-1 outAndreas Rheinhardt2022-11-061-1/+1
* avcodec/vc1_block: Don't duplicate #definesAndreas Rheinhardt2022-11-061-1/+2
* avcodec/msmpeg4dec: Move setting decode_mb for WMV2 to wmv2dec.cAndreas Rheinhardt2022-10-291-1/+3
* avcodec/wmv2dec: Remove unnecessary ScanTablesAndreas Rheinhardt2022-10-241-8/+1
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec/wmv2dec: Zero mb_type array for I picturesAndreas Rheinhardt2022-08-101-0/+4
* avcodec/intrax8: Remove unused IDCTDSPContextAndreas Rheinhardt2022-08-031-1/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+1
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-7/+7
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-1/+1
* avcodec/msmpeg4dec: Make initializing VLCs thread-safeAndreas Rheinhardt2022-02-181-1/+1
* avcodec/msmpeg4.h: Move decoder-only parts to a new headerAndreas Rheinhardt2022-02-131-0/+1
* avcodec/wmv2.h: Move encoder- and decoder-only parts to new headersAndreas Rheinhardt2022-02-131-0/+1
* avcodec/wmv2: Split Wmv2Context into decoder and encoder contextAndreas Rheinhardt2022-02-131-19/+45
* avcodec/wmv2: Move initializing abt_scantables to the decoderAndreas Rheinhardt2022-02-131-0/+6
* avcodec/h263: Move decoding-only stuff to a new header h263dec.hAndreas Rheinhardt2022-01-291-1/+1
* avcodec/wmv2: Move ff_wmv2_add_mb() to the wmv2decAndreas Rheinhardt2022-01-041-0/+44
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/msmpeg4dec: Don't check for errors for complete VLCsAndreas Rheinhardt2021-01-291-17/+3
* avcodec: add FF_CODEC_CAP_INIT_CLEANUP for all codecs which use ff_mpv_common...Limin Wang2020-06-131-0/+1
* avcodec/wmv2dec: Check input bits vs. coded MBsMichael Niedermayer2019-05-121-0/+9
* avcodec/wmv2dec: Check that the P frame secondary header fit in the inputMichael Niedermayer2019-04-191-0/+3
* avcodec/wmv2dec: Skip I frame if its smaller than 1/8 of the minimal sizeMichael Niedermayer2018-12-051-0/+8
* avcodec/wmv2dec: skip frames that have only skiped MBsMichael Niedermayer2018-09-031-0/+15
* avcodec/wmv2dec: Check end of bitstream in parse_mb_skip() and ff_wmv2_decode...Michael Niedermayer2017-11-181-2/+16
* Merge commit 'b3739599bda740ac12d3dde31a331b744df99123'James Almer2017-10-231-4/+0
|\
* \ Merge commit 'ca8c7591735c0f80cc29e31e2e92cb10228e14c7'Derek Buitenhuis2016-05-071-1/+1
|\ \ | |/
| * intrax8: Remove mpegvideo dependencyVittorio Giovara2016-03-291-1/+1
* | Merge commit '9fa888c02801fff2e8817c24068f5296bbe60000'Derek Buitenhuis2016-05-071-0/+1
|\ \ | |/
| * intrax8: Keep a reference to the decoder blocksVittorio Giovara2016-03-291-0/+1
* | Merge commit 'c2084ffcbfc11d1b6ed3a4a0df9cafd56fbb896f'Derek Buitenhuis2016-05-071-1/+1
|\ \ | |/
| * intrax8: Use the generic horizband functionVittorio Giovara2016-03-291-1/+1
* | Merge commit 'b1268e0f032a3af3912fe3fb8d3855e12d7ea83b'Derek Buitenhuis2016-05-071-1/+2
|\ \ | |/
| * intrax8: Pass macroblock coordinates to ff_intrax8_decode_pictureVittorio Giovara2016-03-291-1/+2
* | Merge commit 'd0540fd02171a6233d2016b199d013299debf7e3'Derek Buitenhuis2016-05-071-1/+2
|\ \ | |/
| * intrax8: Pass macroblock size to ff_intrax8_common_initVittorio Giovara2016-03-291-1/+2
* | Merge commit '1eaae7abb8f208fefb4e8b9e983e61b2499206a3'Derek Buitenhuis2016-04-241-1/+1
|\ \ | |/
| * intrax8: Reference the current AVCodecContextVittorio Giovara2016-03-251-1/+1
* | Merge commit '8072345e9f86d88fbc4a15c17cb03f1e4701c9a5'Derek Buitenhuis2016-04-241-1/+1
|\ \ | |/
| * intrax8: Keep a reference to the GetBitContext readerVittorio Giovara2016-03-251-1/+1
* | Merge commit 'eaeba6f241e0de0e797be10f8fda967ef8489e64'Derek Buitenhuis2016-04-241-1/+2
|\ \ | |/
| * intrax8: Pass the output frame to the decoding functionVittorio Giovara2016-03-251-1/+2
* | Merge commit '577393321c389ad2973bec6168a8045c94a9e099'Derek Buitenhuis2016-04-241-1/+2
|\ \ | |/
| * intrax8: Carry over the loopfilter value in ff_intrax8_decode_pictureVittorio Giovara2016-03-251-1/+2
* | Merge commit '68127e1bf8037a6e0acd6401cc8c5da950e3fa0a'Derek Buitenhuis2016-04-241-1/+1
|\ \ | |/
| * intrax8: Keep a reference to the context idctdspVittorio Giovara2016-03-251-1/+1
* | Merge commit 'd909f43b5c773a73c8d526638744547ba4aa8c59'Derek Buitenhuis2016-04-171-3/+1
|\ \ | |/
| * vc1dec: wmv2dec: Validate ff_intrax8_common_init return valueVittorio Giovara2016-03-221-3/+1
* | Merge commit '0c6a70873fc6e43194b471d112c30823b6c8d0b4'Derek Buitenhuis2016-04-171-0/+4
|\ \ | |/