Tue, 30 Mar 2010 23:30:55 +0000 |
stefano |
Define AVMediaType enum, and use it instead of enum CodecType, which
libavformat
|
Mon, 09 Mar 2009 17:47:47 +0000 |
reimar |
Reorder arguments for av_fifo_generic_read to be more logical and
libavformat
|
Sun, 08 Mar 2009 14:42:11 +0000 |
reimar |
Replace all uses of the replaced av_fifo_read by av_fifo_generic_read
libavformat
|
Sun, 08 Mar 2009 14:16:55 +0000 |
michael |
Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues.
libavformat
|
Wed, 18 Feb 2009 04:42:31 +0000 |
bcoudurier |
check fifo size and realloc if needed
libavformat
|
Mon, 09 Feb 2009 21:34:20 +0000 |
bcoudurier |
rename ff_audio_interleave to ff_audio_rechunk_interleave
libavformat
|
Sun, 08 Feb 2009 21:14:46 +0000 |
bcoudurier |
Move declaration of ff_interleave_add_packet to internal.h.
libavformat
|
Sun, 08 Feb 2009 21:09:50 +0000 |
bcoudurier |
Declare ff_interleave_new_audio_packet as static, it is not used
libavformat
|
Sun, 08 Feb 2009 09:48:59 +0000 |
bcoudurier |
rewrite pts also, as comment says
libavformat
|
Sun, 08 Feb 2009 04:31:44 +0000 |
bcoudurier |
extract audio interleaving code from mxf muxer, will be used by gxf and dv
libavformat
|