DRC
|
c4c137f5e9
|
Fix the x86 build with NASM 0.98. Since NASM 0.98 is the default version on OS X, we want to at least allow people to build 32-bit code with it, even though it can't properly build 64-bit code.
|
2013-01-13 12:12:53 +00:00 |
|
DRC
|
791e9b4316
|
Fixed regression caused by a bug in the 32-bit strict memory access code in jdmrgss2.asm (contributed by Chromium to stop valgrind from whining whenever the output buffer size was not evenly divisible by 16 bytes.) On Linux/x86, this regression caused incorrect pixels on the right-hand side of images whose rows were not 16-byte aligned, whenever fancy upsampling was used. This patch also enables the strict memory access code on all platforms, not just Linux (it does no harm on other platforms) and removes a couple of pcmpeqb instructions that were rendered unnecessary by r836.
|
2012-06-15 21:58:06 +00:00 |
|
DRC
|
7702469e15
|
Eliminate the use of the MASKMOVDQU instruction, to speed up decompression performance by 10x on AMD Bobcat embedded processors (and ~5% on AMD desktop processors.)
|
2012-06-13 01:23:09 +00:00 |
|
DRC
|
90d7c850fa
|
Fixed non-fatal out-of-bounds read in SSE2 SIMD code reported by valgrind when decompressing a JPEG image to a bitmap buffer whose size was not a multiple of 16 bytes.
|
2011-12-01 10:58:36 +00:00 |
|
DRC
|
a399b5bbea
|
YASM support
|
2011-05-03 06:32:41 +00:00 |
|
DRC
|
b2c532f62d
|
Work around alignment issue with OS X linker which was causing problems on Leopard and Snow Leopard
|
2009-10-08 09:04:56 +00:00 |
|
DRC
|
b0716b6875
|
Add colorspace extensions to merged upsampling routines
|
2009-04-05 21:51:25 +00:00 |
|