summaryrefslogtreecommitdiffstats
path: root/src/odr-audioenc.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix audio level metadata insertionMatthias P. Braendli2019-07-311-4/+7
* Avoid crash on AAC encoder destruction if not initialisedMatthias P. Braendli2019-07-121-2/+2
* Fix warning about uninitialised outbuf_size and use .data() for vectorsMatthias P. Braendli2019-07-081-22/+23
* Enable -Wall and fix a few warningsMatthias P. Braendli2019-07-031-3/+2
* Add stats sender to UNIX datagram socketMatthias P. Braendli2019-07-031-1/+40
* Fix use of free_rs_char on null pointerMatthias P. Braendli2019-07-021-1/+3
* Add EDI output and rework odr-audioenc.cppMatthias P. Braendli2019-06-241-324/+428
* Move outputs to a separate fileMatthias P. Braendli2019-05-201-120/+40
* Fail if invalid -f option is givenMatthias P. Braendli2019-04-091-2/+5
* Set zmq socket linger to avoid lockup at teardownMatthias P. Braendli2018-10-111-0/+4
* Make queue push behaviour depend on drift compensationMatthias P. Braendli2018-06-071-3/+2
* Check if overruns occured even when drift compensation is not turned onMaPePeR2018-06-041-1/+8
* Deprecate autorestartMatthias P. Braendli2018-02-051-1/+5
* Restart only up to five times due to mem leaksMatthias P. Braendli2018-01-181-3/+25
* WhitespaceMatthias P. Braendli2017-11-261-1/+1
* Allow to specify an ipc:// zmq output.MaPePeR2017-11-231-2/+3
* Add -R option to restart input on faultMatthias P. Braendli2017-10-071-98/+169
* Only create the input we actually needMatthias P. Braendli2017-10-071-21/+10
* Use queue for all inputs and unify interfaceMatthias P. Braendli2017-10-071-82/+46
* Move fault_detected() into common input interfaceMatthias P. Braendli2017-10-071-26/+18
* Make all inputs use the same interfaceMatthias P. Braendli2017-10-071-47/+26
* 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
* 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
* Refactor PAD file processingStefan Pöschel2017-08-071-30/+21
* Calc calculated_padlen only onceStefan Pöschel2017-08-071-11/+11
* MP2: fix PAD with only F-PADStefan Pöschel2017-08-071-2/+2
* Rename PAD read result var to prevent confusionStefan Pöschel2017-08-071-8/+8
* Add a --decoder option for loopback testingMatthias P. Braendli2017-07-241-0/+28
* Rename wavreader to wavfileMatthias P. Braendli2017-07-241-1/+1
* 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-241-5/+1
* Improve usage screen, remove experimental mentionMatthias P. Braendli2017-07-241-8/+10
* Add 24 kHz sampe rate (MP2) to usageStefan Pöschel2017-06-101-1/+1
* Fix PAD insertion for MP2 Mono 56-96 kbpsStefan Pöschel2017-05-251-4/+5
* Replace atoi by std::stoiMatthias P. Braendli2017-03-151-6/+6
* Add AAC bandwidth optionMatthias P. Braendli2017-03-151-3/+22
* Properly handle drift compensation expansionMatthias P. Braendli2017-01-271-13/+18
* Improve drift compensation qualityMatthias P. Braendli2017-01-271-6/+47
* Clarify AAC options in usage screenMatthias P. Braendli2017-01-271-2/+2
* Increase max buffer size for drift compensationMatthias P. Braendli2016-12-091-1/+1
* Increase libvlc startup buffer timeoutMatthias P. Braendli2016-12-091-1/+1
* Update fec.h includeMatthias P. Braendli2016-09-161-1/+1
* Rename project to ODR-AudioEnc for consistencyMatthias P. Braendli2016-09-111-0/+1304