aboutsummaryrefslogtreecommitdiffstats
path: root/common/jpeg
Commit message (Expand)AuthorAgeFilesLines
...
* Enable 64-bit build on Snow LeopardDRC2009-10-083-3/+11
* Work around alignment issue with OS X linker which was causing problems on Le...DRC2009-10-0845-0/+148
* Some systems (notably OS X Leopard) have fls() already, so rename ours to avo...DRC2009-10-011-2/+2
* Not all platforms define __WORDSIZEDRC2009-09-281-2/+11
* Greatly improve performance of Huffman decodingDRC2009-09-282-99/+269
* Significantly improve grayscale performanceDRC2009-09-242-14/+95
* Fix tarball generation via `make dist`.Adam Tkac2009-09-071-10/+3
* Update (C) notice and fix line feed in usage instructionsDRC2009-09-031-2/+3
* Corrected last patch: Use jsimd_none.c instead of jsimd_i386.c onPeter Åstrand2009-08-191-1/+1
* Windows build fixes: Peter Åstrand2009-08-192-2/+2
* Unfortunately, the previous enhancements made an invalid assumption about the...DRC2009-08-061-16/+9
* Update copyrights to indicate files modified with colorspace extensionsDRC2009-08-067-0/+7
* Oops. Clean up a couple of remaining 32-bit memory accessesDRC2009-08-062-3/+3
* Improve compression performance by 15-20%DRC2009-07-301-21/+101
* Make our Makefile.am a bit easier to convert to a standalone one byPierre Ossman2009-07-101-0/+1
* Make sure bmp.h gets distributed.Pierre Ossman2009-07-101-2/+2
* Make sure the indirectly used assembly files get packaged.Pierre Ossman2009-07-101-0/+7
* Make x86_64 SIMD code PIC friendlyPierre Ossman2009-06-2911-247/+247
* Clean up SIMD glue codePierre Ossman2009-06-297-321/+1033
* Remove unused variable.Pierre Ossman2009-06-261-1/+0
* Improve the messages for the SIMD configuration test now that we supportPierre Ossman2009-06-261-3/+3
* Add back in cjpeg and djpeg utilities for testing purposesDRC2009-06-2516-1/+5118
* 64-bit SIMD accelerationDRC2009-06-2524-4/+7272
* Fix dependencies for merged upsampling codeDRC2009-06-251-0/+2
* Test fast upsamplingDRC2009-04-054-10/+23
* Add colorspace extensions to merged upsampling routinesDRC2009-04-057-993/+1353
* Remove unnecessary codeDRC2009-04-051-6/+0
* Oops. jcolsamp.inc should be included from j[c|d]clr[mmx|ss2].asm so it rece...DRC2009-04-044-2/+4
* Oops. jcolsamp.inc needs to be included from j[c|d]clr[mmx|ss2].asm so that ...DRC2009-04-044-2/+4
* Don't install test programs, build them only.Adam Tkac2009-04-031-1/+1
* Check if C++ compiler is present.Adam Tkac2009-04-031-0/+1
* Include low-level unit tests borrowed from VirtualGLDRC2009-04-039-1/+1972
* Implement new colorspaces to allow directly compressing from/decompressing to...DRC2009-04-0319-1889/+2486
* Add environment variables to force MMX/SSE2 code path selectionDRC2009-04-031-0/+7
* Fix build for RGB_PIXELSIZE==4DRC2009-04-011-2/+2
* iEliminate backward incompatibility which required empty_output_buffer() to h...DRC2009-03-162-21/+46
* Work around subdirectory bug in older automake.Pierre Ossman2009-03-1636-83/+88
* Fix broken buffered I/O (to make cjpeg work)DRC2009-03-142-9/+10
* Make source compilable via GNU autotools which are part of RHEL 5.Adam Tkac2009-03-131-1/+1
* Revert r3657 (import of autogenerated) files.Adam Tkac2009-03-1310-38639/+0
* Add new simd files to Visual Studio project file.Pierre Ossman2009-03-131-0/+12
* Move variable init around a bit to please crappy compilers.Pierre Ossman2009-03-131-2/+2
* Don't mix LOCAL() and qualifiers.Pierre Ossman2009-03-131-2/+0
* Include Huffman codec optimizations borrowed from TurboJPEGDRC2009-03-121-109/+147
* Import autogenerated files for unix/ and common/ subdirs to make sourceAdam Tkac2009-03-1110-0/+38639
* Add SSE2 SIMD implementation of computationally intensive routines.Pierre Ossman2009-03-0920-22/+6897
* Add SSE SIMD implementation of computationally intensive routines.Pierre Ossman2009-03-0910-5/+1223
* Most SIMD implementations need 16 byte alignmentPierre Ossman2009-03-091-0/+4
* Make sure the work space memory is properly alignedPierre Ossman2009-03-092-3/+33
* Add 3DNow SIMD implementation of computationally intensive routines.Pierre Ossman2009-03-099-1/+1114