aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Remove parameter "hasBeenSet" logicPierre Ossman2015-04-271-2/+2
* Wrong array index in CPU usage calculation on WindowsPierre Ossman2015-03-031-1/+1
* Windows doesn't have %lldPierre Ossman2015-03-031-0/+5
* overrun() needs to return the available spacePierre Ossman2015-03-031-0/+3
* Move things around slightly so the compiler can track ccPierre Ossman2015-03-032-0/+10
* Fix mismatches between format string and argumentsPierre Ossman2015-03-031-1/+1
* Fix bad signed/unsigned comparisonsPierre Ossman2015-03-032-5/+5
* encperf, decperf: catch fopen() errorsDRC2015-02-262-4/+4
* encperf: Optionally disable pixel translationDRC2015-02-251-2/+6
* encperf: change % to %% in printf formatDRC2015-02-251-1/+1
* encperf: add compression level to encoding listDRC2015-02-251-1/+2
* encperf: allow # of iterations to be specifiedDRC2015-02-251-6/+6
* encperf: report encoded & raw-equivalent bytesDRC2015-02-251-13/+24
* encperf: Code formatting tweaksDRC2015-02-251-18/+18
* Add test to measure high level encoding performancePierre Ossman2015-02-132-0/+442
* Make it possible to measure CPU usage in parellelPierre Ossman2015-02-132-18/+71
* Add test to measure decoding performancePierre Ossman2015-02-132-0/+220
* Make sure stride handling is also testedPierre Ossman2014-10-091-13/+45
* Use constants for the test buffer dimensionsPierre Ossman2014-10-091-14/+20
* Add pixel conversion correctness testPierre Ossman2014-09-252-0/+326
* Add missing copyright header.Pierre Ossman2014-09-241-0/+18
* Rename the pixel conversion performance testPierre Ossman2014-09-242-3/+3
* Remove PixelTransformer and TransImageGetterPierre Ossman2014-07-141-23/+0
* Test results comparing PixelTransformer and bufferFromBuffer()Pierre Ossman2014-07-094-0/+106
* Add ability to directly convert between two pixel formatsPierre Ossman2014-07-091-0/+7
* Put some space between the groups of testsPierre Ossman2014-07-091-0/+8
* Add more 8 bpp conversion testsPierre Ossman2014-07-091-0/+13
* Remove full support for colour mapsPierre Ossman2014-07-071-1/+1
* Add pixel conversion speed testPierre Ossman2014-07-044-0/+310