summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Add startupcheckMatthias P. Braendli2021-02-241-1/+27
|
* Suppress warning due to zmq.hpp updateMatthias P. Braendli2021-01-151-2/+3
|
* Common 6b5db53: Update zmq.hpp, TCPReceiveServer, EDI decoder and outputMatthias P. Braendli2021-01-153-445/+1963
|
* Make EDI output FEC configurableMatthias P. Braendli2020-12-293-2/+14
|
* PadInterface: try again getting OSX to compileMatthias P. Braendli2020-11-161-1/+1
|
* PadInterface: try get OSX to compileMatthias P. Braendli2020-11-161-4/+4
|
* Replace non-portable SOCK_NONBLOCK by fcntl O_NONBLOCKMatthias P. Braendli2020-11-161-2/+14
|
* Set default pad length to 6 and add warning if no PAD enabledMatthias P. Braendli2020-10-121-1/+9
|
* Merge branch 'next' into padsocketMatthias P. Braendli2020-09-172-5/+21
|\
| * Add version check for old GStreamer versionsMatthias P. Braendli2020-09-151-0/+4
| |
| * Portability: do not use linux specific SOCK_NONBLOCK in stats publisherMatthias P. Braendli2020-07-201-5/+17
| |
* | Add missing carriage return in usageMatthias P. Braendli2020-07-131-1/+1
| |
* | Replace PAD fifo by UNIX socketMatthias P. Braendli2020-07-083-43/+207
|/
* Add --version optionMatthias P. Braendli2020-05-261-2/+14
|
* Fix teardown after silence detector triggerMatthias P. Braendli2020-05-048-36/+60
|
* 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
|
* GSt: handle artist and title metadataMatthias P. Braendli2020-04-061-6/+20
|
* Fix compilation without vlcMatthias P. Braendli2020-03-311-1/+0
|
* Do not include gst files when no HAVE_GSTMatthias P. Braendli2020-03-311-3/+3
|
* Fix GStreamer input, rework ICY-Text writeMatthias P. Braendli2020-03-318-202/+296
|
* Merge GStreamer into nextMatthias P. Braendli2020-03-317-25/+70
|\
| * Rename ZMQ_ENCODER_XYZ constantsMatthias P. Braendli2020-03-252-4/+4
| |
| * Add --identifer option to specify content of EDI ODRv TAGMatthias P. Braendli2020-03-253-12/+36
| |
| * Disable EDI dump to fileMatthias P. Braendli2020-01-041-1/+1
| |
| * Fix StatsPublisher socket leakMatthias P. Braendli2019-11-182-0/+10
| |
| * Include patched FDK-AAC in the repositoryMatthias P. Braendli2019-11-112-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. Braendli2019-11-051-1/+7
| |
| * VLC: do not restart after exit callback if m_running falseMatthias P. Braendli2019-11-051-5/+10
| |
* | Add GStreamer input prototypeMatthias P. Braendli2019-09-245-13/+315
|/
* EDI: add audio levels and program version TAGsMatthias P. Braendli2019-09-182-2/+24
|
* Properly apply -T optionMatthias P. Braendli2019-09-052-2/+5
|
* Add tist support for EDI output, take code from odr-mmbtools-commonMatthias P. Braendli2019-08-213-6/+57
|
* 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-0310-20/+18
|
* Remove warning and useless include in StatsPublishMatthias P. Braendli2019-07-032-2/+1
|
* EDI: make tagDSTI persistent so that DFLC counter worksMatthias P. Braendli2019-07-032-6/+9
|
* Add stats sender to UNIX datagram socketMatthias P. Braendli2019-07-033-1/+229
|
* 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-244-361/+527
|
* Move outputs to a separate fileMatthias P. Braendli2019-05-205-157/+344
|
* 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-072-22/+35
| | | | push() now blocks without drift compensation
* Check if overruns occured even when drift compensation is not turned onMaPePeR2018-06-042-2/+16
| | | | (cherry picked from commit 15610351b76113f1026e4ad40ec7ba9926d09498)
* Fix VLC version checkMatthias P. Braendli2018-03-111-1/+4
|
* Do not set VLC sout option in libvlc_newMatthias P. Braendli2018-03-111-27/+30
|