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-22cosmetics: aswell --> as well typo fixDiego Biurrun
2007-02-07Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun
2007-02-05fix use of uninitialized variablesSascha Sommer
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-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-11-10clear the whole vert_pred buffer for 24 bit decoding.Reimar Döffinger
2005-11-10improvements by Reimar Döffinger; 24-bit decoding is not perfect, onlyMike Melanson
2005-06-02adding a few constMichael Niedermayer
2005-01-23avoid buf_size == 0 checks in every decoderMichael Niedermayer
2004-09-21Decoding to bgr15/16 from 16bit input. Decoding of 24bit input added, not yet...Alex Beregszaszi
2004-06-11fix initialization bug in which execution overwrites essential dataMike Melanson
2004-05-21data_size = 0 cleanupMichael Niedermayer
2004-04-07conversion to av_logAlex Beregszaszi
2004-03-14remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG ->Mike Melanson
2004-02-22(f)printf() is disallowed in libavcodec, compilation will fail now if its use...Michael Niedermayer
2003-12-04this should make the decoder safe for big-endian platformsMike Melanson
2003-12-03initial support for Duck TrueMotion v1 (think of it as On2 VP1); onlyMike Melanson