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
2019-08-09Quick out if seg_id == 0 in get_prev_frame_segidLuc Trudeau
2019-08-08Avoid CDF overreads in gather_top_partition_prob()Henrik Gramner
2019-08-08Set thread names on MacOSHenrik Gramner
2019-08-08Set thread names on Windows 10Henrik Gramner
2019-08-08arm: mc: Speed up due to memory alignment in ldr/str instructionsB Krishnan Iyer
2019-08-08checkasm: Catch SIGBUS in addition to the other signalsMartin Storsjö
2019-08-08Export frame ITU-T T.35 MetadataJames Almer
2019-08-03Improve wiener filter C implementation using loop interchangeMichail Alvanos
2019-08-03dav1d 0.4.00.4.0Jean-Baptiste Kempf
2019-07-28tools: player: Add missing string.h headerMarvin Scholz
2019-07-27Set thread names on BSDsJan Beich
2019-07-27vsx: Add cdef_filterLuca Barbato
2019-07-27vsx: Add shorter types and unpack helpersLuca Barbato
2019-07-27vsx: Set the correct alignment constraintsLuca Barbato
2019-07-27Update NEWS for 0.4.0Jean-Baptiste Kempf
2019-07-25Change SDL include in dav1dplayLuc Trudeau
2019-07-23arm: mc: neon: Merge load and other related operations in blend/blend_h/blend...B Krishnan Iyer
2019-07-23arm: mc: neon: Reduce usage of general purpose registers in blend/blend_v fun...B Krishnan Iyer
2019-07-23arm: mc: neon: Use vld with ! post-increment instead of a register in blend/b...B Krishnan Iyer
2019-07-23tools: add a simple player exampleMarvin Scholz
2019-07-17Fix handling of some memory allocation failuresHenrik Gramner
2019-07-15Set thread names on LinuxEmmanuel Gil Peyrot
2019-07-13arm: mc: NEON implementation of w_mask_444/422/420 functionB Krishnan Iyer
2019-07-08dav1d_fuzzer: use Dav1dSettings.frame_size_limit instead of a custom picture ...James Almer
2019-07-07Fix memory leak in dav1d_submit_frame()Henrik Gramner
2019-07-06obu: also check frame_size_limit with Frame Header OBUsJames Almer
2019-07-06Improve robustness of handling malloc failuresHenrik Gramner
2019-07-05Correctly return an error on malloc failureHenrik Gramner
2019-07-05Fix potential memory leakHenrik Gramner
2019-07-02arm: mc: neon: Improvement in blend_v functionB Krishnan Iyer
2019-07-02Reduce the size of frame threading buffersHenrik Gramner
2019-07-02Consolidate scratch buffersHenrik Gramner
2019-07-02build: fix meson deprecation warningVictorien Le Couviour--Tuffet
2019-06-30checkasm: msac: Add verbose printouts on failuresMartin Storsjö
2019-06-30checkasm: cdef: Add verbose prints for output data (and relevant input)Martin Storsjö
2019-06-29checkasm: looprestoration: Use checkasm_check*Martin Storsjö
2019-06-29checkasm: loopfilter: Use checkasm_check*Martin Storsjö
2019-06-29checkasm: ipred: Use checkasm_check*Martin Storsjö
2019-06-27ci: add test stage for clang armv7a buildJanne Grunau
2019-06-27checkasm: mc: Use checkasm_check_* for better debuggabilityMartin Storsjö
2019-06-26arm64: itx: Add NEON optimized inverse transformsMartin Storsjö
2019-06-26tools: Use DAV1D_ERR for strerror callsMarvin Scholz
2019-06-26include: Consistently use DAV1D_ERR in docsMarvin Scholz
2019-06-25checkasm: itx: Add verbose printouts for the pixel differencesMartin Storsjö
2019-06-25checkasm: Add functions for printing pixel buffersMartin Storsjö
2019-06-21arm: mc: Move the blend functions up above put/prepMartin Storsjö
2019-06-20arm64: Consistently name macro arguments tX for temporaries in transposesMartin Storsjö
2019-06-19cli: use mach_absolute_time as fallback for clock_gettime on darwin. Fixes #283Janne Grunau
2019-06-15arm:mc: NEON implementation of blend, blend_h and blend_v functionB Krishnan Iyer
2019-06-10checkasm: Add an option to benchmark the C code as wellLuca Barbato