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-04-08obu: don't output invisible but showable key frames more than onceJames Almer
2022-04-07picture: ensure the new seq header and op param info flags are attached to th...James Almer
2022-02-26reset Dav1dDataProps to defaults when unreferencing data and picturesJames Almer
2022-02-03add a picture flag to signal that a new temporal delimiter unit was seenJames Almer
2021-09-03Merge the 3 threading models into a single oneVictorien Le Couviour--Tuffet
2021-04-16dav1d: add event flags to the decoding processJames Almer
2020-11-22Add more buffer poolsHenrik Gramner
2020-11-17Add a picture buffer poolHenrik Gramner
2020-03-27const correctness in picture.cLuc Trudeau
2019-11-27Avoid excessive L2 collisions with certain frame widthsHenrik Gramner
2019-08-19Utilize the constraints in assertions to improve code generationHenrik Gramner
2019-08-08Export frame ITU-T T.35 MetadataJames Almer
2019-05-09Add a DAV1D_ERR define to negate errno values when neededJames Almer
2019-05-06Add missing dav1d prefixes to picture allocation functionsHenrik Gramner
2019-03-01picture: fix default_picture_allocator() return value on failureJames Almer
2019-03-01picture: make mastering display and content light metadata accessible when al...James Almer
2019-02-21Slightly over-allocate picture buffersRonald S. Bultje
2019-02-20picture: use the input picture metadata buffer references in dav1d_picture_al...James Almer
2019-02-13Parse OBU metadata for HDR10 supportVittorio Giovara
2019-02-08Simplify dav1d_thread_picture_alloc()James Almer
2019-01-28replace fprintf uses with dav1d_log()James Almer
2019-01-24data: factorize setting Dav1dDataProps to default valuesJames Almer
2019-01-11pass the sequence header corresponding to the picture being allocatedSteve Lhomme
2019-01-08picture: properly handle Dav1dUserData references in Dav1dPictureJames Almer
2019-01-05Add a user data pointer to Dav1dDataPropsMichael Bradshaw
2018-12-20Perform stack realignment in every API entry pointHenrik Gramner
2018-12-08picture: free pic_ctx on dav1d_ref_wrap errorJanne Grunau
2018-11-30common: make 0 the default for Dav1dDataProps.durationJames Almer
2018-11-30common: make -1 the default for Dav1dDataProps.offsetJames Almer
2018-11-30common: make Dav1dDataProps.duration signedJames Almer
2018-11-29Make Dav1dDataProps::timestamp and offset signed.Jean-Yves Avenard
2018-11-25Move Dav1dPictureParameters-related entries to top of Dav1dSeqHdrRonald S. Bultje
2018-11-25Add frame_hdr/seq_hdr to Dav1dPictureRonald S. Bultje
2018-11-25Rewrite flushing logicRonald S. Bultje
2018-11-23Add API to match input images to specific output picturesRonald S. Bultje
2018-11-22Modify release_picture_callback to take a picture instead of a data pointerMichael Bradshaw
2018-11-22Set correct width for post-scaling picture if super-res is enabledRonald S. Bultje
2018-11-21Merge dav1d_picture_alloc() and dav1d_picture_alloc_copy()Ronald S. Bultje
2018-11-19film_grain: implement film grain synthesisNiklas Haas
2018-11-19picture: make the film grain metadata publicNiklas Haas
2018-11-16Add support for super-resRonald S. Bultje
2018-11-07picture: add dav1d_picture_move_ref()James Almer
2018-11-07frame threading: signal reference frame decoding errorsJanne Grunau
2018-11-07do not use the picture after an allocation errorJanne Grunau
2018-10-31ref: don't leave dangling pointers around when freeing Dav1dRefJames Almer
2018-10-29API: constify Dav1dData and dav1d_data_wrap()Janne Grunau
2018-10-19Add support for external picture buffer allocationSteve Lhomme
2018-10-05fix -Wsign-compare warningsskal
2018-10-01Fix ss_ver assignment in thread_picture_wait()Ronald S. Bultje
2018-10-01Fix for progress at edges of imageRonald S. Bultje