1234 Commits (461716d3bfe3db70cee916e616435a659669dbf5)

Author SHA1 Message Date
Michael Niedermayer 14f79ba18f h264: remove redundant parts of old slice in extradata code. 12 years ago
Michael Niedermayer 99321d1b03 h264: merge old and new "slice in extradata" checks 12 years ago
Janne Grunau 61c6eef545 h264: prevent decoding of slice NALs in extradata 12 years ago
Michael Niedermayer 7973a07590 h264: Improve first slice and slice type checks 12 years ago
Michael Niedermayer d7599bd8e2 h264: dont mess with frame gaps on second fields. 12 years ago
Janne Grunau 27c8337e59 h264-mt: handle NAL_DPAs before calling ff_thread_finish_setup 12 years ago
Michael Niedermayer 3b5c0f5e36 h264: remove low_delay/has_b_frame setting code from nal loop 12 years ago
Janne Grunau 072be3e896 h264: set parameters from SPS whenever it changes 12 years ago
Janne Grunau 0eae920c3c h264: initialize frame-mt context copies properly 12 years ago
Michael Niedermayer c3bb3334f6 h264: dont try to allocate scratchpad if linesize is not known 12 years ago
Diego Biurrun ba0c898120 cosmetics: Fix dropable --> droppable typo 12 years ago
Michael Niedermayer e8ca7cfa4f h264: avoid calling idr() twice 12 years ago
Janne Grunau a394959bbe h264: add a pointer for weighted prediction temporary buffer 12 years ago
Janne Grunau 3ab5f7dc13 h264: slice-mt: check master context for valid current_picture_ptr 12 years ago
Janne Grunau 24c62ea7a5 h264: slice-mt: get last_pic_dropable from master context 12 years ago
Janne Grunau 5945c7b35d h264: slice-mt: check master context for valid current_picture_ptr 12 years ago
Janne Grunau a8cb1746c5 h264: slice-mt: get last_pic_dropable from master context 12 years ago
Anton Khirnov df9b956751 lavc: fix decode_frame() third parameter semantics for video decoders 12 years ago
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 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