summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264_ps.c
Commit message (Expand)AuthorAgeFilesLines
...
| * avcodec: Remove some commented-out debug cruftDiego Biurrun2013-08-201-1/+0
* | avcodec/h264_ps: try to support Ambarella AVCMichael Niedermayer2013-07-091-0/+5
* | h264_ps: fix memleak in ff_h264_decode_picture_parameter_set()Michael Niedermayer2013-06-031-2/+2
* | ff_h264_decode_seq_parameter_set: dont set h->spsMichael Niedermayer2013-05-061-2/+0
* | ff_h264_decode_picture_parameter_set: fix return codeMichael Niedermayer2013-05-061-1/+1
* | ff_h264_decode_picture_parameter_set: use the correct spsMichael Niedermayer2013-05-061-9/+13
* | h264_ps: check croping valuesMichael Niedermayer2013-04-301-0/+13
* | Merge commit '5e83d9aced2fc2b2e1360452794c58aba55d497c'Michael Niedermayer2013-04-191-26/+27
|\ \ | |/
| * h264: fully support cropping.Anton Khirnov2013-04-191-19/+27
* | Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer2013-02-261-1/+0
|\ \ | |/
| * Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
* | h264: check that luma and chroma depth matchMichael Niedermayer2013-02-211-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-02-161-143/+137
|\ \ | |/
| * h264: deMpegEncContextizeAnton Khirnov2013-02-151-136/+130
* | 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
OpenPOWER on IntegriCloud