summaryrefslogtreecommitdiff
path: root/libavcodec/mpeg12dec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: use the new AVFrame key_frame flag in all decoders and encodersJames Almer2023-05-041-3/+9
* avcodec/mpeg12dec: Check input sizeMichael Niedermayer2023-03-121-0/+4
* avcodec: remove FF_API_FLAG_TRUNCATEDJames Almer2023-02-091-31/+0
* avcodec/mpeg12dec: flush a53 dataAman Karmani2023-01-061-0/+1
* avcodec/mpeg12dec: use init_get_bits8 and check the return value in all remai...James Almer2023-01-041-7/+22
* avcodec/mpeg12dec: use init_get_bits8 and check the return valueThierry Foucu2023-01-041-1/+3
* avcodec/mpeg12: Avoid indirection when accessing rl_vlc tablesAndreas Rheinhardt2022-10-271-16/+12
* avcodec/mpeg12dec: Remove redundant function callAndreas Rheinhardt2022-10-271-1/+0
* avcodec/mpeg12dec: Remove always-true checkAndreas Rheinhardt2022-10-201-1/+1
* avcodec/mpeg12: Move ff_mpeg1_clean_buffers decl to a new headerAndreas Rheinhardt2022-10-041-0/+1
* avcodec/mpeg12dec: Don't call ff_mpeg12_common_init()Andreas Rheinhardt2022-10-041-2/+0
* avcodec/codec_internal: Add macros for update_thread_context(_for_user)Andreas Rheinhardt2022-09-031-1/+1
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-4/+4
* avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt2022-08-271-0/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-7/+4
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-4/+4
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-051-4/+2
* avcodec/internal: Move FF_QSCALE_TYPE_* to mpegvideodec.hAndreas Rheinhardt2022-03-231-2/+2
* avcodec/mathops: Move bitswap_32() to its only userAndreas Rheinhardt2022-03-211-0/+1
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-28/+28
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+2
* lavc/mpeg*: drop the XvMC hwaccel codeAnton Khirnov2022-02-151-43/+0
* avcodec/mpegvideo: Move decoder-only stuff to a new headerAndreas Rheinhardt2022-02-131-0/+1
* avcodec/mpegvideo: Move encoder-only stuff to a new headerAndreas Rheinhardt2022-02-131-0/+1
* avcodec/mpeg12.h: Move decoder-only stuff to a new headerAndreas Rheinhardt2022-02-131-0/+1
* avcodec/internal.h: Move avpriv_find_start_code() to startcode.hAndreas Rheinhardt2022-02-081-3/+1
* avcodec/mpegvideo: Move frame_rate_index to (Mpeg1|MPEG12Enc)ContextAndreas Rheinhardt2022-01-291-7/+8
* avcodec/mpegvideo: Move timecode_frame_start to Mpeg1ContextAndreas Rheinhardt2022-01-291-5/+6
* avcodec/mpegvideo: Move aspect_ratio_info to Mpeg1ContextAndreas Rheinhardt2022-01-291-11/+12
* avcodec/mpeg12dec: Don't set write-only variableAndreas Rheinhardt2022-01-091-7/+0
* avcodec/mpeg12dec: Use %c to write single charAndreas Rheinhardt2022-01-041-4/+4
* avcodec/mpeg12enc: Move options-related fields to MPEG12EncContextAndreas Rheinhardt2022-01-041-0/+1
* avcodec/utils: Unavpriv avpriv_toupper4()Andreas Rheinhardt2022-01-041-1/+1
* avcodec/mpegvideo: Move closed_gop to Mpeg1ContextAndreas Rheinhardt2021-12-171-3/+5
* avcodec/mpeg12dec: Fix usage of init_get_bits() and use init_get_bits8()Limin Wang2021-10-091-1/+1
* lavc: deprecate AV_CODEC_(FLAG|CAP)_TRUNCATEDAnton Khirnov2021-09-201-5/+23
* avcodec/mpeg12dec: Do not put mpeg_f_code into an invalid state on error returnMichael Niedermayer2021-09-171-4/+4
* avcodec/mpeg12dec: report error when picture type is unknown and err_detect i...Marton Balint2021-08-081-4/+10
* libavcodec/mpeg12dec.c: Switch to init_get_bits8 and checks return valueThierry Foucu2021-07-281-2/+4
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-4/+4
* avcodec: Remove private options from AVCodecContextAndreas Rheinhardt2021-04-271-7/+0
* avcodec/h263dec, mpeg12dec: Remove redundant writesAndreas Rheinhardt2021-04-121-1/+0
* Revert "avcodec: add FF_CODEC_CAP_INIT_CLEANUP for all codecs which use ff_mp...Andreas Rheinhardt2021-04-081-4/+5
* avcodec/mpeg12dec: Remove redundant writesAndreas Rheinhardt2021-01-211-3/+0
* Mark some pointers as constAndreas Rheinhardt2021-01-011-2/+2
* mpegvideo: use the AVVideoEncParams API for exporting QP tablesAnton Khirnov2021-01-011-0/+1
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-011-0/+1
* avcodec/mpegvideo: Merge ff_mpv_decode_defaults into ff_mpv_decode_initAndreas Rheinhardt2020-12-311-3/+0
* avcodec/mpeg12: Make initializing VLCs thread-safeAndreas Rheinhardt2020-12-311-4/+7