| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/fifo: Constify AVFifo pointees in peek functions | Andreas Rheinhardt | 2023-09-12 | 1 | -2/+2 |
* | avutil/mem: Don't include avutil.h | Andreas Rheinhardt | 2023-09-07 | 1 | -0/+1 |
* | avutil/fifo: Don't include avutil.h | Andreas Rheinhardt | 2022-02-24 | 1 | -1/+4 |
* | lavu/fifo: fix a corner case in av_fifo_grow2() | Anton Khirnov | 2022-02-15 | 1 | -1/+1 |
* | lavu/fifo: fix regression | Haihao Xiang | 2022-02-09 | 1 | -1/+3 |
* | avutil/fifo: Deprecate old FIFO API | Anton Khirnov | 2022-02-07 | 1 | -0/+4 |
* | lavu/fifo: add a flag for automatically growing the FIFO as needed | Anton Khirnov | 2022-02-07 | 1 | -2/+37 |
* | lavu/fifo: Add new AVFifo API based upon the notion of element size | Anton Khirnov | 2022-02-07 | 1 | -0/+226 |
* | lavu/fifo: disallow overly large fifo sizes | Anton Khirnov | 2022-02-07 | 1 | -1/+13 |
* | avutil/fifo: Use av_fifo_generic_peek_at() for av_fifo_generic_peek() | Andreas Rheinhardt | 2022-02-07 | 1 | -20/+1 |
* | lavu/fifo: return errors on trying to read/write too much | Anton Khirnov | 2022-01-10 | 1 | -7/+11 |
* | lavu/fifo: drop useless comments | Anton Khirnov | 2022-01-10 | 1 | -5/+0 |
* | lavu/fifo: do not copy the whole fifo when reallocating | Anton Khirnov | 2022-01-10 | 1 | -10/+24 |
* | lavu/fifo: simplify av_fifo_alloc() | Anton Khirnov | 2022-01-10 | 1 | -10/+4 |
* | libavutil/fifo: Fix fifo grow step | Jan Sebechlebsky | 2016-06-03 | 1 | -1/+1 |
* | Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13' | Derek Buitenhuis | 2016-05-11 | 1 | -57/+0 |
|\ |
|
| * | build: Split test programs off into separate files | Diego Biurrun | 2016-04-07 | 1 | -34/+0 |
* | | avutil/fifo: add function av_fifo_generic_peek_at() | Zhang Rui | 2015-10-14 | 1 | -0/+61 |
* | | avutil/fifo: Fix thread saftey of av_fifo_generic_peek() | Michael Niedermayer | 2015-10-13 | 1 | -8/+6 |
* | | avfilter: add showfreqs filter | Paul B Mahol | 2015-08-19 | 1 | -0/+26 |
* | | avutil/fifo: Fix the case where func() returns less bytes than requested in a... | Zhang Rui | 2015-07-14 | 1 | -1/+2 |
* | | avutil: remove FF_CONST_AVUTIL53, its no longer needed | Michael Niedermayer | 2014-11-24 | 1 | -2/+2 |
* | | lavu/fifo: add av_fifo_alloc_array function | Lukasz Marek | 2014-05-20 | 1 | -6/+21 |
* | | avutil/fifo: delay addition of const from 78d3453c4a2efef9bc079e8f3458653beaf... | Michael Niedermayer | 2014-05-14 | 1 | -2/+2 |
* | | lavu/fifo: add av_fifo_freep function | Lukasz Marek | 2014-05-07 | 1 | -0/+8 |
* | | lavu/fifo: add const to arguments | Lukasz Marek | 2014-05-05 | 1 | -2/+2 |
* | | avutil/fifo: assert that theres enough data in the fifo on drain calls. | Michael Niedermayer | 2013-09-03 | 1 | -0/+3 |
* | | Merge commit '6516632967da5e6bd7d6136e8678f826669ed26e' | Michael Niedermayer | 2013-07-07 | 1 | -16/+19 |
|\| |
|
| * | fifo: K&R formatting cosmetics | Luca Barbato | 2013-07-06 | 1 | -24/+28 |
* | | Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967' | Michael Niedermayer | 2012-12-05 | 1 | -2/+0 |
|\| |
|
| * | Remove pointless #undefs of previously forbidden functions. | Anton Khirnov | 2012-12-04 | 1 | -2/+0 |
* | | fifo: add av_fifo_grow() | Michael Niedermayer | 2012-05-15 | 1 | -0/+13 |
* | | fifo: Make writes atomic. | Michael Niedermayer | 2011-12-23 | 1 | -7/+12 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-08-26 | 1 | -0/+36 |
|\| |
|
| * | fifo: add FIFO API test program, and fate test | Stefano Sabatini | 2011-08-26 | 1 | -0/+36 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | | fifo: return AVERROR(ENOMEM) rather -1 in av_fifo_realloc2() | Stefano Sabatini | 2011-08-14 | 1 | -1/+1 |
* | | fifo: apply misc cosmetic fixes | Stefano Sabatini | 2011-08-14 | 1 | -10/+11 |
* | | fifo: use av_freep() | Michael Niedermayer | 2011-05-09 | 1 | -1/+1 |
|/ |
|
* | Clarify non constness of src in av_fifo_generic_write() | Michael Niedermayer | 2010-02-23 | 1 | -0/+1 |
* | Implement av_fifo_space(). | Olivier Guilyardi | 2009-04-02 | 1 | -0/+5 |
* | Reorder arguments for av_fifo_generic_read to be more logical and | Reimar Döffinger | 2009-03-09 | 1 | -2/+2 |
* | Add av_fifo_reset function to completely reset fifo state, which makes | Reimar Döffinger | 2009-03-09 | 1 | -1/+7 |
* | indent | Michael Niedermayer | 2009-03-09 | 1 | -2/+2 |
* | Remove more functions disabled by major version bump. | Reimar Döffinger | 2009-03-08 | 1 | -13/+0 |
* | Replace all uses of the replaced av_fifo_read by av_fifo_generic_read | Reimar Döffinger | 2009-03-08 | 1 | -1/+1 |
* | Remove av_fifo_read, API is already broken and major version will be bumped s... | Reimar Döffinger | 2009-03-08 | 1 | -5/+0 |
* | Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues. | Michael Niedermayer | 2009-03-08 | 1 | -10/+16 |
* | Comments to indicate where memory barriers may be needed. | Michael Niedermayer | 2009-03-08 | 1 | -0/+3 |
* | Try to fix the 1 byte cannot be used issue. | Michael Niedermayer | 2009-03-07 | 1 | -6/+6 |