Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-24avutil/fifo: Don't include avutil.hAndreas Rheinhardt
2022-02-15lavu/fifo: fix a corner case in av_fifo_grow2()Anton Khirnov
2022-02-09lavu/fifo: fix regressionHaihao Xiang
2022-02-07avutil/fifo: Deprecate old FIFO APIAnton Khirnov
2022-02-07lavu/fifo: add a flag for automatically growing the FIFO as neededAnton Khirnov
2022-02-07lavu/fifo: Add new AVFifo API based upon the notion of element sizeAnton Khirnov
2022-02-07lavu/fifo: disallow overly large fifo sizesAnton Khirnov
2022-02-07avutil/fifo: Use av_fifo_generic_peek_at() for av_fifo_generic_peek()Andreas Rheinhardt
2022-01-10lavu/fifo: return errors on trying to read/write too muchAnton Khirnov
2022-01-10lavu/fifo: drop useless commentsAnton Khirnov
2022-01-10lavu/fifo: do not copy the whole fifo when reallocatingAnton Khirnov
2022-01-10lavu/fifo: simplify av_fifo_alloc()Anton Khirnov
2016-06-03libavutil/fifo: Fix fifo grow stepJan Sebechlebsky
2016-05-11Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'Derek Buitenhuis
2016-04-07build: Split test programs off into separate filesDiego Biurrun
2015-10-14avutil/fifo: add function av_fifo_generic_peek_at()Zhang Rui
2015-10-13avutil/fifo: Fix thread saftey of av_fifo_generic_peek()Michael Niedermayer
2015-08-19avfilter: add showfreqs filterPaul B Mahol
2015-07-14avutil/fifo: Fix the case where func() returns less bytes than requested in a...Zhang Rui
2014-11-24avutil: remove FF_CONST_AVUTIL53, its no longer neededMichael Niedermayer
2014-05-20lavu/fifo: add av_fifo_alloc_array functionLukasz Marek
2014-05-14avutil/fifo: delay addition of const from 78d3453c4a2efef9bc079e8f3458653beaf...Michael Niedermayer
2014-05-08lavu/fifo: add av_fifo_freep functionLukasz Marek
2014-05-05lavu/fifo: add const to argumentsLukasz Marek
2013-09-03avutil/fifo: assert that theres enough data in the fifo on drain calls.Michael Niedermayer
2013-07-07Merge commit '6516632967da5e6bd7d6136e8678f826669ed26e'Michael Niedermayer
2013-07-06fifo: K&R formatting cosmeticsLuca Barbato
2012-12-05Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'Michael Niedermayer
2012-12-05Remove pointless #undefs of previously forbidden functions.Anton Khirnov
2012-05-15fifo: add av_fifo_grow()Michael Niedermayer
2011-12-23fifo: Make writes atomic.Michael Niedermayer
2011-08-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-08-26fifo: add FIFO API test program, and fate testStefano Sabatini
2011-08-14fifo: return AVERROR(ENOMEM) rather -1 in av_fifo_realloc2()Stefano Sabatini
2011-08-14fifo: apply misc cosmetic fixesStefano Sabatini
2011-05-09fifo: use av_freep()Michael Niedermayer
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-02-23Clarify non constness of src in av_fifo_generic_write()Michael Niedermayer
2009-04-03Implement av_fifo_space().Olivier Guilyardi
2009-03-09Reorder arguments for av_fifo_generic_read to be more logical andReimar Döffinger
2009-03-09Add av_fifo_reset function to completely reset fifo state, which makesReimar Döffinger
2009-03-09indentMichael Niedermayer
2009-03-08Remove more functions disabled by major version bump.Reimar Döffinger
2009-03-08Replace all uses of the replaced av_fifo_read by av_fifo_generic_readReimar Döffinger
2009-03-08Remove av_fifo_read, API is already broken and major version will be bumped s...Reimar Döffinger
2009-03-08Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues.Michael Niedermayer
2009-03-08Comments to indicate where memory barriers may be needed.Michael Niedermayer
2009-03-08Try to fix the 1 byte cannot be used issue.Michael Niedermayer
2009-01-28spelling/grammar/consistency review part IDiego Biurrun
2009-01-25Drop deprecated av_fifo_write function with the next libavutil version bump.Diego Biurrun