1189 Commits (8766ad9eb1b0b498ec5db824c8c34385e3d6d713)

Author SHA1 Message Date
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 12 years ago
Michael Niedermayer bfb39023b0 h264: ff_init_cabac_states doesnt use its argument thus remove it 12 years ago
Michael Niedermayer 786f06e109 h264: fix variable overflow after a few years of video playback 12 years ago
Michael Niedermayer 76c3fff2f3 h264: Workaround invalid MPEG-TS broadcasts 12 years ago
Uoti Urpala e70730045a h264: vdpau: fix crash with unsupported colorspace 12 years ago
Uoti Urpala 2e8f3cbcda h264: vdpau: fix crash with unsupported colorspace 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Michael Niedermayer cde4741177 h264: disable assert on current_picture_ptr being null. 12 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
Diego Biurrun 3dde147ff9 cosmetics: Consistently place static, inline and av_cold attributes/keywords. 13 years ago
Michael Niedermayer 3c480f8a6c h264: fix incompatible pointer type warnings. 13 years ago
Diego Biurrun b691fd7a4d h264: drop ff_h264_ prefix from static function ff_h264_decode_rbsp_trailing() 13 years ago
Diego Biurrun 9ad80ef3db h264: Make ff_h264_decode_end() static, it is not used externally. 13 years ago
Michael Niedermayer 28a613b09b h264: dont mess with chroma planes for grayscale h264. 13 years ago
Michael Niedermayer 9a57a37b70 h264: move resolution change check further up. 13 years ago
Michael Niedermayer e8f2c0ca2e h264: print the pps_id when its invalid. 13 years ago
Ronald S. Bultje 1e26a48fa2 h264: fix deadlocks on incomplete reference frame decoding. 13 years ago
Diego Biurrun e5d403720e h264: K&R formatting cosmetics 13 years ago
Ronald S. Bultje e0febda22d h264: stricter reference limit enforcement. 13 years ago
Michael Niedermayer 3aa661ec56 h264: improve parsing of broken AVC SPS 13 years ago
Janne Grunau 8a6037c390 Revert "h264: clear trailing bits in partially parsed NAL units" 13 years ago
Michael Niedermayer 5e6514e24f h264 Fix: "warning: assigning to 'uint8_t *' (aka 'unsigned char *') from 'const uint8_t *' (aka 'const unsigned char *') discards qualifiers" 13 years ago
Michael Niedermayer 902bdf706f h264: fix warning about "uint8_t *p" and const 13 years ago
Alex Converse 3574a85ce5 Replace computations of remaining bits with calls to get_bits_left(). 13 years ago