]> granicus.if.org Git - libjpeg-turbo/shortlog
libjpeg-turbo
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
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-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...
2009-06-25 DRCAdd back in cjpeg and djpeg utilities for testing purposes
2009-06-25 DRC64-bit SIMD acceleration
2009-06-25 DRCFix dependencies for merged upsampling code
2009-04-05 DRCTest fast upsampling
2009-04-05 DRCAdd colorspace extensions to merged upsampling routines
2009-04-05 DRCRemove unnecessary code
2009-04-04 DRCOops. jcolsamp.inc should be included from j[c|d]clr...
2009-04-04 DRCOops. jcolsamp.inc needs to be included from j[c|d...
2009-04-03 Adam TkacDon't install test programs, build them only.
2009-04-03 Adam TkacCheck if C++ compiler is present.
2009-04-03 DRCInclude low-level unit tests borrowed from VirtualGL
2009-04-03 DRCImplement new colorspaces to allow directly compressing...
2009-04-03 DRCAdd environment variables to force MMX/SSE2 code path...
2009-04-01 DRCFix build for RGB_PIXELSIZE==4
2009-03-16 DRCEliminate backward incompatibility that required empty_...
2009-03-16 Pierre OssmanWork around subdirectory bug in older automake.
2009-03-14 DRCFix broken buffered I/O (to make cjpeg work)
2009-03-13 Adam TkacMake source compilable via GNU autotools which are...
2009-03-13 Adam TkacRevert r3657 (import of autogenerated) files.
2009-03-13 Pierre OssmanAdd new simd files to Visual Studio project file.
2009-03-13 Pierre OssmanMove variable init around a bit to please crappy compilers.
2009-03-13 Pierre OssmanDon't mix LOCAL() and qualifiers.
2009-03-12 DRCInclude Huffman codec optimizations borrowed from TurboJPEG
2009-03-11 Adam TkacImport autogenerated files for unix/ and common/ subdir...
2009-03-09 Pierre OssmanAdd SSE2 SIMD implementation of computationally intensi...
2015-07-29 MIYASAKA MasaruIJG R6b with x86SIMD V1.02 jpeg-6bx
2009-03-09 Pierre OssmanAdd SSE SIMD implementation of computationally intensiv...
2009-03-09 Pierre OssmanMost SIMD implementations need 16 byte alignment
2009-03-09 Pierre OssmanMake sure the work space memory is properly aligned
2009-03-09 Pierre OssmanAdd 3DNow SIMD implementation of computationally intens...
2009-03-09 Pierre OssmanAdd MMX SIMD implementation of computationally intensiv...
2009-03-09 Pierre Ossman"Optimise" quantization step by replacing the division...
2009-03-09 Pierre OssmanImplement x86 SIMD framework
2009-03-09 Pierre OssmanFramework for supporting SIMD acceleration
2009-03-09 Pierre OssmanSplit up the forward DCT routine into three stages
2009-03-09 Pierre OssmanImprove memory allocater alignment handling
2009-03-09 Pierre OssmanIgnore generated configuration header.
2009-03-06 Pierre OssmanExplain the config header voodoo.
2009-03-06 Pierre OssmanDon't test for GNU malloc as we don't need it (or even...
2009-03-03 Peter ÅstrandRenamed README_TightVNC.txt as README_TigerVNC.txt
2009-02-27 Peter ÅstrandRebrand the source as TigerVNC. It is my hope that...
2008-12-10 Peter ÅstrandIgnoring Autotools and build files.
2008-12-02 Peter ÅstrandThis should be the final modification to restore a...
2008-10-22 Adam Tkac[Bugfix] Include man files and more jpeg libraries...
2008-09-28 Constantin... Merged changes from branches/1.5-xserver (revision...
2006-05-25 Constantin... Migrating to new directory structure adopted from the...