log vp3.c @ 10223:b08865f6d4e3 libavcodec

age author description
Tue, 22 Sep 2009 15:58:08 +0000 melanson Perform the DC prediction reversal immediately after decoding all of libavcodec
Mon, 21 Sep 2009 01:37:50 +0000 melanson Modify unpack_vlcs() so that there are fewer dereferences through the libavcodec
Sun, 06 Sep 2009 08:27:23 +0000 reimar compatible_frame array can be static const, too. libavcodec
Sat, 05 Sep 2009 17:28:20 +0000 reimar Make vp3 arrays static const where possible. libavcodec
Wed, 22 Jul 2009 23:37:53 +0000 mru Remove useless #include <unistd.h> from many files libavcodec
Mon, 06 Jul 2009 10:28:58 +0000 reimar Remove useless ret variable added in last revision again. libavcodec
Mon, 06 Jul 2009 09:35:00 +0000 reimar 100l, theora_decode_init must pass on errors from vp3_decode_init libavcodec
Mon, 06 Jul 2009 09:22:39 +0000 reimar Make decode_init fail if the huffman tables are invalid and thus init_vlc fails. libavcodec
Sun, 05 Jul 2009 18:27:39 +0000 reimar Ensure that the filter limit values do not exceed the maximum allowed value of 127. libavcodec
Sun, 05 Jul 2009 18:25:58 +0000 reimar Extend init_loop_filter to work for filter limit values up to 127 instead libavcodec
Fri, 05 Jun 2009 08:44:26 +0000 bcoudurier vp3 and theora decoders use get_buffer, set CODEC_CAP_DR1 libavcodec
Fri, 29 May 2009 21:43:22 +0000 conrad Support block-level quantization in Theora libavcodec
Fri, 22 May 2009 21:32:13 +0000 conrad Move ALIGN macro to libavutil/common.h and use it in various places libavcodec
Thu, 14 May 2009 00:02:07 +0000 conrad Use skip_bits_long() for large skips libavcodec
Mon, 11 May 2009 04:34:23 +0000 conrad Add a chroma_sample_location field to define positioning of chroma samples libavcodec
Sat, 02 May 2009 09:12:03 +0000 banan Remove dead assignments found by CSA 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, 22 Feb 2009 13:48:55 +0000 stefano Add missing av_cold in static init/close functions. libavcodec
Mon, 09 Feb 2009 01:39:33 +0000 alexc VP3: Do not ignore error from read_huffman_tree(). libavcodec
Tue, 03 Feb 2009 22:59:47 +0000 alexc VP3: Prevent stack corruption from an unset custom coding method. libavcodec
Sun, 01 Feb 2009 02:00:19 +0000 diego Use full internal pathname in doxygen @file directives. libavcodec
Tue, 13 Jan 2009 23:44:16 +0000 aurel Change semantic of CONFIG_*, HAVE_* and ARCH_*. libavcodec
Wed, 10 Dec 2008 21:35:17 +0000 lorenm clear_block mmx libavcodec
Fri, 17 Oct 2008 03:18:08 +0000 conrad MMX VP3 Loop Filter libavcodec
Sun, 12 Oct 2008 19:41:17 +0000 conrad Remove unused variables libavcodec
Sat, 04 Oct 2008 10:26:17 +0000 conrad Move VP3 loop filter to DSPContext libavcodec
Wed, 01 Oct 2008 14:48:54 +0000 conrad Cosmetics: reindent libavcodec
Wed, 01 Oct 2008 14:48:35 +0000 conrad Unneeded else libavcodec
Wed, 01 Oct 2008 14:48:16 +0000 conrad Unneeded braces libavcodec
Wed, 01 Oct 2008 14:48:00 +0000 conrad Return if unpacking motion vectors for a keyframe libavcodec
Wed, 01 Oct 2008 14:44:30 +0000 conrad Cosmetics: indentation libavcodec
Wed, 01 Oct 2008 14:43:08 +0000 conrad Visible width/height fields were added in Theora 3.2 libavcodec
Wed, 01 Oct 2008 14:40:29 +0000 conrad filter_limit_values only needs 7 bits, make its tables smaller libavcodec
Tue, 30 Sep 2008 19:51:02 +0000 conrad Cosmetics: indentation libavcodec
Tue, 30 Sep 2008 19:50:43 +0000 conrad Merge (vp3|theora)_calculate_pixel_addresses libavcodec
Tue, 30 Sep 2008 19:22:20 +0000 conrad Missed hunks of last commit libavcodec
Tue, 30 Sep 2008 19:18:22 +0000 conrad Remove unused vp3 debugging info libavcodec
Tue, 30 Sep 2008 04:18:22 +0000 conrad Downgrade severity of leftover bits in header packets, and don't check for the comment header libavcodec
Mon, 29 Sep 2008 22:04:35 +0000 conrad Use skip_frame for keyframe-only decoding rather than #ifdef libavcodec
Wed, 17 Sep 2008 19:29:40 +0000 conrad Take idct permutation into account when initializing dequantization matrices libavcodec
Wed, 03 Sep 2008 00:19:08 +0000 aurel theoradec: cosmetics: indentation libavcodec
Wed, 03 Sep 2008 00:17:11 +0000 aurel theoradec: skip decoding of uncoded MV in 4MV code libavcodec
Wed, 03 Sep 2008 00:10:30 +0000 aurel theoradec: small 4MV code reorganization to ease future improvements libavcodec
Wed, 25 Jun 2008 14:14:58 +0000 stefang make ModeAlphabet read-only and use a custom mode alphabet libavcodec
Thu, 12 Jun 2008 21:50:13 +0000 stefano Make AVCodec long_names definition conditional depending on CONFIG_SMALL. libavcodec
Mon, 09 Jun 2008 16:30:59 +0000 reimar Remove the START_TIMER/STOP_TIMER from vp3.c, they clutter the output and libavcodec
Mon, 09 Jun 2008 16:26:28 +0000 reimar Almost-cosmetics: split out coeff_count from all_fragments struct into libavcodec
Mon, 26 May 2008 23:14:25 +0000 diego consistency cosmetics: indices --> indexes libavcodec
Sun, 04 May 2008 09:58:22 +0000 diego Add complete multimedia Wiki URL, patch by Sisir Koppaka. libavcodec
Sun, 27 Apr 2008 10:52:44 +0000 diego Add long names to many 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 00:07:53 +0000 aurel remove #include "mpegvideo.h" where it is not needed libavcodec
Sun, 24 Feb 2008 18:56:52 +0000 mru fix memory leaks in vp3 decoder libavcodec
Tue, 19 Feb 2008 22:09:08 +0000 michael Fix ;; libavcodec
Wed, 13 Feb 2008 09:26:10 +0000 diego typo fix: inited --> initialized libavcodec
Wed, 13 Feb 2008 08:05:51 +0000 diego Print Theora bitstream version at DEBUG, not at VERBOSE level. libavcodec
Fri, 01 Feb 2008 15:54:28 +0000 michael const libavcodec
Thu, 09 Aug 2007 00:13:31 +0000 alex use get_bits1(..) instead get_bits(.., 1) libavcodec
Fri, 03 Aug 2007 16:43:11 +0000 diego Reduce Theora decoder verbosity. libavcodec