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

github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-16Update some copyright dates to 20210.9.0Jean-Baptiste Kempf
2020-03-07headers: split some public fields into separate lines and document themJames Almer
2019-11-21Increase DAV1D_PICTURE_ALIGNMENT to 64Henrik Gramner
2019-08-08Export frame ITU-T T.35 MetadataJames Almer
2019-05-09Add a DAV1D_ERR define to negate errno values when neededJames Almer
2019-02-21Slightly over-allocate picture buffersRonald S. Bultje
2019-02-17headers: reorder and improve the doxy for some fieldsJames Almer
2019-02-13Parse OBU metadata for HDR10 supportVittorio Giovara
2019-02-13Remove leading double underscores from include guard definesMartin Storsjö
2018-12-13Document the thread context in which Dav1dPicAllocator's functions are calledMichael Bradshaw
2018-11-25Store literal bitstream values in Dav1dSequence/FrameHeaderRonald S. Bultje
2018-11-25Move Dav1dPictureParameters-related entries to top of Dav1dSeqHdrRonald S. Bultje
2018-11-25Add frame_hdr/seq_hdr to Dav1dPictureRonald S. Bultje
2018-11-25Move Av1FrameHeader and Av1SequenceHeader into public headersRonald S. Bultje
2018-11-24scalable: output only frames of the highest selected spatial layerJanne Grunau
2018-11-23Add API to match input images to specific output picturesRonald S. Bultje
2018-11-22Modify release_picture_callback to take a picture instead of a data pointerMichael Bradshaw
2018-11-22Fix some minor typosMichael Bradshaw
2018-11-19picture: make the film grain metadata publicNiklas Haas
2018-10-28picture: make poc the first field in Dav1dPictureJames Almer
2018-10-19Add support for external picture buffer allocationSteve Lhomme
2018-09-30api: add a frame type field to Dav1dPictureParametersJames Almer
2018-09-22Initial decoder implementation.Ronald S. Bultje