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-10-30build: drop -D_DARWIN_C_SOURCE on macOS/iOS after 6b611d36acabJan Beich
2022-10-30build: drop -D_POSIX_C_SOURCE on non-Linux after 6b611d36acabJan Beich
2022-10-10Handle host_machine.system() 'ios' and 'tvos' the same way as 'darwin'Sebastian Dröge
2022-09-28build: strip() the result of cc.get_define()Henrik Gramner
2022-09-28checkasm: Improve 32-bit parameter clobbering on x86-64Henrik Gramner
2022-09-15Don't use gas-preprocessor with clang-cl for arm targetsMartin Storsjö
2022-09-10build: Improve Windows linking optionsHenrik Gramner
2022-07-06Eliminate unused C DSP functions at compile timeHenrik Gramner
2022-03-31lib: add a function to query the decoder frame delayJames Almer
2022-03-181.0.01.0.0Jean-Baptiste Kempf
2022-03-08lib: add a public function to return the props from the last frame that faile...James Almer
2022-03-08data: add a public function to release a Dav1dDataProps referenceJames Almer
2022-02-09meson: Use native check of return valueMatthias Dressel
2022-01-31build: Only use -mcmodel=small for the core libraryHenrik Gramner
2022-01-15add --inloopfilters to enable/disable postfilters dynamicallyRonald S. Bultje
2022-01-10Update copyright yearHenrik Gramner
2022-01-08Add interface to output invisible (alt-ref) framesRonald S. Bultje
2022-01-06DAV1D_MC_IDENTITY requires DAV1D_PIXEL_LAYOUT_I444Wan-Teh Chang
2022-01-01Expose dav1d_apply_grain as part of the public APINiklas Haas
2021-10-28meson: Check for the pthread_getaffinity_np function before deciding to use itMartin Storsjö
2021-10-18x86: Remove the option to disable AVX-512Henrik Gramner
2021-09-21build: avoid meson's symbols_have_underscore_prefixJanne Grunau
2021-09-03Merge the 3 threading models into a single oneVictorien Le Couviour--Tuffet
2021-09-03Update version number to 0.9.20.9.2Jean-Baptiste Kempf
2021-08-31x86: Automatically convert SSE asm to AVX when compiling for AVX targetsHenrik Gramner
2021-07-28Release 0.9.1Jean-Baptiste Kempf
2021-07-15build : enable atomics for wasm-emscriptenMehdi Sabwat
2021-07-09lib: return DAV1D_ERR(ENOENT) if no seqhdr OBU was foundJames Almer
2021-06-20build: add -Wstrict-prototypes to the compiler argumentsJames Almer
2021-05-13On the road to 0.9.0Jean-Baptiste Kempf
2021-04-16dav1d: add event flags to the decoding processJames Almer
2021-02-15Update NEWS for 0.8.2Jean-Baptiste Kempf
2021-02-15msvc: Disable the C4090 warningHenrik Gramner
2021-01-28Add post-filters threading modelVictorien Le Couviour--Tuffet
2021-01-25Update copyright yearMatthias Dressel
2021-01-18tests: Add a seek stress testVictorien Le Couviour--Tuffet
2021-01-01Update NEWS for 0.8.10.8.1Janne Grunau
2020-11-23Update NEWS for 0.8.00.8.0Jean-Baptiste Kempf
2020-09-20meson: Set msvc like warning options for clang-clMartin Storsjö
2020-09-20meson: Use gas-preprocessor as generator, for targets that need itMartin Storsjö
2020-09-20build: increase minimal meson to 0.49Janne Grunau
2020-09-06cli: Add support for Unicode and long paths on Windows 10Henrik Gramner
2020-08-23bump soname for API changesJanne Grunau
2020-08-21x86inc.asm: remove private_prefix define and config.asm includeJanne Grunau
2020-07-10meson: disable asm for x32 ABIJanne Grunau
2020-06-29meson: Workaround missing aarch64 normalisationMarvin Scholz
2020-06-18Update NEWS for 0.7.1Jean-Baptiste Kempf
2020-06-11meson: Use dav1d_src_root everywhere for consistencyMatthias Dressel
2020-05-28meson: favor _aligned_malloc over posix_memalignSteve Lhomme
2020-05-16Update NEWS for 0.7.0Jean-Baptiste Kempf