summaryrefslogtreecommitdiff
path: root/libavcodec/mpeg12dec.c
Commit message (Expand)AuthorAge
* avcodec/mpeg12dec: Remove redundant mpeg_enc_ctx_allocatedAndreas Rheinhardt2024-04-08
* avcodec/mpeg12dec: Remove unnecessary FFCodec.closeAndreas Rheinhardt2024-04-08
* avcodec/mpeg12dec: Don't pretend MPEG-1/2 to support alphaAndreas Rheinhardt2024-04-08
* avcodec/mpeg12dec: Remove redundant checkAndreas Rheinhardt2024-04-08
* avcodec/mpegvideo_dec, mpeg12dec: Move MPEG1/2 code to mpeg12dec.cAndreas Rheinhardt2024-04-08
* avcodec/mpeg12dec: extract only one type of CC substreamMarth642024-03-19
* avcodec/mpeg12dec: respect side data preferenceNiklas Haas2024-03-08
* avcodec: add D3D12VA hardware accelerated MPEG-2 decodingWu Jianhua2023-12-21
* avcodec/mpeg12: Avoid unnecessary VLC structuresAndreas Rheinhardt2023-10-31
* libavcodec/mpeg12: ReindentKieran Kunhya2023-10-29
* libavcodec/mpeg12: Remove "fast" modeKieran Kunhya2023-10-29
* avcodec/h261dec, mpeg12dec, vc1dec: Remove setting write-only flagsAndreas Rheinhardt2023-10-05
* avcodec/mpegvideo_dec: Always initialize IDCTDSPContext during initAndreas Rheinhardt2023-10-05
* avcodec/mpeg12dec: Don't initialize IDCT more than onceAndreas Rheinhardt2023-10-05
* avcodec/error_resilience: Make applying decode_error_flags optionalAndreas Rheinhardt2023-09-15
* avcodec/thread: Remove ff_thread_get_format defineAndreas Rheinhardt2023-09-13
* avcodec/mpeg12dec: stop propagating AVCPBProperties side dataJames Almer2023-09-06
* Revert "avcodec/mpeg12dec: Do not alter avctx->rc_buffer_size"James Almer2023-09-06
* avutil/internal: Don't auto-include emms.hAndreas Rheinhardt2023-09-04
* avcodec/avcodec: Add FFHWAccel, hide internals of AVHWAccelAndreas Rheinhardt2023-08-07
* avcodec/error_resilience, mpeg12dec: Remove always-true checksAndreas Rheinhardt2023-08-04
* avcodec/mpeg12dec: ignore picture start code in extradata for AVID mpeg2 filesMarton Balint2023-07-06
* lavc: deprecate AVCodecContext.ticks_per_frameAnton Khirnov2023-05-15
* avcodec: use the new AVFrame key_frame flag in all decoders and encodersJames Almer2023-05-04
* avcodec/mpeg12dec: Check input sizeMichael Niedermayer2023-03-12
* avcodec: remove FF_API_FLAG_TRUNCATEDJames Almer2023-02-09
* avcodec/mpeg12dec: flush a53 dataAman Karmani2023-01-06
* avcodec/mpeg12dec: use init_get_bits8 and check the return value in all remai...James Almer2023-01-04
* avcodec/mpeg12dec: use init_get_bits8 and check the return valueThierry Foucu2023-01-04
* avcodec/mpeg12: Avoid indirection when accessing rl_vlc tablesAndreas Rheinhardt2022-10-27
* avcodec/mpeg12dec: Remove redundant function callAndreas Rheinhardt2022-10-27
* avcodec/mpeg12dec: Remove always-true checkAndreas Rheinhardt2022-10-20
* avcodec/mpeg12: Move ff_mpeg1_clean_buffers decl to a new headerAndreas Rheinhardt2022-10-04
* avcodec/mpeg12dec: Don't call ff_mpeg12_common_init()Andreas Rheinhardt2022-10-04
* avcodec/codec_internal: Add macros for update_thread_context(_for_user)Andreas Rheinhardt2022-09-03
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-03
* avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt2022-08-27
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-05
* avcodec/internal: Move FF_QSCALE_TYPE_* to mpegvideodec.hAndreas Rheinhardt2022-03-23
* avcodec/mathops: Move bitswap_32() to its only userAndreas Rheinhardt2022-03-21
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-21
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* lavc/mpeg*: drop the XvMC hwaccel codeAnton Khirnov2022-02-15
* avcodec/mpegvideo: Move decoder-only stuff to a new headerAndreas Rheinhardt2022-02-13
* avcodec/mpegvideo: Move encoder-only stuff to a new headerAndreas Rheinhardt2022-02-13
* avcodec/mpeg12.h: Move decoder-only stuff to a new headerAndreas Rheinhardt2022-02-13
* avcodec/internal.h: Move avpriv_find_start_code() to startcode.hAndreas Rheinhardt2022-02-08