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 (Expand)Author
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
2021-10-29CI: Add tests for negative strideVictorien Le Couviour--Tuffet
2021-01-15input/ivf: Add seeking capabilityVictorien Le Couviour--Tuffet
2020-08-28cli: Print the decoding fps even if the file lacks a nominal framerateMartin Storsjö
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-02-21cli: remove init_[de]muxers() functionsLuc Trudeau
2020-02-17cli: Implement line buffering in print_stats()Henrik Gramner
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-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-08-19Utilize the constraints in assertions to improve code generationHenrik Gramner
2019-07-23tools: add a simple player exampleMarvin Scholz
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-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-08let dav1d_version() return the project versionJanne Grunau
2019-02-13build: generate a installed version header for semantic versioningJanne Grunau
2019-02-08meson: Check for io.h and include it in dav1d.c if availableMartin Storsjö
2018-11-26dav1d/cli: start decoding on a sequence header after '--skip'Janne Grunau
2018-11-16call dav1d_get_picture() until it returns -EAGAIN for drainingJanne Grunau
2018-11-14implement a decoupled decode APIJames Almer
2018-10-31dav1d: add --verify option to verify decoding resultsJanne Grunau
2018-10-22Add --demuxer CLI parameter.Nathan E. Egge
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-02Fix version.h includeMarvin Scholz
2018-09-28detect unistd.h availabilitySteve Lhomme
2018-09-27Replace "Two Orioles" with "VideoLAN" in outputRaphael Zumer
2018-09-27Fix non-lowercase references to dav1dRaphaël Zumer
2018-09-26make dav1d_close() write NULL to the Dav1dContext pointer after freeing itJames Almer
2018-09-22Initial decoder implementation.Ronald S. Bultje