| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/mpegutils: Don't use MB_TYPE_L[01] for mpegvideo | Andreas Rheinhardt | 2024-06-20 | 1 | -6/+6 |
* | avcodec/mpegvideo_dec: Add close function for mpegvideo-decoders | Andreas Rheinhardt | 2024-06-12 | 1 | -1/+2 |
* | avcodec/mpegpicture: Split MPVPicture into WorkPicture and ordinary Pic | Andreas Rheinhardt | 2024-06-12 | 1 | -1/+1 |
* | avcodec/rv30, rv34, rv40: Avoid indirection | Andreas Rheinhardt | 2024-06-12 | 1 | -4/+3 |
* | avcodec/mpegvideo: Shorten variable names | Andreas Rheinhardt | 2024-06-12 | 1 | -9/+9 |
* | avcodec/h263dec: Remove AVCodec.pix_fmts arrays | Andreas Rheinhardt | 2024-02-09 | 1 | -2/+0 |
* | avcodec/msmpeg4dec: Avoid superfluous VLC structures | Andreas Rheinhardt | 2023-10-31 | 1 | -2/+2 |
* | avcodec/msmpeg4_vc1_data: Avoid superfluous VLC structures | Andreas Rheinhardt | 2023-10-31 | 1 | -1/+1 |
* | avcodec/wmv2dec: Parse extradata during init | Andreas Rheinhardt | 2023-10-09 | 1 | -5/+2 |
* | avcodec/msmpeg4data: Move data shared between msmpeg4 and VC-1 out | Andreas Rheinhardt | 2022-11-06 | 1 | -1/+1 |
* | avcodec/vc1_block: Don't duplicate #defines | Andreas Rheinhardt | 2022-11-06 | 1 | -1/+2 |
* | avcodec/msmpeg4dec: Move setting decode_mb for WMV2 to wmv2dec.c | Andreas Rheinhardt | 2022-10-29 | 1 | -1/+3 |
* | avcodec/wmv2dec: Remove unnecessary ScanTables | Andreas Rheinhardt | 2022-10-24 | 1 | -8/+1 |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -1/+1 |
* | avcodec/wmv2dec: Zero mb_type array for I pictures | Andreas Rheinhardt | 2022-08-10 | 1 | -0/+4 |
* | avcodec/intrax8: Remove unused IDCTDSPContext | Andreas Rheinhardt | 2022-08-03 | 1 | -1/+1 |
* | avcodec: Make init-threadsafety the default | Andreas Rheinhardt | 2022-07-18 | 1 | -1/+1 |
* | avcodec/codec_internal: Use union for FFCodec decode/encode callbacks | Andreas Rheinhardt | 2022-04-05 | 1 | -1/+1 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -7/+7 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -1/+1 |
* | avcodec/msmpeg4dec: Make initializing VLCs thread-safe | Andreas Rheinhardt | 2022-02-18 | 1 | -1/+1 |
* | avcodec/msmpeg4.h: Move decoder-only parts to a new header | Andreas Rheinhardt | 2022-02-13 | 1 | -0/+1 |
* | avcodec/wmv2.h: Move encoder- and decoder-only parts to new headers | Andreas Rheinhardt | 2022-02-13 | 1 | -0/+1 |
* | avcodec/wmv2: Split Wmv2Context into decoder and encoder context | Andreas Rheinhardt | 2022-02-13 | 1 | -19/+45 |
* | avcodec/wmv2: Move initializing abt_scantables to the decoder | Andreas Rheinhardt | 2022-02-13 | 1 | -0/+6 |
* | avcodec/h263: Move decoding-only stuff to a new header h263dec.h | Andreas Rheinhardt | 2022-01-29 | 1 | -1/+1 |
* | avcodec/wmv2: Move ff_wmv2_add_mb() to the wmv2dec | Andreas Rheinhardt | 2022-01-04 | 1 | -0/+44 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec/msmpeg4dec: Don't check for errors for complete VLCs | Andreas Rheinhardt | 2021-01-29 | 1 | -17/+3 |
* | avcodec: add FF_CODEC_CAP_INIT_CLEANUP for all codecs which use ff_mpv_common... | Limin Wang | 2020-06-13 | 1 | -0/+1 |
* | avcodec/wmv2dec: Check input bits vs. coded MBs | Michael Niedermayer | 2019-05-12 | 1 | -0/+9 |
* | avcodec/wmv2dec: Check that the P frame secondary header fit in the input | Michael Niedermayer | 2019-04-19 | 1 | -0/+3 |
* | avcodec/wmv2dec: Skip I frame if its smaller than 1/8 of the minimal size | Michael Niedermayer | 2018-12-05 | 1 | -0/+8 |
* | avcodec/wmv2dec: skip frames that have only skiped MBs | Michael Niedermayer | 2018-09-03 | 1 | -0/+15 |
* | avcodec/wmv2dec: Check end of bitstream in parse_mb_skip() and ff_wmv2_decode... | Michael Niedermayer | 2017-11-18 | 1 | -2/+16 |
* | Merge commit 'b3739599bda740ac12d3dde31a331b744df99123' | James Almer | 2017-10-23 | 1 | -4/+0 |
|\ |
|
* | | Merge commit 'ca8c7591735c0f80cc29e31e2e92cb10228e14c7' | Derek Buitenhuis | 2016-05-07 | 1 | -1/+1 |
|\| |
|
| * | intrax8: Remove mpegvideo dependency | Vittorio Giovara | 2016-03-29 | 1 | -1/+1 |
* | | Merge commit '9fa888c02801fff2e8817c24068f5296bbe60000' | Derek Buitenhuis | 2016-05-07 | 1 | -0/+1 |
|\| |
|
| * | intrax8: Keep a reference to the decoder blocks | Vittorio Giovara | 2016-03-29 | 1 | -0/+1 |
* | | Merge commit 'c2084ffcbfc11d1b6ed3a4a0df9cafd56fbb896f' | Derek Buitenhuis | 2016-05-07 | 1 | -1/+1 |
|\| |
|
| * | intrax8: Use the generic horizband function | Vittorio Giovara | 2016-03-29 | 1 | -1/+1 |
* | | Merge commit 'b1268e0f032a3af3912fe3fb8d3855e12d7ea83b' | Derek Buitenhuis | 2016-05-07 | 1 | -1/+2 |
|\| |
|
| * | intrax8: Pass macroblock coordinates to ff_intrax8_decode_picture | Vittorio Giovara | 2016-03-29 | 1 | -1/+2 |
* | | Merge commit 'd0540fd02171a6233d2016b199d013299debf7e3' | Derek Buitenhuis | 2016-05-07 | 1 | -1/+2 |
|\| |
|
| * | intrax8: Pass macroblock size to ff_intrax8_common_init | Vittorio Giovara | 2016-03-29 | 1 | -1/+2 |
* | | Merge commit '1eaae7abb8f208fefb4e8b9e983e61b2499206a3' | Derek Buitenhuis | 2016-04-24 | 1 | -1/+1 |
|\| |
|
| * | intrax8: Reference the current AVCodecContext | Vittorio Giovara | 2016-03-25 | 1 | -1/+1 |
* | | Merge commit '8072345e9f86d88fbc4a15c17cb03f1e4701c9a5' | Derek Buitenhuis | 2016-04-24 | 1 | -1/+1 |
|\| |
|
| * | intrax8: Keep a reference to the GetBitContext reader | Vittorio Giovara | 2016-03-25 | 1 | -1/+1 |