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-01-18Fix indentationRonald S. Bultje
2022-01-15add --inloopfilters to enable/disable postfilters dynamicallyRonald S. Bultje
2022-01-08cli: split long help lineJames Almer
2022-01-08Add interface to output invisible (alt-ref) framesRonald S. Bultje
2022-01-06Add option to write each frame to separate output fileRonald S. Bultje
2022-01-06DAV1D_MC_IDENTITY requires DAV1D_PIXEL_LAYOUT_I444Wan-Teh Chang
2021-10-29CI: Add tests for negative strideVictorien Le Couviour--Tuffet
2021-09-20Add automatic thread count selectionHenrik Gramner
2021-09-03Merge the 3 threading models into a single oneVictorien Le Couviour--Tuffet
2021-02-12Silence -Warray-bounds warning on some gcc versionsNathan E. Egge
2021-02-08tools: add optional xxh3 based muxerJanne Grunau
2021-02-06tools: fix '--verify' with muxer explicitly setJanne Grunau
2021-01-28Add post-filters threading modelVictorien Le Couviour--Tuffet
2020-06-29CLI: Fix help textMatthias Dressel
2020-06-04Range of operating point is 0 - 31, not 0 - 32Wan-Teh Chang
2020-04-12CLI: Add missing cpumask for VSXMatthias Dressel
2020-03-07CLI: Remove additional spaceMatthias Dressel
2020-03-07CLI: Remove avx512 from help textMatthias Dressel
2019-12-14x86: Remove unused cpu flagsHenrik Gramner
2019-12-14Add support for Ice Lake AVX-512 cpu flagsEwout ter Hoeven
2019-11-21Add section-5 raw OBU demuxerRonald S. Bultje
2019-10-16tools: fix SSE2 cpu maskingVictorien Le Couviour--Tuffet
2019-08-19Utilize the constraints in assertions to improve code generationHenrik 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-09Add fps counter and --realtime, --frametimes and --realtimecache optionsPablo Stebler
2019-03-08let dav1d_version() return the project versionJanne Grunau
2019-03-01tools/dav1d: Fix help textMatthias Dressel
2019-02-13build: generate a installed version header for semantic versioningJanne Grunau
2019-02-08Cast the output from strtoul to unsigned intMartin Storsjö
2018-12-07Add Length delimited bitstream (Annex B) demuxerJames Almer
2018-12-07Implement --cpumask to mask out CPU featuresRonald S. Bultje
2018-11-29tools/dav1d: abort on unused/unknown CLI argumentsRonald S. Bultje
2018-11-24API/scalable: add all_layers Dav1dSettingsJanne Grunau
2018-11-24API/scalable: add operating point Dav1dSettingJanne Grunau
2018-11-19film_grain: implement film grain synthesisNiklas Haas
2018-11-12Fix dav1d CLI tool skip short optionNicolas Frattaroli
2018-11-07Fix crash if --muxer is not setRonald S. Bultje
2018-11-07Add 'null' muxer in helpTristan Laurent
2018-11-03Fix typo in dav1d_cli_parse.cSmilingWolf
2018-10-31dav1d: add --verify option to verify decoding resultsJanne Grunau
2018-10-22Add --demuxer CLI parameter.Nathan E. Egge
2018-10-02Remove uninitialized fields in dav1d_cli_parse.cLuc Trudeau
2018-09-28detect unistd.h availabilitySteve Lhomme
2018-09-22Initial decoder implementation.Ronald S. Bultje