aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Prepare v3.0.0HEADv3.0.0masterMatthias 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
|
* Fix pedantic warnings and MakefileStefan Pöschel2017-08-243-10/+10
| | | | | | - fix pedantic warnings (binary literals) - remove orphaned path from compiler call - add C++11 standard and `-Wpedantic` to compiler call
* Add uniform PAD encoderStefan Pöschel2017-08-242-6/+133
| | | | | | | | | | | | | | | | | | | | | | | | | | | The uniform PAD encoder encodes every PAD on demand and is kind of synchronized to the audio encoder by means of the frame duration. Insertion intervals for slides and labels can be set indepentent from each other. It is also possible to specify how often the label is inserted. If the slides interval "0" is used, the next slide is inserted just after the previous one has been transmitted. This is useful e.g. for stations that transmit just a logo slide. An initial burst count can be set to ensure that an audio encoder has enough PADs available e.g. in case the audio encoder encodes DAB+ Superframes at once and hence needs all related PADs. If a slide/label is still in transmission when the transmission of the next one is scheduled, the new transmission is skipped and a warning is shown. In this case it makes sense to increase the PAD length or to instead decrease the slide size or label insertion interval (`-L`). This new PAD encoder does not require any changes on the audio encoder side. Only in case of MP2, a recent revision of ODR-AudioEnc has to be used (commit ce25f2c or later), as it fixes a problem with PADs that solely consist of the F-PAD.
* Move SLS/DLS insertion to base classStefan Pöschel2017-08-242-14/+52
|
* Refactor actual encoder invokationStefan Pöschel2017-08-242-37/+52
| | | | | | - move two vars to base class - handle thread sleep in base class - add missing lock guard for exit var
* 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
| | | | | The function allows to check e.g. if the previous slide is still in transmission, in order to postpone the transmission of the current one.
* 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
|