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
2022-09-14tools: Allocate the priv structs with proper alignmentMartin Storsjö
2022-01-06Add option to write each frame to separate output fileRonald S. Bultje
2021-02-08xxhash: Add a cast to silence a warning when built with MSVCMartin Storsjö
2021-02-08tools: add optional xxh3 based muxerJanne Grunau
2021-02-08cli: Fix md5 verification for short valuesMatthias Dressel
2021-01-06cli: Optimize md5 checksum calculationHenrik Gramner
2020-09-01cli: Use proper integer math in Y4M PAR calculationsHenrik Gramner
2020-08-30Output render size to Y4MRaphaël Zumer
2020-02-21cli: remove init_[de]muxers() functionsLuc Trudeau
2019-11-22Fix accidental capital letter in variable nameRonald S. Bultje
2019-08-19Utilize the constraints in assertions to improve code generationHenrik Gramner
2019-06-05output: automatically use null muxer for /dev/nullTristan Matthews
2019-05-09Add a DAV1D_ERR define to negate errno values when neededJames Almer
2019-03-14tools/dav1d/md5: bswap big endian high bit depth pixel dataJanne Grunau
2019-03-14tools/dav1d: make the md5 muxer endian-awareJanne Grunau
2019-02-13Remove leading double underscores from include guard definesMartin Storsjö
2019-02-08Cast the output from strtoul to unsigned intMartin Storsjö
2019-02-08Use size_t as return value type for strlen() consistentlyMartin Storsjö
2018-12-06Fix 12-bit support in yuv4mpeg muxerRonald S. Bultje
2018-11-26dav1d/md5: avoid unaligned 32-bit readsJanne Grunau
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-25Match aomdec Y4M output for colocated chromaRaphaël Zumer
2018-11-21Rewrite the y4m header to match aomdec.Nathan E. Egge
2018-11-03dav1d: Only return 0/1 from md5_verifyMartin Storsjö
2018-10-31dav1d: add --verify option to verify decoding resultsJanne Grunau
2018-10-29dav1d: Fix theoretical invalid pointer dereferenceMarvin Scholz
2018-10-27tools/dav1d: don't call write_header and write_trailer when it's not neededJames Almer
2018-10-27Add a null muxer which will just drop the packet.Thierry Foucu
2018-10-02Remove trailing spaces in y4m2.cLuc Trudeau
2018-09-28Nullify the default 4:2:0 8-bit Y4M color spaceRaphaël Zumer
2018-09-28Clip chroma siting in Y4M outputRaphaël Zumer
2018-09-28Output colocated chroma as PAL-DV in Y4MRaphaël Zumer
2018-09-28Handle chroma position in 4:2:0 Y4M outputRaphaël Zumer
2018-09-27Update fopen calls for Windows compatibilitySmilingWolf
2018-09-24Fix muxers writing to stdoutMartin Storsjö
2018-09-22Initial decoder implementation.Ronald S. Bultje