summaryrefslogtreecommitdiff
path: root/libavutil/fifo.h
Commit message (Expand)AuthorAge
* avutil/fifo: Don't include avutil.hAndreas Rheinhardt2022-02-24
* avutil/fifo: Deprecate old FIFO APIAnton Khirnov2022-02-07
* lavu/fifo: add a flag for automatically growing the FIFO as neededAnton Khirnov2022-02-07
* lavu/fifo: Add new AVFifo API based upon the notion of element sizeAnton Khirnov2022-02-07
* lavu/fifo: return errors on trying to read/write too muchAnton Khirnov2022-01-10
* lavu/fifo: deprecate av_fifo_peek2()Anton Khirnov2022-01-10
* avutil/fifo: add function av_fifo_generic_peek_at()Zhang Rui2015-10-14
* avfilter: add showfreqs filterPaul B Mahol2015-08-19
* avutil: remove FF_CONST_AVUTIL53, its no longer neededMichael Niedermayer2014-11-24
* lavu/fifo: add av_fifo_alloc_array functionLukasz Marek2014-05-20
* avutil/fifo: delay addition of const from 78d3453c4a2efef9bc079e8f3458653beaf...Michael Niedermayer2014-05-14
* lavu/fifo: add av_fifo_freep functionLukasz Marek2014-05-07
* lavu/fifo: add const to argumentsLukasz Marek2014-05-05
* Merge commit '8b8899ac3233b4f7af83ded0dc032fad8902d714'Michael Niedermayer2012-10-23
|\
| * lavu: remove disabled FF_API_AV_FIFO_PEEK cruftAnton Khirnov2012-10-23
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-16
|\|
| * Don't include common.h from avutil.hMartin Storsjö2012-08-15
* | fifo: add av_fifo_grow()Michael Niedermayer2012-05-15
* | fifo: add note in av_fifo_realloc2() doxy regarding reallocation failure beha...Stefano Sabatini2011-08-30
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-28
|\|
| * doxygen: drop another pointless star from pointer variable nameDiego Biurrun2011-08-27
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-26
|\|
| * fifo: add av_fifo_peek2(), and deprecate av_fifo_peek()Stefano Sabatini2011-08-26
| * doxygen: drop pointless star from pointer variable namesDiego Biurrun2011-08-26
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* | fifo: add av_fifo_peek2(), and deprecate av_fifo_peek()Stefano Sabatini2011-08-14
|/
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Clarify doxy for av_fifo_alloc().Stefano Sabatini2010-04-06
* Replace many includes of libavutil/common.h with what is actually neededMåns Rullgård2010-03-09
* Extend doxy for the src parameter of av_fifo_generic_write().Stefano Sabatini2010-02-24
* Implement av_fifo_space().Olivier Guilyardi2009-04-02
* Reorder arguments for av_fifo_generic_read to be more logical andReimar Döffinger2009-03-09
* Add av_fifo_reset function to completely reset fifo state, which makesReimar Döffinger2009-03-09
* Remove more functions disabled by major version bump.Reimar Döffinger2009-03-08
* Remove av_fifo_read, API is already broken and major version will be bumped s...Reimar Döffinger2009-03-08
* Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues.Michael Niedermayer2009-03-08
* Try to fix the 1 byte cannot be used issue.Michael Niedermayer2009-03-07
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* spelling/grammar/consistency review part IDiego Biurrun2009-01-28
* Drop deprecated av_fifo_write function with the next libavutil version bump.Diego Biurrun2009-01-25
* add the necessary include for LIBAV*_VERSION_*Aurelien Jacobs2009-01-13
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* Deprecate av_fifo_realloc(). av_fifo_realloc2() should be used instead.Stefano Sabatini2008-08-19
* Implement av_fifo_realloc2().Stefano Sabatini2008-08-19
* Ensure that one can store X bytes in a fifo of size X.Michael Niedermayer2008-05-25
* add necessary #includes in headersMåns Rullgård2008-05-03
* cosmetics (by Björn Axelsson)Benoit Fouet2008-04-09
* Add a generic write function to av_fifo.Björn Axelsson2008-04-09
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17