aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix issue 18HEADmasterRobin ALEXANDER2024-10-261-24/+9
| | | Update README.md
* SLS: add aspect ratio note for resized imagesStefan Pöschel2024-03-301-2/+3
|
* SLS: improve resolution warningStefan Pöschel2024-03-182-6/+8
| | | | | | Mention whether the image was resized or not. Fixes #16.
* Merge pull request #15 from colisee/docMatthias P. Braendli2023-09-041-5/+8
|\ | | | | Fix issue 67 (odr-dabmux)
| * Fix issue 67 (odr-dabmux)Robin Alexander2023-09-021-5/+8
|/ | | | Update the debian-package-related instructions
* Merge pull request #14 from porech/fix/10-zero-sleep-value-explainedStefan Pöschel2022-09-281-1/+2
|\ | | | | Explain the meaning of the value 0 for sleep parameter in help screen
| * Explain the meaning of the value 0 for sleep parameter in help screenAlessandro Rinaldi2022-09-251-1/+2
| |
* | Update README.mdRobin ALEXANDER2022-06-091-1/+0
| | | | | | Cosmetic change
* | Add 2 additional installation optionsRobin ALEXANDER2022-06-091-41/+76
| |
* | Travis: Try ubuntu focalnextMatthias P. Braendli2020-11-161-10/+6
| |
* | Add basic example to READMEMatthias P. Braendli2020-10-141-6/+14
|/
* Prepare v3.0.0v3.0.0Matthias P. Braendli2020-09-232-1/+8
|
* Update READMEMatthias P. Braendli2020-09-231-7/+9
|
* 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-177-25/+132
|\
| * Prepare v2.4.0v2.4.0Matthias P. Braendli2020-09-152-1/+25
| |
| * Handle slides ending in _PadEncRawMode.jpg always in RAWMatthias P. Braendli2020-09-144-19/+45
| |
| * 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-087-269/+319
|/
* Update m4 macrosMatthias P. Braendli2020-04-215-488/+1275
|
* Travis: switch to bionic, add ARM64 buildMatthias P. Braendli2019-11-111-14/+22
|
* 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
|
* Travis: update to XenialMatthias P. Braendli2019-07-091-6/+6
|
* README: emphasize wiki + add optipng hintStefan Pöschel2019-02-121-1/+2
|
* Add option to output X-PAD in intervals onlyStefan Pöschel2019-02-124-12/+32
| | | | Also hide PADPacketizer::GetPAD().
* Add PIE+RELRO hardeningStefan Pöschel2018-12-221-1/+2
|
* 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
|
* Use -pedantic, if -Wpedantic not availableStefan Pöschel2018-12-011-1/+3
|
* Don't enable C++11 twiceStefan Pöschel2018-12-011-1/+1
| | | | It is already enabled by `AX_CXX_COMPILE_STDCXX_11` in `configure.ac`.
* Check if compiler supports -WpedanticMatthias P. Braendli2018-11-272-1/+2
|
* DLS: add support to request DLS file re-readStefan Pöschel2018-11-113-0/+19
| | | | | | | | | | | A re-read of any of the used DLS files can now be requested by storing a file with the same filename which is suffixed by `.REQUEST_DLS_REREAD`. When the next PAD is going to be encoded and such a file is present, the encoder changes the current DLS file to the related DLS file, if needed (only applies if multiple DLS files are used). The DLS file is re-read and the request file is deleted. The DLS is also immediately inserted into the PAD transmission.
* Separate re-read file checkStefan Pöschel2018-11-112-14/+25
|
* PAD: add debug outputStefan Pöschel2018-03-142-2/+11
|
* Bump version to 2.3.0v2.3.0Stefan Pöschel2018-03-101-1/+1
|
* README: fix typos/formatting + remove limitationStefan Pöschel2018-03-101-20/+16
|
* SLS: limit segment DG size to 1024 bytesStefan Pöschel2018-03-101-1/+1
| | | | | | This introduces a slightly larger overhead, but visibly reduces the slide acquisition time when a single slide is used and/or on reception errors.
* 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
| | | | | | | A re-read of the slides dir can now be requested by storing a file named `REQUEST_SLIDES_DIR_REREAD` into the slides dir. When the next slide is going to be encoded and this file is present, the slides dir is re-read and this file is deleted.
* SLS: skip to next working slide on problemStefan Pöschel2018-02-152-15/+32
| | | | | | | When a slide cannot be encoded, skip to the next slide that works. To prevent an infinite loop, no skipping is done when the last slide of the slide store doesn't work and also no earlier slide of it worked.
* 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
|
* Improve warnings check for clangMatthias P. Braendli2017-12-151-5/+5
|
* Add ChangeLog and licence files to EXTRA_DISTMatthias P. Braendli2017-12-101-1/+4
|
* Check for additional compilation warningsMatthias P. Braendli2017-12-102-0/+83
|