Welcome to mirror list, hosted at ThFree Co, Russian Federation.

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