summaryrefslogtreecommitdiff
path: root/libavformat/ogg.c
Commit message (Expand)AuthorAge
* Ogg is not Vorbis.Diego Biurrun2007-02-13
* Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme2006-11-01
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-10
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-10
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
* free codec extradata in av_close_input_fileMåns Rullgård2006-06-16
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* malloc padding to avoid reading past the malloc()ed area.Jindřich Makovička2005-12-17
* Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERSDiego Biurrun2005-09-23
* fix unused variable warningsAurelien Jacobs2005-09-21
* Make ogg `muxer' expect new vorbis extradata format.Alexander Strasser2005-08-15
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-17
* Ogg demuxer ported from tcvp by Luca Barbato <lu_zero at gentoo dot org>,Måns Rullgård2005-04-09
* integer overflows, heap corruptionMichael Niedermayer2005-01-08
* allocate a few bytes more for extradata so the bitstream reader if its used b...Michael Niedermayer2004-11-13
* ogg with ffplay fixMichael Niedermayer2004-06-24
* sweeping change from -EIO -> AVERROR_IOMike Melanson2004-06-19
* pass AVPacket into av_write_frame()Michael Niedermayer2004-05-29
* move time_base (pts_num/pts_den) from AVFormatContext -> AVStreamMichael Niedermayer2004-05-21
* export pts if availableMichael Niedermayer2004-04-27
* move zero size hack from ogg.c to utils.cMichael Niedermayer2004-04-04
* fix global header passing from demuxer to decoderMichael Niedermayer2004-04-04
* remove function call from muxer->encoder and cleanly pass global headersMichael Niedermayer2004-04-04
* fix obnoxious ogg_packet passing from encoder to muxerMichael Niedermayer2004-04-04
* kill obnoxious ogg_packet passing from demuxer to decoderMichael Niedermayer2004-04-04
* remove spyware from ogg*.cMichael Niedermayer2004-04-04
* using LIBAVFORMAT_IDENTAlex Beregszaszi2003-12-08
* GCC 3.3.2 warnings patch by (Panagiotis Issaris <takis at lumumba dot luc dot...Panagiotis Issaris2003-10-26
* disable encoders where appropriate (patch courtesy of BEROMike Melanson2003-10-14
* ogg deallocate patch by (Mark Hills <mark at pogo dot org dot uk>)Mark Hills2003-02-25
* removed unneeded mallocsFabrice Bellard2003-01-25
* renamed libav to libavformatFabrice Bellard2002-11-25