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-08-28Change 4xm demuxer and video decoder to pass the video format version inRoberto Togni
2007-08-13export 4xm video versionMichael Niedermayer
2007-08-12pass *fr2 chunks to decoder (Toy-Story2_better-image-quality.4xa contains them)Michael Niedermayer
2007-07-19Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris
2007-07-19Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris
2007-04-09Get rid of unnecessary pointer casts.Nicholas Tung
2007-04-08allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer
2007-01-20rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi
2006-11-05Do not set audio codec_tag to 1, that would be PCM audio.Diego Biurrun
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-19more non portable float parsing code ...Michael Niedermayer
2005-07-18changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer
2005-05-27AVPacket.posMichael Niedermayer
2005-05-01switch to native time basesMichael Niedermayer
2005-04-26fix nonsens timestamp calculationMichael Niedermayer
2005-01-12various security fixes and precautionary checksMichael Niedermayer
2005-01-08integer overflows, heap corruptionMichael Niedermayer
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-11-16set frame rate information, for good measureMike Melanson
2003-11-15use the proper file framerate (specified by a float); account the ptsMike Melanson
2003-09-21clean up 4xm demuxer; make valgrind just a little happierMike Melanson
2003-06-034xm adpcmMichael Niedermayer
2003-05-29get the video dispatch straightMike Melanson
2003-05-28dispatch video as well as audioMike Melanson
2003-05-27allocate enough bytesMike Melanson
2003-05-2610lMichael Niedermayer
2003-05-26c frame size debug stuffMichael Niedermayer
2003-05-25first pass at an experimental 4xm demuxerMike Melanson