summaryrefslogtreecommitdiff
path: root/libavcodec/h264_ps.c
Commit message (Expand)AuthorAgeFilesLines
* h264: 4:2:2 intra decoding supportBaptiste Coudurier2011-10-211-2/+3
* h264: fix HRD parameters parsingMans Rullgard2011-10-111-2/+2
* h264: fix detection of optional trailing PPS elementsMans Rullgard2011-10-111-1/+4
* H.264: fix 4:4:4 cropping warningJason Garrett-Glaser2011-06-221-1/+2
* H.264: reference the correct SPS in decode_scaling_matricesJason Garrett-Glaser2011-06-221-2/+2
* 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-131-3/+11
* Roll back 4:4:4 H.264 for nowJason Garrett-Glaser2011-06-131-11/+3
* 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-131-3/+11
* Add support for higher QP values in h264.Oskar Arvidsson2011-05-101-12/+35
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Merge libavcore into libavutilReinhard Tartler2011-02-151-1/+1
* h264: Add Intra and Constrained Baseline profiles to avctx.profileJanne Grunau2011-02-011-5/+6
* H.264 decode: support cropping up to 28 pixels in interlaced mode.Reimar Döffinger2010-11-031-1/+1
* Fix default value of time_offset_length.John Stebbins2010-10-061-0/+1
* Move aspect ratio 0/0 avoidance code so the values in the sps struct are not ...Michael Niedermayer2010-10-051-0/+3
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-071-1/+1
* Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini2010-08-061-1/+2
* Check for VUI overeading and reset num_reoder_frames.Michael Niedermayer2010-05-251-0/+6
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Check direct_8x8_inference_flag.Michael Niedermayer2010-02-071-0/+4
* Fix large timebases.Michael Niedermayer2010-02-041-1/+1
* 10l for someone, Store chroma_qp_diff in the correct struct.Michael Niedermayer2010-01-181-1/+1
* Split (picture|seq) parameter set decoding out of h264.c.Michael Niedermayer2010-01-121-0/+527