| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
It doesn't really make sense anymore given that settings might come
from the GUI or configuration and not only the command line.
|
| |
|
| |
|
| |
|
|
|
|
| |
This prevents unhandled exceptions if the file isn't found.
|
|
|
|
|
|
|
| |
For 16-bit and 8-bit datasets, you can now run encperf with an argument of
-translate=0 to benchmark just the encoder without converting the datasets to
24-bit. This allows the output of encperf to be directly compared with that
of the TurboVNC Benchmark Tools.
|
|
|
|
|
| |
GCC lets this slide, but other compilers (clang) complain about using % rather
than %% to print a literal % character.
|
|
|
|
|
| |
Explicitly add the compression level to the list of encodings so it's obvious
how to override it.
|
| |
|
|
|
|
|
|
| |
Report encoded and raw-equivalent bytes as well as compression ratio (I like
to have these statistics so I can compute overall compression ratios for
groups of datasets in a spreadsheet.)
|
|
|
|
|
| |
Code formatting tweaks to improve readability & make the code consistent with
the rest of TigerVNC
|
|
|