Fri, 23 Jul 2010 21:46:30 +0000 |
conrad |
Inline asm for VP56 arith coder
libavcodec
|
Fri, 23 Jul 2010 21:46:25 +0000 |
conrad |
VP8: Inline traversing vp8_small_mvtree
libavcodec
|
Fri, 23 Jul 2010 21:46:20 +0000 |
conrad |
VP8: Use vp56_rac_get_prob_branchy when the bit is only used by an if()
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
|
Fri, 23 Jul 2010 21:42:35 +0000 |
darkshikari |
Add myself to VP8 copyright and maintainers.
libavcodec
|
Fri, 23 Jul 2010 21:36:21 +0000 |
darkshikari |
VP8: always_inline some things to force gcc to do the right thing
libavcodec
|
Fri, 23 Jul 2010 21:17:18 +0000 |
darkshikari |
VP8: use AV_RL24 instead of defining a new RL24.
libavcodec
|
Fri, 23 Jul 2010 19:06:22 +0000 |
darkshikari |
VP8: Slightly faster MV selection
libavcodec
|
Fri, 23 Jul 2010 10:42:19 +0000 |
darkshikari |
VP8: use AV_ZERO32 instead of AV_WN32A where relevant
libavcodec
|