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
2008-07-11simplifyMichael Niedermayer
2008-07-11Fix misdetection of MPEG-PS (AVSEQ03.DAT and AVSEQ06.DAT) as psxstr.Michael Niedermayer
2008-06-27indentMichael Niedermayer
2008-06-27Inform the user about unhandled sectors.Michael Niedermayer
2008-06-27memleakMichael Niedermayer
2008-06-27Do not completely bail out for invalid params, just skip the current sector.Michael Niedermayer
2008-06-27merge decl & initMichael Niedermayer
2008-06-27Get rid of weird pre reading code.Michael Niedermayer
2008-06-27Remove debugging trash.Michael Niedermayer
2008-06-27Another variable that did nothing at allMichael Niedermayer
2008-06-27remove code that discards streams randomlyMichael Niedermayer
2008-06-27vertical alignMichael Niedermayer
2008-06-27Remove a dozen unused variables.Michael Niedermayer
2008-06-27unused varMichael Niedermayer
2008-06-27Fix exploitable code.Michael Niedermayer
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-29Removing dead code, fixes CID4 RUN2.Michael Niedermayer
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson
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-01-20rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-08-08Fix some "'static' is not at beginning of declaration" warnings.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-08-14set timebase correctly? this thing is always 15fps?Michael Niedermayer
2005-07-18changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer
2005-05-27AVPacket.posMichael Niedermayer
2005-02-24kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård
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
2004-03-03av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux
2003-10-15hook up the XA ADPCM decoderMike Melanson
2003-09-01first pass at PSX STR demuxer; does not yet interact correctly with MDECMike Melanson