History | View | Annotate | Download (1.07 KB)
Replace FFmpeg with Libav in licence headers
Signed-off-by: Mans Rullgard <mans@mansr.com>
avio: rename ByteIOContext to AVIOContext.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
Put ff_flac_write_header() in a separate C file to allow it to be shared withoutduplicating code or adding a dependency on vorbiscomment.o.
Originally committed as revision 22652 to svn://svn.ffmpeg.org/ffmpeg/trunk
Move ff_flac_write_header() to flacenc.h, which removes the Matroska muxer'sdependency on flacenc.o and fixes the unnecessary dependency on vorbiscomment.o.
Originally committed as revision 22639 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add VorbisComment writing to FLAC files.Patch by James Darnley <james darnley at gmail>.
Originally committed as revision 22605 to svn://svn.ffmpeg.org/ffmpeg/trunk
Share the function to write a raw FLAC header and use it in the Matroskamuxer.
Originally committed as revision 17606 to svn://svn.ffmpeg.org/ffmpeg/trunk