DRC
|
97f8ec4b60
|
I'm not sure why, but this was necessary in order to return the 32-bit performance to the 0.0.90 baseline
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@165 632fc199-4ca6-4c93-a231-07263d6284db
0.0.91
|
2010-03-20 22:38:53 +00:00 |
|
DRC
|
1e6b5b4884
|
Clarify license description
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@164 632fc199-4ca6-4c93-a231-07263d6284db
|
2010-03-20 20:00:51 +00:00 |
|
DRC
|
ae19bf6f15
|
Add ChangeLog to repository
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@163 632fc199-4ca6-4c93-a231-07263d6284db
|
2010-03-15 11:40:31 +00:00 |
|
DRC
|
e885a8bf41
|
Fix data corruption issues when decompressing large JPEG images and/or using buffered I/O. Specifically, decode_mcu_fast() can potentially process more than 1 MCU, so make sure there is enough space in the buffer to accommodate this case. Otherwise, the buffer pointer goes negative, and bad mojo ensues. Also, the fast decoder's method of handling unread markers doesn't make libjpeg's restart handler happy, so disable fast decode when restarts are used.
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@162 632fc199-4ca6-4c93-a231-07263d6284db
|
2010-03-15 11:34:58 +00:00 |
|
DRC
|
0b7d4ed792
|
Include ChangeLog.txt in dist
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@161 632fc199-4ca6-4c93-a231-07263d6284db
|
2010-03-03 09:37:58 +00:00 |
|
DRC
|
10a094f0e6
|
Bump version number
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@160 632fc199-4ca6-4c93-a231-07263d6284db
|
2010-03-03 09:36:31 +00:00 |
|
DRC
|
f8b77c44f1
|
Don't allow code path to be forced on a system that doesn't support it
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@159 632fc199-4ca6-4c93-a231-07263d6284db
|
2010-03-03 08:46:29 +00:00 |
|
DRC
|
048990944f
|
Bleepin' Windows uses LLP64, not LP64
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@158 632fc199-4ca6-4c93-a231-07263d6284db
|
2010-02-26 23:01:19 +00:00 |
|
DRC
|
d3c7eff53d
|
Oops. Debian users might like documentation as well.
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@157 632fc199-4ca6-4c93-a231-07263d6284db
|
2010-02-25 20:14:10 +00:00 |
|
DRC
|
0248dd9aeb
|
Clarify the DLL hell problem
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@154 632fc199-4ca6-4c93-a231-07263d6284db
0.0.90
|
2010-02-25 06:21:12 +00:00 |
|
DRC
|
7e0b499ee7
|
Install jpeg62.dll in SDK directory, not Windows system directory. Also, check whether SDK is already installed prior to re-installing
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@153 632fc199-4ca6-4c93-a231-07263d6284db
|
2010-02-25 05:52:44 +00:00 |
|
DRC
|
f19caa5e67
|
Ensure static libs are built with PIC
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@152 632fc199-4ca6-4c93-a231-07263d6284db
|
2010-02-24 21:27:32 +00:00 |
|
DRC
|
0a1f68edeb
|
Visual C++ libraries can't be made to work with MinGW because of the dependency on msvcr90.dll, so build a separate installer for MinGW libraries
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@151 632fc199-4ca6-4c93-a231-07263d6284db
|
2010-02-24 07:24:26 +00:00 |
|
DRC
|
8f870c297d
|
4.0 is significantly slower than 4.1+
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@150 632fc199-4ca6-4c93-a231-07263d6284db
|
2010-02-24 00:30:00 +00:00 |
|
DRC
|
f66a2b08a2
|
Get rid of cjpeg/djpeg-specific #defines
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@149 632fc199-4ca6-4c93-a231-07263d6284db
|
2010-02-23 23:54:28 +00:00 |
|
DRC
|
485cd80811
|
We don't actually need to use GCC 4.0 to do a backward compatible build, and it slows things down relative to GCC 4.2
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@148 632fc199-4ca6-4c93-a231-07263d6284db
|
2010-02-23 23:23:42 +00:00 |
|
DRC
|
a9a7b22443
|
Fix Windows package script to accommodate new output directory for VC build
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@147 632fc199-4ca6-4c93-a231-07263d6284db
|
2010-02-23 22:56:05 +00:00 |
|
DRC
|
3cd2e503c6
|
Fix compiler warning about ending struct with a comma
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@146 632fc199-4ca6-4c93-a231-07263d6284db
|
2010-02-23 21:43:21 +00:00 |
|
DRC
|
fe7936c603
|
Make sure CFLAGS, CXXFLAGS, LDFLAGS, and host_alias are unset to get a 32-bit build
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@145 632fc199-4ca6-4c93-a231-07263d6284db
|
2010-02-23 20:17:48 +00:00 |
|
DRC
|
252dbc9fad
|
Oops. Didn't mean to commit the debug statement
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@144 632fc199-4ca6-4c93-a231-07263d6284db
|
2010-02-23 10:39:07 +00:00 |
|
DRC
|
5df6c2372d
|
For some unknown reason, the sym link and the actual file get flipped around whenever you do 'make install'. Make sure the script handles both cases.
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@143 632fc199-4ca6-4c93-a231-07263d6284db
|
2010-02-23 10:22:33 +00:00 |
|
DRC
|
ca3cebbaef
|
Compile properly with C++
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@142 632fc199-4ca6-4c93-a231-07263d6284db
|
2010-02-23 08:12:38 +00:00 |
|
DRC
|
4425702a6a
|
Oops. Missing test image
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@141 632fc199-4ca6-4c93-a231-07263d6284db
|
2010-02-22 22:57:45 +00:00 |
|
DRC
|
968c8bbc00
|
Fix 'make dist' since we added new test images
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@140 632fc199-4ca6-4c93-a231-07263d6284db
|
2010-02-22 22:50:13 +00:00 |
|
DRC
|
8f0d62cb92
|
Added additional documentation for flags
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@139 632fc199-4ca6-4c93-a231-07263d6284db
|
2010-02-22 08:35:19 +00:00 |
|
DRC
|
0c6a271f97
|
Make TJ_FORCE* options work correctly
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@138 632fc199-4ca6-4c93-a231-07263d6284db
|
2010-02-22 08:34:44 +00:00 |
|
DRC
|
3bddd467c4
|
A bit better solution for 64-bit cleanliness
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@137 632fc199-4ca6-4c93-a231-07263d6284db
|
2010-02-22 06:14:05 +00:00 |
|
DRC
|
4df84bf859
|
Clarify Win64 issue
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@136 632fc199-4ca6-4c93-a231-07263d6284db
|
2010-02-22 04:55:23 +00:00 |
|
DRC
|
748fda3834
|
Use the C library DLL only with jpeg62.dll where it is needed. Build turbojpeg.dll with the static C library to maintain backward compatibility with TurboJPEG/IPP
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@135 632fc199-4ca6-4c93-a231-07263d6284db
|
2010-02-22 04:51:09 +00:00 |
|
DRC
|
aa91179eac
|
Speed up make testclean
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@134 632fc199-4ca6-4c93-a231-07263d6284db
|
2010-02-22 04:12:06 +00:00 |
|
DRC
|
03c3c9be67
|
Added note about this being an outdated document
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@133 632fc199-4ca6-4c93-a231-07263d6284db
|
2010-02-21 15:45:00 +00:00 |
|
DRC
|
c3f4ac0b6e
|
Add note about texinfo dependency in NASM build
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@132 632fc199-4ca6-4c93-a231-07263d6284db
|
2010-02-19 21:51:26 +00:00 |
|
DRC
|
a93881b109
|
Remove debug output
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@131 632fc199-4ca6-4c93-a231-07263d6284db
|
2010-02-19 07:01:23 +00:00 |
|
DRC
|
4924e49ad0
|
test depends on jpegut as well
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@130 632fc199-4ca6-4c93-a231-07263d6284db
|
2010-02-19 07:00:30 +00:00 |
|
DRC
|
687244b90e
|
Unfortunately, we have to use the DLL version of the C library to avoid crashes in cjpeg
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@129 632fc199-4ca6-4c93-a231-07263d6284db
|
2010-02-19 06:59:18 +00:00 |
|
DRC
|
9abc855552
|
Oops. DLL object was misnamed and thus wasn't getting removed on 'make clean'
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@128 632fc199-4ca6-4c93-a231-07263d6284db
|
2010-02-19 06:56:53 +00:00 |
|
DRC
|
10d15cbe44
|
Improve unit tests
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@127 632fc199-4ca6-4c93-a231-07263d6284db
|
2010-02-19 06:56:03 +00:00 |
|
DRC
|
0fd8be5d0c
|
Improve unit tests
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@126 632fc199-4ca6-4c93-a231-07263d6284db
|
2010-02-19 05:12:39 +00:00 |
|
DRC
|
26b208d8b7
|
MinGW64 requires that the functions be prefixed with an underscore. Visual C++ apparently doesn't
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@125 632fc199-4ca6-4c93-a231-07263d6284db
|
2010-02-18 13:14:29 +00:00 |
|
DRC
|
8b014d7f5d
|
First attempt at Win64 support
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@124 632fc199-4ca6-4c93-a231-07263d6284db
|
2010-02-18 13:03:41 +00:00 |
|
DRC
|
ea1978896e
|
dumpbuf() should have void return type
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@123 632fc199-4ca6-4c93-a231-07263d6284db
|
2010-02-18 05:12:58 +00:00 |
|
DRC
|
c9327685dd
|
Oops. Leftover bugs from the 64-bit port (cause seg fault when using JDCT_FLOAT or JDCT_IFAST when decompressing)
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@122 632fc199-4ca6-4c93-a231-07263d6284db
|
2010-02-18 04:14:14 +00:00 |
|
DRC
|
65d05c1d92
|
Exit with non-zero status if an error is encountered
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@121 632fc199-4ca6-4c93-a231-07263d6284db
|
2010-02-18 00:40:17 +00:00 |
|
DRC
|
ca5e7d184e
|
Sun Studio recipes
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@120 632fc199-4ca6-4c93-a231-07263d6284db
|
2010-02-17 02:25:06 +00:00 |
|
DRC
|
b9b1ca30ca
|
Build Sun packages
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@119 632fc199-4ca6-4c93-a231-07263d6284db
|
2010-02-17 02:24:02 +00:00 |
|
DRC
|
10e75a71da
|
Make sure existing .deb file is removed prior to building new one
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@118 632fc199-4ca6-4c93-a231-07263d6284db
|
2010-02-17 01:08:37 +00:00 |
|
DRC
|
051dd5a4ab
|
Replace clunky doexit() mechanism with a better means of error trapping
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@117 632fc199-4ca6-4c93-a231-07263d6284db
|
2010-02-17 01:07:46 +00:00 |
|
DRC
|
6afd256e98
|
Oops. Need to use %dir to list directories
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@116 632fc199-4ca6-4c93-a231-07263d6284db
|
2010-02-17 00:56:59 +00:00 |
|
DRC
|
d86e4d914c
|
Build libturbojpeg.so using mapfile on Solaris
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@115 632fc199-4ca6-4c93-a231-07263d6284db
|
2010-02-16 22:40:26 +00:00 |
|
DRC
|
1e2f298f94
|
Set default optimization flags to -xO5 if using Sun Studio
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@114 632fc199-4ca6-4c93-a231-07263d6284db
|
2010-02-16 22:35:25 +00:00 |
|