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/lib.c
AgeCommit message (Expand)Author
2020-04-03Look up __pthread_get_minstack only in glibcWan-Teh Chang
2020-03-21Rewrite refmvs.cRonald S. Bultje
2020-03-21lib: restructure the internal implementation of the decode APIJames Almer
2020-02-20Replace malloc+memset(0) with callocLuc Trudeau
2020-02-01Rework the CDEF top edge handlingHenrik Gramner
2020-01-11Reduce scope of NO_SANITIZE usageDale Curtis
2020-01-10Add a workaround for -fsanitize=cfi + dlsym() issueHenrik Gramner
2020-01-09x86: add prep_bilin AVX512 asmVictorien Le Couviour--Tuffet
2019-12-18Don't assume dlsym exists on linuxMartin Storsjö
2019-12-17Linux: Add a workaround for a glibc stack size issueHenrik Gramner
2019-12-14Fix potential race condition in dav1d_get_cpu_flags()Henrik Gramner
2019-09-10Split out film grain block functions into a DSPContextRonald S. Bultje
2019-08-13Add msac optimizationsHenrik Gramner
2019-08-08Set thread names on Windows 10Henrik Gramner
2019-08-08Export frame ITU-T T.35 MetadataJames Almer
2019-07-02Reduce the size of frame threading buffersHenrik Gramner
2019-07-02Consolidate scratch buffersHenrik Gramner
2019-05-14Add a hard upper frame size limit on 32-bit systemsHenrik Gramner
2019-05-14Add an option to limit the maximum frame sizeHenrik Gramner
2019-05-10Add __attribute__((cold)) to rarely used functionsHenrik Gramner
2019-05-09Increase thread stack sizeHenrik Gramner
2019-05-09Add a DAV1D_ERR define to negate errno values when neededJames Almer
2019-05-07Fix all remaining symbols without a dav1d prefixHenrik Gramner
2019-05-06Add missing dav1d prefixes to picture allocation functionsHenrik Gramner
2019-05-04Control the stack size of spawned threadsHenrik Gramner
2019-03-08let dav1d_version() return the project versionJanne Grunau
2019-02-21Make allocation of frame_thread.pal alignedRonald S. Bultje
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-13build: generate a installed version header for semantic versioningJanne Grunau
2019-02-13Parse OBU metadata for HDR10 supportVittorio Giovara
2019-02-13lib: Properly mark threads above 32 as availableMartin Storsjö
2019-02-09clean up threads on dav1d_open failuresJanne Grunau
2019-02-01lib: disable logging in dav1d_parse_sequence_header()James Almer
2019-01-28replace fprintf uses with dav1d_log()James Almer
2019-01-28add a logging callback mechanismJames Almer
2019-01-16allocate Tile Group cache dynamicallyJames Almer
2019-01-05Add a user data pointer to Dav1dDataPropsMichael Bradshaw
2018-12-20Perform stack realignment in every API entry pointHenrik Gramner
2018-12-18Remove tabRonald S. Bultje
2018-12-10Make static CDF tables source directly from rodataRonald S. Bultje
2018-12-09svc: move spatial layer check out of output_pictureJanne Grunau
2018-12-08output_picture: unref pictures on allocation errorsJanne Grunau
2018-12-08dav1d_open: free context completely on allocation errorsJanne Grunau
2018-12-0612 bits/component supportRonald S. Bultje
2018-12-06Change type of MC intermediates from coef to int16_tRonald S. Bultje
2018-12-05frame-mt: drain delayed pictures fully before returning -EAGAINJanne Grunau
2018-12-05frame-mt: output delayed frames as soon as possibleJanne Grunau
2018-11-28clean state in dav1d_flush()Janne Grunau
2018-11-28Don't use string literals in assert()Ronald S. Bultje