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
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-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-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-07-18changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer
2005-05-27AVPacket.posMichael Niedermayer
2004-06-19cvs diff before cvs commitMike Melanson
2004-06-19sweeping change from -EIO -> AVERROR_IOMike Melanson
2004-05-22move time_base (pts_num/pts_den) from AVFormatContext -> AVStreamMichael Niedermayer
2004-03-14remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG ->Mike Melanson
2003-12-01off by 1 in the paletteMike Melanson
2003-10-30revised palette API, courtesy of Roberto Togni (rtogni at freemail.it)Mike Melanson
2003-10-02properly demux silent files; implemented precise framerate calculationMike Melanson
2003-09-20iterate through the appropriate range of palette entriesMike Melanson
2003-09-18provisions for raw PCM audioMike Melanson
2003-09-14adapt to use interim palette control API; do away with multi-chunk dataMike Melanson
2003-09-02initial commit for Id RoQ and Interplay MVE multimedia subsystemsMike Melanson