summaryrefslogtreecommitdiffstats
path: root/libavformat/ogg.c
Commit message (Collapse)AuthorAgeFilesLines
* Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme2006-11-011-1/+1
| | | | | | patch by Steve Lhomme, slhomme divxcorp com Originally committed as revision 6868 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-101-0/+14
| | | | Originally committed as revision 6219 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-101-10/+2
| | | | Originally committed as revision 5707 to svn://svn.ffmpeg.org/ffmpeg/trunk
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-091-4/+4
| | | | Originally committed as revision 5697 to svn://svn.ffmpeg.org/ffmpeg/trunk
* free codec extradata in av_close_input_fileMåns Rullgård2006-06-161-1/+0
| | | | Originally committed as revision 5484 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-27/+27
| | | | Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-19/+19
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* malloc padding to avoid reading past the malloc()ed area.Jindřich Makovička2005-12-171-0/+1
| | | | | | Credits to Mikulas Patocka (mikulas at artax karlin mff cuni cz) Originally committed as revision 4748 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERSDiego Biurrun2005-09-231-3/+3
| | | | | | | 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
* fix unused variable warningsAurelien Jacobs2005-09-211-2/+2
| | | | Originally committed as revision 4609 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ogg `muxer' expect new vorbis extradata format.Alexander Strasser2005-08-151-5/+22
| | | | | | This makes for example encoding vorbis in ogg again. Originally committed as revision 4528 to svn://svn.ffmpeg.org/ffmpeg/trunk
* changing AVCodecContext codec -> *codec in AVStream so additions to ↵Michael Niedermayer2005-07-171-2/+2
| | | | | | AVCodecContext dont randomize AVStream and break binary compatibility Originally committed as revision 4453 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ogg demuxer ported from tcvp by Luca Barbato <lu_zero at gentoo dot org>,Måns Rullgård2005-04-091-4/+4
| | | | | | fixups by me. Originally committed as revision 4113 to svn://svn.ffmpeg.org/ffmpeg/trunk
* integer overflows, heap corruptionMichael Niedermayer2005-01-081-0/+2
| | | | | | | 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
* allocate a few bytes more for extradata so the bitstream reader if its used ↵Michael Niedermayer2004-11-131-1/+1
| | | | | | by the codec for parsing extardata, doesnt read over the end Originally committed as revision 3679 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ogg with ffplay fixMichael Niedermayer2004-06-241-2/+0
| | | | Originally committed as revision 3247 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sweeping change from -EIO -> AVERROR_IOMike Melanson2004-06-191-3/+3
| | | | Originally committed as revision 3239 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pass AVPacket into av_write_frame()Michael Niedermayer2004-05-291-7/+6
| | | | | | | | | | 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
* move time_base (pts_num/pts_den) from AVFormatContext -> AVStreamMichael Niedermayer2004-05-211-3/+3
| | | | Originally committed as revision 3148 to svn://svn.ffmpeg.org/ffmpeg/trunk
* export pts if availableMichael Niedermayer2004-04-271-0/+4
| | | | Originally committed as revision 3081 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move zero size hack from ogg.c to utils.cMichael Niedermayer2004-04-041-4/+0
| | | | Originally committed as revision 2959 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix global header passing from demuxer to decoderMichael Niedermayer2004-04-041-4/+21
| | | | Originally committed as revision 2958 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove function call from muxer->encoder and cleanly pass global headersMichael Niedermayer2004-04-041-40/+13
| | | | Originally committed as revision 2956 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix obnoxious ogg_packet passing from encoder to muxerMichael Niedermayer2004-04-041-31/+34
| | | | Originally committed as revision 2955 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill obnoxious ogg_packet passing from demuxer to decoderMichael Niedermayer2004-04-041-4/+3
| | | | Originally committed as revision 2953 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove spyware from ogg*.cMichael Niedermayer2004-04-041-4/+4
| | | | | | fix vorbis in ogg decoding Originally committed as revision 2952 to svn://svn.ffmpeg.org/ffmpeg/trunk
* using LIBAVFORMAT_IDENTAlex Beregszaszi2003-12-081-1/+1
| | | | Originally committed as revision 2575 to svn://svn.ffmpeg.org/ffmpeg/trunk
* GCC 3.3.2 warnings patch by (Panagiotis Issaris <takis at lumumba dot luc ↵Panagiotis Issaris2003-10-261-2/+2
| | | | | | dot ac dot be>) Originally committed as revision 2440 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disable encoders where appropriate (patch courtesy of BEROMike Melanson2003-10-141-0/+4
| | | | | | <bero -at- geocities.co.jp>) Originally committed as revision 2375 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ogg deallocate patch by (Mark Hills <mark at pogo dot org dot uk>)Mark Hills2003-02-251-1/+4
| | | | Originally committed as revision 1604 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed unneeded mallocsFabrice Bellard2003-01-251-13/+4
| | | | Originally committed as revision 1508 to svn://svn.ffmpeg.org/ffmpeg/trunk
* renamed libav to libavformatFabrice Bellard2002-11-251-0/+269
Originally committed as revision 1276 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud