Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Eliminate APP_CC and DEFAULT_CC | Pavel Roskin | 2017-03-14 | 1 | -17/+17 |
| | |||||
* | Include config_ac.h from all source files | Pavel Roskin | 2017-03-04 | 1 | -0/+4 |
| | |||||
* | Fix all warnings in TurboJPEG code | Pavel Roskin | 2017-01-05 | 1 | -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-jpeg | Pavel Roskin | 2016-12-14 | 1 | -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 code | Pavel Roskin | 2016-11-22 | 1 | -2/+2 |
| | |||||
* | Fix pointer sign warnings in JPEG compression code | Pavel Roskin | 2016-11-22 | 1 | -7/+7 |
| | |||||
* | Run through codespell | Pavel Roskin | 2016-01-14 | 1 | -1/+1 |
| | |||||
* | libxrdp: fix for when not compiling with turbo jpeg | Jay Sorg | 2014-03-16 | 1 | -0/+9 |
| | |||||
* | work on codec mode jpeg | Jay Sorg | 2014-03-16 | 1 | -5/+30 |
| | |||||
* | libxrdp: not logic change, comments | Jay Sorg | 2014-02-15 | 1 | -1/+1 |
| | |||||
* | added code for region copy used in codec mode | Laxmikant Rashinkar | 2014-01-20 | 1 | -0/+61 |
| | |||||
* | don't use a global for turbo jpeg | Jay Sorg | 2013-09-19 | 1 | -10/+63 |
| | |||||
* | added a --enable-tjpeg option for turbo jpeg | Jay Sorg | 2013-09-16 | 1 | -1/+81 |
| | |||||
* | copyright year update | Jay Sorg | 2013-06-08 | 1 | -1/+1 |
| | |||||
* | o moved from GNU General Public License to Apache License, Version 2.0 | Laxmikant Rashinkar | 2012-09-19 | 1 | -156/+163 |
| | | | | | o applied new coding standards to all .c files o moved some files around | ||||
* | jpeg: fix for when building without --enable-jpeg | Jay Sorg | 2012-07-26 | 1 | -1/+1 |
| | |||||
* | codecs: move jpeg hack to bitmap cache v3 | Jay Sorg | 2012-07-24 | 1 | -9/+7 |
| | |||||
* | added non standard jpeg support off by default | Jay Sorg | 2012-04-07 | 1 | -0/+225 |