aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Set zmq socket linger to avoid lockup at teardownMatthias P. Braendli2018-10-111-0/+4
|
* Use pkg-config to check for fdk-aacMatthias P. Braendli2018-10-082-3/+6
| | | | This solves wrong linking if both /usr/lib/libfdk.so.0 and /usr/local/lib/libfdk.so.1 exist
* Add scenario for LiveWire input to READMEMatthias P. Braendli2018-07-161-0/+25
|
* Make queue push behaviour depend on drift compensationMatthias P. Braendli2018-06-072-22/+35
| | | | push() now blocks without drift compensation
* Check if overruns occured even when drift compensation is not turned onMaPePeR2018-06-042-2/+16
| | | | (cherry picked from commit 15610351b76113f1026e4ad40ec7ba9926d09498)
* Prepare v2.3.0v2.3.0Matthias P. Braendli2018-03-212-3/+9
|
* Fix VLC version checkMatthias P. Braendli2018-03-111-1/+4
|
* Do not set VLC sout option in libvlc_newMatthias P. Braendli2018-03-111-27/+30
|
* Fix invalid arg_verbose pointer for VLC argumentsMatthias P. Braendli2018-03-111-30/+17
|
* Correct wav header writeMatthias P. Braendli2018-02-213-8/+8
|
* Add some general quality remarks to READMEMatthias P. Braendli2018-02-072-1/+21
|
* Fix downmixing for VLCMatthias P. Braendli2018-02-052-7/+3
|
* Catch and handle VLC initialisation failureMatthias P. Braendli2018-02-051-0/+4
|
* Downmix to mono when -c1 is used with a VLC stereo sourceMatthias P. Braendli2018-02-052-44/+63
|
* Remove toolame downmix as it is unusedMatthias P. Braendli2018-02-055-18/+0
|
* Deprecate autorestartMatthias P. Braendli2018-02-053-4/+14
|
* Restart only up to five times due to mem leaksMatthias P. Braendli2018-01-182-6/+29
|
* Remove warnings about conversion to double in toolameMatthias P. Braendli2018-01-181-2/+2
|
* Avoid some VLC leaksMatthias P. Braendli2018-01-031-0/+17
|
* Improve warnings check for clangMatthias P. Braendli2017-12-151-12/+12
|
* Remove unnecessary linking against librtMatthias P. Braendli2017-12-111-1/+1
|
* Add missing string include in AACDecoderMatthias P. Braendli2017-12-111-0/+1
|
* Remove useless configure check for librtMatthias P. Braendli2017-12-111-2/+0
|
* WhitespaceMatthias P. Braendli2017-11-261-1/+1
|
* Allow to specify an ipc:// zmq output.MaPePeR2017-11-231-2/+3
|
* Prepare v2.2.0v2.2.0Matthias P. Braendli2017-11-183-3/+13
|
* Properly initialise JACK input fault fieldMatthias P. Braendli2017-11-181-2/+1
|
* Mention format s16le in snd-aloop scenarioMatthias P. Braendli2017-11-051-2/+3
|
* Add TODO fileMatthias P. Braendli2017-10-181-0/+19
|
* Add -R option to restart input on faultMatthias P. Braendli2017-10-076-113/+191
|
* Only create the input we actually needMatthias P. Braendli2017-10-072-38/+10
|
* Use queue for all inputs and unify interfaceMatthias P. Braendli2017-10-0710-123/+150
| | | | | This also changes the --fifo-silence option. Instead of inserting silence separately, it uses the drift compensation to do that.
* Move fault_detected() into common input interfaceMatthias P. Braendli2017-10-076-28/+28
|
* Make all inputs use the same interfaceMatthias P. Braendli2017-10-0710-272/+281
|
* Reformat whitespace, replace stringstream by to_stringMatthias P. Braendli2017-10-051-17/+15
|
* Clarify that -p enables PAD insertion in usageMatthias P. Braendli2017-10-051-1/+1
|
* Enable compilation warnings, and switch toolame-dab to using doubleMatthias P. Braendli2017-10-046-8/+97
|
* Fix AOT selection in monoMatthias P. Braendli2017-08-101-1/+2
|
* AAC: skip PAD if only zero F-PADStefan Pöschel2017-08-071-1/+14
| | | | This optimizations saves four bytes if no X-PAD is present.
* Refactor PAD file processingStefan Pöschel2017-08-071-30/+21
| | | | | | | - move PAD file processing to a singlelocation - only output PAD if read len matches - skip output if read len is zero - move AAC buffer descriptors to AAC part
* Calc calculated_padlen only onceStefan Pöschel2017-08-071-11/+11
|
* MP2: fix PAD with only F-PADStefan Pöschel2017-08-072-3/+3
| | | | | When the PAD contains only F-PAD (and no X-PAD), this lead to a crash in the MP2 encoder.
* Rename PAD read result var to prevent confusionStefan Pöschel2017-08-071-8/+8
|
* Add a --decoder option for loopback testingMatthias P. Braendli2017-07-246-10/+255
|
* Add wav file writerMatthias P. Braendli2017-07-243-11/+94
|
* Rename wavreader to wavfileMatthias P. Braendli2017-07-246-10/+7
|
* Verify that exactly one input is definedMatthias P. Braendli2017-07-241-1/+5
|
* Use std::string for DAB channel modeMatthias P. Braendli2017-07-241-4/+12
|
* Replace mot-encoder by ODR-PadEncMatthias P. Braendli2017-07-244-8/+4
|
* Improve usage screen, remove experimental mentionMatthias P. Braendli2017-07-242-9/+11
|