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
2022-09-14tools: Allocate the priv structs with proper alignmentMartin Storsjö
2022-09-09tools: Improve demuxer probingHenrik Gramner
2022-02-17tools/dav1d: fix infinite loop on corrupt bitstreamsRonald S. Bultje
2022-02-09Fix typo in EINVAL comparisonRonald S. Bultje
2022-02-07tools/dav1d: continue on recoverable bitstream decoding errorsRonald S. Bultje
2022-01-18Fix indentationRonald S. Bultje
2022-01-15add --inloopfilters to enable/disable postfilters dynamicallyRonald S. Bultje
2022-01-08cli: split long help lineJames Almer
2022-01-08Add interface to output invisible (alt-ref) framesRonald S. Bultje
2022-01-06Add option to write each frame to separate output fileRonald S. Bultje
2022-01-06DAV1D_MC_IDENTITY requires DAV1D_PIXEL_LAYOUT_I444Wan-Teh Chang
2021-10-29CI: Add tests for negative strideVictorien Le Couviour--Tuffet
2021-09-20Add automatic thread count selectionHenrik Gramner
2021-09-03Merge the 3 threading models into a single oneVictorien Le Couviour--Tuffet
2021-04-27Remove a variable that is set but not usedMartin Storsjö
2021-02-12Silence -Warray-bounds warning on some gcc versionsNathan E. Egge
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-02-06tools: fix '--verify' with muxer explicitly setJanne Grunau
2021-01-28Add post-filters threading modelVictorien Le Couviour--Tuffet
2021-01-18tests: Add a seek stress testVictorien Le Couviour--Tuffet
2021-01-15input/ivf: Add seeking capabilityVictorien Le Couviour--Tuffet
2021-01-06cli: Optimize md5 checksum calculationHenrik Gramner
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