| Commit message (Expand) | Author | Age | Files | Lines |
* | More correct printf format specifiers | Diego Biurrun | 2014-04-02 | 1 | -1/+1 |
* | avcodec: more correct printf specifiers | Diego Biurrun | 2014-03-22 | 1 | -5/+7 |
* | h264: Replace mpegvideo-specific MAX_PICTURE_COUNT by private define | Vittorio Giovara | 2014-03-16 | 1 | -1/+1 |
* | h264: parse two additional constraint flags | Vittorio Giovara | 2014-02-28 | 1 | -1/+3 |
* | h264: add MVCD to the list of High profiles in SPS | Vittorio Giovara | 2014-02-28 | 1 | -5/+11 |
* | h264: use avpriv_request_sample for chroma_format_idc | Vittorio Giovara | 2014-02-16 | 1 | -3/+2 |
* | h264: store current_sps_id inside the current sps | Vittorio Giovara | 2014-02-14 | 1 | -1/+1 |
* | h264: print values in case of error | Vittorio Giovara | 2014-02-14 | 1 | -5/+6 |
* | h264: reset num_reorder_frames if it is invalid | Anton Khirnov | 2014-01-18 | 1 | -1/+3 |
* | h264: reject mismatching luma/chroma bit depths during sps parsing | Anton Khirnov | 2014-01-06 | 1 | -0/+5 |
* | h264_ps: when parsing a VUI fails, only abort when explode is set | Anton Khirnov | 2013-10-27 | 1 | -2/+4 |
* | h264_ps: Use more meaningful error values | Diego Biurrun | 2013-08-20 | 1 | -12/+12 |
* | h264_ps: K&R formatting cosmetics | Diego Biurrun | 2013-08-20 | 1 | -287/+313 |
* | h264_ps: Drop commented-out cruft | Diego Biurrun | 2013-08-20 | 1 | -4/+0 |
* | avcodec: Remove some commented-out debug cruft | Diego Biurrun | 2013-08-20 | 1 | -1/+0 |
* | 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 |