log qtrle.c @ 12488:351a81a23343 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
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, 11 Jan 2009 22:19:48 +0000 diego Fix build: Add intreadwrite.h and bswap.h #includes where necessary. libavcodec
Mon, 08 Sep 2008 14:24:59 +0000 michael Bump Major version, this commit is almost just renaming bits_per_sample to libavcodec
Sun, 07 Sep 2008 07:36:03 +0000 stefang add 1bpp decoding function and extend 4bpp function to libavcodec
Sun, 31 Aug 2008 08:09:54 +0000 stefang reduce code duplication by moving common header parsing libavcodec
Thu, 12 Jun 2008 21:50:13 +0000 stefano Make AVCodec long_names definition conditional depending on CONFIG_SMALL. libavcodec
Mon, 26 May 2008 23:14:25 +0000 diego consistency cosmetics: indices --> indexes 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
Mon, 10 Mar 2008 03:07:44 +0000 melanson These video decoders do not need to include and initialize the DSP libavcodec
Sat, 02 Feb 2008 22:09:07 +0000 reimar mark qtrle input data as const. libavcodec
Thu, 05 Jul 2007 10:40:25 +0000 diego license header consistency cosmetics libavcodec
Thu, 10 May 2007 09:00:44 +0000 diego Remove redundant #inclusion of common.h, avcodec.h already #includes it. 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
Wed, 07 Feb 2007 01:48:09 +0000 diego Replace deprecated PIX_FMT names by the newer variants. 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
Wed, 14 Dec 2005 08:02:03 +0000 melanson correctly deal with the alpha channel in 32-bit QT RLE (courtesy of John libavcodec
Fri, 28 Oct 2005 16:01:12 +0000 reimar Make rle_code int everywhere instead of signed char. libavcodec
Sat, 13 Aug 2005 17:46:09 +0000 melanson tinfoil patch: make sure pixel_ptr never goes negative libavcodec
Sun, 23 Jan 2005 18:09:06 +0000 michael avoid buf_size == 0 checks in every decoder libavcodec
Mon, 31 May 2004 20:18:08 +0000 rtognimp Add support for qtrle4 (16 colors/gray levels) libavcodec
Sun, 14 Mar 2004 04:04:08 +0000 melanson remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG -> libavcodec
Sat, 14 Feb 2004 18:12:36 +0000 rtognimp rle_code can overflow when multiplied by 4 libavcodec
Sat, 14 Feb 2004 17:11:46 +0000 rtognimp Use av_log libavcodec
Thu, 05 Feb 2004 05:22:44 +0000 melanson initial commit for Quicktime Animation (RLE) video decoder; bit depths libavcodec