summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264_sei.c
Commit message (Expand)AuthorAgeFilesLines
* stereo3d: Support view type for frame sequence typeVittorio Giovara2017-11-281-3/+4
* h264: Add support for alternative transfer characterics SEIVittorio Giovara2017-08-101-0/+11
* h264_sei: Add namespace prefix to all SEI valuesMark Thompson2017-05-161-8/+8
* h264_sei: Check actual presence of picture timing SEI messageMichael Niedermayer2017-02-281-0/+3
* golomb: Convert to the new bitstream readerDiego Biurrun2017-01-311-1/+1
* h264_sei: drop an unnecessary h264dec.h includeAnton Khirnov2016-06-211-1/+1
* h264: rename h264.[ch] to h264dec.[ch]Anton Khirnov2016-06-211-1/+1
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-2/+2
* h264: decouple h264_sei from the h264 decoderAnton Khirnov2016-04-241-128/+138
* h264: decouple h264_ps from the h264 decoderAnton Khirnov2016-04-241-9/+14
* h264: Print the complete user messageVittorio Giovara2015-10-301-6/+8
* h264: Print user data SEI under normal debug verbosityVittorio Giovara2015-10-301-1/+1
* h264: Fix faulty call to avpriv_request_sampleLuca Barbato2015-08-221-1/+1
* h264: Discard currently unsupported registered seiJohn Högberg2015-08-211-0/+6
* avcodec: h264: Extract decoder methodsDavid Holm2015-08-011-54/+70
* h264: Add support for Closed Caption exportKieran Kunhya2015-07-171-1/+44
* h264: Parse registered data SEI message and AFD valueVittorio Giovara2015-06-301-0/+49
* h264_sei: Group error check outside the switch blockVittorio Giovara2015-06-301-12/+2
* h264: prevent theoretical infinite loop in SEI parsingVittorio Giovara2014-08-011-6/+12
* h264: parse display orientation SEI messageVittorio Giovara2014-07-091-0/+22
* h264_sei: reorder headersVittorio Giovara2014-02-141-4/+2
* h264_sei: name buffering period type consistentlyVittorio Giovara2014-02-141-1/+1
* h264: Refactor decode_frame_packing_arrangementVittorio Giovara2013-12-171-16/+7
* h264: parse frame packing arrangement SEI messages and save relevant stereo3d...Vittorio Giovara2013-12-091-0/+40
* h264_sei: check SEI sizeMichael Niedermayer2013-09-241-0/+6
* h264_sei: log unknown sei messagesVittorio Giovara2013-09-241-0/+1
* avcodec: Remove some commented-out debug cruftDiego Biurrun2013-08-201-1/+0
* h264_sei: Return meaningful valuesVittorio Giovara2013-08-021-11/+16
* h264_sei: K&R formatting cosmeticsVittorio Giovara2013-08-011-58/+78
* h264_sei: Remove pointless old commentDiego Biurrun2013-08-011-1/+1
* h264: deMpegEncContextizeAnton Khirnov2013-02-151-49/+42
* Replace computations of remaining bits with calls to get_bits_left().Alex Converse2012-03-051-1/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Ignore x264 build=0 as there is no such version, this restores previousMichael Niedermayer2010-03-211-1/+1
* Split SEI code off h264.c.Michael Niedermayer2010-01-121-0/+206
OpenPOWER on IntegriCloud