| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | SLS: limit segment DG size to 1024 bytes | Stefan Pöschel | 2018-03-10 | 1 | -1/+1 | |
| * | SLS: add option to limit slide size | Stefan Pöschel | 2018-03-04 | 4 | -62/+76 | |
| * | SLS: add support to request slides dir re-read | Stefan Pöschel | 2018-02-16 | 3 | -5/+30 | |
| * | SLS: skip to next working slide on problem | Stefan Pöschel | 2018-02-15 | 2 | -15/+32 | |
| * | Check output file for being FIFO | Stefan Pöschel | 2018-02-10 | 2 | -2/+15 | |
| * | Update charset converter | Matthias P. Braendli | 2018-02-09 | 2 | -59/+93 | |
| * | C++11: use atomic bool instead of mutex | Stefan Pöschel | 2018-01-28 | 2 | -18/+4 | |
| * | Improve warnings check for clang | Matthias P. Braendli | 2017-12-15 | 1 | -5/+5 | |
| * | Add ChangeLog and licence files to EXTRA_DIST | Matthias P. Braendli | 2017-12-10 | 1 | -1/+4 | |
| * | Check for additional compilation warnings | Matthias P. Braendli | 2017-12-10 | 2 | -0/+83 | |
| * | Fix pedantic warnings and Makefile | Stefan Pöschel | 2017-08-24 | 3 | -10/+10 | |
| * | Add uniform PAD encoder | Stefan Pöschel | 2017-08-24 | 2 | -6/+133 | |
| * | Move SLS/DLS insertion to base class | Stefan Pöschel | 2017-08-24 | 2 | -14/+52 | |
| * | Refactor actual encoder invokation | Stefan Pöschel | 2017-08-24 | 2 | -37/+52 | |
| * | Move some objects to PAD encoder base class | Stefan Pöschel | 2017-08-24 | 2 | -6/+12 | |
| * | PAD: add function to check if specific DG in queue | Stefan Pöschel | 2017-08-24 | 2 | -0/+8 | |
| * | Make data group apptypes constants | Stefan Pöschel | 2017-08-24 | 6 | -5/+18 | |
| * | Small refactorings | Stefan Pöschel | 2017-08-23 | 2 | -6/+11 | |
| * | PAD: add option to output also sole F-PAD | Stefan Pöschel | 2017-08-23 | 2 | -6/+5 | |
| * | Rename sleep delay to slide interval | Stefan Pöschel | 2017-08-23 | 2 | -5/+5 | |
| * | Rename managers to encoders | Stefan Pöschel | 2017-08-23 | 5 | -44/+44 | |
| * | Move current PAD encoder algorithm into subclass | Stefan Pöschel | 2017-08-23 | 2 | -24/+46 | |
| * | Print used PAD length to log | Stefan Pöschel | 2017-08-23 | 1 | -7/+7 | |
| * | DLS: small debug fixes | Stefan Pöschel | 2017-08-23 | 1 | -3/+2 | |
| * | Improve perror usage | Stefan Pöschel | 2017-08-23 | 2 | -7/+4 | |
| * | Refactor basic PAD encoder structure | Stefan Pöschel | 2017-08-23 | 2 | -54/+108 | |
| * | SLS: fix open slide file in error case | Stefan Pöschel | 2017-08-23 | 1 | -0/+2 | |
| * | SLS: show precise slides dir open error | Stefan Pöschel | 2017-08-23 | 1 | -1/+1 | |
| * | Move includes/static vars into new main header | Stefan Pöschel | 2017-08-22 | 3 | -21/+51 | |
| * | SLS: move slides dir scan to new slide store | Stefan Pöschel | 2017-08-22 | 3 | -60/+83 | |
| * | README: update ImageMagick memleak note | Stefan Pöschel | 2017-08-05 | 1 | -8/+10 | |
| * | Always show version/copyright header | Stefan Pöschel | 2017-07-03 | 1 | -3/+8 | |
| * | Bump version to 2.2.0v2.2.0 | Stefan Pöschel | 2017-04-30 | 1 | -1/+1 | |
| * | Add support for ImageMagick version 7 | Stefan Pöschel | 2017-04-30 | 4 | -2/+13 | |
| * | Move break handler modification | Stefan Pöschel | 2017-04-30 | 1 | -14/+14 | |
| * | Move ANSI color tokens to common part | Stefan Pöschel | 2017-04-07 | 4 | -7/+14 | |
| * | Add recovery on broken pipe | Stefan Pöschel | 2017-04-07 | 2 | -2/+14 | |
| * | Refactor SLSManager::encodeFile | Stefan Pöschel | 2017-04-07 | 1 | -57/+43 | |
| * | Fix setting of removed variable | Stefan Pöschel | 2017-04-07 | 1 | -1/+0 | |
| * | README: Clarify required MagickWand version | Stefan Pöschel | 2017-04-06 | 1 | -3/+7 | |
| * | Use C headers where appropriate | Stefan Pöschel | 2017-03-18 | 2 | -3/+3 | |
| * | Add cleanup before termination | Stefan Pöschel | 2017-03-10 | 1 | -2/+32 | |
| * | SLS: output ImageMagick version in verbose mode | Stefan Pöschel | 2017-03-10 | 1 | -0/+2 | |
| * | Bump version to 2.1.1v2.1.1 | Stefan Pöschel | 2017-03-09 | 1 | -1/+1 | |
| * | README: add ImageMagick Ubuntu 16.04 memleak note | Stefan Pöschel | 2017-03-09 | 1 | -1/+10 | |
| * | Fix printf format warning | Stefan Pöschel | 2017-03-09 | 1 | -1/+1 | |
| * | SLS: fix also missed free | Stefan Pöschel | 2017-03-09 | 1 | -1/+1 | |
| * | SLS: free with MagickRelinquishMemory where needed | Stefan Pöschel | 2017-03-07 | 1 | -7/+14 | |
| * | SLS: fix conditional memleak | Stefan Pöschel | 2017-03-07 | 1 | -0/+3 | |
| * | Bump versionv2.1.0 | Stefan Pöschel | 2017-02-19 | 1 | -1/+1 | |
