aboutsummaryrefslogtreecommitdiffstats
path: root/src/odr-padenc.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove useless skip_if_already_queued argumentsMatthias P. Braendli2020-09-231-12/+12
* Fix padsocket communication on intermittently missing receive requestsMatthias P. Braendli2020-09-221-17/+14
* Merge branch 'next' into padsocketMatthias P. Braendli2020-09-171-3/+41
|\
| * Handle slides ending in _PadEncRawMode.jpg always in RAWMatthias P. Braendli2020-09-141-0/+2
| * Add --version optionMatthias P. Braendli2020-07-211-0/+13
| * Add dump current and completed slide optionsMatthias P. Braendli2020-07-211-1/+27
* | Replace PAD fifo by UNIX socketMatthias P. Braendli2020-07-081-159/+83
|/
* DLS: allow to use separate DL Plus item state fileStefan Pöschel2019-07-231-2/+10
* Add option to output X-PAD in intervals onlyStefan Pöschel2019-02-121-5/+22
* Use range-based for loop where possibleStefan Pöschel2018-12-081-2/+2
* DLS: add support to request DLS file re-readStefan Pöschel2018-11-111-0/+17
* Separate re-read file checkStefan Pöschel2018-11-111-14/+24
* PAD: add debug outputStefan Pöschel2018-03-141-1/+1
* SLS: add option to limit slide sizeStefan Pöschel2018-03-041-49/+61
* SLS: add support to request slides dir re-readStefan Pöschel2018-02-161-2/+20
* SLS: skip to next working slide on problemStefan Pöschel2018-02-151-15/+30
* Check output file for being FIFOStefan Pöschel2018-02-101-1/+12
* C++11: use atomic bool instead of mutexStefan Pöschel2018-01-281-14/+1
* Add uniform PAD encoderStefan Pöschel2017-08-241-6/+111
* Move SLS/DLS insertion to base classStefan Pöschel2017-08-241-14/+50
* Refactor actual encoder invokationStefan Pöschel2017-08-241-37/+48
* Move some objects to PAD encoder base classStefan Pöschel2017-08-241-5/+0
* Small refactoringsStefan Pöschel2017-08-231-6/+6
* Rename sleep delay to slide intervalStefan Pöschel2017-08-231-3/+3
* Rename managers to encodersStefan Pöschel2017-08-231-5/+5
* Move current PAD encoder algorithm into subclassStefan Pöschel2017-08-231-20/+28
* Print used PAD length to logStefan Pöschel2017-08-231-7/+7
* Improve perror usageStefan Pöschel2017-08-231-4/+2
* Refactor basic PAD encoder structureStefan Pöschel2017-08-231-51/+70
* Move includes/static vars into new main headerStefan Pöschel2017-08-221-21/+1
* SLS: move slides dir scan to new slide storeStefan Pöschel2017-08-221-60/+5
* Always show version/copyright headerStefan Pöschel2017-07-031-3/+8
* Move break handler modificationStefan Pöschel2017-04-301-14/+14
* Add recovery on broken pipeStefan Pöschel2017-04-071-0/+4
* Add cleanup before terminationStefan Pöschel2017-03-101-2/+32
* SLS: output ImageMagick version in verbose modeStefan Pöschel2017-03-101-0/+2
* Fix printf format warningStefan Pöschel2017-03-091-1/+1
* Hide/Move constantsStefan Pöschel2017-02-151-5/+4
* Fix sleep delay to include encoding timeStefan Pöschel2017-02-151-1/+6
* Fix alphabetic slide sortingStefan Pöschel2017-02-151-23/+28
* Refactor main loopStefan Pöschel2017-02-151-82/+73
* Small refactoringsStefan Pöschel2017-02-151-33/+25
* DLS: add feature to switch between multiple filesStefan Pöschel2017-02-111-20/+36
* Slight refactoringsStefan Pöschel2017-02-111-2/+2
* Move Slideshow stuff to new SLSManagerStefan Pöschel2017-02-111-848/+6
* Slight refactoringsStefan Pöschel2017-02-111-34/+24
* Move DLS stuff to new DLSManagerStefan Pöschel2017-02-111-423/+7
* Move common code partsStefan Pöschel2017-02-111-12/+0
* Replace tabs by spacesStefan Pöschel2017-02-061-25/+25
* PAD: limit packetizer visibilityStefan Pöschel2017-02-061-29/+24