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
2022-03-14x86: Add high bit-depth film grain AVX-512 (Ice Lake) asmHenrik Gramner
2022-03-10arm: Only produce the PAC/BTI .note section when targeting ELFMartin Storsjö
2022-03-10arm: Add comments to #endif and #else in nonobvious casesMartin Storsjö
2022-03-09lib.c: re-order so all code accessing f->* is grouped togetherRonald S. Bultje
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-03-08lib.c: consider a cached_error as a valid output pictureRonald S. Bultje
2022-03-07Fix delayed_fg.scaling alignment for AVX-512Victorien Le Couviour--Tuffet
2022-03-07lib: always set operating_point_idc and max_spatial_idJames Almer
2022-03-07lib.c: clear cf after seekingRonald S. Bultje
2022-03-07lib: add parenthesis for improved readabilityJames Almer
2022-03-07lib: don't buffer an extra frame when there's a single spatial layerJames Almer
2022-03-04lib: clear cached_error on flushJames Almer
2022-03-04dav1d_flush should set frame threads' retval to 0Wan-Teh Chang
2022-03-02arm: itx: Do clipping in all narrowing downshiftsMartin Storsjö
2022-02-28x86: Add 8-bit film grain AVX-512 (Ice Lake) asmHenrik Gramner
2022-02-28Add minor filmgrain scaling generation optimizationsHenrik Gramner
2022-02-28build: Make "film_grain" vs "filmgrain" DSP file names consistentHenrik Gramner
2022-02-28Integrate film grain in the task threading systemVictorien Le Couviour--Tuffet
2022-02-28x86: Fix data being stored below the stack pointer in SSSE3 itx asmHenrik Gramner
2022-02-28x86: Remove redundant labels and undefs in SSSE3 itx asmHenrik Gramner
2022-02-26reset Dav1dDataProps to defaults when unreferencing data and picturesJames Almer
2022-02-26obu: make all parsing errors use the same error pathJames Almer
2022-02-26lib: remove some unnecessary bracketsJames Almer
2022-02-25Remove redundant unref of c->in in close_internalWan-Teh Chang
2022-02-25Unreference c->cache in dav1d_flush()Wan-Teh Chang
2022-02-25Assign 8bpc avx2 functions if BITDEPTH == 8Wan-Teh Chang
2022-02-23Always initialize b->uv_angle in decode_b()Wan-Teh Chang
2022-02-22x86: Update x86inc.asmHenrik Gramner
2022-02-17task_thread: use EINVAL/ENOMEM instead of -1 for f->task_thread.retvalRonald S. Bultje
2022-02-17Forward frame-thread decoding errors back to user threadRonald S. Bultje
2022-02-17decode.c: remove dead assignmentRonald S. Bultje
2022-02-17decode.c: fix return value on bitstream decoding errorsRonald S. Bultje
2022-02-09arm64: Add Armv8.3-A PAC support to assembly filesAndré Kempe
2022-02-08x86: Add high bit-depth ipred filter AVX-512 (Ice Lake) asmHenrik Gramner
2022-02-08x86: Add high bit-depth pal_pred AVX-512 (Ice Lake) asmHenrik Gramner
2022-02-08x86: Add high bit-depth ipred smooth AVX-512 (Ice Lake) asmHenrik Gramner
2022-02-08x86: Add high bit-depth ipred paeth AVX-512 (Ice Lake) asmHenrik Gramner
2022-02-05lib: fix signaling frames ready to be returned when no frame delay is expectedJames Almer
2022-02-04Output only latest spatial layer if --alllayers 0Ronald S. Bultje
2022-02-03add a picture flag to signal that a new temporal delimiter unit was seenJames Almer
2022-02-03Fix frame context pthread_cond leak introduced by 753eef83Joe Drago
2022-01-31build: Only use -mcmodel=small for the core libraryHenrik Gramner
2022-01-24x86/itx: Add 16x16 12bpc AVX2 transformsMatthias Dressel
2022-01-24x86: Add mc.resize AVX-512 (Ice Lake) asmVictorien Le Couviour--Tuffet
2022-01-24Run the init tasks for all frames firstVictorien Le Couviour--Tuffet
2022-01-24Split the frame init taskVictorien Le Couviour--Tuffet
2022-01-19Move ENTROPY_PROGRESS task upVictorien Le Couviour--Tuffet
2022-01-19Fix current frame selector wrapping conditionVictorien Le Couviour--Tuffet
2022-01-18x86: Improve high bit-depth film grain AVX2 asmHenrik Gramner