| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/mpeg12: Avoid indirection when accessing rl_vlc tables | Andreas Rheinhardt | 2022-10-27 | 1 | -16/+12 |
* | avcodec/mpeg12dec: Remove redundant function call | Andreas Rheinhardt | 2022-10-27 | 1 | -1/+0 |
* | avcodec/mpeg12dec: Remove always-true check | Andreas Rheinhardt | 2022-10-20 | 1 | -1/+1 |
* | avcodec/mpeg12: Move ff_mpeg1_clean_buffers decl to a new header | Andreas Rheinhardt | 2022-10-04 | 1 | -0/+1 |
* | avcodec/mpeg12dec: Don't call ff_mpeg12_common_init() | Andreas Rheinhardt | 2022-10-04 | 1 | -2/+0 |
* | avcodec/codec_internal: Add macros for update_thread_context(_for_user) | Andreas Rheinhardt | 2022-09-03 | 1 | -1/+1 |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -4/+4 |
* | avcodec/internal: Move ff_get_buffer() to decode.h | Andreas Rheinhardt | 2022-08-27 | 1 | -0/+1 |
* | avcodec: Make init-threadsafety the default | Andreas Rheinhardt | 2022-07-18 | 1 | -7/+4 |
* | avcodec/codec_internal: Use union for FFCodec decode/encode callbacks | Andreas Rheinhardt | 2022-04-05 | 1 | -4/+4 |
* | avcodec/codec_internal: Make FFCodec.decode use AVFrame* | Andreas Rheinhardt | 2022-04-05 | 1 | -4/+2 |
* | avcodec/internal: Move FF_QSCALE_TYPE_* to mpegvideodec.h | Andreas Rheinhardt | 2022-03-23 | 1 | -2/+2 |
* | avcodec/mathops: Move bitswap_32() to its only user | Andreas Rheinhardt | 2022-03-21 | 1 | -0/+1 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -28/+28 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -0/+1 |
* | configure: Use a separate config_components.h header for $ALL_COMPONENTS | Martin Storsjö | 2022-03-16 | 1 | -0/+2 |
* | lavc/mpeg*: drop the XvMC hwaccel code | Anton Khirnov | 2022-02-15 | 1 | -43/+0 |
* | avcodec/mpegvideo: Move decoder-only stuff to a new header | Andreas Rheinhardt | 2022-02-13 | 1 | -0/+1 |
* | avcodec/mpegvideo: Move encoder-only stuff to a new header | Andreas Rheinhardt | 2022-02-13 | 1 | -0/+1 |
* | avcodec/mpeg12.h: Move decoder-only stuff to a new header | Andreas Rheinhardt | 2022-02-13 | 1 | -0/+1 |
* | avcodec/internal.h: Move avpriv_find_start_code() to startcode.h | Andreas Rheinhardt | 2022-02-08 | 1 | -3/+1 |
* | avcodec/mpegvideo: Move frame_rate_index to (Mpeg1|MPEG12Enc)Context | Andreas Rheinhardt | 2022-01-29 | 1 | -7/+8 |
* | avcodec/mpegvideo: Move timecode_frame_start to Mpeg1Context | Andreas Rheinhardt | 2022-01-29 | 1 | -5/+6 |
* | avcodec/mpegvideo: Move aspect_ratio_info to Mpeg1Context | Andreas Rheinhardt | 2022-01-29 | 1 | -11/+12 |
* | avcodec/mpeg12dec: Don't set write-only variable | Andreas Rheinhardt | 2022-01-09 | 1 | -7/+0 |
* | avcodec/mpeg12dec: Use %c to write single char | Andreas Rheinhardt | 2022-01-04 | 1 | -4/+4 |
* | avcodec/mpeg12enc: Move options-related fields to MPEG12EncContext | Andreas Rheinhardt | 2022-01-04 | 1 | -0/+1 |
* | avcodec/utils: Unavpriv avpriv_toupper4() | Andreas Rheinhardt | 2022-01-04 | 1 | -1/+1 |
* | avcodec/mpegvideo: Move closed_gop to Mpeg1Context | Andreas Rheinhardt | 2021-12-17 | 1 | -3/+5 |
* | avcodec/mpeg12dec: Fix usage of init_get_bits() and use init_get_bits8() | Limin Wang | 2021-10-09 | 1 | -1/+1 |
* | lavc: deprecate AV_CODEC_(FLAG|CAP)_TRUNCATED | Anton Khirnov | 2021-09-20 | 1 | -5/+23 |
* | avcodec/mpeg12dec: Do not put mpeg_f_code into an invalid state on error return | Michael Niedermayer | 2021-09-17 | 1 | -4/+4 |
* | avcodec/mpeg12dec: report error when picture type is unknown and err_detect i... | Marton Balint | 2021-08-08 | 1 | -4/+10 |
* | libavcodec/mpeg12dec.c: Switch to init_get_bits8 and checks return value | Thierry Foucu | 2021-07-28 | 1 | -2/+4 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -4/+4 |
* | avcodec: Remove private options from AVCodecContext | Andreas Rheinhardt | 2021-04-27 | 1 | -7/+0 |
* | avcodec/h263dec, mpeg12dec: Remove redundant writes | Andreas Rheinhardt | 2021-04-12 | 1 | -1/+0 |
* | Revert "avcodec: add FF_CODEC_CAP_INIT_CLEANUP for all codecs which use ff_mp... | Andreas Rheinhardt | 2021-04-08 | 1 | -4/+5 |
* | avcodec/mpeg12dec: Remove redundant writes | Andreas Rheinhardt | 2021-01-21 | 1 | -3/+0 |
* | Mark some pointers as const | Andreas Rheinhardt | 2021-01-01 | 1 | -2/+2 |
* | mpegvideo: use the AVVideoEncParams API for exporting QP tables | Anton Khirnov | 2021-01-01 | 1 | -0/+1 |
* | lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bump | Anton Khirnov | 2021-01-01 | 1 | -0/+1 |
* | avcodec/mpegvideo: Merge ff_mpv_decode_defaults into ff_mpv_decode_init | Andreas Rheinhardt | 2020-12-31 | 1 | -3/+0 |
* | avcodec/mpeg12: Make initializing VLCs thread-safe | Andreas Rheinhardt | 2020-12-31 | 1 | -4/+7 |
* | avcodec/mpeg12dec: Limit maximum A53 CC size | Michael Niedermayer | 2020-10-18 | 1 | -3/+5 |
* | avcodec/mpeg12: Don't pretend reading dct_dc_size_* VLCs can fail | Andreas Rheinhardt | 2020-10-12 | 1 | -4/+0 |
* | avcodec/mpeg12dec: Optimize reading mpeg2 intra escape codes | Andreas Rheinhardt | 2020-10-10 | 1 | -6/+4 |
* | avcodec/mpeg12dec: remove inter block calls in IPU decoder | Paul B Mahol | 2020-09-25 | 1 | -12/+6 |
* | avcodec/mpeg12dec: add support for MPEG1 blocks in IPU codec | Paul B Mahol | 2020-09-25 | 1 | -19/+31 |
* | avcodec: add IPU Video decoder and parser | Paul B Mahol | 2020-09-24 | 1 | -0/+155 |