log fifo.h @ 1028:5dbb12a37c3d libavutil tip

age author description
Wed, 30 Jun 2010 15:38:06 +0000 mru Fix grammar errors in documentation libavutil
Tue, 20 Apr 2010 14:45:34 +0000 diego Remove explicit filename from Doxygen @file commands. libavutil
Tue, 06 Apr 2010 22:31:59 +0000 stefano Clarify doxy for av_fifo_alloc(). libavutil
Tue, 09 Mar 2010 17:39:19 +0000 mru Replace many includes of libavutil/common.h with what is actually needed libavutil
Wed, 24 Feb 2010 23:52:52 +0000 stefano Extend doxy for the src parameter of av_fifo_generic_write(). libavutil
Thu, 02 Apr 2009 23:22:19 +0000 stefano Implement av_fifo_space(). libavutil
Mon, 09 Mar 2009 17:47:47 +0000 reimar Reorder arguments for av_fifo_generic_read to be more logical and libavutil
Mon, 09 Mar 2009 09:26:32 +0000 reimar Add av_fifo_reset function to completely reset fifo state, which makes libavutil
Sun, 08 Mar 2009 15:02:12 +0000 reimar Remove more functions disabled by major version bump. libavutil
Sun, 08 Mar 2009 14:21:56 +0000 reimar Remove av_fifo_read, API is already broken and major version will be bumped soon. libavutil
Sun, 08 Mar 2009 14:16:55 +0000 michael Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues. libavutil
Sat, 07 Mar 2009 21:02:08 +0000 michael Try to fix the 1 byte cannot be used issue. libavutil
Sun, 01 Feb 2009 02:00:19 +0000 diego Use full internal pathname in doxygen @file directives. libavutil
Wed, 28 Jan 2009 00:16:05 +0000 diego spelling/grammar/consistency review part I libavutil
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