1206 Commits (de0cb7f070dc941ea2d3f8a99dad497c852b4e35)

Author SHA1 Message Date
  Janne Grunau c1fcf563b1 h264: check context state before decoding slice data partitions 13 years ago
  Michael Niedermayer 93b89868e1 h264: support invalid annex B in mp4 13 years ago
  Janne Grunau d5e83122bd h264: set Picture.owner2 to the current thread 13 years ago
  Janne Grunau 6e5cdf2628 h264: check ref_count validity for num_ref_idx_active_override_flag 13 years ago
  Janne Grunau 150b2361ca h264: add missing new line to log message 13 years ago
  Sergio Garcia Murillo ec51b3308e h264: Fix minor bug in h264.c error trace 13 years ago
  Janne Grunau 706acb558a h264: enable low delay only if no delayed frames were seen 13 years ago
  Michael Niedermayer ba353436a3 h264: dont stop parsing NALs without cleanup on DPC. 13 years ago
  Michael Niedermayer d6c184880e h264: correct ref count check and limit, fix out of array accesses. 13 years ago
  Michael Niedermayer 2d5f1addbe h264: fix integer overflow, assert failure 13 years ago
  Michael Niedermayer 4fecc3cf09 h264: Skip odd NALs in extradata, prevent undefined behavior 13 years ago
  Janne Grunau e6160bda98 h264: Fix parameters to ff_er_add_slice() call 13 years ago
  Janne Grunau 60b6b8c019 h264: always check ref_count for validity 13 years ago
  Paul B Mahol 011f3892ff h264: use designated initializers for AVClass 13 years ago
  Diego Biurrun f75f4194d1 Restructure av_log_missing_feature message 13 years ago
  Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 13 years ago
  Michael Niedermayer 979b9b1f47 h264: switch some asserts to av_assert1/2() 13 years ago
  Michael Niedermayer 3c9502b0f6 h264: fix integer avoption types 13 years ago
  Clément Bœsch 1e2e2c8095 lavc/h264: move ff_init_cabac_states() from decode_slice() to ff_h264_decode_init(). 13 years ago
  Diego Biurrun 9c6cf7f2c9 avcodec: Drop silly and/or broken printf debug output 13 years ago
  Jindřich Makovička 1a8c6917f6 h264: avoid stuck buffer pointer in decode_nal_units 13 years ago
  Michael Niedermayer 5e997688f8 h264: Remove an assert on current_picture_ptr being null 13 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. 14 years ago
  Michael Niedermayer 8201092241 h264: reset current_slice on context reinit 14 years ago
  Dale Curtis 309a931a38 Fix memory leaks on failed ff_h264_decode_init() 14 years ago
  Diego Biurrun 0becb07842 h264: Factorize declaration of mb_sizes array. 14 years ago
  Anton Mitrofanov 14af74e9a0 h264: fix 4:2:2 PCM-macroblocks decoding 14 years ago
  Diego Biurrun 3dde147ff9 cosmetics: Consistently place static, inline and av_cold attributes/keywords. 14 years ago
  Michael Niedermayer 3c480f8a6c h264: fix incompatible pointer type warnings. 14 years ago