summaryrefslogtreecommitdiff
path: root/libavcodec/h264_ps.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'cba4e6062a02d5bf684e13a770be88aa1fec717e'Michael Niedermayer2014-04-021-1/+1
|\
| * More correct printf format specifiersDiego Biurrun2014-04-021-1/+1
* | Merge commit 'cc8163e1a3601a56f722a4720516e860bf1c6198'Michael Niedermayer2014-03-221-5/+7
|\ \ | |/
| * avcodec: more correct printf specifiersDiego Biurrun2014-03-221-5/+7
* | Merge commit '5d1c2e53ab3ce27b48c138d22bb01ff8e8304f27'Michael Niedermayer2014-03-171-1/+1
|\ \ | |/
| * h264: Replace mpegvideo-specific MAX_PICTURE_COUNT by private defineVittorio Giovara2014-03-161-1/+1
* | Merge commit 'ee6280ca12696a67535ce2245c77190edc513794'Michael Niedermayer2014-03-011-1/+1
|\ \ | |/
| * h264: parse two additional constraint flagsVittorio Giovara2014-02-281-1/+3
* | Merge commit 'e70ab7c1f5005041bba0e4efc1165410f83495b2'n2.3-devMichael Niedermayer2014-03-011-5/+11
|\ \ | |/
| * h264: add MVCD to the list of High profiles in SPSVittorio Giovara2014-02-281-5/+11
* | avcodec/h264_ps: fix printed num_reorder_frames valueMichael Niedermayer2014-02-221-1/+1
* | Merge commit '614b9e4db8f3d7c23fc0410fc04745a727a82f4e'Michael Niedermayer2014-02-171-3/+2
|\ \ | |/
| * h264: use avpriv_request_sample for chroma_format_idcVittorio Giovara2014-02-161-3/+2
* | Merge commit '3a0576702825423abecb32627c530dbc4c0f73bc'Michael Niedermayer2014-02-141-0/+1
|\ \ | |/
| * h264: store current_sps_id inside the current spsVittorio Giovara2014-02-141-1/+1
* | Merge commit '73e8fab31dc19c4371499e612856accbc00b2820'Michael Niedermayer2014-02-141-4/+5
|\ \ | |/
| * h264: print values in case of errorVittorio Giovara2014-02-141-5/+6
* | Merge commit '9ecabd7892ff073ae60ded3fc0a1290f5914ed5c'Michael Niedermayer2014-01-181-1/+3
|\ \ | |/
| * h264: reset num_reorder_frames if it is invalidAnton Khirnov2014-01-181-1/+3
* | Merge commit 'bfd26b7ce6efea594f2b99441d900419df3af638'Michael Niedermayer2014-01-061-1/+6
|\ \ | |/
| * h264: reject mismatching luma/chroma bit depths during sps parsingAnton Khirnov2014-01-061-0/+5
* | Merge commit '94603feb1b3ad01a821a1a1cef1570b13f471821'Michael Niedermayer2013-10-281-2/+4
|\ \ | |/
| * h264_ps: when parsing a VUI fails, only abort when explode is setAnton Khirnov2013-10-271-2/+4
* | Merge commit 'c18838f5eb7d7001a9dc653f5162868c04c1b2a1'Michael Niedermayer2013-08-211-11/+11
|\ \ | |/
| * h264_ps: Use more meaningful error valuesDiego Biurrun2013-08-201-12/+12
* | Merge commit '330ad1f6a53a37dec228cb424ca57e1268fafc64'Michael Niedermayer2013-08-211-319/+337
|\ \ | |/
| * h264_ps: K&R formatting cosmeticsDiego Biurrun2013-08-201-287/+313
* | Merge commit '8fed466b0a7d636ae5035f9c6074fba9a621539b'Michael Niedermayer2013-08-211-4/+0
|\ \ | |/
| * h264_ps: Drop commented-out cruftDiego Biurrun2013-08-201-4/+0
* | Merge commit '2a61592573d725956a4377641344afe263382648'Michael Niedermayer2013-08-211-1/+0
|\ \ | |/
| * 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
|\ \ | |/