summaryrefslogtreecommitdiff
path: root/libavcodec/hevc_sei.c
Commit message (Expand)AuthorAge
* hevc: Add support for alternative transfer characterics SEIVittorio Giovara2017-06-28
* hevcdec: move SEI message parsing into a separate headerJames Almer2017-05-09
* hevcdec: remove HEVCContext usage from hevc_seiJames Almer2017-05-09
* golomb: Convert to the new bitstream readerDiego Biurrun2017-01-31
* Drop unreachable break and return statementsDiego Biurrun2016-11-03
* hevcdec: move decoder-independent declarations into a separate headerAnton Khirnov2016-10-16
* hevc: rename hevc.[ch] to hevcdec.[ch]Anton Khirnov2016-10-16
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* hevc: Split the sei parsing in 3 functionsLuca Barbato2015-08-01
* hevc: Use switch instead of if-nests in decode_nal_sei_messageLuca Barbato2015-08-01
* hevc: Use a proper enum for the SEI valuesLuca Barbato2015-08-01
* hevc: parse display orientation SEI messageVittorio Giovara2014-07-09
* hevc: Refactor decode_nal_sei_frame_packing_arrangementLuca Barbato2013-12-17
* hevc: parse frame packing arrangement SEI messages and save relevant stereo3d...Vittorio Giovara2013-12-09
* hevc_sei: drop unused parameterVittorio Giovara2013-11-19
* Add HEVC decoderGuillaume Martres2013-10-31