summaryrefslogtreecommitdiff
path: root/libavutil/fifo.h
Commit message (Expand)AuthorAge
* 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