log vp3.c @ 10961:34a65026fa06 libavcodec

age author description
Fri, 22 Jan 2010 03:25:11 +0000 mru Move array specifiers outside DECLARE_ALIGNED() invocations libavcodec
Sat, 19 Dec 2009 07:34:11 +0000 melanson Cosmetic: indent after last change. libavcodec
Sat, 19 Dec 2009 07:33:10 +0000 melanson Optimize unpack_vectors() by not shuffling around redundant vectors. libavcodec
Sun, 06 Dec 2009 15:39:25 +0000 cehoyos Cosmetics: Fix indentation after r20751. libavcodec
Sun, 06 Dec 2009 15:38:05 +0000 cehoyos Simplified deblocking checks. libavcodec
Sun, 06 Dec 2009 15:33:48 +0000 cehoyos Faster checks in reverse_dc_prediction. libavcodec
Sun, 06 Dec 2009 15:31:58 +0000 cehoyos Check transform==15 first, since it's more common than 13. libavcodec
Sun, 06 Dec 2009 15:30:53 +0000 cehoyos Revert r20747: It mixed functional and cosmetical changes. libavcodec
Sun, 06 Dec 2009 12:48:09 +0000 darkshikari Various VP3 optimizations. libavcodec
Wed, 02 Dec 2009 04:06:27 +0000 melanson Small refactoring: Instead of 4 loops for decoding AC coefficients based libavcodec
Wed, 02 Dec 2009 02:30:15 +0000 melanson Use a list to track which fragments coded in this frame still have libavcodec
Thu, 24 Sep 2009 06:33:16 +0000 melanson Make sure that all memory allocations succeed. libavcodec
Wed, 23 Sep 2009 12:42:12 +0000 michael Fix >= vs > check of coded_fragment_list_index. libavcodec
Wed, 23 Sep 2009 12:27:10 +0000 michael Fix init_get_bits() buffer size. libavcodec
Wed, 23 Sep 2009 05:38:12 +0000 melanson Another micro-optimization for unpack_vlcs(): Eliminate a possible libavcodec
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