Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libjpeg-turbo
/
fb6c27e4e2243019f7d642a5947d4cc41ab57626
/
win
a7466c9
Move INLINE macro into config.h. That's really where it belongs anyhow, since it is used only internally, and putting it in jconfig.h was causing problems with DevIL.
by DRC
· 13 years ago
ab64b62
Add LIBJPEG_TURBO_VERSION macro for checking the libjpeg-turbo version at compile time
by DRC
· 13 years ago
3fbf08b
Fill unused byte with 0xFF on Windows as well
by DRC
· 13 years ago
b4570bb
Improve performance of non-SIMD color conversion routines and use global constants to define colorspace extension parameters
by DRC
· 13 years ago
b7120ca
Prevent jmorecfg.h from re-defining INT32 and INT16 if those types have already been defined by the Windows system headers.
by DRC
· 13 years ago
ffdb8f2
Prevent jmorecfg.h from re-defining INT32 and INT16 if those types have already been defined by the Windows system headers.
by DRC
· 13 years ago
e873854
Fix I/O redirection in cjpeg and djpeg on Windows
by DRC
· 14 years ago
6ca6953
The SIMD quantization algorithm does not produce correct results with the fast forward integer DCT and JPEG qualities >= 98, so for now, use the non-SIMD quantization function under those circumstances.
by DRC
· 14 years ago
79778f6
1.0.2
by DRC
· 14 years ago
245cfdf
Allow arithmetic encoding/decoding to be disabled in CMake build
by DRC
· 14 years ago
b397bfd
Remove old Windows build system
by DRC
· 14 years ago
b09fde7
Oops. Forgot to check in header templates
by DRC
· 14 years ago
c869c2c
Unix LF
by DRC
· 14 years ago
e328bf2
Export the correct symbols from the Windows DLL when built with libjpeg v7 or v8b emulation
by DRC
· 14 years ago
39ea562
Document new v7/v8 features; .doc = .txt
by DRC
· 14 years ago
a5ee9df
Bump revision to 1.1 alpha
by DRC
· 14 years ago
585a017
Use testimgflt.ppm in Windows tests
by DRC
· 14 years ago
babb815
1.0.1
by DRC
· 14 years ago
bdf7986
1.0.0
by DRC
· 14 years ago
ef663e3
Only disable filesystem redirection in the 64-bit installers
by DRC
· 15 years ago
9ca2364
Use "make nsi" instead of "make dist" to be consistent with MinGW build
by DRC
· 15 years ago
3dc1bc2
Create separate packages for Win64 binaries
by DRC
· 15 years ago
f9bdeb6
Not sure why the cjpeg/djpeg image loaders got disabled, but re-enable them
by DRC
· 15 years ago
e728ed7
Win64 (mostly) works now
by DRC
· 15 years ago
86d8c0a
0.0.93
by DRC
· 15 years ago
0a1f68e
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
by DRC
· 15 years ago
f66a2b0
Get rid of cjpeg/djpeg-specific #defines
by DRC
· 15 years ago
a9a7b22
Fix Windows package script to accommodate new output directory for VC build
by DRC
· 15 years ago
748fda3
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
by DRC
· 15 years ago
aa91179
Speed up make testclean
by DRC
· 15 years ago
687244b
Unfortunately, we have to use the DLL version of the C library to avoid crashes in cjpeg
by DRC
· 15 years ago
9abc855
Oops. DLL object was misnamed and thus wasn't getting removed on 'make clean'
by DRC
· 15 years ago
10d15cb
Improve unit tests
by DRC
· 15 years ago
26b208d
MinGW64 requires that the functions be prefixed with an underscore. Visual C++ apparently doesn't
by DRC
· 15 years ago
8b014d7
First attempt at Win64 support
by DRC
· 15 years ago
45ff6e2
Create Windows installer
by DRC
· 15 years ago
fb18e85
Keep dllexport symbols out of static lib
by DRC
· 15 years ago
f4253a7
Visual C++ build
by DRC
· 15 years ago
213a72a
This should be the final modification to restore a working Visual
by Peter Åstrand
· 16 years ago