Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drift compensation: abort after 60s of missing data | Matthias P. Braendli | 2023-10-02 | 1 | -0/+12 |
| | |||||
* | Replace assert overflow check by .at() | Matthias P. Braendli | 2023-08-08 | 1 | -2/+1 |
| | |||||
* | Remove unnecessary alignment check | Matthias P. Braendli | 2023-08-08 | 1 | -6/+1 |
| | |||||
* | Merge pull request 21 from maceyldn into next | Matthias P. Braendli | 2023-02-21 | 1 | -0/+6 |
|\ | |||||
| * | Prevent TS with Multiple Audio Streams breaking the buffer. Select the 1st ↵ | andy_ | 2023-02-21 | 1 | -0/+6 |
| | | | | | | | | Audio Stream. | ||||
* | | Add --gst-pipeline option for custom nput pipelines | Matthias P. Braendli | 2022-11-18 | 3 | -26/+67 |
|/ | |||||
* | Add --vlc-gain option for compatibility | Matthias P. Braendli | 2022-09-11 | 1 | -0/+4 |
| | |||||
* | Replace libvlc compressor gain by internal gain calculation | Matthias P. Braendli | 2022-09-06 | 3 | -26/+28 |
| | |||||
* | Fix error messages in PadInterface | Matthias P. Braendli | 2022-06-09 | 1 | -2/+2 |
| | |||||
* | Add startupcheck | Matthias P. Braendli | 2021-02-24 | 1 | -1/+27 |
| | |||||
* | Suppress warning due to zmq.hpp update | Matthias P. Braendli | 2021-01-15 | 1 | -2/+3 |
| | |||||
* | Common 6b5db53: Update zmq.hpp, TCPReceiveServer, EDI decoder and output | Matthias P. Braendli | 2021-01-15 | 3 | -445/+1963 |
| | |||||
* | Make EDI output FEC configurable | Matthias P. Braendli | 2020-12-29 | 3 | -2/+14 |
| | |||||
* | PadInterface: try again getting OSX to compile | Matthias P. Braendli | 2020-11-16 | 1 | -1/+1 |
| | |||||
* | PadInterface: try get OSX to compile | Matthias P. Braendli | 2020-11-16 | 1 | -4/+4 |
| | |||||
* | Replace non-portable SOCK_NONBLOCK by fcntl O_NONBLOCK | Matthias P. Braendli | 2020-11-16 | 1 | -2/+14 |
| | |||||
* | Set default pad length to 6 and add warning if no PAD enabled | Matthias P. Braendli | 2020-10-12 | 1 | -1/+9 |
| | |||||
* | Merge branch 'next' into padsocket | Matthias P. Braendli | 2020-09-17 | 2 | -5/+21 |
|\ | |||||
| * | Add version check for old GStreamer versions | Matthias P. Braendli | 2020-09-15 | 1 | -0/+4 |
| | | |||||
| * | Portability: do not use linux specific SOCK_NONBLOCK in stats publisher | Matthias P. Braendli | 2020-07-20 | 1 | -5/+17 |
| | | |||||
* | | 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 | 3 | -43/+207 |
|/ | |||||
* | Add --version option | Matthias P. Braendli | 2020-05-26 | 1 | -2/+14 |
| | |||||
* | Fix teardown after silence detector trigger | Matthias P. Braendli | 2020-05-04 | 8 | -36/+60 |
| | |||||
* | 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 |
| | |||||
* | GSt: handle artist and title metadata | Matthias P. Braendli | 2020-04-06 | 1 | -6/+20 |
| | |||||
* | Fix compilation without vlc | Matthias P. Braendli | 2020-03-31 | 1 | -1/+0 |
| | |||||
* | Do not include gst files when no HAVE_GST | Matthias P. Braendli | 2020-03-31 | 1 | -3/+3 |
| | |||||
* | Fix GStreamer input, rework ICY-Text write | Matthias P. Braendli | 2020-03-31 | 8 | -202/+296 |
| | |||||
* | Merge GStreamer into next | Matthias P. Braendli | 2020-03-31 | 7 | -25/+70 |
|\ | |||||
| * | Rename ZMQ_ENCODER_XYZ constants | Matthias P. Braendli | 2020-03-25 | 2 | -4/+4 |
| | | |||||
| * | Add --identifer option to specify content of EDI ODRv TAG | Matthias P. Braendli | 2020-03-25 | 3 | -12/+36 |
| | | |||||
| * | Disable EDI dump to file | Matthias P. Braendli | 2020-01-04 | 1 | -1/+1 |
| | | |||||
| * | Fix StatsPublisher socket leak | Matthias P. Braendli | 2019-11-18 | 2 | -0/+10 |
| | | |||||
| * | Include patched FDK-AAC in the repository | Matthias P. Braendli | 2019-11-11 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 GStreamer input prototype | Matthias P. Braendli | 2019-09-24 | 5 | -13/+315 |
|/ | |||||
* | EDI: add audio levels and program version TAGs | Matthias P. Braendli | 2019-09-18 | 2 | -2/+24 |
| | |||||
* | Properly apply -T option | Matthias P. Braendli | 2019-09-05 | 2 | -2/+5 |
| | |||||
* | Add tist support for EDI output, take code from odr-mmbtools-common | Matthias P. Braendli | 2019-08-21 | 3 | -6/+57 |
| | |||||
* | 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 | 10 | -20/+18 |
| | |||||
* | Remove warning and useless include in StatsPublish | Matthias P. Braendli | 2019-07-03 | 2 | -2/+1 |
| | |||||
* | 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 | 3 | -1/+229 |
| |