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-04-09Get rid of unnecessary pointer casts.Nicholas Tung
2007-04-07Remove superfluous setting of has_b_frames in codecs without B-frames.Nicholas Tung
2007-03-07typo: unkown->unknownAlex Beregszaszi
2007-02-18display line number when printing errorAlex Beregszaszi
2007-01-20rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi
2006-11-24typoLuca Barbato
2006-11-24Implement DELTA_FLI opcodes correctly. Patch by Steven JohnsonSteven Johnson
2006-11-24support byte_run=0 case in DELTA_FLI (this case means only skip pixels)Alex Beregszaszi
2006-11-2410l memory corruption bug found by Steven JohnsonAlex Beregszaszi
2006-11-14Fix possible overflows. Found by Steven JohnsonAlex Beregszaszi
2006-10-20correct signaling of palette changeAlex Beregszaszi
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-01-28make some functions static (patch by Dieter < freebsd at sopwith.solgatos.com >)Dieter
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-10-13support for FLX and DTA extensions in the FLIC format, courtesy ofMike Melanson
2005-08-13tinfoil patch: make sure that pixel pointer does not go out of boundsMike Melanson
2005-01-12various security fixes and precautionary checksMichael Niedermayer
2004-03-14remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG ->Mike Melanson
2004-01-25Use reget buffer instead of copying from prev frameRoberto Togni
2003-11-14yep, FLI supportMike Melanson