index
:
tigervnc.git
1.0-branch
1.1-branch
1.10-branch
1.11-branch
1.12-branch
1.13-branch
1.14-branch
1.15-branch
1.2-branch
1.3-branch
1.4-branch
1.5-branch
1.6-branch
1.7-branch
1.8-branch
1.9-branch
master
High performance, multi-platform VNC client and server: https://github.com/TigerVNC/tigervnc
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
common
/
jpeg
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Enable 64-bit build on Snow Leopard
DRC
2009-10-08
3
-3
/
+11
*
Work around alignment issue with OS X linker which was causing problems on Le...
DRC
2009-10-08
45
-0
/
+148
*
Some systems (notably OS X Leopard) have fls() already, so rename ours to avo...
DRC
2009-10-01
1
-2
/
+2
*
Not all platforms define __WORDSIZE
DRC
2009-09-28
1
-2
/
+11
*
Greatly improve performance of Huffman decoding
DRC
2009-09-28
2
-99
/
+269
*
Significantly improve grayscale performance
DRC
2009-09-24
2
-14
/
+95
*
Fix tarball generation via `make dist`.
Adam Tkac
2009-09-07
1
-10
/
+3
*
Update (C) notice and fix line feed in usage instructions
DRC
2009-09-03
1
-2
/
+3
*
Corrected last patch: Use jsimd_none.c instead of jsimd_i386.c on
Peter Åstrand
2009-08-19
1
-1
/
+1
*
Windows build fixes:
Peter Åstrand
2009-08-19
2
-2
/
+2
*
Unfortunately, the previous enhancements made an invalid assumption about the...
DRC
2009-08-06
1
-16
/
+9
*
Update copyrights to indicate files modified with colorspace extensions
DRC
2009-08-06
7
-0
/
+7
*
Oops. Clean up a couple of remaining 32-bit memory accesses
DRC
2009-08-06
2
-3
/
+3
*
Improve compression performance by 15-20%
DRC
2009-07-30
1
-21
/
+101
*
Make our Makefile.am a bit easier to convert to a standalone one by
Pierre Ossman
2009-07-10
1
-0
/
+1
*
Make sure bmp.h gets distributed.
Pierre Ossman
2009-07-10
1
-2
/
+2
*
Make sure the indirectly used assembly files get packaged.
Pierre Ossman
2009-07-10
1
-0
/
+7
*
Make x86_64 SIMD code PIC friendly
Pierre Ossman
2009-06-29
11
-247
/
+247
*
Clean up SIMD glue code
Pierre Ossman
2009-06-29
7
-321
/
+1033
*
Remove unused variable.
Pierre Ossman
2009-06-26
1
-1
/
+0
*
Improve the messages for the SIMD configuration test now that we support
Pierre Ossman
2009-06-26
1
-3
/
+3
*
Add back in cjpeg and djpeg utilities for testing purposes
DRC
2009-06-25
16
-1
/
+5118
*
64-bit SIMD acceleration
DRC
2009-06-25
24
-4
/
+7272
*
Fix dependencies for merged upsampling code
DRC
2009-06-25
1
-0
/
+2
*
Test fast upsampling
DRC
2009-04-05
4
-10
/
+23
*
Add colorspace extensions to merged upsampling routines
DRC
2009-04-05
7
-993
/
+1353
*
Remove unnecessary code
DRC
2009-04-05
1
-6
/
+0
*
Oops. jcolsamp.inc should be included from j[c|d]clr[mmx|ss2].asm so it rece...
DRC
2009-04-04
4
-2
/
+4
*
Oops. jcolsamp.inc needs to be included from j[c|d]clr[mmx|ss2].asm so that ...
DRC
2009-04-04
4
-2
/
+4
*
Don't install test programs, build them only.
Adam Tkac
2009-04-03
1
-1
/
+1
*
Check if C++ compiler is present.
Adam Tkac
2009-04-03
1
-0
/
+1
*
Include low-level unit tests borrowed from VirtualGL
DRC
2009-04-03
9
-1
/
+1972
*
Implement new colorspaces to allow directly compressing from/decompressing to...
DRC
2009-04-03
19
-1889
/
+2486
*
Add environment variables to force MMX/SSE2 code path selection
DRC
2009-04-03
1
-0
/
+7
*
Fix build for RGB_PIXELSIZE==4
DRC
2009-04-01
1
-2
/
+2
*
iEliminate backward incompatibility which required empty_output_buffer() to h...
DRC
2009-03-16
2
-21
/
+46
*
Work around subdirectory bug in older automake.
Pierre Ossman
2009-03-16
36
-83
/
+88
*
Fix broken buffered I/O (to make cjpeg work)
DRC
2009-03-14
2
-9
/
+10
*
Make source compilable via GNU autotools which are part of RHEL 5.
Adam Tkac
2009-03-13
1
-1
/
+1
*
Revert r3657 (import of autogenerated) files.
Adam Tkac
2009-03-13
10
-38639
/
+0
*
Add new simd files to Visual Studio project file.
Pierre Ossman
2009-03-13
1
-0
/
+12
*
Move variable init around a bit to please crappy compilers.
Pierre Ossman
2009-03-13
1
-2
/
+2
*
Don't mix LOCAL() and qualifiers.
Pierre Ossman
2009-03-13
1
-2
/
+0
*
Include Huffman codec optimizations borrowed from TurboJPEG
DRC
2009-03-12
1
-109
/
+147
*
Import autogenerated files for unix/ and common/ subdirs to make source
Adam Tkac
2009-03-11
10
-0
/
+38639
*
Add SSE2 SIMD implementation of computationally intensive routines.
Pierre Ossman
2009-03-09
20
-22
/
+6897
*
Add SSE SIMD implementation of computationally intensive routines.
Pierre Ossman
2009-03-09
10
-5
/
+1223
*
Most SIMD implementations need 16 byte alignment
Pierre Ossman
2009-03-09
1
-0
/
+4
*
Make sure the work space memory is properly aligned
Pierre Ossman
2009-03-09
2
-3
/
+33
*
Add 3DNow SIMD implementation of computationally intensive routines.
Pierre Ossman
2009-03-09
9
-1
/
+1114
[prev]
[next]