log xan.c @ 12514:e6d711ba5760 libavcodec

age author description
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
Sat, 19 Dec 2009 18:41:03 +0000 diego Add long_name for Xxan codec. libavcodec
Sat, 19 Dec 2009 17:04:30 +0000 kostya Improve handling allocated buffers in Xan decoder libavcodec
Sat, 19 Dec 2009 16:39:21 +0000 kostya cosmetics: reindent a bit libavcodec
Tue, 13 Oct 2009 20:13:28 +0000 reimar Remove unnecessary calls to avcodec_check_dimensions, the check is already libavcodec
Sat, 05 Sep 2009 19:35:59 +0000 reimar Use memcpy to copy till end of line in one go instead of copying pixel by pixel libavcodec
Sat, 05 Sep 2009 19:14:44 +0000 reimar Slightly simplify detection of end of compressed data in xan_unpack libavcodec
Wed, 22 Jul 2009 23:37:53 +0000 mru Remove useless #include <unistd.h> from many files libavcodec
Sat, 18 Apr 2009 17:26:00 +0000 reimar Avoid code duplication in xan_unpack for the final memcpy. libavcodec
Fri, 17 Apr 2009 20:05:27 +0000 reimar Use sign_extend function instead of reimplementing it. libavcodec
Fri, 17 Apr 2009 20:01:45 +0000 reimar Remove a useless "& 0xF" libavcodec
Fri, 17 Apr 2009 19:56:50 +0000 reimar Use / and % operators instead of reimplementing them with a loop. libavcodec
Fri, 17 Apr 2009 19:49:55 +0000 reimar Change buffer check to avoid an unlikely pointer arithmetic overflow. libavcodec
Fri, 17 Apr 2009 19:48:54 +0000 reimar Simplify xan_huffman_decode by using get_bits libavcodec
Fri, 17 Apr 2009 19:14:11 +0000 reimar Cosmetics to improve xan_unpack readability libavcodec
Fri, 17 Apr 2009 19:07:16 +0000 reimar Fix buffer size check for xan_unpack which was broken by r18586 libavcodec
Fri, 17 Apr 2009 19:03:43 +0000 reimar Some more simplifications of xan_unpack libavcodec
Fri, 17 Apr 2009 18:56:47 +0000 reimar Reindent xan_unpack code libavcodec
Fri, 17 Apr 2009 18:54:17 +0000 reimar Avoid some code duplication in xan_unpack libavcodec
Fri, 17 Apr 2009 18:26:24 +0000 reimar Increase buffer padding to avoid most space checks in xan_unpack libavcodec
Fri, 17 Apr 2009 18:03:00 +0000 reimar Change buffer size checks to avoid the very unlikely overflow case. libavcodec
Fri, 17 Apr 2009 17:54:55 +0000 reimar Remove a pointless right-shift in xan decoder. libavcodec
Fri, 17 Apr 2009 17:46:10 +0000 reimar Replace bytecopy with the equivalent but faster av_memcpy_backptr. libavcodec
Fri, 17 Apr 2009 17:20:48 +0000 reimar Use memcpy instead of the very inefficient bytecopy where both are correct 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, 11 Jan 2009 22:19:48 +0000 diego Fix build: Add intreadwrite.h and bswap.h #includes where necessary. libavcodec
Thu, 12 Jun 2008 21:50:13 +0000 stefano Make AVCodec long_names definition conditional depending on CONFIG_SMALL. libavcodec
Sun, 27 Apr 2008 22:39:51 +0000 diego Add 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
Wed, 05 Mar 2008 06:58:20 +0000 melanson fix the WC3 Xan decoder by correcting the frame accounting logic libavcodec
Fri, 01 Feb 2008 23:24:35 +0000 aurel const libavcodec
Fri, 01 Feb 2008 16:24:33 +0000 michael const libavcodec
Thu, 05 Jul 2007 10:40:25 +0000 diego license header consistency cosmetics libavcodec
Sat, 02 Jun 2007 01:41:07 +0000 ramiro Use AV_xx throughout libavcodec libavcodec
Thu, 10 May 2007 09:00:44 +0000 diego Remove redundant #inclusion of common.h, avcodec.h already #includes it. libavcodec
Sat, 05 May 2007 12:18:14 +0000 diego Fix multiple "¡Æinline/static¡Ç is not at beginning of declaration" warnings. libavcodec
Sat, 07 Apr 2007 17:37:30 +0000 diego Remove superfluous setting of has_b_frames in codecs without B-frames. libavcodec
Sat, 07 Apr 2007 14:10:02 +0000 diego typos 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
Sat, 17 Dec 2005 18:14:38 +0000 diego COSMETICS: Remove all trailing whitespace. libavcodec
Sat, 13 Aug 2005 20:48:47 +0000 melanson tinfoil patch: no array is written to in bulk before counts are libavcodec
Wed, 12 Jan 2005 00:16:25 +0000 michael various security fixes and precautionary checks libavcodec
Sun, 14 Mar 2004 04:04:08 +0000 melanson remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG -> libavcodec
Mon, 03 Nov 2003 13:26:22 +0000 michael av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavcodec
Thu, 30 Oct 2003 05:40:58 +0000 melanson revised palette API, courtesy of Roberto Togni (rtogni at freemail.it) libavcodec
Fri, 19 Sep 2003 04:00:32 +0000 tmmm MACRO-ize a bunch of redundant code blocks; fix 16-bit RGB modes (it's libavcodec
Sun, 14 Sep 2003 16:11:01 +0000 tmmm change pixel identifier conflict with AltiVec headers (patch courtesy of libavcodec
Sat, 13 Sep 2003 02:31:03 +0000 tmmm final word on RGBA byte order libavcodec
Fri, 12 Sep 2003 03:48:14 +0000 tmmm deploy palette control API libavcodec
Thu, 11 Sep 2003 06:16:39 +0000 tmmm copy & paste strikes again libavcodec
Thu, 11 Sep 2003 05:46:25 +0000 tmmm xan_wc3 decoder now works correctly; added a bunch of output libavcodec
Mon, 08 Sep 2003 04:10:59 +0000 tmmm New fringe codecs: WC3/Xan video, Xan DPCM, DK3 & DK4 ADPCM libavcodec