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
2020-09-06cli: Add support for Unicode and long paths on Windows 10Henrik Gramner
2020-09-01cli: Use proper integer math in Y4M PAR calculationsHenrik Gramner
2020-08-30Output render size to Y4MRaphaël Zumer
2020-08-28cli: Print the decoding fps even if the file lacks a nominal framerateMartin Storsjö
2020-06-29CLI: Fix help textMatthias Dressel
2020-06-23Accumulate leb128 value using uint64_t as intermediate typeRonald S. Bultje
2020-06-21Simplify checks for leb128() and leb() output overflowWan-Teh Chang
2020-06-18cli: Avoid large intermediates in the windows get_time_nanosMartin Storsjö
2020-06-18cli: Get the elapsed time if printing progress, regardless of the fps valueMartin Storsjö
2020-06-04Range of operating point is 0 - 31, not 0 - 32Wan-Teh Chang
2020-05-15tools: add missing fopen error handlingMarvin Scholz
2020-05-11cli: Reduce fps fraction in ivf parsingHenrik Gramner
2020-04-12CLI: Add missing cpumask for VSXMatthias Dressel
2020-03-07CLI: Remove additional spaceMatthias Dressel
2020-03-07CLI: Remove avx512 from help textMatthias Dressel
2020-02-21cli: Replace malloc + memset(0) with calloc in input.cLuc Trudeau
2020-02-21cli: remove init_[de]muxers() functionsLuc Trudeau
2020-02-17cli: Implement line buffering in print_stats()Henrik Gramner
2019-12-14x86: Remove unused cpu flagsHenrik Gramner
2019-12-14Add support for Ice Lake AVX-512 cpu flagsEwout ter Hoeven
2019-11-27build: do not error out if clock_gettime is not found on darwinJanne Grunau
2019-11-27cli: Return only EXIT_SUCCESS or EXIT_FAILURE from mainJustin Bull
2019-11-24checkasm: replace gettimeofday with clock_gettimeJan Beich
2019-11-24tools: prefer mach_absolute_time on macOS for forward compatibilityJan Beich
2019-11-24tools: mach_absolute_time is not portable, so stop checking at configureJan Beich
2019-11-23input: Use EIO instead of ENODATAHenrik Gramner
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