| Commit message (Expand) | Author | Age | Files | Lines |
* | h264: fully support cropping. | Anton Khirnov | 2013-04-19 | 1 | -19/+27 |
* | Remove unnecessary dsputil.h #includes | Diego Biurrun | 2013-02-26 | 1 | -1/+0 |
* | h264: deMpegEncContextize | Anton Khirnov | 2013-02-15 | 1 | -136/+130 |
* | h264: Allow discarding the cropping information from SPS | Vittorio Giovara | 2013-01-25 | 1 | -0/+14 |
* | 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 |
* | h264: set parameters from SPS whenever it changes | Janne Grunau | 2012-12-13 | 1 | -2/+5 |
* | h264: check sps.log2_max_frame_num for validity | Janne Grunau | 2012-12-07 | 1 | -2/+14 |
* | h264_ps: declare array of colorspace strings on its own line. | Ronald S. Bultje | 2012-07-29 | 1 | -1/+2 |
* | h264: additional protection against unsupported size/bitdepth changes. | Ronald S. Bultje | 2012-05-02 | 1 | -0/+3 |
* | 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 |
* | h264: improve parsing of broken AVC SPS | Michael Niedermayer | 2012-03-13 | 1 | -1/+4 |
* | Replace computations of remaining bits with calls to get_bits_left(). | Alex Converse | 2012-03-05 | 1 | -2/+2 |
* | h264: 4:2:2 intra decoding support | Baptiste Coudurier | 2011-10-21 | 1 | -2/+3 |
* | h264: fix HRD parameters parsing | Mans Rullgard | 2011-10-11 | 1 | -2/+2 |
* | h264: fix detection of optional trailing PPS elements | Mans Rullgard | 2011-10-11 | 1 | -1/+4 |
* | H.264: fix 4:4:4 cropping warning | Jason Garrett-Glaser | 2011-06-22 | 1 | -1/+2 |
* | H.264: reference the correct SPS in decode_scaling_matrices | Jason Garrett-Glaser | 2011-06-22 | 1 | -2/+2 |
* | 4:4:4 H.264 decoding support | Jason Garrett-Glaser | 2011-06-13 | 1 | -3/+11 |
* | Roll back 4:4:4 H.264 for now | Jason Garrett-Glaser | 2011-06-13 | 1 | -11/+3 |
* | 4:4:4 H.264 decoding support | Jason Garrett-Glaser | 2011-06-13 | 1 | -3/+11 |
* | Add support for higher QP values in h264. | Oskar Arvidsson | 2011-05-10 | 1 | -12/+35 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-15 | 1 | -1/+1 |
* | h264: Add Intra and Constrained Baseline profiles to avctx.profile | Janne Grunau | 2011-02-01 | 1 | -5/+6 |
* | H.264 decode: support cropping up to 28 pixels in interlaced mode. | Reimar Döffinger | 2010-11-03 | 1 | -1/+1 |
* | Fix default value of time_offset_length. | John Stebbins | 2010-10-06 | 1 | -0/+1 |
* | Move aspect ratio 0/0 avoidance code so the values in the sps struct are not ... | Michael Niedermayer | 2010-10-05 | 1 | -0/+3 |
* | Use new imgutils.h API names, fix deprecation warnings. | Stefano Sabatini | 2010-09-07 | 1 | -1/+1 |
* | Remove use of the deprecated function avcodec_check_dimensions(), use | Stefano Sabatini | 2010-08-06 | 1 | -1/+2 |
* | Check for VUI overeading and reset num_reoder_frames. | Michael Niedermayer | 2010-05-25 | 1 | -0/+6 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Check direct_8x8_inference_flag. | Michael Niedermayer | 2010-02-07 | 1 | -0/+4 |
* | Fix large timebases. | Michael Niedermayer | 2010-02-04 | 1 | -1/+1 |
* | 10l for someone, Store chroma_qp_diff in the correct struct. | Michael Niedermayer | 2010-01-18 | 1 | -1/+1 |
* | Split (picture|seq) parameter set decoding out of h264.c. | Michael Niedermayer | 2010-01-12 | 1 | -0/+527 |