summaryrefslogtreecommitdiff
path: root/libavcodec/hevc_refs.c
Commit message (Expand)AuthorAgeFilesLines
* hevcdec: export cropping information instead of handling it internallyAnton Khirnov2017-01-121-15/+4
* hevc: move the SliceType enum to hevc.hAnton Khirnov2016-10-211-1/+1
* hevcdec: move parameter set parsing into a separate headerAnton Khirnov2016-10-161-1/+1
* hevcdec: move decoder-independent declarations into a separate headerAnton Khirnov2016-10-161-3/+4
* hevc: rename hevc.[ch] to hevcdec.[ch]Anton Khirnov2016-10-161-1/+1
* lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fieldsVittorio Giovara2015-09-071-1/+1
* hevc: move splitting the packet into NALUs into a separate functionAnton Khirnov2015-07-121-1/+1
* hevc: remove HEVCContext usage from hevc_psAnton Khirnov2015-07-121-17/+17
* hevc: reindent after previous commitHendrik Leppkes2015-01-271-12/+12
* hevc: add hwaccel hooksHendrik Leppkes2015-01-271-0/+17
* hevc: clear unused refs on failureAnton Khirnov2015-01-271-4/+5
* hevc_refs: drop the handling of negative coordinates in ff_hevc_get_ref_list()Anton Khirnov2014-08-091-10/+6
* hevc: implement pic_output_flag handlingGildas Cocherel2014-07-111-1/+5
* Add HEVC decoderGuillaume Martres2013-10-311-0/+489