| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix rounding error in pixel down conversion | Pierre Ossman | 2018-03-01 | 1 | -0/+1 |
* | Add pixel conversion correctness test | Pierre Ossman | 2014-09-25 | 1 | -0/+6 |
* | PixelTransformer is gone so we can protect these now | Pierre Ossman | 2014-09-25 | 1 | -2/+1 |
* | Add optimised buffer conversion | Pierre Ossman | 2014-07-09 | 1 | -0/+23 |
* | Add ability to directly convert between two pixel formats | Pierre Ossman | 2014-07-09 | 1 | -0/+8 |
* | Use lookup tables for pixel upconversion | Pierre Ossman | 2014-07-09 | 1 | -0/+6 |
* | Remove full support for colour maps | Pierre Ossman | 2014-07-07 | 1 | -13/+17 |
* | Consistent use of stride vs pitch | Pierre Ossman | 2014-07-07 | 1 | -2/+2 |
* | Optimise the RGB to pixel conversion to simple shifts | Pierre Ossman | 2014-07-07 | 1 | -2/+2 |
* | Document the different pixel representations that we deal with | Pierre Ossman | 2014-07-07 | 1 | -1/+10 |
* | Remove unused pixel conversion method | Pierre Ossman | 2014-07-07 | 1 | -1/+0 |
* | Converting to RGB might involve a precision increase | Pierre Ossman | 2014-07-07 | 1 | -3/+3 |
* | Make sure we check that PixelFormats we get are actually valid. | Pierre Ossman | 2014-07-03 | 1 | -0/+2 |
* | If the client and server are using identical pixel formats, then perform Tigh... | DRC | 2011-11-03 | 1 | -0/+2 |
* | Further optimizations to the Tight encoder to eliminate getImage() overhead. ... | DRC | 2011-08-17 | 1 | -0/+3 |
* | Make sure we handle endian problems in the conversion code. | Pierre Ossman | 2009-04-21 | 1 | -1/+2 |
* | Optimise the common pixel format conversion RGB24 to RGB32. | Pierre Ossman | 2009-03-31 | 1 | -0/+3 |
* | Consolidate pixel conversion into the PixelFormat class and optimise the | Pierre Ossman | 2009-03-06 | 1 | -1/+33 |
* | Migrating to new directory structure adopted from the RealVNC's source tree. ... | Constantin Kaplinsky | 2006-05-25 | 1 | -0/+58 |