1209 Commits (b5eb630e216cd997050744aca0864012d5e1f7c9)

Author SHA1 Message Date
Janne Grunau 0b300daad2 h264: error out on unset current_picture_ptr for h->current_slice > 0 12 years ago
Michael Niedermayer 936eaa89be h264: check for integer overflow, fix null pointer dereference 12 years ago
Janne Grunau c1fcf563b1 h264: check context state before decoding slice data partitions 12 years ago
Michael Niedermayer 93b89868e1 h264: support invalid annex B in mp4 12 years ago
Janne Grunau d5e83122bd h264: set Picture.owner2 to the current thread 12 years ago
Janne Grunau 6e5cdf2628 h264: check ref_count validity for num_ref_idx_active_override_flag 12 years ago
Janne Grunau 150b2361ca h264: add missing new line to log message 12 years ago
Sergio Garcia Murillo ec51b3308e h264: Fix minor bug in h264.c error trace 12 years ago
Janne Grunau 706acb558a h264: enable low delay only if no delayed frames were seen 12 years ago
Michael Niedermayer ba353436a3 h264: dont stop parsing NALs without cleanup on DPC. 12 years ago
Michael Niedermayer d6c184880e h264: correct ref count check and limit, fix out of array accesses. 12 years ago
Michael Niedermayer 2d5f1addbe h264: fix integer overflow, assert failure 12 years ago
Michael Niedermayer 4fecc3cf09 h264: Skip odd NALs in extradata, prevent undefined behavior 12 years ago
Janne Grunau e6160bda98 h264: Fix parameters to ff_er_add_slice() call 12 years ago
Janne Grunau 60b6b8c019 h264: always check ref_count for validity 12 years ago
Paul B Mahol 011f3892ff h264: use designated initializers for AVClass 12 years ago
Diego Biurrun f75f4194d1 Restructure av_log_missing_feature message 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Michael Niedermayer 979b9b1f47 h264: switch some asserts to av_assert1/2() 12 years ago
Michael Niedermayer 3c9502b0f6 h264: fix integer avoption types 12 years ago
Clément Bœsch 1e2e2c8095 lavc/h264: move ff_init_cabac_states() from decode_slice() to ff_h264_decode_init(). 12 years ago
Diego Biurrun 9c6cf7f2c9 avcodec: Drop silly and/or broken printf debug output 12 years ago
Jindřich Makovička 1a8c6917f6 h264: avoid stuck buffer pointer in decode_nal_units 12 years ago
Michael Niedermayer 5e997688f8 h264: Remove an assert on current_picture_ptr being null 12 years ago
Martin Storsjö 6f5b1a2ba4 h264: Check that the codec isn't null before accessing it 13 years ago
Michael Niedermayer bfb39023b0 h264: ff_init_cabac_states doesnt use its argument thus remove it 13 years ago
Michael Niedermayer 786f06e109 h264: fix variable overflow after a few years of video playback 13 years ago
Michael Niedermayer 76c3fff2f3 h264: Workaround invalid MPEG-TS broadcasts 13 years ago
Uoti Urpala e70730045a h264: vdpau: fix crash with unsupported colorspace 13 years ago
Uoti Urpala 2e8f3cbcda h264: vdpau: fix crash with unsupported colorspace 13 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 13 years ago
Michael Niedermayer cde4741177 h264: disable assert on current_picture_ptr being null. 13 years ago
Ronald S. Bultje 58db34aa1e h264: refactor NAL decode loop 13 years ago
Michael Niedermayer e162733dcd h264: 12 and 14 bit support 13 years ago
Mans Rullgard 28fff0d974 h264: use templates to avoid excessive inlining 13 years ago
Diego Biurrun 09f211987c misc typo and wording fixes 13 years ago
Michael Niedermayer bafa1c7f38 h264: add avpriv_h264_has_num_reorder_frames() 13 years ago
Jeff Downs 8d9fd58113 h264: Fix maximum reference count check for non-b frames 13 years ago
Michael Niedermayer dfaf2dd956 h264: use externally provided dimensions when they appear to be more correct. 13 years ago
Mans Rullgard 30f515091c h264: allow cropping to AVCodecContext.width/height 13 years ago
Carl Eugen Hoyos a3bc7f916d Make H264 reorder buffer size message less verbose. 13 years ago
Michael Niedermayer fb4e434cfb h264: log debug output for slightly truncated streams 13 years ago
Michael Niedermayer cd0f9f00a2 h264: try to better handle h264 streams that are slightly truncated 13 years ago
Michael Niedermayer 7cb8663362 h264: Fail on DPC its not fully implemented 13 years ago
Michael Niedermayer b7d1488393 h264: move q0 scan tables into context 13 years ago
Ronald S. Bultje 732f9fcfe5 h264: additional protection against unsupported size/bitdepth changes. 13 years ago
Michael Niedermayer 8201092241 h264: reset current_slice on context reinit 13 years ago
Dale Curtis 309a931a38 Fix memory leaks on failed ff_h264_decode_init() 13 years ago
Diego Biurrun 0becb07842 h264: Factorize declaration of mb_sizes array. 13 years ago
Anton Mitrofanov 14af74e9a0 h264: fix 4:2:2 PCM-macroblocks decoding 13 years ago