Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add startupcheck | Matthias P. Braendli | 2021-02-24 | 1 | -1/+27 |
| | |||||
* | Make EDI output FEC configurable | Matthias P. Braendli | 2020-12-29 | 1 | -0/+5 |
| | |||||
* | Set default pad length to 6 and add warning if no PAD enabled | Matthias P. Braendli | 2020-10-12 | 1 | -1/+9 |
| | |||||
* | Add missing carriage return in usage | Matthias P. Braendli | 2020-07-13 | 1 | -1/+1 |
| | |||||
* | Replace PAD fifo by UNIX socket | Matthias P. Braendli | 2020-07-08 | 1 | -43/+25 |
| | |||||
* | Add --version option | Matthias P. Braendli | 2020-05-26 | 1 | -2/+14 |
| | |||||
* | Fix teardown after silence detector trigger | Matthias P. Braendli | 2020-05-04 | 1 | -13/+8 |
| | |||||
* | Move peak audio reset right before calculation | Matthias P. Braendli | 2020-05-04 | 1 | -7/+2 |
| | |||||
* | Only write ICY Text if it changed | Matthias P. Braendli | 2020-04-22 | 1 | -1/+4 |
| | |||||
* | Fix multi output when combining EDI and ZMQ | Matthias P. Braendli | 2020-04-21 | 1 | -8/+13 |
| | |||||
* | Fix compilation without vlc | Matthias P. Braendli | 2020-03-31 | 1 | -1/+0 |
| | |||||
* | Fix GStreamer input, rework ICY-Text write | Matthias P. Braendli | 2020-03-31 | 1 | -18/+37 |
| | |||||
* | Merge GStreamer into next | Matthias P. Braendli | 2020-03-31 | 1 | -3/+32 |
|\ | |||||
| * | Add --identifer option to specify content of EDI ODRv TAG | Matthias P. Braendli | 2020-03-25 | 1 | -1/+24 |
| | | |||||
| * | Include patched FDK-AAC in the repository | Matthias P. Braendli | 2019-11-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The initial idea was to get the DAB+ patch into upstream, but since that follows the android source releases, there is no place for a custom DAB+ patch there. So instead of having to maintain a patched fdk-aac that has to have the same .so version as the distribution package on which it is installed, we prefer having a separate fdk-aac-dab library to avoid collision. At that point, there's no reason to keep fdk-aac in a separate repository, as odr-audioenc is the only tool that needs DAB+ encoding support. Including it here simplifies installation, and makes it consistent with toolame-dab, also shipped in this repository. DAB+ decoding support (needed by ODR-SourceCompanion, dablin, etisnoop, welle.io and others) can be done using upstream FDK-AAC. | ||||
| * | Catch runtime_errors that reach main() | Matthias P. Braendli | 2019-11-05 | 1 | -1/+7 |
| | | |||||
* | | Add GStreamer input prototype | Matthias P. Braendli | 2019-09-24 | 1 | -10/+35 |
|/ | |||||
* | Properly apply -T option | Matthias P. Braendli | 2019-09-05 | 1 | -1/+5 |
| | |||||
* | Add tist support for EDI output, take code from odr-mmbtools-common | Matthias P. Braendli | 2019-08-21 | 1 | -0/+10 |
| | |||||
* | Fix audio level metadata insertion | Matthias P. Braendli | 2019-07-31 | 1 | -4/+7 |
| | |||||
* | Avoid crash on AAC encoder destruction if not initialised | Matthias P. Braendli | 2019-07-12 | 1 | -2/+2 |
| | |||||
* | Fix warning about uninitialised outbuf_size and use .data() for vectors | Matthias P. Braendli | 2019-07-08 | 1 | -22/+23 |
| | |||||
* | Enable -Wall and fix a few warnings | Matthias P. Braendli | 2019-07-03 | 1 | -3/+2 |
| | |||||
* | Add stats sender to UNIX datagram socket | Matthias P. Braendli | 2019-07-03 | 1 | -1/+40 |
| | |||||
* | Fix use of free_rs_char on null pointer | Matthias P. Braendli | 2019-07-02 | 1 | -1/+3 |
| | |||||
* | Add EDI output and rework odr-audioenc.cpp | Matthias P. Braendli | 2019-06-24 | 1 | -324/+428 |
| | |||||
* | Move outputs to a separate file | Matthias P. Braendli | 2019-05-20 | 1 | -120/+40 |
| | |||||
* | Fail if invalid -f option is given | Matthias P. Braendli | 2019-04-09 | 1 | -2/+5 |
| | |||||
* | Set zmq socket linger to avoid lockup at teardown | Matthias P. Braendli | 2018-10-11 | 1 | -0/+4 |
| | |||||
* | Make queue push behaviour depend on drift compensation | Matthias P. Braendli | 2018-06-07 | 1 | -3/+2 |
| | | | | push() now blocks without drift compensation | ||||
* | Check if overruns occured even when drift compensation is not turned on | MaPePeR | 2018-06-04 | 1 | -1/+8 |
| | | | | (cherry picked from commit 15610351b76113f1026e4ad40ec7ba9926d09498) | ||||
* | Deprecate autorestart | Matthias P. Braendli | 2018-02-05 | 1 | -1/+5 |
| | |||||
* | Restart only up to five times due to mem leaks | Matthias P. Braendli | 2018-01-18 | 1 | -3/+25 |
| | |||||
* | Whitespace | Matthias P. Braendli | 2017-11-26 | 1 | -1/+1 |
| | |||||
* | Allow to specify an ipc:// zmq output. | MaPePeR | 2017-11-23 | 1 | -2/+3 |
| | |||||
* | Add -R option to restart input on fault | Matthias P. Braendli | 2017-10-07 | 1 | -98/+169 |
| | |||||
* | Only create the input we actually need | Matthias P. Braendli | 2017-10-07 | 1 | -21/+10 |
| | |||||
* | Use queue for all inputs and unify interface | Matthias P. Braendli | 2017-10-07 | 1 | -82/+46 |
| | | | | | 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 interface | Matthias P. Braendli | 2017-10-07 | 1 | -26/+18 |
| | |||||
* | Make all inputs use the same interface | Matthias P. Braendli | 2017-10-07 | 1 | -47/+26 |
| | |||||
* | Reformat whitespace, replace stringstream by to_string | Matthias P. Braendli | 2017-10-05 | 1 | -17/+15 |
| | |||||
* | Clarify that -p enables PAD insertion in usage | Matthias P. Braendli | 2017-10-05 | 1 | -1/+1 |
| | |||||
* | Fix AOT selection in mono | Matthias P. Braendli | 2017-08-10 | 1 | -1/+2 |
| | |||||
* | AAC: skip PAD if only zero F-PAD | Stefan Pöschel | 2017-08-07 | 1 | -1/+14 |
| | | | | This optimizations saves four bytes if no X-PAD is present. | ||||
* | Refactor PAD file processing | Stefan Pöschel | 2017-08-07 | 1 | -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 once | Stefan Pöschel | 2017-08-07 | 1 | -11/+11 |
| | |||||
* | MP2: fix PAD with only F-PAD | Stefan Pöschel | 2017-08-07 | 1 | -2/+2 |
| | | | | | 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 confusion | Stefan Pöschel | 2017-08-07 | 1 | -8/+8 |
| | |||||
* | Add a --decoder option for loopback testing | Matthias P. Braendli | 2017-07-24 | 1 | -0/+28 |
| | |||||
* | Rename wavreader to wavfile | Matthias P. Braendli | 2017-07-24 | 1 | -1/+1 |
| |