log fifo.h @ 623:5a8d0e6cdcfb libavutil

age author description
Sun, 25 Jan 2009 19:22:47 +0000 diego Drop deprecated av_fifo_write function with the next libavutil version bump. libavutil
Tue, 13 Jan 2009 00:14:43 +0000 aurel add the necessary include for LIBAV*_VERSION_* libavutil
Sun, 31 Aug 2008 07:39:47 +0000 stefano Globally rename the header inclusion guard names. libavutil
Tue, 19 Aug 2008 22:15:05 +0000 stefano Deprecate av_fifo_realloc(). av_fifo_realloc2() should be used instead. libavutil
Tue, 19 Aug 2008 18:43:34 +0000 stefano Implement av_fifo_realloc2(). libavutil
Sun, 25 May 2008 23:04:09 +0000 michael Ensure that one can store X bytes in a fifo of size X. libavutil
Sat, 03 May 2008 13:29:39 +0000 mru add necessary #includes in headers libavutil
Wed, 09 Apr 2008 11:36:50 +0000 benoit cosmetics (by Bj«Órn Axelsson) libavutil
Wed, 09 Apr 2008 11:35:16 +0000 benoit Add a generic write function to av_fifo. libavutil
Wed, 17 Oct 2007 09:37:46 +0000 diego Add FFMPEG_ prefix to all multiple inclusion guards. libavutil
Sat, 16 Jun 2007 22:59:13 +0000 mru include all prerequisites in header files libavutil
Fri, 02 Mar 2007 10:09:51 +0000 diego Improve Doxygen documentation, inspired by Michael's description. libavutil
Tue, 27 Feb 2007 17:49:00 +0000 diego Doxygen documentation for all functions, patch by Dujardin Bernard, libavutil
Tue, 27 Feb 2007 16:05:19 +0000 diego Add missing license headers. libavutil
Thu, 21 Sep 2006 07:31:53 +0000 romansh * Moving FifoBuffer out of libavformat/avformat.h and libavutil