summaryrefslogtreecommitdiffstats
path: root/libavcodec/hevc_ps_enc.c
Commit message (Collapse)AuthorAgeFilesLines
* golomb: Convert to the new bitstream readerDiego Biurrun2017-01-311-1/+1
|
* Use avpriv_report_missing_feature() where appropriateDiego Biurrun2016-11-081-4/+6
|
* hevcdec: move parameter set parsing into a separate headerAnton Khirnov2016-10-161-1/+1
| | | | | This code is independent from the decoder, so it makes more sense for it to to have its own header.
* 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.
* lavc: add Intel libmfx-based HEVC encoderAnton Khirnov2015-07-081-0/+116
OpenPOWER on IntegriCloud