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
2021-09-03Merge the 3 threading models into a single oneVictorien Le Couviour--Tuffet
2021-01-28fuzzer: Remove redundant flushVictorien Le Couviour--Tuffet
2020-12-15Revert "meson: Handle the b_lto option as a string option for newer meson ver...Martin Storsjö
2020-12-11fuzzer: Test calling dav1d_picture_unref() after dav1d_close()Henrik Gramner
2020-11-17meson: Handle the b_lto option as a string option for newer meson versionsMartin Storsjö
2020-09-27fuzzer: parse '--cpumask X' command line argumentJanne Grunau
2020-04-10memory sanitizer: mask all CPU flagsJanne Grunau
2020-03-21meson/android: undefine _FILE_OFFSET_BITS if fseeko is not availableJanne Grunau
2020-02-25fuzzing: link the fuzzing binaries as C++Janne Grunau
2020-02-25fuzzing: split the fuzzing targets to their own meson.build fileJanne Grunau
2019-07-08dav1d_fuzzer: use Dav1dSettings.frame_size_limit instead of a custom picture ...James Almer
2019-05-09Add a DAV1D_ERR define to negate errno values when neededJames Almer
2019-02-21Remove trailing whitespaceHenrik Gramner
2019-02-13Remove leading double underscores from include guard definesMartin Storsjö
2019-02-11Use 64-bit versions of fseek and ftellHenrik Gramner
2019-02-09dav1d_fuzzer_mem: test random pthread_* errorsJanne Grunau
2018-12-11allocation fail fuzzer: use a static library and objcopyJanne Grunau
2018-12-11fuzzing: add memory allocation fail fuzzerJanne Grunau
2018-11-26fuzzer: use dav1d_parse_sequence_header()Janne Grunau
2018-11-21dav1d_fuzzer: include config.h before other headersJames Almer
2018-11-21fuzzer: mask all CPU flags under memory sanitizerJanne Grunau
2018-11-16call dav1d_get_picture() until it returns -EAGAIN for drainingJanne Grunau
2018-11-14dav1d_fuzzer: skip empty frames to avoid assertions after 026069693efJanne Grunau
2018-11-14implement a decoupled decode APIJames Almer
2018-10-31fuzzing: limit maximum frame size to 4kx4kJanne Grunau
2018-10-29API: constify Dav1dData and dav1d_data_wrap()Janne Grunau
2018-10-26libfuzzer: unbreak oss-fuzz buildJanne Grunau
2018-10-25meson: add "-Werror=missing-prototypes" to the list of optional argumentsJames Almer
2018-10-24libfuzzer: fix a -Wformat warningJames Almer
2018-10-23fuzzer: add a multithreaded fuzzer using 2 frame and tile threadsJanne Grunau
2018-10-23fuzzer: add a standalone fuzzing engine 'none'Janne Grunau
2018-10-23fuzzer: improve coverage of lib.cJanne Grunau
2018-10-23fuzzer: prevent unwanted integer promotion in r32leJanne Grunau
2018-10-05fuzzer: fix ivf parsingJanne Grunau
2018-10-05fuzzer: use only external API and do not depend on config.hJanne Grunau
2018-10-04API: always unref input buffer after consuming it completelyJanne Grunau
2018-10-03tests: add libfuzzer test targetJanne Grunau