Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-11-28Add options for spatial layers.Thierry Foucu
2019-11-13avcodec/libdav1d: export bitstream timing info when availableJames Almer
2019-10-22avcodec/libdav1d: fix setting AVFrame reordered_opaqueJames Almer
2019-10-17avcodec/libdav1d: set AVFrame reordered_opaqueJames Almer
2019-09-15avcodec/libdav1d: use the library default for the filmgrain optionJames Almer
2019-08-15avcodec/libdav1d: allow setting frame size limit in pixelsJames Almer
2019-05-27avcodec/libdav1d: add support for RGB streamsJames Almer
2019-05-27avcodec/libdav1d: assert Dav1dPicture allocator_data is set before referencin...James Almer
2019-05-27avcodec/libdav1d: export level from the Sequence HeaderJames Almer
2019-05-20avcodec/libdav1d: fine tune thread distributionJames Almer
2019-03-19avcodec/libdav1d: use a reference to the allocated buffer instead of wrapping...James Almer
2019-03-19avcodec/libdav1d: reset pool size on allocation failureJames Almer
2019-03-13avcodec/libdav1d: unref the frame on failureJames Almer
2019-03-13libdav1d: Add support for reading hdr10 metadataVittorio Giovara
2019-03-13avcodec/libdav1d: consistently use AVERROR return valuesJames Almer
2019-03-13avcodec/libdav1d: use a custom picture allocatorJames Almer
2019-03-13avcodec/libdav1d: move the pix_fmt enum array up in the fileJames Almer
2019-03-13avcodec/libdav1d: route dav1d internal logs through av_log()James Almer
2019-01-08avcodec/libdav1d: properly free all output picture referencesJames Almer
2018-12-12avcodec/libdav1d: add support for 12bit streamsJames Almer
2018-11-29avcodec/libdav1d: add an option to toggle Film GrainJames Almer
2018-11-29avcodec/libdav1d: read profile from the sequence header referenced by the oup...James Almer
2018-11-29avcodec/libdav1d: use constants defined in the public API to limit thread countJames Almer
2018-11-29avcodec/libdav1d: remove init cleanup internal codec capJames Almer
2018-11-26avcodec/libdav1d: update the API usage after upstream changesJames Almer
2018-11-14avcodec/libdav1d: fix build after a recent API breakJames Almer
2018-11-06avcodec: libdav1d AV1 decoder wrapper.James Almer