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-04-24lib: Fix typo in documentationMatthias Dressel
2022-03-31lib: add a function to query the decoder frame delayJames Almer
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-01-15add --inloopfilters to enable/disable postfilters dynamicallyRonald S. Bultje
2022-01-11dav1d.h: mention the defaults for each Dav1dSettings optionJames Almer
2022-01-08Add interface to output invisible (alt-ref) framesRonald S. Bultje
2022-01-06DAV1D_MC_IDENTITY requires DAV1D_PIXEL_LAYOUT_I444Wan-Teh Chang
2022-01-01Expose dav1d_apply_grain as part of the public APINiklas Haas
2021-09-20Add automatic thread count selectionHenrik Gramner
2021-09-03Merge the 3 threading models into a single oneVictorien Le Couviour--Tuffet
2021-07-09lib: return DAV1D_ERR(ENOENT) if no seqhdr OBU was foundJames Almer
2021-05-16Update some copyright dates to 20210.9.0Jean-Baptiste Kempf
2021-04-16dav1d: add event flags to the decoding processJames Almer
2021-01-28Add post-filters threading modelVictorien Le Couviour--Tuffet
2020-09-20tests: avoid using sed in header testJanne Grunau
2020-08-23tests: test stand alone API header compilationJanne Grunau
2020-08-23dav1d/headers.h: add missing stdint.h includeJanne Grunau
2020-08-23API: move reserved space in Dav1dSettings to the endJanne Grunau
2020-08-21API: remove anonymous struct and union from Dav1dWarpedMotionParamsJanne Grunau
2020-07-13Add enum entries for the maximum valid metadata valuesHenrik Gramner
2020-03-15headers: partially revert a recent change to Dav1dLogger doxyJames Almer
2020-03-07headers: add missing doxy to some Dav1dSettings fieldsJames Almer
2020-03-07headers: split some public fields into separate lines and document themJames Almer
2020-02-06Reorder the Dav1dFrameHeader struct to fix alignment issuesHenrik Gramner
2020-01-11SSSE3 implementations of film grainRonald S. Bultje
2019-12-06Simplify shifting in generate_grain_y/uv AVX2Ronald S. Bultje
2019-11-21Make OBU_* types publicRonald S. Bultje
2019-11-21Increase DAV1D_PICTURE_ALIGNMENT to 64Henrik Gramner
2019-09-10Y grain AVX2 implementationsRonald S. Bultje
2019-08-08Export frame ITU-T T.35 MetadataJames Almer
2019-06-26include: Consistently use DAV1D_ERR in docsMarvin Scholz
2019-05-22dav1d: reserve some bytes in Dav1dSettingsJames Almer
2019-05-14Add an option to limit the maximum frame sizeHenrik Gramner
2019-05-09Add a DAV1D_ERR define to negate errno values when neededJames Almer
2019-03-24Only define DAV1D_API to dllexport when building dav1d itselfMartin Storsjö
2019-03-09build: add "api" to api/soname related versionsJanne Grunau
2019-03-08let dav1d_version() return the project versionJanne Grunau
2019-02-26obu: ignore operating_parameter_info in new sequence checkJanne Grunau
2019-02-21Slightly over-allocate picture buffersRonald S. Bultje
2019-02-19Include version.h using a relative pathMichael Bradshaw
2019-02-17headers: reorder and improve the doxy for some fieldsJames Almer
2019-02-13build: generate a installed version header for semantic versioningJanne Grunau
2019-02-13Parse OBU metadata for HDR10 supportVittorio Giovara
2019-02-13Remove leading double underscores from include guard definesMartin Storsjö
2019-02-13Use a consistent style for the terminating endif for include guardsMartin Storsjö
2019-01-28add a logging callback mechanismJames Almer
2019-01-05Add a user data pointer to Dav1dDataPropsMichael Bradshaw
2018-12-13Document the thread context in which Dav1dPicAllocator's functions are calledMichael Bradshaw