summaryrefslogtreecommitdiff
path: root/libavcodec/libdav1d.c
Commit message (Expand)AuthorAge
* avcodec/libdav1d: stop setting AVFrame->best_effort_timestampJames Almer2020-12-13
* lavu/film_grain_params: fix typo in type enumLynne2020-11-27
* libdav1d: correctly copy ar_coeffs_uv to our structLynne2020-11-26
* libdav1d: use film grain export flag to export AVFilmGrainParams side dataLynne2020-11-25
* avcodec/libdav1d: Call ff_set_sar in addition to setting the frame SARDerek Buitenhuis2020-08-26
* avcodec/libdav1d: add support for A53 Closed CaptionsJames Almer2020-08-15
* avcodec/libdav1d: use av_image_get_buffer_size() to calculate frame sizeJames Almer2020-07-22
* avcodec/libdav1d: export frame sample aspect ratioJames Almer2020-05-18
* Add options for spatial layers.Thierry Foucu2019-11-28
* avcodec/libdav1d: export bitstream timing info when availableJames Almer2019-11-12
* avcodec/libdav1d: fix setting AVFrame reordered_opaqueJames Almer2019-10-22
* avcodec/libdav1d: set AVFrame reordered_opaqueJames Almer2019-10-17
* 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