aboutsummaryrefslogtreecommitdiff
path: root/libavcodec/h264_ps.c
AgeCommit message (Expand)Author
2012-03-24h264: fix memleak in error path.Alexander Strange
2012-03-24h264: Add check for invalid chroma_format_idcAlexander Strange
2012-03-13h264: improve parsing of broken AVC SPSMichael Niedermayer
2012-03-05Replace computations of remaining bits with calls to get_bits_left().Alex Converse
2011-10-21h264: 4:2:2 intra decoding supportBaptiste Coudurier
2011-10-11h264: fix HRD parameters parsingMans Rullgard
2011-10-11h264: fix detection of optional trailing PPS elementsMans Rullgard
2011-06-22H.264: fix 4:4:4 cropping warningJason Garrett-Glaser
2011-06-22H.264: reference the correct SPS in decode_scaling_matricesJason Garrett-Glaser
2011-06-134:4:4 H.264 decoding supportJason Garrett-Glaser
2011-06-13Roll back 4:4:4 H.264 for nowJason Garrett-Glaser
2011-06-134:4:4 H.264 decoding supportJason Garrett-Glaser
2011-05-10Add support for higher QP values in h264.Oskar Arvidsson
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-15Merge libavcore into libavutilReinhard Tartler
2011-02-01h264: Add Intra and Constrained Baseline profiles to avctx.profileJanne Grunau
2010-11-03H.264 decode: support cropping up to 28 pixels in interlaced mode.Reimar Döffinger
2010-10-06Fix default value of time_offset_length.John Stebbins
2010-10-05Move aspect ratio 0/0 avoidance code so the values in the sps struct are not ...Michael Niedermayer
2010-09-07Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini
2010-08-06Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini
2010-05-25Check for VUI overeading and reset num_reoder_frames.Michael Niedermayer
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-02-07Check direct_8x8_inference_flag.Michael Niedermayer
2010-02-04Fix large timebases.Michael Niedermayer
2010-01-1810l for someone, Store chroma_qp_diff in the correct struct.Michael Niedermayer
2010-01-12Split (picture|seq) parameter set decoding out of h264.c.Michael Niedermayer