aboutsummaryrefslogtreecommitdiff
path: root/libavformat/audiointerleave.c
AgeCommit message (Expand)Author
2010-03-30Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2009-03-09Reorder arguments for av_fifo_generic_read to be more logical andReimar Döffinger
2009-03-08Replace all uses of the replaced av_fifo_read by av_fifo_generic_readReimar Döffinger
2009-03-08Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues.Michael Niedermayer
2009-02-18check fifo size and realloc if neededBaptiste Coudurier
2009-02-09rename ff_audio_interleave to ff_audio_rechunk_interleaveBaptiste Coudurier
2009-02-08Move 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 usedBaptiste Coudurier
2009-02-08rewrite pts also, as comment saysBaptiste Coudurier
2009-02-08extract audio interleaving code from mxf muxer, will be used by gxf and dvBaptiste Coudurier