]> git.sesse.net Git - ffmpeg/history - libavutil/fifo.h
configure: address a copy-paste typo
[ffmpeg] / libavutil / fifo.h
2012-10-23 Anton Khirnovlavu: remove disabled FF_API_AV_FIFO_PEEK cruft
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2011-08-27 Diego Biurrundoxygen: drop another pointless star from pointer varia...
2011-08-26 Stefano Sabatinififo: add av_fifo_peek2(), and deprecate av_fifo_peek()
2011-08-26 Diego Biurrundoxygen: drop pointless star from pointer variable...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-04-06 Stefano SabatiniClarify doxy for av_fifo_alloc().
2010-03-09 Måns RullgårdReplace many includes of libavutil/common.h with what...
2010-02-24 Stefano SabatiniExtend doxy for the src parameter of av_fifo_generic_wr...
2009-04-02 Olivier GuilyardiImplement av_fifo_space().
2009-03-09 Reimar DöffingerReorder arguments for av_fifo_generic_read to be more...
2009-03-09 Reimar DöffingerAdd av_fifo_reset function to completely reset fifo...
2009-03-08 Reimar DöffingerRemove more functions disabled by major version bump.
2009-03-08 Reimar DöffingerRemove av_fifo_read, API is already broken and major...
2009-03-08 Michael NiedermayerAllocate AVFifoBuffer through the fifo API to reduce...
2009-03-07 Michael NiedermayerTry to fix the 1 byte cannot be used issue.
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...