Age | Commit message (Expand) | Author |
---|---|---|
2010-03-30 | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini |
2009-03-09 | Reorder arguments for av_fifo_generic_read to be more logical and | Reimar Döffinger |
2009-03-08 | Replace all uses of the replaced av_fifo_read by av_fifo_generic_read | Reimar Döffinger |
2009-03-08 | Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues. | Michael Niedermayer |
2009-02-18 | check fifo size and realloc if needed | Baptiste Coudurier |
2009-02-09 | rename ff_audio_interleave to ff_audio_rechunk_interleave | Baptiste Coudurier |
2009-02-08 | Move declaration of ff_interleave_add_packet to internal.h. | Baptiste Coudurier |
2009-02-08 | Declare ff_interleave_new_audio_packet as static, it is not used | Baptiste Coudurier |
2009-02-08 | rewrite pts also, as comment says | Baptiste Coudurier |
2009-02-08 | extract audio interleaving code from mxf muxer, will be used by gxf and dv | Baptiste Coudurier |