]> git.sesse.net Git - ffmpeg/history - libavutil/fifo.h
Use full internal pathname in doxygen @file directives.
[ffmpeg] / libavutil / fifo.h
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-28 Diego Biurrunspelling/grammar/consistency review part I
2009-01-25 Diego BiurrunDrop deprecated av_fifo_write function with the next...
2009-01-13 Aurelien Jacobsadd the necessary include for LIBAV*_VERSION_*
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2008-08-19 Stefano SabatiniDeprecate av_fifo_realloc(). av_fifo_realloc2() should...
2008-08-19 Stefano SabatiniImplement av_fifo_realloc2().
2008-05-25 Michael NiedermayerEnsure that one can store X bytes in a fifo of size X.
2008-05-03 Måns Rullgårdadd necessary #includes in headers
2008-04-09 Benoit Fouetcosmetics (by Björn Axelsson)
2008-04-09 Björn AxelssonAdd a generic write function to av_fifo.
2007-10-17 Diego BiurrunAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-06-16 Måns Rullgårdinclude all prerequisites in header files
2007-03-02 Diego BiurrunImprove Doxygen documentation, inspired by Michael...
2007-02-27 Dujardin BernardDoxygen documentation for all functions, patch by Dujar...
2007-02-27 Diego BiurrunAdd missing license headers.
2006-09-21 Roman Shaposhnik * Moving FifoBuffer out of libavformat/avformat...