summaryrefslogtreecommitdiffstats
path: root/libavcodec/hevc_data.c
Commit message (Collapse)AuthorAgeFilesLines
* hevcdec: split ff_hevc_diag_scan* declarations into a separate headerAnton Khirnov2016-10-161-1/+1
| | | | This will be useful in the following commits.
* hevc: rename hevc.[ch] to hevcdec.[ch]Anton Khirnov2016-10-161-1/+1
| | | | | This is more consistent with the rest of libav and frees up the hevc.h name for decoder-independent shared declarations.
* hevc_parser: fix standalone build with the hevc decoder disabledAnton Khirnov2015-07-131-0/+75
The parser depends on hevc_ps, which in turn needs some data tables. Found-by: James Almer <jamrial@gmail.com>
OpenPOWER on IntegriCloud