273 Commits (b75159682a5838a53b436da5535daabfe1b66595)

Author SHA1 Message Date
Michael Niedermayer 7c130d6911
avcodec/mpeg12dec: Check input size 2 years ago
James Almer 3ceffe7839 avcodec: remove FF_API_FLAG_TRUNCATED 2 years ago
Aman Karmani 4b2b9a6604 avcodec/mpeg12dec: flush a53 data 2 years ago
James Almer 4a80db5fc2 avcodec/mpeg12dec: use init_get_bits8 and check the return value in all remaining cases 2 years ago
Thierry Foucu efbe84eb1b avcodec/mpeg12dec: use init_get_bits8 and check the return value 2 years ago
Andreas Rheinhardt 11dfa4d159 avcodec/mpeg12: Avoid indirection when accessing rl_vlc tables 2 years ago
Andreas Rheinhardt 495d738b1b avcodec/mpeg12dec: Remove redundant function call 2 years ago
Andreas Rheinhardt 7d23b350c2 avcodec/mpeg12dec: Remove always-true check 2 years ago
Andreas Rheinhardt 2fd99aa208 avcodec/mpeg12: Move ff_mpeg1_clean_buffers decl to a new header 2 years ago
Andreas Rheinhardt b0c1473f6e avcodec/mpeg12dec: Don't call ff_mpeg12_common_init() 2 years ago
Andreas Rheinhardt 73fada029c avcodec/codec_internal: Add macros for update_thread_context(_for_user) 2 years ago
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 2 years ago
Andreas Rheinhardt 66b691f99f avcodec/internal: Move ff_get_buffer() to decode.h 2 years ago
Andreas Rheinhardt 21b23ceab3 avcodec: Make init-threadsafety the default 3 years ago
Andreas Rheinhardt 4243da4ff4 avcodec/codec_internal: Use union for FFCodec decode/encode callbacks 3 years ago
Andreas Rheinhardt ce7dbd0481 avcodec/codec_internal: Make FFCodec.decode use AVFrame* 3 years ago
Andreas Rheinhardt a9cc413496 avcodec/internal: Move FF_QSCALE_TYPE_* to mpegvideodec.h 3 years ago
Andreas Rheinhardt b303f1e083 avcodec/mathops: Move bitswap_32() to its only user 3 years ago
Andreas Rheinhardt 20f9727018 avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec 3 years ago
Andreas Rheinhardt a688f3c13c avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h 3 years ago
Martin Storsjö a78f136f3f configure: Use a separate config_components.h header for $ALL_COMPONENTS 3 years ago
Anton Khirnov be95df12bb lavc/mpeg*: drop the XvMC hwaccel code 3 years ago
Andreas Rheinhardt 965cfc6684 avcodec/mpegvideo: Move decoder-only stuff to a new header 3 years ago
Andreas Rheinhardt 746e7102be avcodec/mpegvideo: Move encoder-only stuff to a new header 3 years ago
Andreas Rheinhardt 977d8b6297 avcodec/mpeg12.h: Move decoder-only stuff to a new header 3 years ago
Andreas Rheinhardt 70a90fb73e avcodec/internal.h: Move avpriv_find_start_code() to startcode.h 3 years ago
Andreas Rheinhardt aeb83322aa avcodec/mpegvideo: Move frame_rate_index to (Mpeg1|MPEG12Enc)Context 3 years ago
Andreas Rheinhardt 757be51ded avcodec/mpegvideo: Move timecode_frame_start to Mpeg1Context 3 years ago
Andreas Rheinhardt 01f60973a4 avcodec/mpegvideo: Move aspect_ratio_info to Mpeg1Context 3 years ago
Andreas Rheinhardt 750c765ca4 avcodec/mpeg12dec: Don't set write-only variable 3 years ago
Andreas Rheinhardt ec5c188b21 avcodec/mpeg12dec: Use %c to write single char 3 years ago
Andreas Rheinhardt f899e3b51b avcodec/mpeg12enc: Move options-related fields to MPEG12EncContext 3 years ago
Andreas Rheinhardt b74e47c4ff avcodec/utils: Unavpriv avpriv_toupper4() 3 years ago
Andreas Rheinhardt 81c6b8ffe8 avcodec/mpegvideo: Move closed_gop to Mpeg1Context 3 years ago
Limin Wang c0d38beac0 avcodec/mpeg12dec: Fix usage of init_get_bits() and use init_get_bits8() 3 years ago
Anton Khirnov dd846bc4a9 lavc: deprecate AV_CODEC_(FLAG|CAP)_TRUNCATED 3 years ago
Michael Niedermayer 5a95abcce4 avcodec/mpeg12dec: Do not put mpeg_f_code into an invalid state on error return 3 years ago
Marton Balint a2690dccca avcodec/mpeg12dec: report error when picture type is unknown and err_detect is EXPLODE 4 years ago
Thierry Foucu fc300613be libavcodec/mpeg12dec.c: Switch to init_get_bits8 and checks return value 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Andreas Rheinhardt d85c41b572 avcodec: Remove private options from AVCodecContext 4 years ago
Andreas Rheinhardt effc7676e3 avcodec/h263dec, mpeg12dec: Remove redundant writes 4 years ago
Andreas Rheinhardt d4b9e117ce Revert "avcodec: add FF_CODEC_CAP_INIT_CLEANUP for all codecs which use ff_mpv_common_init()" 4 years ago
Andreas Rheinhardt 1f9ef2f3cf avcodec/mpeg12dec: Remove redundant writes 4 years ago
Andreas Rheinhardt 2c6f532e0a Mark some pointers as const 4 years ago
Anton Khirnov baecaa16c1 mpegvideo: use the AVVideoEncParams API for exporting QP tables 4 years ago
Anton Khirnov e15371061d lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bump 4 years ago
Andreas Rheinhardt 8af82be946 avcodec/mpegvideo: Merge ff_mpv_decode_defaults into ff_mpv_decode_init 4 years ago
Andreas Rheinhardt 902e16d183 avcodec/mpeg12: Make initializing VLCs thread-safe 4 years ago
Michael Niedermayer ee33fecb62 avcodec/mpeg12dec: Limit maximum A53 CC size 4 years ago