126 Commits (8ca170a78ab6e50f44d27d8a6b4ad7ba1ed81f0c)

Author SHA1 Message Date
Michael Niedermayer 9d3357391c avcodec/mpeg12dec: Make ff_dlog() messages more clear 10 years ago
Michael Niedermayer f4c311fef4 avcodec/mpeg12dec: Change mb decode tracing stuff to use ff_tlog() 10 years ago
Vittorio Giovara 6a85dfc830 lavc: Replace av_dlog and tprintf with internal macros 10 years ago
Michael Niedermayer 37d93fdbf0 avcodec/mpeg12dec: Use check_marker() 10 years ago
Michael Niedermayer 1932f7e2ee avcodec/mpeg12dec: Fix undefined shift 10 years ago
Michael Niedermayer 75cc57f73f avcodec/mpeg12dec: Check actual aspect ratio instead of aspect_ratio_info 10 years ago
Michael Niedermayer 1010b36d86 avcodec/mpeg12dec: Recalculate SAR unconditionally 10 years ago
Michael Niedermayer aeb36fd207 avcodec/mpeg12dec: Move user data debug code out of unrelated if (buf_size > 29) 10 years ago
Michael Niedermayer 3a56bcee7c mpeg12dec: Use more specific error codes 10 years ago
Michael Niedermayer b56afb48ae mpeg12dec: Print error/warning messages on issues in mpeg1_decode_sequence() 10 years ago
Michael Niedermayer bab11fe7bf avcodec/mpeg12dec: forward error codes 10 years ago
Michael Niedermayer 1852b2a0f4 avcodec/mpeg12dec: Use more specific error codes 10 years ago
Michael Niedermayer 0f8908aa1b avcodec/mpeg12dec: do not fail on invalid frame_rate_index 10 years ago
Michael Niedermayer 88b4c1a731 avcodec/mpeg12dec: Print error/warning messages on issues in mpeg1_decode_sequence() 10 years ago
Vittorio Giovara 5d29efe4b0 mpeg12dec: simplify context duplication 10 years ago
Michael Niedermayer 77f1199e8f avcodec/mpeg12dec: do not trust AVCodecContext input dimensions 10 years ago
Michael Niedermayer 620e7f0f3b avcodec/mpeg12dec: fix time_base and framerate 10 years ago
Anton Khirnov 7ea1b3472a lavc: deprecate the use of AVCodecContext.time_base for decoding 10 years ago
Michael Niedermayer b8a55994f0 avcodec/mpeg12dec: print aspect_ratio_info in debug output 10 years ago
Rémi Denis-Courmont 4e03b2097c mpeg12: Always invoke the get_format() callback 10 years ago
Michael Niedermayer 4dee4a4470 avcodec/mpegvideo: Factor ff_mpv_decode_init() out 10 years ago
Gabriel Dume 4b1f5e5090 cosmetics: Write NULL pointer inequality checks more compactly 10 years ago
Gabriel Dume f929ab0569 cosmetics: Write NULL pointer equality checks more compactly 10 years ago
Diego Biurrun 835f798c7d mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixes 10 years ago
John Stebbins 998c9f15d1 idct: remove call to ff_idctdsp_init from ff_MPV_common_init 10 years ago
Diego Biurrun 990e2f3555 avcodec: Suppress deprecation warnings from DTG code scheduled for removal 10 years ago
Kieran Kunhya 2a3c36e920 Deprecate AFD field and add AFD as side-data 10 years ago
Kieran Kunhya 1ef9e83764 avcodec: Deprecate dtg_active_format field in favor of avframe side-data 10 years ago
Clément Bœsch ee7ee9b1b4 avcodec/mpeg12dec: fix vissible typo after 17c65651 10 years ago
Michael Niedermayer 17c6565186 avcodec/mpeg12dec: Document Ticket3809 fix 10 years ago
Michael Niedermayer f95298c913 avcodec/mpeg12dec: fix support for interlaced mpeg2 with missing last slice 10 years ago
Michael Niedermayer 7f852962dc avcodec/mpeg12dec: print the amount of overread 10 years ago
Diego Biurrun e3fcb14347 dsputil: Split off IDCT bits into their own context 11 years ago
Michael Niedermayer 4d1fa38d98 avcodec/mpeg12dec: Limit progressive_seq reinitilaization to where the resolution changes 11 years ago
Diego Biurrun 7b9ef8d701 mpeg: Split error resilience bits off into a separate file 11 years ago
Justin Ruggles 9e500efdbe Add av_image_check_sar() and use it to validate SAR 11 years ago
Diego Biurrun e74433a8e6 dsputil: Split clear_block*/fill_block* off into a separate context 11 years ago
Anton Khirnov 5c1d7246cd lavc: set AVCodecContext.hwaccel in ff_get_format() 11 years ago
Anton Khirnov 632ad2248e lavc: Add an internal wrapper around get_format() 11 years ago
Carl Eugen Hoyos ced0d6c14d Use correct msvc type specifiers for ptrdiff_t and size_t. 11 years ago
Michael Niedermayer 375013e3d6 avcodec/mpeg12dec: drop confusing av_dlog() 11 years ago
wm4 f6774f905f mpegvideo: operate with pointers to AVFrames instead of whole structs 11 years ago
Diego Biurrun cc8163e1a3 avcodec: more correct printf specifiers 11 years ago
Vittorio Giovara e0c16e4e32 mpegvideo: move mpegvideo formats-related defines to mpegutils.h 11 years ago
Janne Grunau 73eca738ac mpeg12dec: do not add stereo3D side data to a non-existing frame 11 years ago
Vittorio Giovara a91d3658d9 mpeg: K&R formatting cosmetics 11 years ago
Michael Niedermayer 7667afffb8 avcodec/mpeg12dec: Revert Change to mpeg2_fast_decode_block_non_intra 11 years ago
Michael Niedermayer 6a92598e14 avcodec/mpeg12dec: Redesign index checks for mpeg2_fast_decode_block_intra 11 years ago
Janne Grunau 6d93307f8d mpeg12: check scantable indices in all decode_block functions 11 years ago
Michael Niedermayer 934bb11ad7 avcodec/mpeg12dec: fix mis-indented line 11 years ago