Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-01-26Make ff_interleave_compare_dts static to utils.c.Diego Elio Pettenò
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> (cherry picked from commit 101e1f6ff90c3365bfde05469ae26d2ee7f71f3e)
2009-03-08Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues.Michael Niedermayer
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
2009-02-10rename ff_audio_interleave to ff_audio_rechunk_interleaveBaptiste Coudurier
Originally committed as revision 17103 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-09cosmetics: typo/grammar fixes in doxygen and other commentsDiego Biurrun
Originally committed as revision 17085 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-09 Declare ff_interleave_new_audio_packet as static, it is not usedBaptiste Coudurier
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
2009-02-09document ff_audio_interleaveBaptiste Coudurier
Originally committed as revision 17066 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-08extract audio interleaving code from mxf muxer, will be used by gxf and dvBaptiste Coudurier
Originally committed as revision 17038 to svn://svn.ffmpeg.org/ffmpeg/trunk