summaryrefslogtreecommitdiffstats
path: root/libavformat/ogg.c
Commit message (Expand)AuthorAgeFilesLines
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-27/+27
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-19/+19
* malloc padding to avoid reading past the malloc()ed area.Jindřich Makovička2005-12-171-0/+1
* Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERSDiego Biurrun2005-09-231-3/+3
* fix unused variable warningsAurelien Jacobs2005-09-211-2/+2
* Make ogg `muxer' expect new vorbis extradata format.Alexander Strasser2005-08-151-5/+22
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-171-2/+2
* Ogg demuxer ported from tcvp by Luca Barbato <lu_zero at gentoo dot org>,Måns Rullgård2005-04-091-4/+4
* integer overflows, heap corruptionMichael Niedermayer2005-01-081-0/+2
* allocate a few bytes more for extradata so the bitstream reader if its used b...Michael Niedermayer2004-11-131-1/+1
* ogg with ffplay fixMichael Niedermayer2004-06-241-2/+0
* sweeping change from -EIO -> AVERROR_IOMike Melanson2004-06-191-3/+3
* pass AVPacket into av_write_frame()Michael Niedermayer2004-05-291-7/+6
* move time_base (pts_num/pts_den) from AVFormatContext -> AVStreamMichael Niedermayer2004-05-211-3/+3
* export pts if availableMichael Niedermayer2004-04-271-0/+4
* move zero size hack from ogg.c to utils.cMichael Niedermayer2004-04-041-4/+0
* fix global header passing from demuxer to decoderMichael Niedermayer2004-04-041-4/+21
* remove function call from muxer->encoder and cleanly pass global headersMichael Niedermayer2004-04-041-40/+13
* fix obnoxious ogg_packet passing from encoder to muxerMichael Niedermayer2004-04-041-31/+34
* kill obnoxious ogg_packet passing from demuxer to decoderMichael Niedermayer2004-04-041-4/+3
* remove spyware from ogg*.cMichael Niedermayer2004-04-041-4/+4
* using LIBAVFORMAT_IDENTAlex Beregszaszi2003-12-081-1/+1
* GCC 3.3.2 warnings patch by (Panagiotis Issaris <takis at lumumba dot luc dot...Panagiotis Issaris2003-10-261-2/+2
* disable encoders where appropriate (patch courtesy of BEROMike Melanson2003-10-141-0/+4
* ogg deallocate patch by (Mark Hills <mark at pogo dot org dot uk>)Mark Hills2003-02-251-1/+4
* removed unneeded mallocsFabrice Bellard2003-01-251-13/+4
* renamed libav to libavformatFabrice Bellard2002-11-251-0/+269
OpenPOWER on IntegriCloud