]> git.sesse.net Git - ffmpeg/history - libavcodec/h264_sei.c
dxva2: Keep code shared between dxva2 and d3d11va under the correct #if
[ffmpeg] / libavcodec / h264_sei.c
2016-06-21 Anton Khirnovh264_sei: drop an unnecessary h264dec.h include
2016-06-21 Anton Khirnovh264: rename h264.[ch] to h264dec.[ch]
2016-05-04 Vittorio Giovaracosmetics: Fix spelling mistakes
2016-04-24 Anton Khirnovh264: decouple h264_sei from the h264 decoder
2016-04-24 Anton Khirnovh264: decouple h264_ps from the h264 decoder
2015-10-30 Vittorio Giovarah264: Print the complete user message
2015-10-30 Vittorio Giovarah264: Print user data SEI under normal debug verbosity
2015-08-21 Luca Barbatoh264: Fix faulty call to avpriv_request_sample
2015-08-21 John Högbergh264: Discard currently unsupported registered sei
2015-08-01 David Holmavcodec: h264: Extract decoder methods
2015-07-17 Kieran Kunhyah264: Add support for Closed Caption export
2015-06-30 Vittorio Giovarah264: Parse registered data SEI message and AFD value
2015-06-30 Vittorio Giovarah264_sei: Group error check outside the switch block
2014-08-01 Vittorio Giovarah264: prevent theoretical infinite loop in SEI parsing
2014-07-09 Vittorio Giovarah264: parse display orientation SEI message
2014-02-14 Vittorio Giovarah264_sei: reorder headers
2014-02-14 Vittorio Giovarah264_sei: name buffering period type consistently
2013-12-17 Vittorio Giovarah264: Refactor decode_frame_packing_arrangement
2013-12-09 Vittorio Giovarah264: parse frame packing arrangement SEI messages...
2013-09-24 Michael Niedermayerh264_sei: check SEI size
2013-09-24 Vittorio Giovarah264_sei: log unknown sei messages
2013-08-20 Diego Biurrunavcodec: Remove some commented-out debug cruft
2013-08-02 Vittorio Giovarah264_sei: Return meaningful values
2013-08-01 Vittorio Giovarah264_sei: K&R formatting cosmetics
2013-08-01 Diego Biurrunh264_sei: Remove pointless old comment
2013-02-15 Anton Khirnovh264: deMpegEncContextize
2012-03-05 Alex ConverseReplace computations of remaining bits with calls to...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-21 Michael NiedermayerIgnore x264 build=0 as there is no such version, this...
2010-01-12 Michael NiedermayerSplit SEI code off h264.c.