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/src
AgeCommit message (Expand)Author
2019-02-14lib: explicity free the metadata buffers in dav1d_close()James Almer
2019-02-14lib: also free internal buffers when flushing with one frame threadJames Almer
2019-02-14Add SSSE3 implementation for pal_predXuefeng Jiang
2019-02-14arm64/ios: use prefixed dav1d_mc_warp_filter symbolJanne Grunau
2019-02-14arm64: mc: NEON implementation of warp8x8{,t}Martin Storsjö
2019-02-14tables: Restore the warp filter table order for architectures other than x86Martin Storsjö
2019-02-14arm64: cdef: NEON implementation of the dir functionMartin Storsjö
2019-02-13build: generate a installed version header for semantic versioningJanne Grunau
2019-02-13Parse OBU metadata for HDR10 supportVittorio Giovara
2019-02-13get_bits: Factor out leb parsing to dav1d_get_uleb128()Vittorio Giovara
2019-02-13Remove leading double underscores from include guard definesMartin Storsjö
2019-02-13Use consistent include guard define symbolsMartin Storsjö
2019-02-13Use consistent style for include guard definesMartin Storsjö
2019-02-13Use a consistent style for the terminating endif for include guardsMartin Storsjö
2019-02-13lib: Properly mark threads above 32 as availableMartin Storsjö
2019-02-13arm32: Set .arch armv7-a just like we already set .fpu neonMartin Storsjö
2019-02-13cdef_apply_tmpl: Restore the y variables to intMartin Storsjö
2019-02-13obu: Initialize off_before_idx[0], fix MSVC warning about uninitialized useMartin Storsjö
2019-02-13Add casts to silence warnings about intended type conversions/shorteningsMartin Storsjö
2019-02-12x86: Add w_mask_444 AVX2 asmHenrik Gramner
2019-02-12x86: Add w_mask_422 AVX2 asmHenrik Gramner
2019-02-12x86: Optimize MC w_maskHenrik Gramner
2019-02-12x86: Optimize MC w_avgHenrik Gramner
2019-02-11Use 64-bit versions of fseek and ftellHenrik Gramner
2019-02-11arm64: cdef: NEON optimized cdef filter functionMartin Storsjö
2019-02-09x86: Fix 32-bit looprestoration SSSE3 asm on MSVCHenrik Gramner
2019-02-09clean up threads on dav1d_open failuresJanne Grunau
2019-02-08looprestoration: add SSSE3 implementationVictorien Le Couviour--Tuffet
2019-02-08looprestoration: correct comment in AVX2 sgr_box5_vVictorien Le Couviour--Tuffet
2019-02-08looprestoration: fix macro undef in C codeVictorien Le Couviour--Tuffet
2019-02-08Simplify dav1d_thread_picture_alloc()James Almer
2019-02-08Windows: Improve pthread wrapperHenrik Gramner
2019-02-08Add SSSE3 implementation for ipred_smooth, ipred_smooth_v and ipred_smooth_hXuefeng Jiang
2019-02-08Avoid warnings about variables being truncated by changing the type of variablesMartin Storsjö
2019-02-08decode: Use abs() instead of labs()Martin Storsjö
2019-02-07arm: looprestoration: Fix register shifting at the end of a vertical runMartin Storsjö
2019-02-07cdef: Add a CDEF_ prefix to the HAVE_LEFT etc enum valuesMartin Storsjö
2019-02-06arm: looprestoration: Fix a comment to use the right instruction namesMartin Storsjö
2019-02-05mc: Ensure high bitdepth intermediates fits in int16_tHenrik Gramner
2019-02-04arm64: looprestoration: Optimize loop termination checks in copy_narrow_neonMartin Storsjö
2019-02-04arm: looprestoration: NEON optimized wiener filterMartin Storsjö
2019-02-02arm: fix movrel macro for thumbJanne Grunau
2019-02-01lib: disable logging in dav1d_parse_sequence_header()James Almer
2019-01-31arm64: looprestoration: Simplify the horizontal filtering of one pixel at a timeMartin Storsjö
2019-01-31arm64: looprestoration: Simplify the setup of wiener_filter_v_neonMartin Storsjö
2019-01-31arm64: looprestoration: Fix the loop condition in copy_narrow_neonMartin Storsjö
2019-01-31arm64: looprestoration: Fix comment typosMartin Storsjö
2019-01-30arm64: looprestoration: Avoid unnecessary alignment of the mid bufferMartin Storsjö
2019-01-28replace fprintf uses with dav1d_log()James Almer
2019-01-28add a logging callback mechanismJames Almer