log ogg.c @ 2172:92f61ed53965 libavformat

age author description
2007-02-13 diego Ogg is not Vorbis. libavformat
2006-11-01 diego Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. libavformat
2006-10-07 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavformat
2006-09-10 diego Add official LGPL license headers to the files that were missing them. libavformat
2006-07-10 mru allow individual selection of muxers and demuxers libavformat
2006-07-09 mru give AVInput/OutputFormat structs consistent names libavformat
2006-06-16 mru free codec extradata in av_close_input_file libavformat
2005-12-22 diego COSMETICS: tabs --> spaces, some prettyprinting libavformat
2005-12-17 diego COSMETICS: Remove all trailing whitespace. libavformat
2005-12-17 henry malloc padding to avoid reading past the malloc()ed area. libavformat
2005-09-23 diego Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS libavformat
2005-09-21 aurel fix unused variable warnings libavformat
2005-08-15 al Make ogg `muxer' expect new vorbis extradata format. libavformat
2005-07-17 michael changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility libavformat
2005-04-09 mru Ogg demuxer ported from tcvp by Luca Barbato <lu_zero at gentoo dot org>, libavformat
2005-01-08 michael integer overflows, heap corruption libavformat
2004-11-13 michael allocate a few bytes more for extradata so the bitstream reader if its used by the codec for parsing extardata, doesnt read over the end libavformat
2004-06-24 michael ogg with ffplay fix libavformat
2004-06-19 melanson sweeping change from -EIO -> AVERROR_IO libavformat
2004-05-29 michael pass AVPacket into av_write_frame() libavformat
2004-05-21 michael move time_base (pts_num/pts_den) from AVFormatContext -> AVStream libavformat
2004-04-27 michael export pts if available libavformat
2004-04-04 michael move zero size hack from ogg.c to utils.c libavformat
2004-04-04 michael fix global header passing from demuxer to decoder libavformat
2004-04-04 michael remove function call from muxer->encoder and cleanly pass global headers libavformat
2004-04-04 michael fix obnoxious ogg_packet passing from encoder to muxer libavformat
2004-04-04 michael kill obnoxious ogg_packet passing from demuxer to decoder libavformat
2004-04-04 michael remove spyware from ogg*.c libavformat
2003-12-08 alex using LIBAVFORMAT_IDENT libavformat
2003-10-26 michael GCC 3.3.2 warnings patch by (Panagiotis Issaris <takis at lumumba dot luc dot ac dot be>) libavformat
2003-10-14 melanson disable encoders where appropriate (patch courtesy of BERO libavformat
2003-02-25 michaelni ogg deallocate patch by (Mark Hills <mark at pogo dot org dot uk>) libavformat
2003-01-25 bellard removed unneeded mallocs libavformat
2002-11-25 bellard renamed libav to libavformat libavformat