summaryrefslogtreecommitdiff
path: root/libavcodec/h264_ps.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-06
|\
| * Replace computations of remaining bits with calls to get_bits_left().Alex Converse2012-03-05
* | h264: Decode short VUI without errorMichael Niedermayer2011-12-23
* | h264: check chroma_format_idc range.Michael Niedermayer2011-12-15
* | Be less verbose when skipping RBSP data in H264 PPS.Carl Eugen Hoyos2011-12-02
* | h264: More restrictive more_rbsp_data_in_pps()Michael Niedermayer2011-12-01
* | H264: Check if more RBSP data in PPS provided by current profile due to Annex A.Anatoly Nenashev2011-11-25
* | Simplify some bits-left/overread checks.Reimar Döffinger2011-10-23
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-22
|\|
| * h264: 4:2:2 intra decoding supportBaptiste Coudurier2011-10-21
* | h264: Workaround invalid flag combinations of 8x8 inference.Michael Niedermayer2011-10-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-12
|\|
| * h264: fix HRD parameters parsingMans Rullgard2011-10-11
| * h264: fix detection of optional trailing PPS elementsMans Rullgard2011-10-11
* | H264: set colorspace and full range to values indicating unspecified by defaultMichael Niedermayer2011-10-08
* | h264: check for invalid bit depth value.Laurent Aimar2011-10-02
* | h264: add entries for 11 and 12 bits in ff_h264_chroma_qp[][]Laurent Aimar2011-10-02
* | h264: fix the check for invalid SPS:num_ref_frames.Laurent Aimar2011-10-02
* | h264: try reading SPS with wrong escaping, it sometimes works betterMichael Niedermayer2011-10-01
* | Disable cropping for the brainfart case.Carl Eugen Hoyos2011-08-30
* | Be more verbose about H264 cropping errors.Carl Eugen Hoyos2011-08-22
* | h264dec: h264: 4:2:2 intra decodingBaptiste Coudurier2011-08-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-23
|\|
| * H.264: fix 4:4:4 cropping warningJason Garrett-Glaser2011-06-22
| * H.264: reference the correct SPS in decode_scaling_matricesJason Garrett-Glaser2011-06-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-15
|\|
| * 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-13
| * Roll back 4:4:4 H.264 for nowJason Garrett-Glaser2011-06-13
| * 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-13
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-11
|\|
| * Add support for higher QP values in h264.Oskar Arvidsson2011-05-10
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * Merge libavcore into libavutilReinhard Tartler2011-02-15
| * h264: Add Intra and Constrained Baseline profiles to avctx.profileJanne Grunau2011-02-01
* | h264: Print bpp Signed-off-by: Michael Niedermayer <michaelni@gmx.at>Michael Niedermayer2011-04-10
* | Add support for higher QP values in h264.Oskar Arvidsson2011-04-10
* | Merge libavcore into libavutilReinhard Tartler2011-02-16
* | h264: Add Intra and Constrained Baseline profiles to avctx.profileJanne Grunau2011-02-02
|/
* H.264 decode: support cropping up to 28 pixels in interlaced mode.Reimar Döffinger2010-11-03
* Fix default value of time_offset_length.John Stebbins2010-10-06
* Move aspect ratio 0/0 avoidance code so the values in the sps struct are not ...Michael Niedermayer2010-10-05
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-07
* Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini2010-08-06
* Check for VUI overeading and reset num_reoder_frames.Michael Niedermayer2010-05-25
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Check direct_8x8_inference_flag.Michael Niedermayer2010-02-07
* Fix large timebases.Michael Niedermayer2010-02-04
* 10l for someone, Store chroma_qp_diff in the correct struct.Michael Niedermayer2010-01-18
* Split (picture|seq) parameter set decoding out of h264.c.Michael Niedermayer2010-01-12