summaryrefslogtreecommitdiff
path: root/libavutil/fifo.h
Commit message (Expand)AuthorAge
* lavu: remove disabled FF_API_AV_FIFO_PEEK cruftAnton Khirnov2012-10-23
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* doxygen: drop another pointless star from pointer variable nameDiego Biurrun2011-08-27
* 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
* 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
* include all prerequisites in header filesMåns Rullgård2007-06-16
* Improve Doxygen documentation, inspired by Michael's description.Diego Biurrun2007-03-02
* Doxygen documentation for all functions, patch by Dujardin Bernard,Dujardin Bernard2007-02-27
* Add missing license headers.Diego Biurrun2007-02-27
* * Moving FifoBuffer out of libavformat/avformat.h andRoman Shaposhnik2006-09-21