243 Commits (844256740d27ee90621277b829afd0106fae8c4b)

Author SHA1 Message Date
Clément Bœsch 6c98398b0b lavc/get_bits: add a logging context to check_marker() 9 years ago
Michael Niedermayer f730367a60 avcodec/mpeg4videodec: Fix default low_delay flag value if not coded 9 years ago
Michael Niedermayer 87c53e5354 avcodec/mpeg4videodec: Print low_delay value with -debug 1 in decode_vol_header() 9 years ago
Alexandra Hájková d338abb664 mpeg4videodec: Call av_log() in check_marker() with AVCodecContext instead of NULL 9 years ago
Alexandra Hájková e4b38878da Move check_marker() from get_bits to mpeg4videodec 9 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Andreas Cadhalpun 564dd3f0f4 mpeg4videodec: silence ubsan warning 9 years ago
Michael Niedermayer 70f13abb4f avcodec/mpeg4videodec: also for empty partitioned slices 9 years ago
Anton Khirnov 2c6811397b lavc: add profiles to AVCodecDescriptor 9 years ago
Clément Bœsch fb99ef0bd3 avcodec: use AV_OPT_TYPE_BOOL in a bunch of places 9 years ago
Michael Niedermayer 891dc8f875 avcodec/mpeg4videodec: Check available data before reading custom matrix 9 years ago
Ganesh Ajjanagadde 2cbaa078d1 avcodec: use HAVE_THREADS header guards to silence -Wunused-function 9 years ago
wm4 a383f226f0 lavc: move vdpau decoders under FF_API_VDPAU. 9 years ago
Ronald S. Bultje 9468207e1c mpeg4video: use ff_dlog instead of av_log under debug&FF_DEBUG_PTS. 9 years ago
Ronald S. Bultje 6471040f56 FF_OPT_TYPE_* -> AV_OPT_TYPE_*. 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 10 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 10 years ago
Vittorio Giovara 7c6eb0a1b7 lavc: AV-prefix all codec flags 10 years ago
Michael Niedermayer 269a71b68a avcodec/mpeg4videodec: Clarify the mpeg4_unpack_bframes reference. 10 years ago
Michael Niedermayer c06e556274 avcodec/mpeg4videodec: Check P cbpy 10 years ago
Michael Niedermayer 261b715593 avcodec/mpeg4videodec: Mark static table as const 10 years ago
Vittorio Giovara 378a00087f mpegvideo: Move tables to a separate file 10 years ago
Michael Niedermayer d860084c50 avcodec/mpegvideo: Reset bitstream_buffer_size on allocation failure 10 years ago
Anton Khirnov 6f57375d70 rl: Rename ff_*_rl() to ff_rl_*() 10 years ago
Vittorio Giovara 9c1db92ad3 mpegvideo: Drop err_recognition 10 years ago
Vittorio Giovara 848e86f74d mpegvideo: Drop flags and flags2 10 years ago
Andreas Cadhalpun b3408ae4c6 mpeg4videodec: only allow a positive length 10 years ago
Michael Niedermayer 9a0f60a0f8 avcodec/mpeg4videodec: Use check_marker() 10 years ago
Michael Niedermayer 4ba662b032 avcodec/mpeg4videodec: Improve wording of the missing header warning messages 10 years ago
Michael Niedermayer bca1577ed3 avcodec/mpeg4videodec: change log level to waning for incomplete header messages 10 years ago
wm4 13e4f2c7f7 mpeg4videodec: Remove useless messages 10 years ago
Andreas Cadhalpun 71fa0aa085 mpeg4: suggest mpeg4_unpack_bframes bsf instead of avidemux/VirtualDub 10 years ago
Andreas Cadhalpun 1f47c2399d mpeg4: only show the divx_packed warning, when a packed frame is present 10 years ago
Anton Khirnov f771b3ab5d avidec: do not export stream_codec_tag 10 years ago
Michael Niedermayer 10411afdff avcodec/mpeg4videodec: replace some return -1 by more specific error codes 10 years ago
Michael Niedermayer 18fcdc0981 avcodec/mpeg4videodec: forward return code in ff_mpeg4_decode_picture_header() 10 years ago
Reimar Döffinger 46353759cb mpeg4vdpau: Fix priv data size. 10 years ago
Anton Khirnov 7ea1b3472a lavc: deprecate the use of AVCodecContext.time_base for decoding 10 years ago
Michael Niedermayer 1360db7e88 avcodec/mpeg4videodec: fix 'libavcodec/mpeg4videodec.c:2762:22: warning: unused variable mpeg4_vdpau_class [-Wunused-const-variable]' 10 years ago
Michael Niedermayer 50841da143 avcodec/mpeg4videodec: fix automatic use of the xvid idct on non x86 10 years ago
Gabriel Dume e205fe6831 mpeg4videodec: Fix low_delay error message 10 years ago
Diego Biurrun dcb7c868ec cosmetics: Make naming scheme of Xvid IDCT consistent with other IDCTs 10 years ago
Michael Niedermayer 889cb3ae23 avcodec: remove deprecated use of FF_IDCT_XVIDMMX 11 years ago
Anton Khirnov f89d76c103 mpeg4video: Initialize xvididct for all threads 11 years ago
Diego Biurrun a786c8259d idct: Split off Xvid IDCT 11 years ago
Nidhi Makhijani ccbf370f20 mpegvideo: move vol_control_parameters to the only place it is used 11 years ago
Diego Biurrun e3fcb14347 dsputil: Split off IDCT bits into their own context 11 years ago
Diego Biurrun e74433a8e6 dsputil: Split clear_block*/fill_block* off into a separate context 11 years ago
Matthew Lindner b372f67342 avcodec: better level/index printing 11 years ago
Michael Niedermayer e54c052bee avcodec/mpeg4videodec: print run/level/index values 11 years ago