| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '94603feb1b3ad01a821a1a1cef1570b13f471821' | Michael Niedermayer | 2013-10-28 | 1 | -2/+4 |
|\ |
|
| * | h264_ps: when parsing a VUI fails, only abort when explode is set | Anton Khirnov | 2013-10-27 | 1 | -2/+4 |
* | | Merge commit 'c18838f5eb7d7001a9dc653f5162868c04c1b2a1' | Michael Niedermayer | 2013-08-21 | 1 | -11/+11 |
|\| |
|
| * | h264_ps: Use more meaningful error values | Diego Biurrun | 2013-08-20 | 1 | -12/+12 |
* | | Merge commit '330ad1f6a53a37dec228cb424ca57e1268fafc64' | Michael Niedermayer | 2013-08-21 | 1 | -319/+337 |
|\| |
|
| * | h264_ps: K&R formatting cosmetics | Diego Biurrun | 2013-08-20 | 1 | -287/+313 |
* | | Merge commit '8fed466b0a7d636ae5035f9c6074fba9a621539b' | Michael Niedermayer | 2013-08-21 | 1 | -4/+0 |
|\| |
|
| * | h264_ps: Drop commented-out cruft | Diego Biurrun | 2013-08-20 | 1 | -4/+0 |
* | | Merge commit '2a61592573d725956a4377641344afe263382648' | Michael Niedermayer | 2013-08-21 | 1 | -1/+0 |
|\| |
|
| * | avcodec: Remove some commented-out debug cruft | Diego Biurrun | 2013-08-20 | 1 | -1/+0 |
* | | avcodec/h264_ps: try to support Ambarella AVC | Michael Niedermayer | 2013-07-09 | 1 | -0/+5 |
* | | h264_ps: fix memleak in ff_h264_decode_picture_parameter_set() | Michael Niedermayer | 2013-06-03 | 1 | -2/+2 |
* | | ff_h264_decode_seq_parameter_set: dont set h->sps | Michael Niedermayer | 2013-05-06 | 1 | -2/+0 |
* | | ff_h264_decode_picture_parameter_set: fix return code | Michael Niedermayer | 2013-05-06 | 1 | -1/+1 |
* | | ff_h264_decode_picture_parameter_set: use the correct sps | Michael Niedermayer | 2013-05-06 | 1 | -9/+13 |
* | | h264_ps: check croping values | Michael Niedermayer | 2013-04-30 | 1 | -0/+13 |
* | | Merge commit '5e83d9aced2fc2b2e1360452794c58aba55d497c' | Michael Niedermayer | 2013-04-19 | 1 | -26/+27 |
|\| |
|
| * | h264: fully support cropping. | Anton Khirnov | 2013-04-19 | 1 | -19/+27 |
* | | Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f' | Michael Niedermayer | 2013-02-26 | 1 | -1/+0 |
|\| |
|
| * | Remove unnecessary dsputil.h #includes | Diego Biurrun | 2013-02-26 | 1 | -1/+0 |
* | | h264: check that luma and chroma depth match | Michael Niedermayer | 2013-02-21 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-02-16 | 1 | -143/+137 |
|\| |
|
| * | h264: deMpegEncContextize | Anton Khirnov | 2013-02-15 | 1 | -136/+130 |
* | | Merge commit 'b85a5e87af4254b80913fe33591d96361f30832b' | Michael Niedermayer | 2013-01-25 | 1 | -0/+14 |
|\| |
|
| * | h264: Allow discarding the cropping information from SPS | Vittorio Giovara | 2013-01-25 | 1 | -0/+14 |
* | | Merge commit 'c661cb6672af5ebcb900ec8766b24761bd2ab011' | Michael Niedermayer | 2012-12-20 | 1 | -4/+5 |
|\| |
|
| * | h264: fix sps parsing for SVC and CAVLC 4:4:4 Intra profiles | Victor Lopez | 2012-12-19 | 1 | -1/+5 |
| * | h264: fix memleak on error during SPS parsing | Janne Grunau | 2012-12-15 | 1 | -1/+1 |
* | | Merge commit '072be3e8969f24113d599444be4d6a0ed04a6602' | Michael Niedermayer | 2012-12-14 | 1 | -2/+5 |
|\| |
|
| * | h264: set parameters from SPS whenever it changes | Janne Grunau | 2012-12-13 | 1 | -2/+5 |
* | | Merge commit 'd7d6efe42b0d2057e67999b96b9a391f533d2333' | Michael Niedermayer | 2012-12-07 | 1 | -5/+11 |
|\| |
|
| * | h264: check sps.log2_max_frame_num for validity | Janne Grunau | 2012-12-07 | 1 | -2/+14 |
* | | h264: 2nd try at getting sm2v working | Michael Niedermayer | 2012-11-11 | 1 | -1/+1 |
* | | h264: Support SMV2 | Michael Niedermayer | 2012-11-11 | 1 | -0/+2 |
* | | h264: fix parsing of old lossless profile (profile_idc == 144) | Hendrik Leppkes | 2012-10-14 | 1 | -1/+1 |
* | | h264: print num_reorder_frames in debug output | Michael Niedermayer | 2012-08-04 | 1 | -2/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-30 | 1 | -1/+2 |
|\| |
|
| * | h264_ps: declare array of colorspace strings on its own line. | Ronald S. Bultje | 2012-07-29 | 1 | -1/+2 |
* | | h264/decode_scaling_matrices: fix coding order of 8x8 matrixes. | Michael Niedermayer | 2012-07-10 | 1 | -4/+2 |
* | | h264: 12 and 14 bit support | Michael Niedermayer | 2012-07-10 | 1 | -4/+24 |
* | | h264: print error on unsupported seperate color planes | Michael Niedermayer | 2012-07-05 | 1 | -0/+4 |
* | | h264: sps: handle more profiles | Michael Niedermayer | 2012-07-03 | 1 | -1/+4 |
* | | h264: add support for constraint_set4_flag / constraint_set5_flag | Michael Niedermayer | 2012-07-03 | 1 | -1/+3 |
* | | h264: check log2_max_poc_lsb for validity | Michael Niedermayer | 2012-07-01 | 1 | -1/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-03 | 1 | -0/+3 |
|\| |
|
| * | h264: additional protection against unsupported size/bitdepth changes. | Ronald S. Bultje | 2012-05-02 | 1 | -0/+3 |
* | | h264_ps: check log2_max_frame_num for validity. | Michael Niedermayer | 2012-04-07 | 1 | -0/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-25 | 1 | -2/+2 |
|\| |
|
| * | h264: fix memleak in error path. | Alexander Strange | 2012-03-24 | 1 | -1/+1 |
| * | h264: Add check for invalid chroma_format_idc | Alexander Strange | 2012-03-24 | 1 | -1/+5 |