Tue, 19 Aug 2008 22:17:13 +0000 |
stefano |
Cosmetics: remove a redundant and misplaced doxy.
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
|
Sun, 25 May 2008 22:20:39 +0000 |
michael |
Make av_fifo*_read() ignore the available amount of data.
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
|
Thu, 18 Jan 2007 00:22:24 +0000 |
michael |
change while loops to do-while as the condition is true the first time and the check just wastes cpu cycles
libavutil
|
Wed, 17 Jan 2007 20:14:02 +0000 |
michael |
simpler branch structure in init (16 bytes smaller object file)
libavutil
|
Wed, 17 Jan 2007 20:12:12 +0000 |
michael |
doxygenize
libavutil
|
Wed, 17 Jan 2007 20:11:23 +0000 |
michael |
avoid code duplication
libavutil
|
Wed, 17 Jan 2007 20:06:38 +0000 |
michael |
better to set things to NULL instead of random in case of out of mem
libavutil
|
Wed, 17 Jan 2007 20:05:31 +0000 |
michael |
simplify av_fifo_realloc()
libavutil
|
Wed, 17 Jan 2007 19:46:33 +0000 |
michael |
remove near duplicate function
libavutil
|
Wed, 17 Jan 2007 19:30:23 +0000 |
michael |
simplify
libavutil
|
Wed, 17 Jan 2007 19:19:03 +0000 |
michael |
simplify
libavutil
|
Sat, 07 Oct 2006 15:30:46 +0000 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
libavutil
|
Thu, 21 Sep 2006 07:31:53 +0000 |
romansh |
* Moving FifoBuffer out of libavformat/avformat.h and
libavutil
|