]> git.sesse.net Git - ffmpeg/history - libavcodec/h264_ps.c
cosmetics: Write NULL pointer equality checks more compactly
[ffmpeg] / libavcodec / h264_ps.c
2014-08-15 Gabriel Dumecosmetics: Write NULL pointer equality checks more...
2014-04-01 Diego BiurrunMore correct printf format specifiers
2014-03-22 Diego Biurrunavcodec: more correct printf specifiers
2014-03-16 Vittorio Giovarah264: Replace mpegvideo-specific MAX_PICTURE_COUNT...
2014-02-28 Vittorio Giovarah264: parse two additional constraint flags
2014-02-28 Vittorio Giovarah264: add MVCD to the list of High profiles in SPS
2014-02-16 Vittorio Giovarah264: use avpriv_request_sample for chroma_format_idc
2014-02-14 Vittorio Giovarah264: store current_sps_id inside the current sps
2014-02-14 Vittorio Giovarah264: print values in case of error
2014-01-18 Anton Khirnovh264: reset num_reorder_frames if it is invalid
2014-01-06 Anton Khirnovh264: reject mismatching luma/chroma bit depths during...
2013-10-27 Anton Khirnovh264_ps: when parsing a VUI fails, only abort when...
2013-08-20 Diego Biurrunh264_ps: Use more meaningful error values
2013-08-20 Diego Biurrunh264_ps: K&R formatting cosmetics
2013-08-20 Diego Biurrunh264_ps: Drop commented-out cruft
2013-08-20 Diego Biurrunavcodec: Remove some commented-out debug cruft
2013-04-19 Anton Khirnovh264: fully support cropping.
2013-02-25 Diego BiurrunRemove unnecessary dsputil.h #includes
2013-02-15 Anton Khirnovh264: deMpegEncContextize
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.