67 Commits (e56b0984103b981ec25fe8a22ef9c4905b9751dd)

Author SHA1 Message Date
Hendrik Leppkes 572781b25f h264: fix parsing of old lossless profile (profile_idc == 144) 12 years ago
Michael Niedermayer ae0312ab2e h264: print num_reorder_frames in debug output 12 years ago
Ronald S. Bultje be391fb6df h264_ps: declare array of colorspace strings on its own line. 12 years ago
Michael Niedermayer 1d890ec849 h264/decode_scaling_matrices: fix coding order of 8x8 matrixes. 13 years ago
Michael Niedermayer e162733dcd h264: 12 and 14 bit support 13 years ago
Michael Niedermayer acb52d3228 h264: print error on unsupported seperate color planes 13 years ago
Michael Niedermayer 4330b8bba2 h264: sps: handle more profiles 13 years ago
Michael Niedermayer 9091ba9dfa h264: add support for constraint_set4_flag / constraint_set5_flag 13 years ago
Michael Niedermayer 0c9283a03f h264: check log2_max_poc_lsb for validity 13 years ago
Ronald S. Bultje 732f9fcfe5 h264: additional protection against unsupported size/bitdepth changes. 13 years ago
Michael Niedermayer 192efcf768 h264_ps: check log2_max_frame_num for validity. 13 years ago
Alexander Strange cb34867780 h264: fix memleak in error path. 13 years ago
Alexander Strange 6ef4063957 h264: Add check for invalid chroma_format_idc 13 years ago
Michael Niedermayer 3aa661ec56 h264: improve parsing of broken AVC SPS 13 years ago
Alex Converse 3574a85ce5 Replace computations of remaining bits with calls to get_bits_left(). 13 years ago
Michael Niedermayer ae7a6441df h264: Decode short VUI without error 13 years ago
Michael Niedermayer 7fff64e00d h264: check chroma_format_idc range. 13 years ago
Carl Eugen Hoyos bba8975a9c Be less verbose when skipping RBSP data in H264 PPS. 13 years ago
Michael Niedermayer 3e1951e8f4 h264: More restrictive more_rbsp_data_in_pps() 13 years ago
Anatoly Nenashev a7cfef2994 H264: Check if more RBSP data in PPS provided by current profile due to Annex A. 13 years ago
Reimar Döffinger 4a5ea9e0ce Simplify some bits-left/overread checks. 13 years ago
Baptiste Coudurier 76741b0e56 h264: 4:2:2 intra decoding support 13 years ago
Michael Niedermayer 2ed7e353bd h264: Workaround invalid flag combinations of 8x8 inference. 13 years ago
Mans Rullgard fdba370f8a h264: fix HRD parameters parsing 13 years ago
Mans Rullgard be1242a3f2 h264: fix detection of optional trailing PPS elements 13 years ago
Michael Niedermayer 74f77eb048 H264: set colorspace and full range to values indicating unspecified by default 13 years ago
Laurent Aimar c2b7f7748b h264: check for invalid bit depth value. 13 years ago
Laurent Aimar 27d3361e34 h264: add entries for 11 and 12 bits in ff_h264_chroma_qp[][] 13 years ago
Laurent Aimar bcf881a685 h264: fix the check for invalid SPS:num_ref_frames. 13 years ago
Michael Niedermayer c9c7a776db h264: try reading SPS with wrong escaping, it sometimes works better 13 years ago
Carl Eugen Hoyos 66624cbb80 Disable cropping for the brainfart case. 13 years ago
Carl Eugen Hoyos 5b71ae2b65 Be more verbose about H264 cropping errors. 13 years ago
Baptiste Coudurier 231a6df9ea h264dec: h264: 4:2:2 intra decoding 13 years ago
Jason Garrett-Glaser 932db25024 H.264: fix 4:4:4 cropping warning 14 years ago
Jason Garrett-Glaser 85a88f9c0c H.264: reference the correct SPS in decode_scaling_matrices 14 years ago
Jason Garrett-Glaser c90b94424c 4:4:4 H.264 decoding support 14 years ago
Jason Garrett-Glaser 504811baea Roll back 4:4:4 H.264 for now 14 years ago
Jason Garrett-Glaser c9c493872c 4:4:4 H.264 decoding support 14 years ago
Oskar Arvidsson fcc0224e4f Add support for higher QP values in h264. 14 years ago
Michael Niedermayer 9b271ce656 h264: Print bpp Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 14 years ago
Oskar Arvidsson d268bed209 Add support for higher QP values in h264. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Reinhard Tartler 7ffe76e540 Merge libavcore into libavutil 14 years ago
Reinhard Tartler 737eb5976f Merge libavcore into libavutil 14 years ago
Janne Grunau 94e3e83f13 h264: Add Intra and Constrained Baseline profiles to avctx.profile 14 years ago
Janne Grunau fe9a3fbe42 h264: Add Intra and Constrained Baseline profiles to avctx.profile 14 years ago
Reimar Döffinger 00d1e96bf4 H.264 decode: support cropping up to 28 pixels in interlaced mode. 14 years ago
John Stebbins 2c5438aa57 Fix default value of time_offset_length. 14 years ago
Michael Niedermayer cfa5a81ea6 Move aspect ratio 0/0 avoidance code so the values in the sps struct are not missed. 14 years ago
Stefano Sabatini e16f217ceb Use new imgutils.h API names, fix deprecation warnings. 14 years ago