]>
granicus.if.org Git - libjpeg-turbo/log
DRC [Tue, 31 May 2011 20:17:16 +0000 (20:17 +0000)]
Fix a minor ABI incompatibility caused by the introduction of new error constants into the enum in jerror.h.
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@655
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Wed, 25 May 2011 06:04:43 +0000 (06:04 +0000)]
jpegtran on Windows needs the same fix as cjpeg and djpeg to eliminate errors when I/O redirection is used.
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@650
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Wed, 18 May 2011 03:50:53 +0000 (03:50 +0000)]
Can't assume that current directory is in PATH
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@614
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Tue, 10 May 2011 22:15:04 +0000 (22:15 +0000)]
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@612
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Mon, 2 May 2011 00:35:50 +0000 (00:35 +0000)]
Fix I/O redirection in cjpeg and djpeg on Windows
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@603
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Wed, 27 Apr 2011 00:33:14 +0000 (00:33 +0000)]
New libjpeg-turbo domain
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@601
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Sat, 30 Apr 2011 04:43:23 +0000 (04:43 +0000)]
New libjpeg-turbo domain
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.0.x@602
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Mon, 25 Apr 2011 22:53:44 +0000 (22:53 +0000)]
Eliminate excessive I/O overhead when reading BMP files in cjpeg
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.0.x@595
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Mon, 25 Apr 2011 22:41:14 +0000 (22:41 +0000)]
Eliminate excessive I/O overhead when reading BMP files in cjpeg
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@592
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Sun, 17 Apr 2011 15:36:38 +0000 (15:36 +0000)]
Get rid of unused IS_WIN32 conditional
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.0.x@589
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Sun, 17 Apr 2011 15:31:46 +0000 (15:31 +0000)]
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.0.x@588
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Sun, 17 Apr 2011 15:28:32 +0000 (15:28 +0000)]
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@586
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Sat, 16 Apr 2011 18:54:12 +0000 (18:54 +0000)]
The previous attempt to handle unexpected markers in the data stream caused breakage in applications that attempted to set bytes_in_buffer to a larger value than the actual size of the JPEG image. The latter behavior was causing the fast decoder to be used for the last MCU in the image under certain circumstances, and this sometimes caused the EOI marker to be encountered by the fast decoder, which was treating it as an "unexpected" marker and throwing an error. Now, the fast decoder simply hands off the decoding of the block to the slow decoder if any marker is encountered.
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.0.x@585
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Sat, 16 Apr 2011 18:50:42 +0000 (18:50 +0000)]
This is subtle, but an unread marker is not an error unless we run out of bits, which may not occur in the same MCU in which the unread marker is encountered. Thus, don't try to use the fast decoder as long as there is an outstanding unread marker.
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@583
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Sat, 16 Apr 2011 17:39:58 +0000 (17:39 +0000)]
The previous attempt to handle unexpected markers in the data stream caused breakage in applications that attempted to set bytes_in_buffer to a larger value than the actual size of the JPEG image. The latter behavior was causing the fast decoder to be used for the last MCU in the image under certain circumstances, and this sometimes caused the EOI marker to be encountered by the fast decoder, which was treating it as an "unexpected" marker and throwing an error. Now, the fast decoder simply hands off the decoding of the block to the slow decoder if any marker is encountered.
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@582
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Sat, 16 Apr 2011 13:37:22 +0000 (13:37 +0000)]
"OS/X"="OS X"
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.0.x@581
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Sat, 16 Apr 2011 13:35:35 +0000 (13:35 +0000)]
Update build instructions to reflect the fact that 32-bit LJT build doesn't work with NASM 0.99 or 2.00
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.0.x@580
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Sat, 16 Apr 2011 13:26:36 +0000 (13:26 +0000)]
Update build instructions to reflect the fact that 32-bit LJT build doesn't work with NASM 0.99 or 2.00
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@578
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Fri, 15 Apr 2011 00:20:15 +0000 (00:20 +0000)]
Use option() to handle configuration variables, so they will show up in the CMake GUI
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@576
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Thu, 7 Apr 2011 05:26:52 +0000 (05:26 +0000)]
Don't need MSVC definition in assembler code anymore
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@574
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Wed, 6 Apr 2011 06:35:38 +0000 (06:35 +0000)]
Attempt to make build work with Visual Studio 2010 (still doesn't work if SIMD or Java are enabled-- see bug tracker)
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@573
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Tue, 5 Apr 2011 06:51:59 +0000 (06:51 +0000)]
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@571
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Sun, 3 Apr 2011 07:09:49 +0000 (07:09 +0000)]
Fix jpegoptim with v7 emulation as well
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@568
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Sat, 2 Apr 2011 05:40:16 +0000 (05:40 +0000)]
Ensure that image_width and image_height are initialized if libjpeg v8 emulation is enabled.
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@565
632fc199 -4ca6-4c93-a231-
07263d6284db
Guido Vollbeding [Sun, 16 Jan 2011 00:00:00 +0000 (00:00 +0000)]
The Independent JPEG Group's JPEG software v8c
Guido Vollbeding [Sun, 16 May 2010 00:00:00 +0000 (00:00 +0000)]
The Independent JPEG Group's JPEG software v8b
Guido Vollbeding [Sun, 28 Feb 2010 00:00:00 +0000 (00:00 +0000)]
The Independent JPEG Group's JPEG software v8a
Guido Vollbeding [Sun, 10 Jan 2010 00:00:00 +0000 (00:00 +0000)]
The Independent JPEG Group's JPEG software v8
Guido Vollbeding [Sat, 27 Jun 2009 00:00:00 +0000 (00:00 +0000)]
The Independent JPEG Group's JPEG software v7
Guido Vollbeding [Sat, 28 Mar 1998 00:00:00 +0000 (00:00 +0000)]
The Independent JPEG Group's JPEG software v6b with arithmetic coding support
Thomas G. Lane [Fri, 27 Mar 1998 00:00:00 +0000 (00:00 +0000)]
The Independent JPEG Group's JPEG software v6b
Thomas G. Lane [Wed, 7 Feb 1996 00:00:00 +0000 (00:00 +0000)]
The Independent JPEG Group's JPEG software v6a
Thomas G. Lane [Wed, 2 Aug 1995 00:00:00 +0000 (00:00 +0000)]
The Independent JPEG Group's JPEG software v6
Thomas G. Lane [Wed, 15 Mar 1995 00:00:00 +0000 (00:00 +0000)]
The Independent JPEG Group's JPEG software v5b
Thomas G. Lane [Wed, 7 Dec 1994 00:00:00 +0000 (00:00 +0000)]
The Independent JPEG Group's JPEG software v5a
Thomas G. Lane [Sat, 24 Sep 1994 00:00:00 +0000 (00:00 +0000)]
The Independent JPEG Group's JPEG software v5
Thomas G. Lane [Thu, 18 Feb 1993 00:00:00 +0000 (00:00 +0000)]
The Independent JPEG Group's JPEG software v4a
Thomas G. Lane [Thu, 10 Dec 1992 00:00:00 +0000 (00:00 +0000)]
The Independent JPEG Group's JPEG software v4
Thomas G. Lane [Tue, 17 Mar 1992 00:00:00 +0000 (00:00 +0000)]
The Independent JPEG Group's JPEG software v3
Thomas G. Lane [Fri, 13 Dec 1991 00:00:00 +0000 (00:00 +0000)]
The Independent JPEG Group's JPEG software v2
Thomas G. Lane [Mon, 7 Oct 1991 00:00:00 +0000 (00:00 +0000)]
The Independent JPEG Group's JPEG software v1
DRC [Fri, 1 Apr 2011 11:24:31 +0000 (11:24 +0000)]
Fixed a regression bug in the NSIS script that caused the Windows installer
build to fail when using the Visual Studio IDE.
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@554
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Thu, 31 Mar 2011 09:19:53 +0000 (09:19 +0000)]
make testclean should clean up .yuv files as well
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@544
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Thu, 31 Mar 2011 04:15:50 +0000 (04:15 +0000)]
Get rid of unused IS_WIN32 conditional
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@542
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Tue, 29 Mar 2011 04:58:40 +0000 (04:58 +0000)]
Create local round up function for jmemmgr.c so we can revert the original argument types of jround_up() without breaking the build on 64-bit Windows.
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@539
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Tue, 22 Mar 2011 09:34:01 +0000 (09:34 +0000)]
MinGW64 no longer prefixes symbols with underscores by default
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.0.x@538
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Tue, 22 Mar 2011 06:49:31 +0000 (06:49 +0000)]
We want to keep the same name for the install directory, even though the installer name has changed
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@535
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Tue, 22 Mar 2011 06:28:04 +0000 (06:28 +0000)]
Typo
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@534
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Tue, 22 Mar 2011 05:40:39 +0000 (05:40 +0000)]
MinGW64 no longer prefixes symbols with underscores by default
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@533
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Tue, 22 Mar 2011 05:04:30 +0000 (05:04 +0000)]
Oops. Forgot to generate makecygwinpkg
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@532
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Tue, 22 Mar 2011 03:19:11 +0000 (03:19 +0000)]
Don't use architecture extension in package name, since we're building a combined package
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@531
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Tue, 22 Mar 2011 01:38:04 +0000 (01:38 +0000)]
"release/"="pkgscripts/"
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@530
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Tue, 22 Mar 2011 01:21:42 +0000 (01:21 +0000)]
Need to put the generated packaging scripts in a directory other than release/ so they won't get distributed
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@529
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Tue, 22 Mar 2011 00:20:43 +0000 (00:20 +0000)]
Clean up packaging system
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@528
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Mon, 21 Mar 2011 22:42:31 +0000 (22:42 +0000)]
1.1.1
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@527
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Fri, 18 Mar 2011 05:59:21 +0000 (05:59 +0000)]
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@526
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Fri, 18 Mar 2011 05:49:26 +0000 (05:49 +0000)]
Throw a warning if an unexpected marker is found in the middle of the JPEG data stream
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.0.x@524
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Fri, 18 Mar 2011 05:40:33 +0000 (05:40 +0000)]
Throw a warning if an unexpected marker is found in the middle of the JPEG data stream
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@521
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Tue, 1 Mar 2011 08:18:30 +0000 (08:18 +0000)]
Don't call jpeg_finish_compress() with YUV output, because it tries to insert an EOI marker right in the middle of our image data.
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@475
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Sun, 27 Feb 2011 09:48:48 +0000 (09:48 +0000)]
Oops. cconvert is still needed for 12-bit samples
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@470
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Sun, 27 Feb 2011 00:07:51 +0000 (00:07 +0000)]
Make Visual C++ happy
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@465
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Sat, 26 Feb 2011 21:08:39 +0000 (21:08 +0000)]
Fix compiler warnings
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@461
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Sat, 26 Feb 2011 21:07:50 +0000 (21:07 +0000)]
Enable full GCC compiler warnings by default
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@460
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Sat, 26 Feb 2011 19:46:27 +0000 (19:46 +0000)]
Fix uninitialized variables
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@455
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Fri, 25 Feb 2011 06:21:15 +0000 (06:21 +0000)]
Add RGB-->Grayscale YUV decode test
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@453
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Fri, 25 Feb 2011 02:13:07 +0000 (02:13 +0000)]
Fix the buffer size regression test so that it generates the intended pixel patterns
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@450
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Fri, 25 Feb 2011 01:31:13 +0000 (01:31 +0000)]
Correct memory allocation failure messages
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@447
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Fri, 25 Feb 2011 01:14:46 +0000 (01:14 +0000)]
Only access TJBUFSIZEYUV symbol if YUV encoding is enabled, and add 1 to the buffer size; This allows jpgtest to be used to benchmark the old TurboJPEG/IPP libraries.
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@446
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Fri, 25 Feb 2011 00:54:29 +0000 (00:54 +0000)]
Use correct size for YUV buffers
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@445
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Fri, 25 Feb 2011 00:14:12 +0000 (00:14 +0000)]
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@441
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Fri, 25 Feb 2011 00:02:04 +0000 (00:02 +0000)]
Replace the TJ_YUV flag with two new API functions, and add TJBUFSIZEYUV() from trunk
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@440
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Thu, 24 Feb 2011 22:13:20 +0000 (22:13 +0000)]
Tiling doesn't work with YUV encoding either
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@439
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Thu, 24 Feb 2011 21:43:35 +0000 (21:43 +0000)]
Fix various CR/LF issues
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@438
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Thu, 24 Feb 2011 21:16:10 +0000 (21:16 +0000)]
Ensure that libjpeg state is reset if an error occurs
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@437
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Thu, 24 Feb 2011 19:36:02 +0000 (19:36 +0000)]
Use a proper version script for libturbojpeg, since we've added functions to it since 1.0
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@436
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Wed, 23 Feb 2011 01:41:26 +0000 (01:41 +0000)]
Oops. dumpbuf() was displaying only red components.
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.0.x@430
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Wed, 23 Feb 2011 01:40:44 +0000 (01:40 +0000)]
Oops. dumpbuf() was displaying only red components.
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@429
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Tue, 22 Feb 2011 19:59:54 +0000 (19:59 +0000)]
Test all YUV decode paths
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@427
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Tue, 22 Feb 2011 00:31:27 +0000 (00:31 +0000)]
"TurboJPEG/OSS"="TurboJPEG", since the TurboJPEG header is used with other codecs besides libjpeg-turbo
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@420
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Sat, 19 Feb 2011 17:31:24 +0000 (17:31 +0000)]
RGBA=RGBX, BGRA=BGRX, ABGR=XBGR, ARGB=XRGB
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@412
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Sat, 19 Feb 2011 17:20:11 +0000 (17:20 +0000)]
Implement "ultra quiet mode" for generating output that is easy to copy/paste into a spreadsheet
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@411
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Sat, 19 Feb 2011 16:42:14 +0000 (16:42 +0000)]
Wordsmithing
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@410
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Sat, 19 Feb 2011 00:01:11 +0000 (00:01 +0000)]
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@409
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Sat, 19 Feb 2011 00:00:34 +0000 (00:00 +0000)]
Include jpgtest in Unix/Linux distribution packages
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@408
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Fri, 18 Feb 2011 23:49:42 +0000 (23:49 +0000)]
Include libjpeg run-time programs and jpgtest in installer; Move documentation in SDK distribution packages into doc\ subdirectory
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@407
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Fri, 18 Feb 2011 23:08:58 +0000 (23:08 +0000)]
Disable CXX compiler check
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@406
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Fri, 18 Feb 2011 22:40:34 +0000 (22:40 +0000)]
Oops. We still had the description left over from VirtualGL
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@403
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Fri, 18 Feb 2011 22:29:45 +0000 (22:29 +0000)]
Wordsmithed the project description
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@402
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Fri, 18 Feb 2011 21:20:50 +0000 (21:20 +0000)]
Include high-quality test image in distribution
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@401
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Fri, 18 Feb 2011 21:16:56 +0000 (21:16 +0000)]
1.1.0
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@400
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Fri, 18 Feb 2011 21:16:04 +0000 (21:16 +0000)]
New C version of jpgtest needs libm
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@399
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Fri, 18 Feb 2011 07:02:32 +0000 (07:02 +0000)]
Updated (C)
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@392
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Fri, 18 Feb 2011 07:00:38 +0000 (07:00 +0000)]
The API/ABI should be described as "libjpeg v8", not "libjpeg v8b", since there are multiple libjpeg releases with the same interface
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@391
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Fri, 18 Feb 2011 05:24:50 +0000 (05:24 +0000)]
Re-order high-quality JPEG test per existing convention
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.0.x@390
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Fri, 18 Feb 2011 05:15:59 +0000 (05:15 +0000)]
Also run high-quality JPEG test when code is built without SIMD extensions
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.0.x@389
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Fri, 18 Feb 2011 05:06:58 +0000 (05:06 +0000)]
Add high-quality JPEG tests to CMake
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@388
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Fri, 18 Feb 2011 04:55:08 +0000 (04:55 +0000)]
Various documentation tweaks
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@387
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Fri, 18 Feb 2011 04:50:45 +0000 (04:50 +0000)]
More doc tweaks
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.0.x@386
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Fri, 18 Feb 2011 04:39:36 +0000 (04:39 +0000)]
Various documentation tweaks
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.0.x@385
632fc199 -4ca6-4c93-a231-
07263d6284db
DRC [Fri, 18 Feb 2011 03:55:25 +0000 (03:55 +0000)]
Include high-quality test image in distribution
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.0.x@384
632fc199 -4ca6-4c93-a231-
07263d6284db