summaryrefslogtreecommitdiffstats
path: root/libxrdp/xrdp_jpeg_compress.c
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate APP_CC and DEFAULT_CCPavel Roskin2017-03-141-17/+17
|
* Include config_ac.h from all source filesPavel Roskin2017-03-041-0/+4
|
* Fix all warnings in TurboJPEG codePavel Roskin2017-01-051-3/+21
| | | | | | | 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.
* Fix a warning in jpeg compression code with --enable-jpegPavel Roskin2016-12-141-4/+7
| | | | | | | | | | 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.
* Fix pointer sign warnings in TurboJPEG compression codePavel Roskin2016-11-221-2/+2
|
* Fix pointer sign warnings in JPEG compression codePavel Roskin2016-11-221-7/+7
|
* Run through codespellPavel Roskin2016-01-141-1/+1
|
* libxrdp: fix for when not compiling with turbo jpegJay Sorg2014-03-161-0/+9
|
* work on codec mode jpegJay Sorg2014-03-161-5/+30
|
* libxrdp: not logic change, commentsJay Sorg2014-02-151-1/+1
|
* added code for region copy used in codec modeLaxmikant Rashinkar2014-01-201-0/+61
|
* don't use a global for turbo jpegJay Sorg2013-09-191-10/+63
|
* added a --enable-tjpeg option for turbo jpegJay Sorg2013-09-161-1/+81
|
* copyright year updateJay Sorg2013-06-081-1/+1
|
* o moved from GNU General Public License to Apache License, Version 2.0Laxmikant Rashinkar2012-09-191-156/+163
| | | | | o applied new coding standards to all .c files o moved some files around
* jpeg: fix for when building without --enable-jpegJay Sorg2012-07-261-1/+1
|
* codecs: move jpeg hack to bitmap cache v3Jay Sorg2012-07-241-9/+7
|
* added non standard jpeg support off by defaultJay Sorg2012-04-071-0/+225