summaryrefslogtreecommitdiffstats
path: root/libavcodec/libdav1d.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/libdav1d: fix setting AVFrame reordered_opaqueJames Almer2019-10-221-1/+26
* avcodec/libdav1d: set AVFrame reordered_opaqueJames Almer2019-10-171-0/+2
* avcodec/libdav1d: use the library default for the filmgrain optionJames Almer2019-09-151-2/+3
* avcodec/libdav1d: allow setting frame size limit in pixelsJames Almer2019-08-141-0/+1
* avcodec/libdav1d: add support for RGB streamsJames Almer2019-05-271-1/+12
* avcodec/libdav1d: assert Dav1dPicture allocator_data is set before referencin...James Almer2019-05-271-1/+1
* avcodec/libdav1d: export level from the Sequence HeaderJames Almer2019-05-271-0/+2
* avcodec/libdav1d: fine tune thread distributionJames Almer2019-05-201-3/+13
* avcodec/libdav1d: use a reference to the allocated buffer instead of wrapping...James Almer2019-03-191-16/+4
* avcodec/libdav1d: reset pool size on allocation failureJames Almer2019-03-191-1/+3
* avcodec/libdav1d: unref the frame on failureJames Almer2019-03-121-8/+16
* libdav1d: Add support for reading hdr10 metadataVittorio Giovara2019-03-121-0/+28
* avcodec/libdav1d: consistently use AVERROR return valuesJames Almer2019-03-121-4/+4
* avcodec/libdav1d: use a custom picture allocatorJames Almer2019-03-121-0/+60
* avcodec/libdav1d: move the pix_fmt enum array up in the fileJames Almer2019-03-121-7/+7
* avcodec/libdav1d: route dav1d internal logs through av_log()James Almer2019-03-121-0/+9
* avcodec/libdav1d: properly free all output picture referencesJames Almer2019-01-081-35/+40
* avcodec/libdav1d: add support for 12bit streamsJames Almer2018-12-121-6/+6
* avcodec/libdav1d: add an option to toggle Film GrainJames Almer2018-11-281-0/+3
* avcodec/libdav1d: read profile from the sequence header referenced by the oup...James Almer2018-11-281-9/+1
* avcodec/libdav1d: use constants defined in the public API to limit thread countJames Almer2018-11-281-2/+2
* avcodec/libdav1d: remove init cleanup internal codec capJames Almer2018-11-281-2/+1
* avcodec/libdav1d: update the API usage after upstream changesJames Almer2018-11-251-45/+21
* avcodec/libdav1d: fix build after a recent API breakJames Almer2018-11-141-3/+9
* avcodec: libdav1d AV1 decoder wrapper.James Almer2018-11-051-0/+270
OpenPOWER on IntegriCloud