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-11-22annexb: Cast size_t to int before adding to an intMartin Storsjö
2019-11-22Fix accidental capital letter in variable nameRonald S. Bultje
2019-11-22section5: use signed type for seeking backwardsMartin Storsjö
2019-11-21Add demuxer probingRonald S. Bultje
2019-11-21Add section-5 raw OBU demuxerRonald S. Bultje
2019-10-16tools: fix SSE2 cpu maskingVictorien Le Couviour--Tuffet
2019-08-19Utilize the constraints in assertions to improve code generationHenrik Gramner
2019-08-10meson: move dav1dplay to a new examples sectionJames Almer
2019-07-28tools: player: Add missing string.h headerMarvin Scholz
2019-07-25Change SDL include in dav1dplayLuc Trudeau
2019-07-23tools: add a simple player exampleMarvin Scholz
2019-07-02build: fix meson deprecation warningVictorien Le Couviour--Tuffet
2019-06-26tools: Use DAV1D_ERR for strerror callsMarvin Scholz
2019-06-19cli: use mach_absolute_time as fallback for clock_gettime on darwin. Fixes #283Janne Grunau
2019-06-10meson: Look for librt if clock_gettime isn't found without itMartin Storsjö
2019-06-05output: automatically use null muxer for /dev/nullTristan Matthews
2019-05-14Add a hard upper frame size limit on 32-bit systemsHenrik Gramner
2019-05-14Add an option to limit the maximum frame sizeHenrik Gramner
2019-05-11tools: Add a cast to silence an MSVC warningMartin Storsjö
2019-05-09Add fps counter and --realtime, --frametimes and --realtimecache optionsPablo Stebler
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-03-08let dav1d_version() return the project versionJanne Grunau
2019-03-01tools/dav1d: Fix help textMatthias Dressel
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