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 (Collapse)Author
2018-10-02Remove trailing spaces in y4m2.cLuc Trudeau
2018-09-28Nullify the default 4:2:0 8-bit Y4M color spaceRaphaël Zumer
Set to NULL in y4m2.c:ss_names, as it is set in chr_names_8bpc_i420.
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
Open files in binary mode, or on Windows fread/fwrite will treat the files as text and mangle the read/written data
2018-09-24Fix muxers writing to stdoutMartin Storsjö
2018-09-22Initial decoder implementation.Ronald S. Bultje
With minor contributions from: - Jean-Baptiste Kempf <jb@videolan.org> - Marvin Scholz <epirat07@gmail.com> - Hugo Beauzée-Luyssen <hugo@videolan.org>