aboutsummaryrefslogtreecommitdiffstats
path: root/src/odr-audioenc.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add startupcheckMatthias P. Braendli2021-02-241-1/+27
* Make EDI output FEC configurableMatthias P. Braendli2020-12-291-0/+5
* Set default pad length to 6 and add warning if no PAD enabledMatthias P. Braendli2020-10-121-1/+9
* Add missing carriage return in usageMatthias P. Braendli2020-07-131-1/+1
* Replace PAD fifo by UNIX socketMatthias P. Braendli2020-07-081-43/+25
* Add --version optionMatthias P. Braendli2020-05-261-2/+14
* Fix teardown after silence detector triggerMatthias P. Braendli2020-05-041-13/+8
* Move peak audio reset right before calculationMatthias P. Braendli2020-05-041-7/+2
* Only write ICY Text if it changedMatthias P. Braendli2020-04-221-1/+4
* Fix multi output when combining EDI and ZMQMatthias P. Braendli2020-04-211-8/+13
* Fix compilation without vlcMatthias P. Braendli2020-03-311-1/+0
* Fix GStreamer input, rework ICY-Text writeMatthias P. Braendli2020-03-311-18/+37
* Merge GStreamer into nextMatthias P. Braendli2020-03-311-3/+32
|\
| * Add --identifer option to specify content of EDI ODRv TAGMatthias P. Braendli2020-03-251-1/+24
| * Include patched FDK-AAC in the repositoryMatthias P. Braendli2019-11-111-1/+1
| * Catch runtime_errors that reach main()Matthias P. Braendli2019-11-051-1/+7
* | Add GStreamer input prototypeMatthias P. Braendli2019-09-241-10/+35
|/
* Properly apply -T optionMatthias P. Braendli2019-09-051-1/+5
* Add tist support for EDI output, take code from odr-mmbtools-commonMatthias P. Braendli2019-08-211-0/+10
* 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