177 Commits (3a6ded7cfcb33e06ade98c5791eae06453f65668)

Author SHA1 Message Date
Anton Khirnov 94603feb1b h264_ps: when parsing a VUI fails, only abort when explode is set 11 years ago
Diego Biurrun c18838f5eb h264_ps: Use more meaningful error values 11 years ago
Diego Biurrun 330ad1f6a5 h264_ps: K&R formatting cosmetics 11 years ago
Diego Biurrun 8fed466b0a h264_ps: Drop commented-out cruft 11 years ago
Diego Biurrun 2a61592573 avcodec: Remove some commented-out debug cruft 11 years ago
Michael Niedermayer 00b1401df6 avcodec/h264_ps: try to support Ambarella AVC 12 years ago
Michael Niedermayer 6952e2f82a h264_ps: fix memleak in ff_h264_decode_picture_parameter_set() 12 years ago
Michael Niedermayer edabbfbaf2 ff_h264_decode_seq_parameter_set: dont set h->sps 12 years ago
Michael Niedermayer ccdaa31d86 ff_h264_decode_picture_parameter_set: fix return code 12 years ago
Michael Niedermayer dc35b77b28 ff_h264_decode_picture_parameter_set: use the correct sps 12 years ago
Michael Niedermayer c3bd306e78 h264_ps: check croping values 12 years ago
Anton Khirnov 5e83d9aced h264: fully support cropping. 12 years ago
Diego Biurrun c242bbd8b6 Remove unnecessary dsputil.h #includes 12 years ago
Michael Niedermayer bdeb61ccc6 h264: check that luma and chroma depth match 12 years ago
Anton Khirnov 2c54155407 h264: deMpegEncContextize 12 years ago
Vittorio Giovara a84fb6e06f h264: Allow discarding the cropping information from SPS 12 years ago
Victor Lopez 1c8bf3bfed h264: fix sps parsing for SVC and CAVLC 4:4:4 Intra profiles 12 years ago
Janne Grunau a421bbfe83 h264: fix memleak on error during SPS parsing 12 years ago
Janne Grunau 072be3e896 h264: set parameters from SPS whenever it changes 12 years ago
Janne Grunau d7d6efe42b h264: check sps.log2_max_frame_num for validity 12 years ago
Michael Niedermayer 039f4ff4c2 h264: 2nd try at getting sm2v working 12 years ago
Michael Niedermayer 991f6bf93d h264: Support SMV2 12 years ago
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