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-09-14tools: Allocate the priv structs with proper alignmentMartin Storsjö
2022-09-09tools: Improve demuxer probingHenrik Gramner
2021-04-27Remove a variable that is set but not usedMartin Storsjö
2021-01-15input/ivf: Add seeking capabilityVictorien Le Couviour--Tuffet
2020-06-23Accumulate leb128 value using uint64_t as intermediate typeRonald S. Bultje
2020-06-21Simplify checks for leb128() and leb() output overflowWan-Teh Chang
2020-05-15tools: add missing fopen error handlingMarvin Scholz
2020-05-11cli: Reduce fps fraction in ivf parsingHenrik Gramner
2020-02-21cli: Replace malloc + memset(0) with calloc in input.cLuc Trudeau
2020-02-21cli: remove init_[de]muxers() functionsLuc Trudeau
2019-11-23input: Use EIO instead of ENODATAHenrik Gramner
2019-11-22annexb: Cast size_t to int before adding to an intMartin Storsjö
2019-11-22section5: use signed type for seeking backwardsMartin Storsjö
2019-11-21Add demuxer probingRonald S. Bultje
2019-11-21Add section-5 raw OBU demuxerRonald S. Bultje
2019-08-19Utilize the constraints in assertions to improve code generationHenrik Gramner
2019-07-23tools: add a simple player exampleMarvin Scholz
2019-05-09Add a DAV1D_ERR define to negate errno values when neededJames Almer
2019-02-13Remove leading double underscores from include guard definesMartin Storsjö
2019-02-11Use 64-bit versions of fseek and ftellHenrik Gramner
2019-02-08tools: Store return values from fread() in a size_tMartin Storsjö
2019-02-08Use size_t as return value type for strlen() consistentlyMartin Storsjö
2018-12-08annexb: don't use a int64_t intermediary for leb128James Almer
2018-12-07annexb: ensure that OBU size <= frame size <= TU sizeJames Almer
2018-12-07Add Length delimited bitstream (Annex B) demuxerJames Almer
2018-11-29Make Dav1dDataProps::timestamp and offset signed.Jean-Yves Avenard
2018-11-29ivf: Use _ftelli64 instead of ftello for MSVCMartin Storsjö
2018-11-29ivf: Use int64_t instead of off_tMartin Storsjö
2018-11-28ivf: store offset and timestamp in pkt.mRonald S. Bultje
2018-11-05move rl32() to its only user tools/dav1d/input/ivf.cJanne Grunau
2018-10-29API: constify Dav1dData and dav1d_data_wrap()Janne Grunau
2018-10-22Add --demuxer CLI parameter.Nathan E. Egge
2018-10-20ivf: fix the conversion specifier in printed error message stringsJames Almer
2018-10-18dav1d/ivf: return an error when fread failsJanne Grunau
2018-09-27Update fopen calls for Windows compatibilitySmilingWolf
2018-09-22Initial decoder implementation.Ronald S. Bultje