aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/hevcdec.h
Commit message (Expand)AuthorAgeFilesLines
* hevc: Fix aligned array declarationsMark Thompson2017-10-211-1/+1
* avcodec/hevcdec: check ff_init_cabac_decoder() for failureMichael Niedermayer2017-06-241-1/+1
* avcodec/hevcdec: export cropping information instead of handling it internallyJames Almer2017-05-261-2/+0
* avcodec/hevcdec: move SliceHeader struct definition to hevc_psJames Almer2017-05-051-83/+0
* avcodec/hevcdec: remove HEVCContext usage from ff_hevc_compute_poc()James Almer2017-05-051-5/+0
* avcodec/hevcdec: move SEI message parsing into a separate headerJames Almer2017-05-051-66/+1
* avcodec/hevcdec: remove HEVCContext usage from hevc_seiJames Almer2017-05-051-37/+57
* avcodec/hevcdec: remove duplicate extradata parsing functionJames Almer2017-04-091-1/+1
* lavc: Add Content Light Level side metadata found in HEVCSteve Lhomme2017-04-061-0/+5
* Merge commit '0bfdcce4d42a6e654c00ea5f9237dc987626457f'James Almer2017-03-231-7/+1
|\
| * hevc: move the SliceType enum to hevc.hAnton Khirnov2016-10-211-7/+1
* | Merge commit 'f6e2f8a9ffda2247bffba991450990d075ea68e3'James Almer2017-03-231-320/+4
|\|
| * hevcdec: move parameter set parsing into a separate headerAnton Khirnov2016-10-161-292/+4
* | Merge commit '150c896a9e46b23b97debb0a5f66fbaeaa32f153'James Almer2017-03-231-5/+0
|\|
| * hevcdec: split ff_hevc_diag_scan* declarations into a separate headerAnton Khirnov2016-10-161-5/+0
| * hevcdec: drop the prototype of a non-existing functionAnton Khirnov2016-10-161-2/+0
* | Merge commit 'c359d624d3efc3fd1d83210d78c4152bd329b765'James Almer2017-03-231-57/+17
|\|
| * hevcdec: move decoder-independent declarations into a separate headerAnton Khirnov2016-10-161-57/+17
* | Merge commit '4abe3b049d987420eb891f74a35af2cebbf52144'Clément Bœsch2017-03-231-72/+142
|/
* hevc: rename hevc.[ch] to hevcdec.[ch]Anton Khirnov2016-10-161-0/+1016