Sat, 24 Jul 2010 02:41:47 +0000 |
alexc |
aacdec: 4% faster main profile decoding.
libavcodec
|
Sat, 24 Jul 2010 02:10:59 +0000 |
alexc |
aacenc: Favor log2f() and sqrtf() over log2() and sqrt().
libavcodec
|
Fri, 23 Jul 2010 22:37:42 +0000 |
alexc |
aacenc: Factorize some scalefactor utilities.
libavcodec
|
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
|