summaryrefslogtreecommitdiff
path: root/libavformat/audiointerleave.c
Commit message (Expand)AuthorAge
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* audiointerleave: Always initialize new_pktVittorio Giovara2015-06-08
* audiointerleave: check av_new_packet return valueVittorio Giovara2014-10-24
* avpacket: Check for and return errors in ff_interleave_add_packet()Nidhi Makhijani2014-07-17
* avformat: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-30
* audiointerleave: deobfuscate a function call.Anton Khirnov2012-11-02
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-03
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Reorder arguments for av_fifo_generic_read to be more logical andReimar Döffinger2009-03-09
* Replace all uses of the replaced av_fifo_read by av_fifo_generic_readReimar Döffinger2009-03-08
* Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues.Michael Niedermayer2009-03-08
* check fifo size and realloc if neededBaptiste Coudurier2009-02-18
* rename ff_audio_interleave to ff_audio_rechunk_interleaveBaptiste Coudurier2009-02-09
* Move declaration of ff_interleave_add_packet to internal.h.Baptiste Coudurier2009-02-08
* Declare ff_interleave_new_audio_packet as static, it is not usedBaptiste Coudurier2009-02-08
* rewrite pts also, as comment saysBaptiste Coudurier2009-02-08
* extract audio interleaving code from mxf muxer, will be used by gxf and dvBaptiste Coudurier2009-02-08