summaryrefslogtreecommitdiffstats
path: root/common/jpeg
Commit message (Expand)AuthorAgeFilesLines
* [Bugfix] Some systems (notably OS X Leopard) have fls() already, so renameAdam Tkac2010-01-191-2/+2
* [Bugfix] Work around alignment issue with OS X linker which was causingAdam Tkac2010-01-1931-0/+93
* 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
* Add MMX SIMD implementation of computationally intensive routines.Pierre Ossman2009-03-0921-2/+6438
* "Optimise" quantization step by replacing the division by a multiplication.Pierre Ossman2009-03-092-32/+149
* Implement x86 SIMD frameworkPierre Ossman2009-03-099-5/+562
* Framework for supporting SIMD accelerationPierre Ossman2009-03-0913-29/+674
* Split up the forward DCT routine into three stagesPierre Ossman2009-03-092-111/+199
* Improve memory allocater alignment handlingPierre Ossman2009-03-091-72/+92
* Explain the config header voodoo.Pierre Ossman2009-03-061-1/+4
* Don't test for GNU malloc as we don't need it (or even check the resultPierre Ossman2009-03-061-1/+0
* Renamed README_TightVNC.txt as README_TigerVNC.txtPeter Åstrand2009-03-031-0/+0
* Rebrand the source as TigerVNC. It is my hope that this patch isPeter Åstrand2009-02-271-1/+1
* This should be the final modification to restore a working VisualPeter Åstrand2008-12-022-2/+48
* [Bugfix] Include man files and more jpeg libraries in tarballAdam Tkac2008-10-221-2/+2
* Add headers to Makefile.am-s to fix "make dist" command in common/* subtreeAdam Tkac2008-06-181-8/+11
* - introduced common/jpeg/jconfig.h.in - minimal jconfig.h templateAdam Tkac2008-04-142-2/+49
* - introduced common/jpeg/{configure.ac,Makefile.am}Adam Tkac2008-04-0311-4212/+100
* Migrating to new directory structure adopted from the RealVNC's source tree. ...Constantin Kaplinsky2006-05-2567-0/+29084