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/cdf.c
AgeCommit message (Expand)Author
2022-04-28Remove redundant code in dav1d_cdf_thread_unref()Henrik Gramner
2021-09-03Merge the 3 threading models into a single oneVictorien Le Couviour--Tuffet
2021-01-28src: Replace check for intra-/key-frame with dedicated macroMatthias Dressel
2021-01-28src: Use a macro for testing frame_typeMatthias Dressel
2020-12-11Fix use of references to buffers after calling dav1d_close()Henrik Gramner
2020-11-22Add more buffer poolsHenrik Gramner
2019-08-19Utilize the constraints in assertions to improve code generationHenrik Gramner
2019-08-13Cosmetics: CDF tablesHenrik Gramner
2019-08-13Add msac optimizationsHenrik Gramner
2019-08-13Remove unused CDF:sHenrik Gramner
2019-05-09Add a DAV1D_ERR define to negate errno values when neededJames Almer
2019-04-15x86-64: Add msac_decode_symbol_adapt SSE2 asmHenrik Gramner
2018-12-10cdf: fix memleak in dav1d_cdf_thread_unrefJanne Grunau
2018-12-10Make static CDF tables source directly from rodataRonald S. Bultje
2018-12-08cdf: make CdfThreadContext allocation failure safeJanne Grunau
2018-11-25Add some more constants from section 3Ronald S. Bultje
2018-11-25Move Av1FrameHeader and Av1SequenceHeader into public headersRonald S. Bultje
2018-10-31ref: don't leave dangling pointers around when freeing Dav1dRefJames Almer
2018-10-21Update txpart/inter_txtp tables for intra frames also.Ronald S. Bultje
2018-10-04Correctly use dav1d_ prefix for global symbolsHenrik Gramner
2018-09-28cdf: init empty brackets to 0Steve Lhomme
2018-09-28cdf: init empty brackets to 0Steve Lhomme
2018-09-22Add & use a thread compatibility layerHugo Beauzée-Luyssen
2018-09-22Initial decoder implementation.Ronald S. Bultje