February 20, 2011
View 471fe57

avio: rename ByteIOContext to AVIOContext.

Anton Khirnov authored on 2011/02/20 19:04:12
March 24, 2010
View 06ebe91

Put ff_flac_write_header() in a separate C file to allow it to be shared without duplicating code or adding a dependency on vorbiscomment.o.

Justin Ruggles authored on 2010/03/24 08:58:45
March 23, 2010
View 19de452

Move ff_flac_write_header() to flacenc.h, which removes the Matroska muxer's dependency on flacenc.o and fixes the unnecessary dependency on vorbiscomment.o.

Justin Ruggles authored on 2010/03/23 06:58:38
March 20, 2010
View 66061a1

Add VorbisComment writing to FLAC files. Patch by James Darnley <james darnley at gmail>.

James Darnley authored on 2010/03/20 22:36:43
February 26, 2009
View 2578326

Share the function to write a raw FLAC header and use it in the Matroska muxer.

Justin Ruggles authored on 2009/02/26 11:41:53