aboutsummaryrefslogtreecommitdiff
path: root/libavcodec/flicvideo.c
AgeCommit message (Expand)Author
2007-01-19rename 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-23support byte_run=0 case in DELTA_FLI (this case means only skip pixels)Alex Beregszaszi
2006-11-2310l memory corruption bug found by Steven JohnsonAlex Beregszaszi
2006-11-14Fix possible overflows. Found by Steven JohnsonAlex Beregszaszi
2006-10-19correct 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-12Update 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