log truemotion1.c @ 3036:0b546eab515d libavcodec

age author description
Thu, 12 Jan 2006 22:43:26 +0000 diego Update licensing information: The FSF changed postal address. libavcodec
Thu, 22 Dec 2005 01:10:11 +0000 diego COSMETICS: tabs --> spaces, some prettyprinting libavcodec
Sat, 17 Dec 2005 18:14:38 +0000 diego COSMETICS: Remove all trailing whitespace. libavcodec
Thu, 10 Nov 2005 18:05:45 +0000 reimar clear the whole vert_pred buffer for 24 bit decoding. libavcodec
Thu, 10 Nov 2005 13:54:32 +0000 melanson improvements by Reimar Dffinger; 24-bit decoding is not perfect, only libavcodec
Wed, 01 Jun 2005 21:19:00 +0000 michael adding a few const libavcodec
Sun, 23 Jan 2005 18:09:06 +0000 michael avoid buf_size == 0 checks in every decoder libavcodec
Tue, 21 Sep 2004 17:37:28 +0000 alex Decoding to bgr15/16 from 16bit input. Decoding of 24bit input added, not yet finished, but at least the picture can be recognized libavcodec
Fri, 11 Jun 2004 02:24:08 +0000 melanson fix initialization bug in which execution overwrites essential data libavcodec
Fri, 21 May 2004 14:37:16 +0000 michael data_size = 0 cleanup libavcodec
Wed, 07 Apr 2004 13:26:47 +0000 alex conversion to av_log libavcodec
Sun, 14 Mar 2004 04:04:08 +0000 melanson remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG -> libavcodec
Sun, 22 Feb 2004 00:31:19 +0000 michael (f)printf() is disallowed in libavcodec, compilation will fail now if its used, except that codecs which where added after the printf->av_log change which did ignore av_log() and used prinf are now silent and wont print anything, they should be changed to use av_log, i could do that, but its better if the orginal developer decides which AV_LOG level each message should get libavcodec
Thu, 04 Dec 2003 14:14:43 +0000 melanson this should make the decoder safe for big-endian platforms libavcodec
Wed, 03 Dec 2003 04:22:15 +0000 melanson initial support for Duck TrueMotion v1 (think of it as On2 VP1); only libavcodec