summaryrefslogtreecommitdiff
path: root/libavcodec/libdav1d.c
Commit message (Expand)AuthorAge
* avcodec/libdav1d: use the library default for the filmgrain optionJames Almer2019-09-15
* avcodec/libdav1d: allow setting frame size limit in pixelsJames Almer2019-08-14
* avcodec/libdav1d: add support for RGB streamsJames Almer2019-05-27
* avcodec/libdav1d: assert Dav1dPicture allocator_data is set before referencin...James Almer2019-05-27
* avcodec/libdav1d: export level from the Sequence HeaderJames Almer2019-05-27
* avcodec/libdav1d: fine tune thread distributionJames Almer2019-05-20
* avcodec/libdav1d: use a reference to the allocated buffer instead of wrapping...James Almer2019-03-19
* avcodec/libdav1d: reset pool size on allocation failureJames Almer2019-03-19
* avcodec/libdav1d: unref the frame on failureJames Almer2019-03-12
* libdav1d: Add support for reading hdr10 metadataVittorio Giovara2019-03-12
* avcodec/libdav1d: consistently use AVERROR return valuesJames Almer2019-03-12
* avcodec/libdav1d: use a custom picture allocatorJames Almer2019-03-12
* avcodec/libdav1d: move the pix_fmt enum array up in the fileJames Almer2019-03-12
* avcodec/libdav1d: route dav1d internal logs through av_log()James Almer2019-03-12
* avcodec/libdav1d: properly free all output picture referencesJames Almer2019-01-08
* avcodec/libdav1d: add support for 12bit streamsJames Almer2018-12-12
* avcodec/libdav1d: add an option to toggle Film GrainJames Almer2018-11-28
* avcodec/libdav1d: read profile from the sequence header referenced by the oup...James Almer2018-11-28
* avcodec/libdav1d: use constants defined in the public API to limit thread countJames Almer2018-11-28
* avcodec/libdav1d: remove init cleanup internal codec capJames Almer2018-11-28
* avcodec/libdav1d: update the API usage after upstream changesJames Almer2018-11-25
* avcodec/libdav1d: fix build after a recent API breakJames Almer2018-11-14
* avcodec: libdav1d AV1 decoder wrapper.James Almer2018-11-05