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
path: root/tools
AgeCommit message (Expand)Author
2019-02-13build: generate a installed version header for semantic versioningJanne Grunau
2019-02-13Remove leading double underscores from include guard definesMartin Storsjö
2019-02-11Use 64-bit versions of fseek and ftellHenrik Gramner
2019-02-08tools: Store return values from fread() in a size_tMartin 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ö
2019-02-08meson: Check for io.h and include it in dav1d.c if availableMartin Storsjö
2018-12-08annexb: don't use a int64_t intermediary for leb128James Almer
2018-12-07annexb: ensure that OBU size <= frame size <= TU sizeJames Almer
2018-12-07Add Length delimited bitstream (Annex B) demuxerJames Almer
2018-12-07Implement --cpumask to mask out CPU featuresRonald S. Bultje
2018-12-06Fix 12-bit support in yuv4mpeg muxerRonald S. Bultje
2018-11-29tools/dav1d: abort on unused/unknown CLI argumentsRonald S. Bultje
2018-11-29Make Dav1dDataProps::timestamp and offset signed.Jean-Yves Avenard
2018-11-29ivf: Use _ftelli64 instead of ftello for MSVCMartin Storsjö
2018-11-29ivf: Use int64_t instead of off_tMartin Storsjö
2018-11-28ivf: store offset and timestamp in pkt.mRonald S. Bultje
2018-11-26dav1d/md5: avoid unaligned 32-bit readsJanne Grunau
2018-11-26dav1d/cli: start decoding on a sequence header after '--skip'Janne 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-24API/scalable: add all_layers Dav1dSettingsJanne Grunau
2018-11-24API/scalable: add operating point Dav1dSettingJanne Grunau
2018-11-21Rewrite the y4m header to match aomdec.Nathan E. Egge
2018-11-19film_grain: implement film grain synthesisNiklas Haas
2018-11-16call dav1d_get_picture() until it returns -EAGAIN for drainingJanne Grunau
2018-11-14implement a decoupled decode APIJames Almer
2018-11-12Fix dav1d CLI tool skip short optionNicolas Frattaroli
2018-11-07Fix crash if --muxer is not setRonald S. Bultje
2018-11-07Add 'null' muxer in helpTristan Laurent
2018-11-05move rl32() to its only user tools/dav1d/input/ivf.cJanne Grunau
2018-11-03Fix typo in dav1d_cli_parse.cSmilingWolf
2018-11-03dav1d: Only return 0/1 from md5_verifyMartin Storsjö
2018-10-31dav1d: add --verify option to verify decoding resultsJanne Grunau
2018-10-29API: constify Dav1dData and dav1d_data_wrap()Janne 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-22Add --demuxer CLI parameter.Nathan E. Egge
2018-10-20ivf: fix the conversion specifier in printed error message stringsJames Almer
2018-10-18dav1d/ivf: return an error when fread failsJanne Grunau
2018-10-14tools/dav1d: unref input data after decoding loopJanne Grunau
2018-10-03Remove dav1d_init()Henrik Gramner
2018-10-02Build: Fix static library buildingMarvin Scholz
2018-10-02Fix version.h includeMarvin Scholz
2018-10-02Remove uninitialized fields in dav1d_cli_parse.cLuc Trudeau
2018-10-02Remove trailing spaces in y4m2.cLuc Trudeau
2018-09-29Build: Link dav1d with static libdav1d on WindowsMarvin Scholz
2018-09-29Build: Add option to disable building toolsMarvin Scholz