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-11-10Add info to dav1d_send_data docsHEADmasterCharlie Hayden
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-27threading: Add a pending list for async task insertionVictorien Le Couviour--Tuffet
2022-10-26Implement atomic_compare_exchange_strong in the atomic compat headersMartin Storsjö
2022-10-20threading: Fix a race around frame completion (frame-mt)Victorien Le Couviour--Tuffet
2022-10-10Handle host_machine.system() 'ios' and 'tvos' the same way as 'darwin'Sebastian Dröge
2022-09-30x86: Add 10-bit 8x8/8x16/16x8/16x16 itx AVX-512 (Ice Lake) asmHenrik Gramner
2022-09-30Specify hidden visibility for global data symbol declarationsHenrik Gramner
2022-09-28build: strip() the result of cc.get_define()Henrik Gramner
2022-09-28checkasm: Move printf format string to .rodata on x86Henrik Gramner
2022-09-28checkasm: Improve 32-bit parameter clobbering on x86-64Henrik Gramner
2022-09-26x86: Fix incorrect 32-bit parameter usage in high bit-depth AVX-512 mcHenrik Gramner
2022-09-19arm: itx: Add clipping to row_clip_min/max in the 10 bpc codepathsMartin Storsjö
2022-09-19x86: Fix overflows in 12bpc AVX2 IDCT/IADSTHenrik Gramner
2022-09-19x86: Fix overflows in 12bpc AVX2 DC-only IDCTHenrik Gramner
2022-09-19x86: Fix clipping in high bit-depth AVX2 4x16 IDCTHenrik Gramner
2022-09-15Don't use gas-preprocessor with clang-cl for arm targetsMartin Storsjö
2022-09-15Fix checking the reference dimesions for the projection processDavid Conrad
2022-09-15Fix calculation of OBMC lap dimensionsDavid Conrad
2022-09-15Support film grain application whose only effect is clipping to video rangeDavid Conrad
2022-09-15Ignore T.35 metadata if the OBU contains no payloadDavid Conrad
2022-09-15Fix chroma deblock filter size calculation for losslessDavid Conrad
2022-09-15Fix rounding in the calculation of initialSubpelXDavid Conrad
2022-09-15Fix overflow when saturating dequantized coefficients clipped to 0David Conrad
2022-09-15Fix overflow in 8-bit NEON ADSTDavid Conrad
2022-09-14tools: Allocate the priv structs with proper alignmentMartin Storsjö
2022-09-12x86: Fix clipping in 10bpc SSE4.1 IDCT asmHenrik Gramner
2022-09-10build: Improve Windows linking optionsHenrik Gramner
2022-09-09tools: Improve demuxer probingHenrik Gramner
2022-09-09CI: Disable trimming on some testsMatthias Dressel
2022-09-09CI: Remove git 'safe.directory' configMatthias Dressel
2022-09-09gcovr: Ignore parsing errorsMatthias Dressel
2022-09-09crossfiles: Update Android toolchainsMatthias Dressel
2022-09-09CI: Update imagesMatthias Dressel
2022-09-08threading: Limit the progress bitfields to the used sizeVictorien Le Couviour--Tuffet
2022-09-08x86: Fix rare crash in chroma film grain asmHenrik Gramner
2022-09-07x86: Fix overflows in 12bpc AVX2 identity itx asmHenrik Gramner
2022-09-07x86: Fix an alignment issue in 8-bit AVX-512 loop restorationHenrik Gramner
2022-09-02checkasm: Add short optionsVictorien Le Couviour--Tuffet
2022-09-02checkasm: Add pattern matching to --testVictorien Le Couviour--Tuffet
2022-09-02checkasm: Remove pattern matching from --benchVictorien Le Couviour--Tuffet
2022-09-02checkasm: Add a --function optionVictorien Le Couviour--Tuffet
2022-08-30threading: Fix copy_lpf_progress initializationVictorien Le Couviour--Tuffet
2022-08-19data: don't overwrite the Dav1dDataProps size valueJames Almer
2022-07-25Adjust inlining attributes on some functionsHenrik Gramner
2022-07-19x86: Remove leftover instruction in loopfilter AVX2 asmHenrik Gramner
2022-07-14Enable pointer authentication in assembly when building arm64eDavid Conrad
2022-07-11Don't trash the return stack buffer in the NEON loop filterDavid Conrad
2022-07-06CI: Removed snap package generationKonstantin Pavlov