354 Commits (b898dc89340ba34a5f45e084fd65b00419591d47)

Author SHA1 Message Date
Andreas Rheinhardt 21b23ceab3 avcodec: Make init-threadsafety the default 3 years ago
Andreas Rheinhardt 2d764069be avcodec/vlc: Use structure instead of VLC_TYPE array as VLC element 3 years ago
Andreas Rheinhardt 4243da4ff4 avcodec/codec_internal: Use union for FFCodec decode/encode callbacks 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
Andreas Rheinhardt f326855947 avcodec/ituh263dec: Make initializing VLCs thread-safe 3 years ago
Andreas Rheinhardt 965cfc6684 avcodec/mpegvideo: Move decoder-only stuff to a new header 3 years ago
Andreas Rheinhardt 1187765f3b avcodec/mpeg4video.h: Move decoder-only parts to a new header 3 years ago
Andreas Rheinhardt 20d74fb09d avcodec/h263.h: Move encoder-only stuff to a new header h263enc.h 3 years ago
Andreas Rheinhardt b3551b6072 avcodec/thread: Move ff_thread_(await|report)_progress to new header 3 years ago
Andreas Rheinhardt 577ba4a1af avcodec/mpeg4videodec: Move use_intra_dc_vlc to stack, fix data race 3 years ago
Andreas Rheinhardt dcdb34be91 avcodec/mpegvideo: Move MPEG-4 Simple Studio Profile fields to mpeg4video 3 years ago
Andreas Rheinhardt 85ac29ad1c avcodec/mpegvideo: Move handling Simple Studio Profile to mpeg4videodec 3 years ago
Andreas Rheinhardt 30dfd87da1 avcodec/mpeg4videodec: Use stack variable for aspect_ratio_info 3 years ago
Andreas Rheinhardt 426d65e3e3 avcodec/mpeg4?video: Move vo_type to Mpeg4DecContext 3 years ago
Andreas Rheinhardt eb67659884 avcodec/mpeg4videodec: Keep vo_type in sync between threads 3 years ago
Andreas Rheinhardt 7f6596c8bb avcodec/h263: Move decoding-only stuff to a new header h263dec.h 3 years ago
Andreas Rheinhardt fbeb8eab44 avcodec/mpeg4videodec: Avoid multiple consecutive av_log() 3 years ago
Andreas Rheinhardt 75a3268bee avcodec/h264_slice, mpeg4videodec: Don't use %s to write single char 3 years ago
Andreas Rheinhardt c21433c953 avcodec/mpeg4video: Split off data in a header of its own 3 years ago
Andreas Rheinhardt 832ead2ec4 avcodec/mpeg4videodec: Fix data race when initializing VLCs 3 years ago
Andreas Rheinhardt f0194e860e avcodec/mpeg4video: Skip unneeded element when parsing picture header 3 years ago
Anton Khirnov dd846bc4a9 lavc: deprecate AV_CODEC_(FLAG|CAP)_TRUNCATED 3 years ago
Andreas Rheinhardt 9c489a0f3a avcodec/mpegvideo: Move startcodes to mpeg12.h 3 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Andreas Rheinhardt d99707b42a avcodec/mpeg4video: Make initializing RLTable thread-safe 4 years ago
James Almer 4e64c8fa29 avcodec/mpeg4videodec: update exported AVOptions in the user-facing context 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
Paul B Mahol e6ff5d0fac avcodec/mpeg4videodec: add forgotten flags to mpeg4_options 4 years ago
Andreas Rheinhardt ba96f2254a Revert "mpeg4videodec: raise an error if sprite_trajectory.table is NULL" 4 years ago
Andreas Rheinhardt 2490ac635c avcodec/mpeg4videodec: Fix indentation 4 years ago
Andreas Rheinhardt f410febddc avcodec/mpeg4videodec: Move code around to avoid forward declaration 4 years ago
Andreas Rheinhardt 3e0bd5064d avcodec/mpeg4videodec: Don't initialize unused RL VLCs 4 years ago
Andreas Rheinhardt 2c6f532e0a Mark some pointers as const 4 years ago
Andreas Rheinhardt f1ba4d479e avcodec/mpeg4videodec: Make studio VLCs static 4 years ago
Andreas Rheinhardt 3aa81a634a avcodec/mpeg4video: Make tables used to initialize VLCs smaller 4 years ago
Andreas Rheinhardt 0da310d7be avcodec/mpeg4videodec: Don't check for errors for complete VLCs 4 years ago
Andreas Rheinhardt 6965ade54c avcodec/mpeg4videodec: Use smallest max_depth in get_vlc2() 4 years ago
Carl Eugen Hoyos 86f0bba776 lavc, lavf: Remove newlines from calls to avpriv_request_sample(). 4 years ago
Michael Niedermayer e361785ee0 avcodec/mpeg4videodec: Fix 2 integer overflows in get_amv() 5 years ago
Michael Niedermayer e53235f06c avcodec/mpeg4videodec: avoid invalid values and reinitialize in format changes for studio profile 5 years ago
Limin Wang 4b2863ff01 avcodec: add FF_CODEC_CAP_INIT_CLEANUP for all codecs which use ff_mpv_common_init() 5 years ago
Mark Thompson 2594f6a362 lavc: Rename hwaccel.h to hwconfig.h 5 years ago
Anton Khirnov 1f4cf92cfb pthread_frame: merge the functionality for normal decoder init and init_thread_copy 5 years ago
Anton Khirnov 665e5b0fba lavc: replace AVCodecInternal.allocate_progress with an internal cap 5 years ago
Anton Khirnov 7385ffbd31 mpeg4videodec: do not copy a range of fields at once 5 years ago
Michael Niedermayer a15d904ad7 avcodec: Replace get_bits_long() by get_bits() where possible 5 years ago
Michael Niedermayer 79d5d79f38 avcodec: Replace show_bits_long() by show_bits() where possible 5 years ago
Michael Niedermayer fccc37ca85 repeat an even number of characters in occured 5 years ago