Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | 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 |
* | Check if overruns occured even when drift compensation is not turned on | MaPePeR | 2018-06-04 | 2 | -2/+16 |
* | 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 |
* | Remove warnings about conversion to double in toolame | Matthias P. Braendli | 2018-01-18 | 1 | -2/+2 |
* | Avoid some VLC leaks | Matthias P. Braendli | 2018-01-03 | 1 | -0/+17 |
* | Improve warnings check for clang | Matthias P. Braendli | 2017-12-15 | 1 | -12/+12 |
* | Remove unnecessary linking against librt | Matthias P. Braendli | 2017-12-11 | 1 | -1/+1 |
* | Add missing string include in AACDecoder | Matthias P. Braendli | 2017-12-11 | 1 | -0/+1 |
* | Remove useless configure check for librt | Matthias P. Braendli | 2017-12-11 | 1 | -2/+0 |
* | Whitespace | Matthias P. Braendli | 2017-11-26 | 1 | -1/+1 |
* | Allow to specify an ipc:// zmq output. | MaPePeR | 2017-11-23 | 1 | -2/+3 |
* | Prepare v2.2.0v2.2.0 | Matthias P. Braendli | 2017-11-18 | 3 | -3/+13 |
* | Properly initialise JACK input fault field | Matthias P. Braendli | 2017-11-18 | 1 | -2/+1 |
* | Mention format s16le in snd-aloop scenario | Matthias P. Braendli | 2017-11-05 | 1 | -2/+3 |
* | Add TODO file | Matthias P. Braendli | 2017-10-18 | 1 | -0/+19 |
* | Add -R option to restart input on fault | Matthias P. Braendli | 2017-10-07 | 6 | -113/+191 |
* | Only create the input we actually need | Matthias P. Braendli | 2017-10-07 | 2 | -38/+10 |
* | Use queue for all inputs and unify interface | Matthias P. Braendli | 2017-10-07 | 10 | -123/+150 |
* | Move fault_detected() into common input interface | Matthias P. Braendli | 2017-10-07 | 6 | -28/+28 |
* | Make all inputs use the same interface | Matthias P. Braendli | 2017-10-07 | 10 | -272/+281 |
* | 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 |
* | Enable compilation warnings, and switch toolame-dab to using double | Matthias P. Braendli | 2017-10-04 | 6 | -8/+97 |