summaryrefslogtreecommitdiffstats
path: root/libavutil/fifo.h
Commit message (Expand)AuthorAgeFilesLines
* doxygen: drop another pointless star from pointer variable nameDiego Biurrun2011-08-271-1/+1
* 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
* 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
* cosmetics (by Björn Axelsson)Benoit Fouet2008-04-091-4/+4
* Add a generic write function to av_fifo.Björn Axelsson2008-04-091-1/+15
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-171-3/+3
* include all prerequisites in header filesMåns Rullgård2007-06-161-0/+2
* Improve Doxygen documentation, inspired by Michael's description.Diego Biurrun2007-03-021-28/+21
* Doxygen documentation for all functions, patch by Dujardin Bernard,Dujardin Bernard2007-02-271-0/+64
* Add missing license headers.Diego Biurrun2007-02-271-0/+18
* * Moving FifoBuffer out of libavformat/avformat.h andRoman Shaposhnik2006-09-211-0/+25
OpenPOWER on IntegriCloud