aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove useless skip_if_already_queued argumentsMatthias P. Braendli2020-09-232-14/+14
* Fix padsocket communication on intermittently missing receive requestsMatthias P. Braendli2020-09-221-17/+14
* Merge branch 'next' into padsocketMatthias P. Braendli2020-09-174-24/+105
|\
| * Handle slides ending in _PadEncRawMode.jpg always in RAWMatthias P. Braendli2020-09-143-19/+43
| * Add --version optionMatthias P. Braendli2020-07-211-0/+13
| * Add dump current and completed slide optionsMatthias P. Braendli2020-07-214-3/+51
* | Replace PAD fifo by UNIX socketMatthias P. Braendli2020-07-086-269/+317
|/
* DLS: allow to use separate DL Plus item state fileStefan Pöschel2019-07-234-7/+28
* DLS: move label parsing to separate functionStefan Pöschel2019-07-232-4/+12
* DLS: indicate DUMMY DL Plus tagStefan Pöschel2019-07-231-1/+4
* Add option to output X-PAD in intervals onlyStefan Pöschel2019-02-124-12/+32
* Use range-based for loop where possibleStefan Pöschel2018-12-084-16/+13
* Replace push with emplace where possibleStefan Pöschel2018-12-031-2/+2
* DLS: add support to request DLS file re-readStefan Pöschel2018-11-113-0/+19
* Separate re-read file checkStefan Pöschel2018-11-112-14/+25
* PAD: add debug outputStefan Pöschel2018-03-142-2/+11
* SLS: limit segment DG size to 1024 bytesStefan Pöschel2018-03-101-1/+1
* SLS: add option to limit slide sizeStefan Pöschel2018-03-044-62/+76
* SLS: add support to request slides dir re-readStefan Pöschel2018-02-163-5/+30
* SLS: skip to next working slide on problemStefan Pöschel2018-02-152-15/+32
* Check output file for being FIFOStefan Pöschel2018-02-102-2/+15
* Update charset converterMatthias P. Braendli2018-02-092-59/+93
* C++11: use atomic bool instead of mutexStefan Pöschel2018-01-282-18/+4
* Fix pedantic warnings and MakefileStefan Pöschel2017-08-242-9/+9
* Add uniform PAD encoderStefan Pöschel2017-08-242-6/+133
* Move SLS/DLS insertion to base classStefan Pöschel2017-08-242-14/+52
* Refactor actual encoder invokationStefan Pöschel2017-08-242-37/+52
* Move some objects to PAD encoder base classStefan Pöschel2017-08-242-6/+12
* PAD: add function to check if specific DG in queueStefan Pöschel2017-08-242-0/+8
* Make data group apptypes constantsStefan Pöschel2017-08-246-5/+18
* Small refactoringsStefan Pöschel2017-08-232-6/+11
* PAD: add option to output also sole F-PADStefan Pöschel2017-08-232-6/+5
* Rename sleep delay to slide intervalStefan Pöschel2017-08-232-5/+5
* Rename managers to encodersStefan Pöschel2017-08-235-44/+44
* Move current PAD encoder algorithm into subclassStefan Pöschel2017-08-232-24/+46
* Print used PAD length to logStefan Pöschel2017-08-231-7/+7
* DLS: small debug fixesStefan Pöschel2017-08-231-3/+2
* Improve perror usageStefan Pöschel2017-08-232-7/+4
* Refactor basic PAD encoder structureStefan Pöschel2017-08-232-54/+108
* SLS: fix open slide file in error caseStefan Pöschel2017-08-231-0/+2
* SLS: show precise slides dir open errorStefan Pöschel2017-08-231-1/+1
* Move includes/static vars into new main headerStefan Pöschel2017-08-222-21/+50
* SLS: move slides dir scan to new slide storeStefan Pöschel2017-08-223-60/+83
* Always show version/copyright headerStefan Pöschel2017-07-031-3/+8
* Add support for ImageMagick version 7Stefan Pöschel2017-04-302-1/+9
* Move break handler modificationStefan Pöschel2017-04-301-14/+14
* Move ANSI color tokens to common partStefan Pöschel2017-04-074-7/+14
* Add recovery on broken pipeStefan Pöschel2017-04-072-2/+14
* Refactor SLSManager::encodeFileStefan Pöschel2017-04-071-57/+43
* Fix setting of removed variableStefan Pöschel2017-04-071-1/+0