]> git.sesse.net Git - ffmpeg/history - libavcodec/flicvideo.c
license header consistency cosmetics
[ffmpeg] / libavcodec / flicvideo.c
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-06-16 Måns Rullgårdfix indentation
2007-06-16 Måns Rullgårdreplace endian detection hack with #ifdef WORDS_BIGENDIAN
2007-06-12 Diego Biurrunmisc typo fixes
2007-06-12 Diego Biurrunmisc spelling fixes
2007-05-10 Diego BiurrunRemove redundant #inclusion of common.h, avcodec.h...
2007-04-08 Nicholas TungGet rid of unnecessary pointer casts.
2007-04-07 Nicholas TungRemove superfluous setting of has_b_frames in codecs...
2007-03-07 Alex Beregszaszitypo: unkown->unknown
2007-02-18 Alex Beregszaszidisplay line number when printing error
2007-01-19 Alex Beregszaszirename BE/LE_8/16/32 to AV_RL/B_8/16/32
2006-11-24 Luca Barbatotypo
2006-11-24 Steven JohnsonImplement DELTA_FLI opcodes correctly. Patch by Steven...
2006-11-23 Alex Beregszaszisupport byte_run=0 case in DELTA_FLI (this case means...
2006-11-23 Alex Beregszaszi10l memory corruption bug found by Steven Johnson
2006-11-14 Alex BeregszasziFix possible overflows. Found by Steven Johnson
2006-10-19 Alex Beregszaszicorrect signaling of palette change
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-01-28 Dietermake some functions static (patch by Dieter < freebsd...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-10-13 Mike Melansonsupport for FLX and DTA extensions in the FLIC format...
2005-08-13 Mike Melansontinfoil patch: make sure that pixel pointer does not...
2005-01-12 Michael Niedermayervarious security fixes and precautionary checks
2004-03-14 Mike Melansonremove numerous definitions of BE_*/LE_* macros; conver...
2004-01-25 Roberto TogniUse reget buffer instead of copying from prev frame
2003-11-14 Mike Melansonyep, FLI support