commit 2cdc944ab6b231b98e326ff0526c6bd9b69faa99 r940
Author: Jason Garrett-Glaser <darkshikari@gmail.com>
Date: Wed Aug 20 13:28:15 2008 -0400
Cleanups in macroblock_cache_save/load
A bit more loop unrolling, and moving some constant code to the global init function
commit bae10fe0da35b61883bc2bfa8514396633136093 r939
Author: Jason Garrett-Glaser <darkshikari@gmail.com>
Date: Tue Aug 19 14:18:24 2008 -0600
Deblocking code cleanup and cosmetics
Convert the style of the deblocking code to the standard x264 style
Eliminate some trailing whitespace
commit 9881ffdf482017798ab0067f4f894ab53c18e626 r938
Author: Jason Garrett-Glaser <darkshikari@gmail.com>
Date: Mon Aug 18 23:03:37 2008 -0600
4% faster deblock: special-case macroblock edges
Along with a bit of related code reorganization and macroification
commit d994e0bca73aab306eb41f84483b9e1a36feb9c7 r937
Author: David Pethes <imcold@centrum.sk>
Date: Sat Aug 16 09:43:26 2008 -0600
Add dedicated variance function instead of using SAD+SSD
Faster variance calculation
commit 7c35ae4abafb8babf1d5456f967920a38d5b572f r936
Author: Loren Merritt <pengvado@akuvian.org>
Date: Fri Aug 15 03:04:28 2008 -0600
6% faster deblock: remove some clips, earlier termiantion on low qps.
commit c6456de1be0008836e9891446cc924f773863cea r935
Author: Jason Garrett-Glaser <darkshikari@gmail.com>
Date: Thu Aug 14 19:31:42 2008 -0600
Faster deblocking
Early termination for bS=0, alpha=0, beta=0
Refactoring, various other optimizations
About 30% faster deblocking overall.
commit fd1de69b8054ef718b52f5ae1520267a5e5402e8 r934
Author: Loren Merritt <pengvado@akuvian.org>
Date: Sat Aug 2 08:19:50 2008 -0600
asm cosmetics
commit 4b24e98d58ae597ab832852f76ea2795080fa4fc r933
Author: Daniel Vergien <daniel.vergien@rrz.uni-hamburg.de>
Date: Wed Aug 6 08:10:53 2008 -0600
yet another posix-emulating define on solaris
commit ad47d25fe0d6fc4e852f219477e80cbc2cc381ce r932
Author: Gabriel Bouvigne <gabriel.bouvigne@joost.com>
Date: Wed Aug 6 07:45:05 2008 -0600
update msvc projectfile
commit 26600fe260969e371766f261b53d34c904526259 r931
Author: Loren Merritt <pengvado@akuvian.org>
Date: Wed Aug 6 07:34:42 2008 -0600
drop support for msvc6
commit 91d865c17da30a27cf934179d30eb8efaa25e5d0 r930
Author: Jason Garrett-Glaser <darkshikari@gmail.com>
Date: Sat Aug 9 09:36:04 2008 -0600
Prevent VBV from lowering quantizer too much
This code seemed to act up unexpectedly sometimes, creating a situation where in 1-pass VBV mode, a frame's quantizer would drop all the way to qpmin and then shoot back upwards to qpmax, causing serious visual issues.
This change may decrease bitrate in VBV mode, but that is preferable to the artifacting produced by this code.
commit 245833c3f6c6f247a097b49fbc452d2ddce93b10 r929
Author: Jason Garrett-Glaser <darkshikari@gmail.com>
Date: Sat Aug 9 09:34:37 2008 -0600
Improve subme7 at low QPs and add subme7 support in lossless mode