summaryrefslogtreecommitdiffstats
path: root/libavformat/audiointerleave.c
Commit message (Expand)AuthorAgeFilesLines
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-031-0/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-4/+4
* Reorder arguments for av_fifo_generic_read to be more logical andReimar Döffinger2009-03-091-1/+1
* Replace all uses of the replaced av_fifo_read by av_fifo_generic_readReimar Döffinger2009-03-081-1/+1
* Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues.Michael Niedermayer2009-03-081-8/+8
* check fifo size and realloc if neededBaptiste Coudurier2009-02-181-0/+7
* rename ff_audio_interleave to ff_audio_rechunk_interleaveBaptiste Coudurier2009-02-091-1/+1
* Move declaration of ff_interleave_add_packet to internal.h.Baptiste Coudurier2009-02-081-0/+1
* Declare ff_interleave_new_audio_packet as static, it is not usedBaptiste Coudurier2009-02-081-1/+1
* rewrite pts also, as comment saysBaptiste Coudurier2009-02-081-1/+1
* extract audio interleaving code from mxf muxer, will be used by gxf and dvBaptiste Coudurier2009-02-081-0/+125
OpenPOWER on IntegriCloud