]> granicus.if.org Git - libjpeg-turbo/shortlog
libjpeg-turbo
2010-02-22 DRCUse the C library DLL only with jpeg62.dll where it...
2010-02-22 DRCSpeed up make testclean
2010-02-21 DRCAdded note about this being an outdated document
2010-02-19 DRCAdd note about texinfo dependency in NASM build
2010-02-19 DRCRemove debug output
2010-02-19 DRCtest depends on jpegut as well
2010-02-19 DRCUnfortunately, we have to use the DLL version of the...
2010-02-19 DRCOops. DLL object was misnamed and thus wasn't getting...
2010-02-19 DRCImprove unit tests
2010-02-19 DRCImprove unit tests
2010-02-18 DRCMinGW64 requires that the functions be prefixed with...
2010-02-18 DRCFirst attempt at Win64 support
2010-02-18 DRCdumpbuf() should have void return type
2010-02-18 DRCOops. Leftover bugs from the 64-bit port (cause seg...
2010-02-18 DRCExit with non-zero status if an error is encountered
2010-02-17 DRCSun Studio recipes
2010-02-17 DRCBuild Sun packages
2010-02-17 DRCMake sure existing .deb file is removed prior to buildi...
2010-02-17 DRCReplace clunky doexit() mechanism with a better means...
2010-02-17 DRCOops. Need to use %dir to list directories
2010-02-16 DRCBuild libturbojpeg.so using mapfile on Solaris
2010-02-16 DRCSet default optimization flags to -xO5 if using Sun...
2010-02-16 DRCFix build with Sun Studio
2010-02-16 DRCInstall additional documentation
2010-02-16 DRCSplit build instructions into a new file and add SDK...
2010-02-16 DRCMake sure directories under /opt/libjpeg-turbo get...
2010-02-16 DRCBuild TurboJPEG/OSS with a version script to prevent...
2010-02-15 DRCCreate Windows installer
2010-02-15 DRCKeep dllexport symbols out of static lib
2010-02-15 DRCAdd mechanism for building universal (i386/x86-64)...
2010-02-15 DRCUse more appropriate temp. directory name
2010-02-15 DRCAdd mechanism for creating Mac packages
2010-02-15 DRCUse a cleaner method of arg checking that works with...
2010-02-15 DRCInstructions for Tiger-compatible build on Leopard...
2010-02-15 DRCOops. This should have been included with r100
2010-02-15 DRCAdd mechanism for creating DEB packages
2010-02-15 DRCActually, we only need to 'make dist-gzip' prior to...
2010-02-15 DRCAdd mechanism for creating RPMs
2010-02-15 DRCShould really use $(srcdir) here
2010-02-15 DRCChange default prefix to /opt/libjpeg-turbo
2010-02-15 DRCDon't need Visual C++ project file
2010-02-15 DRCChange package name & version
2010-02-15 DRCMake sure 'make dist' includes everything we want ...
2010-02-15 DRCMore missing files from jpeg-6b
2015-07-27 Thomas G. LaneThe Independent JPEG Group's JPEG software v6b jpeg-6b
2015-07-29 Thomas G. LaneThe Independent JPEG Group's JPEG software v6a jpeg-6a
2015-07-29 Thomas G. LaneThe Independent JPEG Group's JPEG software v6 jpeg-6
2015-07-29 Thomas G. LaneThe Independent JPEG Group's JPEG software v5b jpeg-5b
2015-07-29 Thomas G. LaneThe Independent JPEG Group's JPEG software v5a jpeg-5a
2015-07-29 Thomas G. LaneThe Independent JPEG Group's JPEG software v5 jpeg-5
2015-07-29 Thomas G. LaneThe Independent JPEG Group's JPEG software v4a jpeg-4a
2015-07-29 Thomas G. LaneThe Independent JPEG Group's JPEG software v4 jpeg-4
2015-07-29 Thomas G. LaneThe Independent JPEG Group's JPEG software v3 jpeg-3
2015-07-29 Thomas G. LaneThe Independent JPEG Group's JPEG software v2 jpeg-2
2015-07-29 Thomas G. LaneThe Independent JPEG Group's JPEG software v1 jpeg-1
2010-02-14 DRCReflect the fact that CFLAGS=CXXFLAGS=-O3 by default
2010-02-14 DRCSet CFLAGS=CXXFLAGS=-O3 if using GCC and the flags...
2010-02-14 DRCbuilddir isn't always defined
2010-02-13 DRCLicense info + updated performance claims
2010-02-13 DRCEnable (i.e. fix) VPATH and out-of-tree builds
2010-02-12 DRCInstructions for cross compiling MinGW libs on Cygwin
2010-02-12 DRCBuild instructions
2010-02-12 DRCMinGW uses autoconf 2.56
2010-02-12 DRCVisual C++ build
2010-02-12 DRCClean up test detritus
2010-02-12 DRCRe-add relevant files and tests from libjpeg v6b
2010-02-12 DRCRestore --without-simd option for testing purposes
2010-02-12 DRCDo not build libturbojpeg as a versioned library
2010-02-12 DRCOops. Still need to #define WITH_SIMD
2010-02-11 DRCMake SIMD build compulsory (otherwise, what's the point?)
2010-02-11 DRCBuild shared libraries by default; Include libturbojpe...
2010-02-05 DRCOops. Use EGREP instead of GREP, because GREP is not...
2010-01-29 DRCFix build problems on Solaris 10
2010-01-28 DRCEnable 64-bit libjpeg/SIMD build on Solaris
2010-01-28 DRCUse the correct version to name the shared library...
2010-01-28 DRCAllow building libjpeg.so if --enable-shared is passed...
2010-01-27 Adam Tkac[Bugfix] Mark stack as non-executable in NASM code.
2009-12-23 Pierre OssmanUpdate the svn:ignore lists for the new build system.
2009-10-08 DRCEnable 64-bit build on Snow Leopard
2009-10-08 DRCWork around alignment issue with OS X linker which...
2009-10-01 DRCSome systems (notably OS X Leopard) have fls() already...
2009-09-28 DRCNot all platforms define __WORDSIZE
2009-09-28 DRCGreatly improve performance of Huffman decoding
2009-09-24 DRCSignificantly improve grayscale performance
2009-09-14 Adam TkacMerge unified_buildsys branch to trunk (r3892 - r3898)
2009-09-03 DRCUpdate (C) notice and fix line feed in usage instructions
2009-08-19 Peter ÅstrandCorrected last patch: Use jsimd_none.c instead of jsimd...
2009-08-19 Peter ÅstrandWindows build fixes:
2009-08-06 DRCUnfortunately, the previous enhancements made an invali...
2009-08-06 DRCUpdate copyrights to indicate files modified with color...
2009-08-06 DRCOops. Clean up a couple of remaining 32-bit memory...
2009-07-30 DRCImprove compression performance by 15-20%
2009-07-10 Pierre OssmanMake our Makefile.am a bit easier to convert to a stand...
2009-07-10 Pierre OssmanMake sure bmp.h gets distributed.
2009-07-10 Pierre OssmanMake sure the indirectly used assembly files get packaged.
2009-06-29 Pierre OssmanMake x86_64 SIMD code PIC friendly
2009-06-29 Pierre OssmanIgnore test tools and files generated by them
2009-06-29 Pierre OssmanClean up SIMD glue code
2009-06-26 Pierre OssmanRemove unused variable.
2009-06-26 Pierre OssmanImprove the messages for the SIMD configuration test...
next