aboutsummaryrefslogtreecommitdiff
path: root/libavformat/ogg.c
AgeCommit message (Collapse)Author
2007-07-13remove uneeded include as assert is never usedAlex Beregszaszi
Originally committed as revision 9622 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-13Ogg is not Vorbis.Diego Biurrun
Originally committed as revision 7966 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-01Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme
patch by Steve Lhomme, slhomme divxcorp com Originally committed as revision 6868 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-10Add official LGPL license headers to the files that were missing them.Diego Biurrun
Originally committed as revision 6219 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-10allow individual selection of muxers and demuxersMåns Rullgård
Originally committed as revision 5707 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-09give AVInput/OutputFormat structs consistent namesMåns Rullgård
Originally committed as revision 5697 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-06-16free codec extradata in av_close_input_fileMåns Rullgård
Originally committed as revision 5484 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-17malloc padding to avoid reading past the malloc()ed area.Jindřich Makovička
Credits to Mikulas Patocka (mikulas at artax karlin mff cuni cz) Originally committed as revision 4748 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-09-23Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERSDiego Biurrun
in libavformat to allow building (de)coders and (de)muxers independently at some point + support for this option in configure. Originally committed as revision 4611 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-09-21fix unused variable warningsAurelien Jacobs
Originally committed as revision 4609 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-08-15Make ogg `muxer' expect new vorbis extradata format.Alexander Strasser
This makes for example encoding vorbis in ogg again. Originally committed as revision 4528 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-07-17changing AVCodecContext codec -> *codec in AVStream so additions to ↵Michael Niedermayer
AVCodecContext dont randomize AVStream and break binary compatibility Originally committed as revision 4453 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-04-09Ogg demuxer ported from tcvp by Luca Barbato <lu_zero at gentoo dot org>,Måns Rullgård
fixups by me. Originally committed as revision 4113 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-01-08integer overflows, heap corruptionMichael Niedermayer
possible arbitrary code execution cannot be ruled out in some cases precautionary checks Originally committed as revision 3813 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-11-13allocate a few bytes more for extradata so the bitstream reader if its used ↵Michael Niedermayer
by the codec for parsing extardata, doesnt read over the end Originally committed as revision 3679 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-06-24ogg with ffplay fixMichael Niedermayer
Originally committed as revision 3247 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-06-19sweeping change from -EIO -> AVERROR_IOMike Melanson
Originally committed as revision 3239 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-05-29pass AVPacket into av_write_frame()Michael Niedermayer
fixes the random dts/pts during encoding asf preroll fix no more initial zero frames for b frame encoding mpeg-es dts during demuxing fixed .ffm timestamp scale fixed, ffm is still broken though Originally committed as revision 3168 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-05-21move time_base (pts_num/pts_den) from AVFormatContext -> AVStreamMichael Niedermayer
Originally committed as revision 3148 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-04-27export pts if availableMichael Niedermayer
Originally committed as revision 3081 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-04-04move zero size hack from ogg.c to utils.cMichael Niedermayer
Originally committed as revision 2959 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-04-04fix global header passing from demuxer to decoderMichael Niedermayer
Originally committed as revision 2958 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-04-04remove function call from muxer->encoder and cleanly pass global headersMichael Niedermayer
Originally committed as revision 2956 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-04-04fix obnoxious ogg_packet passing from encoder to muxerMichael Niedermayer
Originally committed as revision 2955 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-04-04kill obnoxious ogg_packet passing from demuxer to decoderMichael Niedermayer
Originally committed as revision 2953 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-04-04remove spyware from ogg*.cMichael Niedermayer
fix vorbis in ogg decoding Originally committed as revision 2952 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-12-08using LIBAVFORMAT_IDENTAlex Beregszaszi
Originally committed as revision 2575 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-10-26GCC 3.3.2 warnings patch by (Panagiotis Issaris <takis at lumumba dot luc ↵Panagiotis Issaris
dot ac dot be>) Originally committed as revision 2440 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-10-14disable encoders where appropriate (patch courtesy of BEROMike Melanson
<bero -at- geocities.co.jp>) Originally committed as revision 2375 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-02-25ogg deallocate patch by (Mark Hills <mark at pogo dot org dot uk>)Mark Hills
Originally committed as revision 1604 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-01-25removed unneeded mallocsFabrice Bellard
Originally committed as revision 1508 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-11-25renamed libav to libavformatFabrice Bellard
Originally committed as revision 1276 to svn://svn.ffmpeg.org/ffmpeg/trunk