]> git.sesse.net Git - ffmpeg/history - libavformat/audiointerleave.c
libfdk-aacdec: Always decode into an intermediate buffer
[ffmpeg] / libavformat / audiointerleave.c
2015-06-08 Vittorio Giovaraaudiointerleave: Always initialize new_pkt
2014-10-24 Vittorio Giovaraaudiointerleave: check av_new_packet return value
2014-07-17 Nidhi Makhijaniavpacket: Check for and return errors in ff_interleave_...
2013-04-30 Diego Biurrunavformat: Drop unnecessary ff_ name prefixes from stati...
2012-11-02 Anton Khirnovaudiointerleave: deobfuscate a function call.
2011-07-03 Mans RullgardDo not include mathematics.h in avutil.h
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-03-09 Reimar DöffingerReorder arguments for av_fifo_generic_read to be more...
2009-03-08 Reimar DöffingerReplace all uses of the replaced av_fifo_read by av_fif...
2009-03-08 Michael NiedermayerAllocate AVFifoBuffer through the fifo API to reduce...
2009-02-18 Baptiste Couduriercheck fifo size and realloc if needed
2009-02-09 Baptiste Coudurierrename ff_audio_interleave to ff_audio_rechunk_interleave
2009-02-08 Baptiste CoudurierMove declaration of ff_interleave_add_packet to internal.h.
2009-02-08 Baptiste Coudurier Declare ff_interleave_new_audio_packet as static...
2009-02-08 Baptiste Coudurierrewrite pts also, as comment says
2009-02-08 Baptiste Coudurierextract audio interleaving code from mxf muxer, will...