log rv10.c @ 12475:9fef0a8ddd63 libavcodec

age author description
Tue, 07 Sep 2010 19:15:29 +0000 stefano Use new imgutils.h API names, fix deprecation warnings. libavcodec
Fri, 06 Aug 2010 09:37:04 +0000 stefano Remove use of the deprecated function avcodec_check_dimensions(), use libavcodec
Wed, 07 Jul 2010 21:23:36 +0000 cehoyos Add new decoder property max_lowres and do not init decoder if requested value is higher. 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, 31 Jan 2010 12:27:05 +0000 reimar Add include to fix implicit declaration of ff_mpeg4_init_direct_mv and libavcodec
Sat, 09 Jan 2010 14:59:06 +0000 michael Split H263 encoder and decoder from common code. libavcodec
Tue, 01 Dec 2009 22:30:03 +0000 michael Store original width/height so that rv20 does not get stuck with some libavcodec
Tue, 01 Dec 2009 21:10:37 +0000 michael Make rv1/2 decoder use the next slice if needed. libavcodec
Mon, 23 Nov 2009 19:24:17 +0000 michael Correct order of arguments for avcodec_check_dimensions(). libavcodec
Mon, 23 Nov 2009 19:22:19 +0000 michael Make sure avcodec_set_dimensions() is used when rv20 changes resolution. libavcodec
Mon, 03 Aug 2009 23:22:46 +0000 diego Split RV10 encoder off into its own file. libavcodec
Mon, 03 Aug 2009 23:07:08 +0000 diego Split RV20 encoder into its own file. libavcodec
Mon, 03 Aug 2009 15:23:53 +0000 diego Move AVCodec declarations for RV10/20 from mpegvideo_enc.c to rv10.c. libavcodec
Sun, 02 Aug 2009 15:10:03 +0000 diego Remove commented-out cruft. libavcodec
Tue, 28 Jul 2009 12:50:32 +0000 diego Use dprintf() instead of '#ifdef DEBUG' and av_log(). libavcodec
Mon, 27 Jul 2009 16:10:38 +0000 diego Remove disabled function get_num(). libavcodec
Sat, 23 May 2009 23:02:33 +0000 michael indent libavcodec
Sat, 23 May 2009 22:59:35 +0000 michael Fix lowres with rv20. libavcodec
Sat, 11 Apr 2009 13:53:34 +0000 michael Get rid of INIT_VLC_USE_STATIC in rv10/rv20. libavcodec
Sat, 11 Apr 2009 11:47:15 +0000 cehoyos Use INIT_VLC_USE_STATIC and not its value "1". libavcodec
Tue, 07 Apr 2009 15:59:50 +0000 rbultje Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an libavcodec
Tue, 24 Feb 2009 18:27:52 +0000 michael Add and use ff_pixfmt_list_420. libavcodec
Tue, 03 Feb 2009 03:01:17 +0000 michael Fix unknown header 10001000 / http://samples.mplayerhq.hu/real/VC-RV10/thankyou.rm / issue809 libavcodec
Sun, 01 Feb 2009 02:00:19 +0000 diego Use full internal pathname in doxygen @file directives. libavcodec
Mon, 19 Jan 2009 15:46:40 +0000 diego cosmetics: Remove pointless period after copyright statement non-sentences. libavcodec
Tue, 13 Jan 2009 23:44:16 +0000 aurel Change semantic of CONFIG_*, HAVE_* and ARCH_*. libavcodec
Mon, 15 Dec 2008 23:01:54 +0000 benoit Check extradata is large enough. libavcodec
Thu, 02 Oct 2008 16:28:58 +0000 diego spelling cosmetics libavcodec
Wed, 03 Sep 2008 12:33:21 +0000 diego Replace generic CONFIG_ENCODERS preprocessor conditionals by more specific libavcodec
Sun, 13 Jul 2008 14:27:48 +0000 ramiro bitstream: move put_sbits() from flacenc.c to bitstream.h and use it 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
Sun, 09 Mar 2008 23:31:02 +0000 aurel add FF_ prefix to all (frame)_TYPE usage libavcodec
Fri, 01 Feb 2008 14:08:35 +0000 michael const libavcodec
Sun, 21 Oct 2007 17:23:07 +0000 kostya indentation after last commit libavcodec
Sun, 21 Oct 2007 17:22:37 +0000 kostya Make RV10/20 decoder work with new frame format libavcodec
Thu, 09 Aug 2007 00:57:36 +0000 alex use skip_bits where appropriate libavcodec
Thu, 09 Aug 2007 00:13:31 +0000 alex use get_bits1(..) instead get_bits(.., 1) libavcodec
Sun, 08 Jul 2007 03:16:59 +0000 romansh * Getting rid of the use of GCC language extensions libavcodec
Sun, 11 Mar 2007 09:16:11 +0000 reimar Check dimensions to avoid division by zero due to invalid new dimensions. 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
Sat, 30 Sep 2006 16:00:27 +0000 michael seems only 3 bits are used for the number of resolutions, some rv30 files have this set to 10 even though there are just 2 resolutions in the extradata libavcodec
Sat, 30 Sep 2006 11:45:09 +0000 michael ignore sub_id libavcodec
Sat, 30 Sep 2006 11:35:14 +0000 michael big endian fix libavcodec
Sat, 30 Sep 2006 11:31:15 +0000 michael support resolution switching, fixes rv20errors.rm libavcodec
Fri, 29 Sep 2006 23:57:03 +0000 michael simplify libavcodec
Fri, 29 Sep 2006 23:34:42 +0000 michael fix rv20 b frames (broke since r5264 Mon Apr 3 07:52:24 2006 UTC 2x faster ff_mpeg4_set_direct_mv) libavcodec
Tue, 26 Sep 2006 22:23:33 +0000 michael fix decoding of bastard3.rm (ver=0x10003001 ver0=0x9000000) libavcodec
Tue, 26 Sep 2006 20:24:13 +0000 michael fix decoding of bastard1.rm (rv ver=0x10003001 ver0=0x8000000) libavcodec
Sat, 15 Apr 2006 12:52:01 +0000 diego Fix SIGSEGV in rv10-null-pointer-500k.rm. libavcodec
Fri, 14 Apr 2006 20:45:08 +0000 michael fix "concealing 0 DC, 0 AC, 0 MV errors" bug libavcodec
Fri, 10 Mar 2006 20:40:52 +0000 michael cleanup picture / debug output code libavcodec
Wed, 08 Mar 2006 11:43:10 +0000 diego (f)printf --> av_log conversion 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, 01 Sep 2005 00:15:12 +0000 michael error concealment fix libavcodec