]> git.sesse.net Git - ffmpeg/history - libavcodec/h264_ps.c
cook: Make constants passed to AV_BE2NE32C() unsigned to avoid signed overflow.
[ffmpeg] / libavcodec / h264_ps.c
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.