]> git.sesse.net Git - ffmpeg/history - libavcodec/h264_ps.c
eatgv: return meaningful error codes.
[ffmpeg] / libavcodec / h264_ps.c
2013-01-25 Vittorio Giovarah264: Allow discarding the cropping information from SPS
2012-12-19 Victor Lopezh264: fix sps parsing for SVC and CAVLC 4:4:4 Intra...
2012-12-15 Janne Grunauh264: fix memleak on error during SPS parsing
2012-12-13 Janne Grunauh264: set parameters from SPS whenever it changes
2012-12-07 Janne Grunauh264: check sps.log2_max_frame_num for validity
2012-07-29 Ronald S. Bultjeh264_ps: declare array of colorspace strings on its...
2012-05-02 Ronald S. Bultjeh264: additional protection against unsupported size...
2012-03-24 Alexander Strangeh264: fix memleak in error path.
2012-03-24 Alexander Strangeh264: Add check for invalid chroma_format_idc
2012-03-12 Michael Niedermayerh264: improve parsing of broken AVC SPS
2012-03-05 Alex ConverseReplace computations of remaining bits with calls to...
2011-10-21 Baptiste Coudurierh264: 4:2:2 intra decoding support
2011-10-11 Mans Rullgardh264: fix HRD parameters parsing
2011-10-11 Mans Rullgardh264: fix detection of optional trailing PPS elements
2011-06-22 Jason Garrett-GlaserH.264: fix 4:4:4 cropping warning
2011-06-22 Jason Garrett-GlaserH.264: reference the correct SPS in decode_scaling_matrices
2011-06-14 Jason Garrett-Glaser4:4:4 H.264 decoding support
2011-06-13 Jason Garrett-GlaserRoll back 4:4:4 H.264 for now
2011-06-13 Jason Garrett-Glaser4:4:4 H.264 decoding support
2011-05-10 Oskar ArvidssonAdd support for higher QP values in h264.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-15 Reinhard TartlerMerge libavcore into libavutil
2011-02-01 Janne Grunauh264: Add Intra and Constrained Baseline profiles to...
2010-11-03 Reimar DöffingerH.264 decode: support cropping up to 28 pixels in inter...
2010-10-06 John StebbinsFix default value of time_offset_length.
2010-10-05 Michael NiedermayerMove aspect ratio 0/0 avoidance code so the values...
2010-09-07 Stefano SabatiniUse new imgutils.h API names, fix deprecation warnings.
2010-08-06 Stefano SabatiniRemove use of the deprecated function avcodec_check_dim...
2010-05-25 Michael NiedermayerCheck for VUI overeading and reset num_reoder_frames.
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-02-07 Michael NiedermayerCheck direct_8x8_inference_flag.
2010-02-04 Michael NiedermayerFix large timebases.
2010-01-18 Michael Niedermayer10l for someone, Store chroma_qp_diff in the correct...
2010-01-12 Michael NiedermayerSplit (picture|seq) parameter set decoding out of h264.c.