summaryrefslogtreecommitdiff
path: root/libavutil/fifo.c
Commit message (Expand)AuthorAgeFilesLines
* avutil/fifo: Don't include avutil.hAndreas Rheinhardt2022-02-241-1/+4
* lavu/fifo: fix a corner case in av_fifo_grow2()Anton Khirnov2022-02-151-1/+1
* lavu/fifo: fix regressionHaihao Xiang2022-02-091-1/+3
* avutil/fifo: Deprecate old FIFO APIAnton Khirnov2022-02-071-0/+4
* lavu/fifo: add a flag for automatically growing the FIFO as neededAnton Khirnov2022-02-071-2/+37
* lavu/fifo: Add new AVFifo API based upon the notion of element sizeAnton Khirnov2022-02-071-0/+226
* lavu/fifo: disallow overly large fifo sizesAnton Khirnov2022-02-071-1/+13
* avutil/fifo: Use av_fifo_generic_peek_at() for av_fifo_generic_peek()Andreas Rheinhardt2022-02-071-20/+1
* lavu/fifo: return errors on trying to read/write too muchAnton Khirnov2022-01-101-7/+11
* lavu/fifo: drop useless commentsAnton Khirnov2022-01-101-5/+0
* lavu/fifo: do not copy the whole fifo when reallocatingAnton Khirnov2022-01-101-10/+24
* lavu/fifo: simplify av_fifo_alloc()Anton Khirnov2022-01-101-10/+4
* libavutil/fifo: Fix fifo grow stepJan Sebechlebsky2016-06-031-1/+1
* Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'Derek Buitenhuis2016-05-111-57/+0
|\
| * build: Split test programs off into separate filesDiego Biurrun2016-04-071-34/+0
* | avutil/fifo: add function av_fifo_generic_peek_at()Zhang Rui2015-10-141-0/+61
* | avutil/fifo: Fix thread saftey of av_fifo_generic_peek()Michael Niedermayer2015-10-131-8/+6
* | avfilter: add showfreqs filterPaul B Mahol2015-08-191-0/+26
* | avutil/fifo: Fix the case where func() returns less bytes than requested in a...Zhang Rui2015-07-141-1/+2
* | avutil: remove FF_CONST_AVUTIL53, its no longer neededMichael Niedermayer2014-11-241-2/+2
* | lavu/fifo: add av_fifo_alloc_array functionLukasz Marek2014-05-201-6/+21
* | avutil/fifo: delay addition of const from 78d3453c4a2efef9bc079e8f3458653beaf...Michael Niedermayer2014-05-141-2/+2
* | lavu/fifo: add av_fifo_freep functionLukasz Marek2014-05-071-0/+8
* | lavu/fifo: add const to argumentsLukasz Marek2014-05-051-2/+2
* | avutil/fifo: assert that theres enough data in the fifo on drain calls.Michael Niedermayer2013-09-031-0/+3
* | Merge commit '6516632967da5e6bd7d6136e8678f826669ed26e'Michael Niedermayer2013-07-071-16/+19
|\ \ | |/
| * fifo: K&R formatting cosmeticsLuca Barbato2013-07-061-24/+28
* | Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'Michael Niedermayer2012-12-051-2/+0
|\ \ | |/
| * Remove pointless #undefs of previously forbidden functions.Anton Khirnov2012-12-041-2/+0
* | fifo: add av_fifo_grow()Michael Niedermayer2012-05-151-0/+13
* | fifo: Make writes atomic.Michael Niedermayer2011-12-231-7/+12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-261-0/+36
|\ \ | |/
| * fifo: add FIFO API test program, and fate testStefano Sabatini2011-08-261-0/+36
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* | fifo: return AVERROR(ENOMEM) rather -1 in av_fifo_realloc2()Stefano Sabatini2011-08-141-1/+1
* | fifo: apply misc cosmetic fixesStefano Sabatini2011-08-141-10/+11
* | fifo: use av_freep()Michael Niedermayer2011-05-091-1/+1
|/
* Clarify non constness of src in av_fifo_generic_write()Michael Niedermayer2010-02-231-0/+1
* Implement av_fifo_space().Olivier Guilyardi2009-04-021-0/+5
* Reorder arguments for av_fifo_generic_read to be more logical andReimar Döffinger2009-03-091-2/+2
* Add av_fifo_reset function to completely reset fifo state, which makesReimar Döffinger2009-03-091-1/+7
* indentMichael Niedermayer2009-03-091-2/+2
* Remove more functions disabled by major version bump.Reimar Döffinger2009-03-081-13/+0
* Replace all uses of the replaced av_fifo_read by av_fifo_generic_readReimar Döffinger2009-03-081-1/+1
* Remove av_fifo_read, API is already broken and major version will be bumped s...Reimar Döffinger2009-03-081-5/+0
* Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues.Michael Niedermayer2009-03-081-10/+16
* Comments to indicate where memory barriers may be needed.Michael Niedermayer2009-03-081-0/+3
* Try to fix the 1 byte cannot be used issue.Michael Niedermayer2009-03-071-6/+6
* spelling/grammar/consistency review part IDiego Biurrun2009-01-281-2/+2
* Drop deprecated av_fifo_write function with the next libavutil version bump.Diego Biurrun2009-01-251-0/+2