log lcldec.c @ 9751:705efd6ddaab libavcodec

age author description
Sun, 31 May 2009 09:16:06 +0000 reimar lcldec.c: change #if CONFIG_ZLIB to #if CONFIG_ZLIB_DECODER. libavcodec
Sun, 31 May 2009 09:12:17 +0000 reimar Get rid of extradata casts, it already has the right uint8_t * type libavcodec
Sun, 31 May 2009 09:09:32 +0000 reimar Make lcldec produce YUV output when the input file is coded like that, instead libavcodec
Sat, 30 May 2009 11:20:07 +0000 reimar Use memcpy instead of per-pixel copy loop for rgb lcl format libavcodec
Sat, 30 May 2009 09:07:10 +0000 reimar Remove useless () from lcldec for more consistency with "normal" FFmpeg coding style. libavcodec
Fri, 29 May 2009 20:15:38 +0000 reimar Use av_clip_uint8 instead of equivalent but unoptimzed code, libavcodec
Wed, 27 May 2009 18:59:24 +0000 heydowns Use AV_R/WN32 instead of direct integer copying. libavcodec
Mon, 13 Apr 2009 16:20:26 +0000 stefano Rename bitstream.h to get_bits.h. 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
Mon, 26 Jan 2009 22:51:16 +0000 diego Fix filenames in Doxygen comments. libavcodec
Tue, 13 Jan 2009 23:44:16 +0000 aurel Change semantic of CONFIG_*, HAVE_* and ARCH_*. 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
Tue, 19 Feb 2008 21:46:40 +0000 reimar Remove duplicate ; libavcodec
Fri, 01 Feb 2008 03:26:31 +0000 michael consts libavcodec
Thu, 12 Jul 2007 22:55:35 +0000 mru indent libavcodec
Thu, 12 Jul 2007 22:55:34 +0000 mru remove useless LclDecContext.avctx field libavcodec
Thu, 12 Jul 2007 22:40:33 +0000 mru split lcl.c into lcldec.c, lclenc.c, lcl.h libavcodec base lcl.c@995ffe6af9f8