summaryrefslogtreecommitdiffstats
path: root/libavformat/audiointerleave.h
Commit message (Collapse)AuthorAgeFilesLines
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Make ff_interleave_compare_dts static to utils.c.Diego Elio Pettenò2011-01-251-1/+0
| | | | Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
* Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues.Michael Niedermayer2009-03-081-1/+1
| | | | | | | Yes this breaks ABI/API but ive already broken it and will bump avutil major soon. Originally committed as revision 17869 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename ff_audio_interleave to ff_audio_rechunk_interleaveBaptiste Coudurier2009-02-091-1/+1
| | | | Originally committed as revision 17103 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: typo/grammar fixes in doxygen and other commentsDiego Biurrun2009-02-081-6/+6
| | | | Originally committed as revision 17085 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Declare ff_interleave_new_audio_packet as static, it is not usedBaptiste Coudurier2009-02-081-2/+0
| | | | | | | outside of audiointerleave.c. Also remove the function declaration from the header as it is now static. Originally committed as revision 17068 to svn://svn.ffmpeg.org/ffmpeg/trunk
* document ff_audio_interleaveBaptiste Coudurier2009-02-081-0/+9
| | | | Originally committed as revision 17066 to svn://svn.ffmpeg.org/ffmpeg/trunk
* extract audio interleaving code from mxf muxer, will be used by gxf and dvBaptiste Coudurier2009-02-081-0/+49
Originally committed as revision 17038 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud