log vp56.h @ 12501:b3f9612d4ea7 libavcodec

age author description
Thu, 12 Aug 2010 01:11:32 +0000 darkshikari VP5/6/8: ~7% faster arithmetic decoding libavcodec
Wed, 04 Aug 2010 23:04:05 +0000 darkshikari VP5/6/8: eliminate CABAC dependency libavcodec
Tue, 03 Aug 2010 11:35:41 +0000 darkshikari Silence unused function warnings in vp56.h libavcodec
Tue, 03 Aug 2010 08:06:08 +0000 darkshikari VP5/6/8: tweak some arithcoder inlining libavcodec
Wed, 28 Jul 2010 05:38:30 +0000 alexc Reindent after last commit. libavcodec
Wed, 28 Jul 2010 05:36:33 +0000 alexc ff_prefix non static vp56 functions. libavcodec
Fri, 23 Jul 2010 21:46:30 +0000 conrad Inline asm for VP56 arith coder libavcodec
Fri, 23 Jul 2010 21:46:17 +0000 conrad Decode DCT tokens by branching to a different code path for each branch libavcodec
Fri, 23 Jul 2010 21:46:14 +0000 conrad Move renormalization of the VP56 arith decoder to before decoding a bit libavcodec
Fri, 23 Jul 2010 21:46:08 +0000 conrad Split renorm of vp56 arith decoder to its own function libavcodec
Fri, 23 Jul 2010 21:46:01 +0000 conrad vp56's arith decoder's code_word is only 16 bits, no need for unsigned long libavcodec
Thu, 22 Jul 2010 04:26:41 +0000 darkshikari Much faster VP8 mv and mode prediction libavcodec
Thu, 22 Jul 2010 03:33:29 +0000 darkshikari Convert vp56_mv to 16-bit. libavcodec
Thu, 01 Jul 2010 16:28:38 +0000 aurel cosmetic: improve comment breaking at 80 cols libavcodec
Wed, 30 Jun 2010 23:59:27 +0000 darkshikari Eliminate another redundant instruction in vp56/8 arithcoder libavcodec
Wed, 30 Jun 2010 23:18:47 +0000 darkshikari CMOV-ify vp56 arithcoder libavcodec
Wed, 30 Jun 2010 23:15:25 +0000 darkshikari Optimize vp56 arithmetic decoder libavcodec
Wed, 30 Jun 2010 22:05:29 +0000 stefang renormalize VP5/6/7/8 range coder without loop libavcodec
Tue, 22 Jun 2010 19:24:09 +0000 rbultje Native VP8 decoder. libavcodec
Tue, 22 Jun 2010 19:19:13 +0000 rbultje Change a / 256 into a >> 8. libavcodec
Fri, 30 Apr 2010 21:30:22 +0000 mru VP56: move vp56_edge_filter to new VP56DSPContext libavcodec
Tue, 20 Apr 2010 14:45:34 +0000 diego Remove explicit filename from Doxygen @file commands. libavcodec
Sat, 06 Mar 2010 14:24:59 +0000 mru Remove DECLARE_ALIGNED_{8,16} macros libavcodec
Fri, 29 Jan 2010 19:11:47 +0000 reimar Make VP5 and VP6 decoders output a qscale table to allow for more automatic libavcodec
Fri, 22 Jan 2010 03:25:11 +0000 mru Move array specifiers outside DECLARE_ALIGNED() invocations libavcodec
Sun, 05 Jul 2009 15:23:42 +0000 aurel vp56dec: ensure range coder won't read past the end of input buffer libavcodec
Mon, 13 Apr 2009 16:20:26 +0000 stefano Rename bitstream.h to get_bits.h. libavcodec
Tue, 07 Apr 2009 18:24:47 +0000 aurel fix vp5/vp6 decoding by using new prototype for decode function libavcodec
Sun, 01 Feb 2009 02:00:19 +0000 diego Use full internal pathname in doxygen @file directives. libavcodec
Fri, 12 Dec 2008 00:51:53 +0000 aurel rename Vp56Model to VP56Model for consistency libavcodec
Thu, 11 Dec 2008 23:00:58 +0000 aurel cosmetics: vertical alignment libavcodec
Thu, 11 Dec 2008 22:56:19 +0000 aurel avoid POSIX reserved _t suffix libavcodec
Sun, 31 Aug 2008 07:39:47 +0000 stefano Globally rename the header inclusion guard names. libavcodec
Wed, 05 Mar 2008 00:07:53 +0000 aurel remove #include "mpegvideo.h" where it is not needed libavcodec
Fri, 01 Feb 2008 16:16:40 +0000 michael const libavcodec
Wed, 17 Oct 2007 09:37:46 +0000 diego Add FFMPEG_ prefix to all multiple inclusion guards. libavcodec
Sun, 14 Oct 2007 22:30:59 +0000 aurel add support for VP6 with huffman encoded blocks libavcodec
Tue, 25 Sep 2007 19:12:46 +0000 aurel add a new vp6a codec (add alpha plan support to vp6) libavcodec
Mon, 24 Sep 2007 22:29:11 +0000 aurel move all model related tables into their own struct libavcodec
Mon, 24 Sep 2007 20:43:47 +0000 aurel some simplifications and uniformisation libavcodec
Wed, 25 Jul 2007 19:34:31 +0000 aurel remove wrong const qualifier libavcodec
Thu, 05 Jul 2007 10:40:25 +0000 diego license header consistency cosmetics libavcodec
Sat, 02 Jun 2007 01:41:07 +0000 ramiro Use AV_xx throughout libavcodec libavcodec
Sun, 25 Feb 2007 15:33:38 +0000 aurel Use pointers to avoid copying AVFrame. libavcodec
Sun, 14 Jan 2007 18:17:15 +0000 aurel add support for another variant of vp6 libavcodec
Sun, 17 Dec 2006 22:00:12 +0000 aurel Add support for VP60 and VP61. libavcodec
Tue, 24 Oct 2006 18:57:43 +0000 diego Don't include inttypes.h/stdint.h directly, there is an abstraction in libavcodec
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavcodec
Mon, 25 Sep 2006 18:54:18 +0000 aurel rename vector to vect to avoid clash with Apple gcc libavcodec
Sat, 09 Sep 2006 17:19:37 +0000 aurel VP5 and VP6 video decoder libavcodec