log truemotion1.c @ 12514:e6d711ba5760 libavcodec

age author description
Sat, 21 Aug 2010 19:50:36 +0000 reimar The 24-bit ydt also should not depend on endianness, libavcodec
Sat, 21 Aug 2010 19:40:38 +0000 reimar Since the 24 bit format is decoded to endian-dependant libavcodec
Sat, 21 Aug 2010 19:37:33 +0000 reimar Do not swap red and blue when decoding truemotion libavcodec
Tue, 20 Apr 2010 14:45:34 +0000 diego Remove explicit filename from Doxygen @file commands. libavcodec
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavcodec
Sun, 26 Jul 2009 12:20:04 +0000 mru Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN libavcodec
Wed, 22 Jul 2009 23:37:53 +0000 mru Remove useless #include <unistd.h> from many files libavcodec
Tue, 07 Apr 2009 15:59:50 +0000 rbultje Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an libavcodec
Sun, 01 Feb 2009 02:00:19 +0000 diego Use full internal pathname in doxygen @file directives. libavcodec
Sun, 14 Dec 2008 03:41:11 +0000 melanson undoing revision 16118 for truemotion1.c; commit was premature libavcodec
Sun, 14 Dec 2008 03:29:33 +0000 melanson The POSIX namespace shall be held sacrosanct. To that end, libavcodec
Tue, 24 Jun 2008 20:01:31 +0000 stefang mark read-only data as const libavcodec
Thu, 12 Jun 2008 21:50:13 +0000 stefano Make AVCodec long_names definition conditional depending on CONFIG_SMALL. libavcodec
Fri, 06 Jun 2008 00:32:31 +0000 michael Fix reading an element after the array. libavcodec
Tue, 06 May 2008 09:16:36 +0000 diego Remove unnecessary parentheses from return calls. libavcodec
Tue, 29 Apr 2008 07:24:44 +0000 diego Add some long names to AVCodec declarations. libavcodec
Fri, 21 Mar 2008 03:11:20 +0000 zuxy Apply 'cold' attribute to init/uninit functions in libavcodec libavcodec
Fri, 01 Feb 2008 15:57:38 +0000 michael more const libavcodec
Fri, 01 Feb 2008 14:28:50 +0000 michael const libavcodec
Thu, 09 Aug 2007 00:16:27 +0000 alex use reget_buffer and remove internal copying of buffer - codec works again libavcodec
Thu, 10 May 2007 09:00:44 +0000 diego Remove redundant #inclusion of common.h, avcodec.h already #includes it. libavcodec
Fri, 20 Apr 2007 23:59:22 +0000 alex cosmetics: remove my email address libavcodec
Sun, 08 Apr 2007 20:24:16 +0000 diego Get rid of unnecessary pointer casts. libavcodec
Sat, 07 Apr 2007 17:37:30 +0000 diego Remove superfluous setting of has_b_frames in codecs without B-frames. libavcodec
Thu, 22 Feb 2007 00:14:54 +0000 diego cosmetics: aswell --> as well typo fix libavcodec
Wed, 07 Feb 2007 01:48:09 +0000 diego Replace deprecated PIX_FMT names by the newer variants. libavcodec
Mon, 05 Feb 2007 11:57:36 +0000 faust3 fix use of uninitialized variables libavcodec
Fri, 19 Jan 2007 22:12:59 +0000 alex rename BE/LE_8/16/32 to AV_RL/B_8/16/32 libavcodec
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavcodec
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