summaryrefslogtreecommitdiff
path: root/libavutil/fifo.h
Commit message (Expand)AuthorAgeFilesLines
* lavu/fifo: clarify interaction of AV_FIFO_FLAG_AUTO_GROW with av_fifo_write()Anton Khirnov2022-09-051-1/+4
* lavu/fifo: clarify interaction of AV_FIFO_FLAG_AUTO_GROW with av_fifo_can_wri...Anton Khirnov2022-09-051-1/+7
* lavu/fifo: add the header to its own doxy groupAnton Khirnov2022-09-051-1/+14
* avutil/fifo: Don't include avutil.hAndreas Rheinhardt2022-02-241-1/+3
* avutil/fifo: Deprecate old FIFO APIAnton Khirnov2022-02-071-1/+44
* lavu/fifo: add a flag for automatically growing the FIFO as neededAnton Khirnov2022-02-071-1/+14
* lavu/fifo: Add new AVFifo API based upon the notion of element sizeAnton Khirnov2022-02-071-0/+179
* lavu/fifo: return errors on trying to read/write too muchAnton Khirnov2022-01-101-1/+7
* lavu/fifo: deprecate av_fifo_peek2()Anton Khirnov2022-01-101-0/+4
* avutil/fifo: add function av_fifo_generic_peek_at()Zhang Rui2015-10-141-0/+11
* avfilter: add showfreqs filterPaul B Mahol2015-08-191-0/+10
* 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-0/+8
* 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/+6
* lavu/fifo: add const to argumentsLukasz Marek2014-05-051-2/+2
* Merge commit '8b8899ac3233b4f7af83ded0dc032fad8902d714'Michael Niedermayer2012-10-231-11/+0
|\
| * lavu: remove disabled FF_API_AV_FIFO_PEEK cruftAnton Khirnov2012-10-231-11/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-161-0/+1
|\ \ | |/
| * Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* | fifo: add av_fifo_grow()Michael Niedermayer2012-05-151-0/+11
* | fifo: add note in av_fifo_realloc2() doxy regarding reallocation failure beha...Stefano Sabatini2011-08-301-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-281-1/+1
|\ \ | |/
| * doxygen: drop another pointless star from pointer variable nameDiego Biurrun2011-08-271-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-261-12/+12
|\ \ | |/
| * fifo: add av_fifo_peek2(), and deprecate av_fifo_peek()Stefano Sabatini2011-08-261-3/+28
| * doxygen: drop pointless star from pointer variable namesDiego Biurrun2011-08-261-12/+12
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* | fifo: add av_fifo_peek2(), and deprecate av_fifo_peek()Stefano Sabatini2011-08-141-3/+28
|/
* Fix grammar errors in documentationMåns Rullgård2010-06-301-9/+9
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Clarify doxy for av_fifo_alloc().Stefano Sabatini2010-04-061-1/+1
* Replace many includes of libavutil/common.h with what is actually neededMåns Rullgård2010-03-091-2/+0
* Extend doxy for the src parameter of av_fifo_generic_write().Stefano Sabatini2010-02-241-1/+2
* Implement av_fifo_space().Olivier Guilyardi2009-04-021-0/+8
* Reorder arguments for av_fifo_generic_read to be more logical andReimar Döffinger2009-03-091-1/+1
* Add av_fifo_reset function to completely reset fifo state, which makesReimar Döffinger2009-03-091-0/+6
* Remove more functions disabled by major version bump.Reimar Döffinger2009-03-081-20/+0
* Remove av_fifo_read, API is already broken and major version will be bumped s...Reimar Döffinger2009-03-081-8/+0
* Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues.Michael Niedermayer2009-03-081-3/+2
* Try to fix the 1 byte cannot be used issue.Michael Niedermayer2009-03-071-0/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* spelling/grammar/consistency review part IDiego Biurrun2009-01-281-7/+7
* Drop deprecated av_fifo_write function with the next libavutil version bump.Diego Biurrun2009-01-251-0/+2
* add the necessary include for LIBAV*_VERSION_*Aurelien Jacobs2009-01-131-0/+1
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* Deprecate av_fifo_realloc(). av_fifo_realloc2() should be used instead.Stefano Sabatini2008-08-191-1/+3
* Implement av_fifo_realloc2().Stefano Sabatini2008-08-191-0/+9
* Ensure that one can store X bytes in a fifo of size X.Michael Niedermayer2008-05-251-1/+1
* add necessary #includes in headersMåns Rullgård2008-05-031-0/+1