aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/EncodeManager.cxx
Commit message (Expand)AuthorAgeFilesLines
* Simplify code using range-based for loopsPierre Ossman2024-06-241-4/+2
* Use nullptr in all C++ codePierre Ossman2024-06-241-2/+2
* Explicitly request timer repetitionPierre Ossman2024-06-191-4/+2
* Use operator overloading for comparisonPierre Ossman2023-02-041-2/+2
* Remove unused rfb/util.h includesPierre Ossman2023-02-041-0/+1
* Return std::string instead of dynamic allocationsPierre Ossman2023-02-041-17/+13
* Use stdint typesPierre Ossman2023-02-011-19/+19
* Use templates for optimized codePierre Ossman2023-02-011-12/+76
* Explicitly mark unused parametersPierre Ossman2023-01-041-1/+1
* Be consistent in including config.hPierre Ossman2021-12-301-0/+4
* Merge branch 'secfix' of https://github.com/CendioOssman/tigervncPierre Ossman2019-12-201-4/+7
|\
| * Add write protection to OffsetPixelBufferPierre Ossman2019-11-151-0/+6
| * Encapsulate PixelBuffer internal detailsPierre Ossman2019-11-151-4/+1
* | Correctly calculate rects with no CopyRect supportPierre Ossman2019-12-091-1/+3
|/
* Remove indirect capability attributesPierre Ossman2018-11-011-4/+4
* Move copy rect handling to EncodeManagerPierre Ossman2018-11-011-1/+5
* Rename ConnParams to ClientParamsPierre Ossman2018-11-011-18/+18
* Allow perceptually lossless refreshPierre Ossman2018-09-211-8/+24
* Fix calculation of maximum lossless refresh areaPierre Ossman2018-09-201-0/+3
* Avoid refresh of recently changed areasPeter Åstrand (astrand)2018-09-201-5/+52
* Avoid integer overflows in pixel size calculationsPierre Ossman2018-07-251-2/+2
* Limit lossless refresh update to safe sizePierre Ossman2018-03-281-8/+11
* Automatic lossless refreshPierre Ossman2018-03-281-12/+96
* Remove redundant Region::copyFrom()Pierre Ossman2018-03-281-1/+1
* Respect request area for cursor renderingPierre Ossman2018-03-281-15/+16
* Track statistics for CopyRectPierre Ossman2015-09-221-0/+31
* Shorten stats from EncodeManager using SI/IEC prefixesPierre Ossman2015-03-031-8/+14
* A switch() needs to handle every value in an enumPierre Ossman2015-03-031-0/+4
* Fix bad signed/unsigned comparisonsPierre Ossman2015-03-031-2/+2
* Default compression level should be interpreted as highPierre Ossman2015-02-131-1/+1
* Be more aggressive in finding solid rectanglesPierre Ossman2015-02-131-74/+95
* Move encoder statistics into EncodeManager from SMsgWriterPierre Ossman2015-02-131-6/+148
* Move preferred encoding tracking into a server objectPierre Ossman2014-09-181-1/+1
* Move image encoding logic into a central EncodeManager classPierre Ossman2014-07-141-0/+707