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-07-19Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris
2007-02-13This fixes error handling for BeOS, removing the need for some ifdefs.François Revol
2006-11-03kill AVImageFormatBaptiste Coudurier
2006-10-23replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'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-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-07-18changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer
2005-05-01switch to native time basesMichael Niedermayer
2005-01-08integer overflows, heap corruptionMichael Niedermayer
2004-06-19sweeping change from -EIO -> AVERROR_IOMike Melanson
2003-04-22transparency supportFabrice Bellard
2003-03-12per context frame_rate_base, this should finally fix frame_rate related av sy...Michael Niedermayer
2003-02-09added 8 bit palette support for non animated GIFFabrice Bellard
2003-02-04added automatic GIF/animated GIF probing - added GIF as an image format too -...Fabrice Bellard
2003-02-02added animated GIF decoder (pts and various disposal handling are missing)Fabrice Bellard