Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Include patched FDK-AAC in the repository | Matthias P. Braendli | 2019-11-11 | 436 | -25/+218045 |
| | | | | | | | | | | | | | | | | | | 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 |
| | |||||
* | VLC: do not restart after exit callback if m_running false | Matthias P. Braendli | 2019-11-05 | 1 | -5/+10 |
| | |||||
* | Add TODO.md to EXTRA_DIST | Matthias P. Braendli | 2019-10-28 | 1 | -0/+1 |
| | |||||
* | Update README.md | andimik | 2019-10-28 | 1 | -14/+14 |
| | |||||
* | Rename TODO to TODO.md | andimik | 2019-10-28 | 1 | -0/+0 |
| | |||||
* | EDI: add audio levels and program version TAGs | Matthias P. Braendli | 2019-09-18 | 4 | -2/+114 |
| | |||||
* | Properly apply -T option | Matthias P. Braendli | 2019-09-05 | 2 | -2/+5 |
| | |||||
* | Pull lib/Socket from mmbtools common 162c68c | Matthias P. Braendli | 2019-09-05 | 2 | -14/+18 |
| | |||||
* | Apply b1fc144 from common | Matthias P. Braendli | 2019-09-02 | 6 | -21/+67 |
| | |||||
* | Rename Config.h to EDIConfig.h | Matthias P. Braendli | 2019-08-21 | 4 | -3/+3 |
| | |||||
* | Add tist support for EDI output, take code from odr-mmbtools-common | Matthias P. Braendli | 2019-08-21 | 33 | -654/+2398 |
| | |||||
* | Prepare v2.4.1v2.4.1 | Matthias P. Braendli | 2019-07-31 | 2 | -1/+6 |
| | |||||
* | Fix audio level metadata insertion | Matthias P. Braendli | 2019-07-31 | 1 | -4/+7 |
| | |||||
* | Prepare v2.4.0v2.4.0 | Matthias P. Braendli | 2019-07-16 | 2 | -1/+8 |
| | |||||
* | Update Socket.h and .cpp | Matthias P. Braendli | 2019-07-16 | 2 | -11/+12 |
| | |||||
* | Avoid crash on AAC encoder destruction if not initialised | Matthias P. Braendli | 2019-07-12 | 1 | -2/+2 |
| | |||||
* | Update Travis to Xenial | Matthias P. Braendli | 2019-07-09 | 1 | -10/+10 |
| | |||||
* | 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 | 11 | -22/+20 |
| | |||||
* | Remove warning and useless include in StatsPublish | Matthias P. Braendli | 2019-07-03 | 2 | -2/+1 |
| | |||||
* | Update Socket.cpp | Matthias P. Braendli | 2019-07-03 | 1 | -0/+4 |
| | |||||
* | EDI: make tagDSTI persistent so that DFLC counter works | Matthias P. Braendli | 2019-07-03 | 2 | -6/+9 |
| | |||||
* | Add stats sender to UNIX datagram socket | Matthias P. Braendli | 2019-07-03 | 5 | -1/+269 |
| | |||||
* | 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 | 26 | -363/+3997 |
| | |||||
* | Move outputs to a separate file | Matthias P. Braendli | 2019-05-20 | 6 | -157/+346 |
| | |||||
* | README: fix dependency installation | Matthias P. Braendli | 2019-04-15 | 1 | -7/+13 |
| | |||||
* | added installation procedure | andimik | 2019-04-11 | 1 | -10/+23 |
| | |||||
* | Fail if invalid -f option is given | Matthias P. Braendli | 2019-04-09 | 1 | -2/+5 |
| | |||||
* | Add JACK scenario with samplerate workaround | Matthias P. Braendli | 2019-04-09 | 1 | -2/+5 |
| | |||||
* | Update TODO with sample rate conversion | Matthias P. Braendli | 2019-03-04 | 1 | -0/+9 |
| | |||||
* | Prepare v2.3.1v2.3.1 | Matthias P. Braendli | 2018-10-11 | 2 | -1/+9 |
| | |||||
* | Set zmq socket linger to avoid lockup at teardown | Matthias P. Braendli | 2018-10-11 | 1 | -0/+4 |
| | |||||
* | Use pkg-config to check for fdk-aac | Matthias P. Braendli | 2018-10-08 | 2 | -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 README | Matthias P. Braendli | 2018-07-16 | 1 | -0/+25 |
| | |||||
* | Make queue push behaviour depend on drift compensation | Matthias P. Braendli | 2018-06-07 | 2 | -22/+35 |
| | | | | push() now blocks without drift compensation | ||||
* | Check if overruns occured even when drift compensation is not turned on | MaPePeR | 2018-06-04 | 2 | -2/+16 |
| | | | | (cherry picked from commit 15610351b76113f1026e4ad40ec7ba9926d09498) | ||||
* | Prepare v2.3.0v2.3.0 | Matthias P. Braendli | 2018-03-21 | 2 | -3/+9 |
| | |||||
* | Fix VLC version check | Matthias P. Braendli | 2018-03-11 | 1 | -1/+4 |
| | |||||
* | Do not set VLC sout option in libvlc_new | Matthias P. Braendli | 2018-03-11 | 1 | -27/+30 |
| | |||||
* | Fix invalid arg_verbose pointer for VLC arguments | Matthias P. Braendli | 2018-03-11 | 1 | -30/+17 |
| | |||||
* | Correct wav header write | Matthias P. Braendli | 2018-02-21 | 3 | -8/+8 |
| | |||||
* | Add some general quality remarks to README | Matthias P. Braendli | 2018-02-07 | 2 | -1/+21 |
| | |||||
* | Fix downmixing for VLC | Matthias P. Braendli | 2018-02-05 | 2 | -7/+3 |
| | |||||
* | Catch and handle VLC initialisation failure | Matthias P. Braendli | 2018-02-05 | 1 | -0/+4 |
| | |||||
* | Downmix to mono when -c1 is used with a VLC stereo source | Matthias P. Braendli | 2018-02-05 | 2 | -44/+63 |
| | |||||
* | Remove toolame downmix as it is unused | Matthias P. Braendli | 2018-02-05 | 5 | -18/+0 |
| | |||||
* | Deprecate autorestart | Matthias P. Braendli | 2018-02-05 | 3 | -4/+14 |
| | |||||
* | Restart only up to five times due to mem leaks | Matthias P. Braendli | 2018-01-18 | 2 | -6/+29 |
| |