summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264_ps.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'b85a5e87af4254b80913fe33591d96361f30832b'Michael Niedermayer2013-01-251-0/+14
|\
| * h264: Allow discarding the cropping information from SPSVittorio Giovara2013-01-251-0/+14
* | Merge commit 'c661cb6672af5ebcb900ec8766b24761bd2ab011'Michael Niedermayer2012-12-201-4/+5
|\ \ | |/
| * h264: fix sps parsing for SVC and CAVLC 4:4:4 Intra profilesVictor Lopez2012-12-191-1/+5
| * h264: fix memleak on error during SPS parsingJanne Grunau2012-12-151-1/+1
* | Merge commit '072be3e8969f24113d599444be4d6a0ed04a6602'Michael Niedermayer2012-12-141-2/+5
|\ \ | |/
| * h264: set parameters from SPS whenever it changesJanne Grunau2012-12-131-2/+5
* | Merge commit 'd7d6efe42b0d2057e67999b96b9a391f533d2333'Michael Niedermayer2012-12-071-5/+11
|\ \ | |/
| * h264: check sps.log2_max_frame_num for validityJanne Grunau2012-12-071-2/+14
* | h264: 2nd try at getting sm2v workingMichael Niedermayer2012-11-111-1/+1
* | h264: Support SMV2Michael Niedermayer2012-11-111-0/+2
* | h264: fix parsing of old lossless profile (profile_idc == 144)Hendrik Leppkes2012-10-141-1/+1
* | h264: print num_reorder_frames in debug outputMichael Niedermayer2012-08-041-2/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-301-1/+2
|\ \ | |/
| * h264_ps: declare array of colorspace strings on its own line.Ronald S. Bultje2012-07-291-1/+2
* | h264/decode_scaling_matrices: fix coding order of 8x8 matrixes.Michael Niedermayer2012-07-101-4/+2
* | h264: 12 and 14 bit supportMichael Niedermayer2012-07-101-4/+24
* | h264: print error on unsupported seperate color planesMichael Niedermayer2012-07-051-0/+4
* | h264: sps: handle more profilesMichael Niedermayer2012-07-031-1/+4
* | h264: add support for constraint_set4_flag / constraint_set5_flagMichael Niedermayer2012-07-031-1/+3
* | h264: check log2_max_poc_lsb for validityMichael Niedermayer2012-07-011-1/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-031-0/+3
|\ \ | |/
| * h264: additional protection against unsupported size/bitdepth changes.Ronald S. Bultje2012-05-021-0/+3
* | h264_ps: check log2_max_frame_num for validity.Michael Niedermayer2012-04-071-0/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-251-2/+2
|\ \ | |/
| * h264: fix memleak in error path.Alexander Strange2012-03-241-1/+1
| * h264: Add check for invalid chroma_format_idcAlexander Strange2012-03-241-1/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-141-2/+3
|\ \ | |/
| * h264: improve parsing of broken AVC SPSMichael Niedermayer2012-03-131-1/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-061-1/+1
|\ \ | |/
| * Replace computations of remaining bits with calls to get_bits_left().Alex Converse2012-03-051-2/+2
* | h264: Decode short VUI without errorMichael Niedermayer2011-12-231-1/+2
* | h264: check chroma_format_idc range.Michael Niedermayer2011-12-151-0/+4
* | Be less verbose when skipping RBSP data in H264 PPS.Carl Eugen Hoyos2011-12-021-1/+1
* | h264: More restrictive more_rbsp_data_in_pps()Michael Niedermayer2011-12-011-1/+4
* | H264: Check if more RBSP data in PPS provided by current profile due to Annex A.Anatoly Nenashev2011-11-251-1/+13
* | Simplify some bits-left/overread checks.Reimar Döffinger2011-10-231-4/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-221-1/+1
|\ \ | |/
| * h264: 4:2:2 intra decoding supportBaptiste Coudurier2011-10-211-2/+3
* | h264: Workaround invalid flag combinations of 8x8 inference.Michael Niedermayer2011-10-151-4/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-121-2/+4
|\ \ | |/
| * h264: fix HRD parameters parsingMans Rullgard2011-10-111-2/+2
| * h264: fix detection of optional trailing PPS elementsMans Rullgard2011-10-111-1/+4
* | H264: set colorspace and full range to values indicating unspecified by defaultMichael Niedermayer2011-10-081-0/+2
* | h264: check for invalid bit depth value.Laurent Aimar2011-10-021-0/+5
* | h264: add entries for 11 and 12 bits in ff_h264_chroma_qp[][]Laurent Aimar2011-10-021-1/+14
* | h264: fix the check for invalid SPS:num_ref_frames.Laurent Aimar2011-10-021-1/+1
* | h264: try reading SPS with wrong escaping, it sometimes works betterMichael Niedermayer2011-10-011-1/+4
* | Disable cropping for the brainfart case.Carl Eugen Hoyos2011-08-301-1/+8
* | Be more verbose about H264 cropping errors.Carl Eugen Hoyos2011-08-221-2/+2
OpenPOWER on IntegriCloud