Commit Graph

18 Commits (4f7969b562dee953c311f0d28b49ad2cf4ade2cf)

Author SHA1 Message Date
Pavel Roskin 6ed4c969f4 Eliminate APP_CC and DEFAULT_CC 8 years ago
Pavel Roskin b2d3dcf169 Include config_ac.h from all source files 8 years ago
Pavel Roskin bcaa1709e0 Fix all warnings in TurboJPEG code
Actually use the error code from tjCompress() by logging the errors.

Make sure width is more than zero before filling the pad with the last
pixel data.
8 years ago
Pavel Roskin 380729e982 Fix a warning in jpeg compression code with --enable-jpeg
If the image width is not divisible by 4, the image is padded to the next
multiple of 4. The additional pixels are filled with the colors of the
last pixel in the row.

The last pixel colors may not be initialized if the width is 0. In this
case, the would be no padding, but the compiler doesn't know that.

Add a check that the width is more that 0 before filling the padding.
8 years ago
Pavel Roskin 077e3f5bfc Fix pointer sign warnings in TurboJPEG compression code 8 years ago
Pavel Roskin e7433ec69c Fix pointer sign warnings in JPEG compression code 8 years ago
Pavel Roskin 964e860072 Run through codespell 9 years ago
Jay Sorg 63032b000d libxrdp: fix for when not compiling with turbo jpeg 11 years ago
Jay Sorg 50a1b1fdb9 work on codec mode jpeg 11 years ago
Jay Sorg 6cd6f15d46 libxrdp: not logic change, comments 11 years ago
Laxmikant Rashinkar 6cd342a20a added code for region copy used in codec mode 11 years ago
Jay Sorg 2c021f5fab don't use a global for turbo jpeg 12 years ago
Jay Sorg 6fcf380ead added a --enable-tjpeg option for turbo jpeg 12 years ago
Jay Sorg c6fa03102f copyright year update 12 years ago
Laxmikant Rashinkar 1123323fda o moved from GNU General Public License to Apache License, Version 2.0
o applied new coding standards to all .c files
o moved some files around
13 years ago
Jay Sorg cddcee4929 jpeg: fix for when building without --enable-jpeg 13 years ago
Jay Sorg 204d6bbde1 codecs: move jpeg hack to bitmap cache v3 13 years ago
Jay Sorg 6333cdd865 added non standard jpeg support off by default 13 years ago