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
|
Mon, 09 Mar 2009 03:39:58 +0000 |
michael |
indent
libavutil
|
Sun, 08 Mar 2009 15:02:12 +0000 |
reimar |
Remove more functions disabled by major version bump.
libavutil
|
Sun, 08 Mar 2009 14:42:11 +0000 |
reimar |
Replace all uses of the replaced av_fifo_read by av_fifo_generic_read
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
|
Sun, 08 Mar 2009 00:45:45 +0000 |
michael |
Comments to indicate where memory barriers may be needed.
libavutil
|
Sat, 07 Mar 2009 21:02:08 +0000 |
michael |
Try to fix the 1 byte cannot be used issue.
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, 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
|