aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Travis: Add GStreamerMatthias P. Braendli2020-09-151-3/+11
|
* README: correct vlc-plugin-base package nameMatthias P. Braendli2020-09-151-2/+2
| | | | | | Thanks Federico Closes issue #15
* Travis: add OSX buildMatthias P. Braendli2020-07-201-1/+18
|
* Portability: do not use linux specific SOCK_NONBLOCK in stats publisherMatthias P. Braendli2020-07-201-5/+17
|
* Do not install toolame-dab and fdk-aac-dab headersMatthias P. Braendli2020-06-032-43/+38
|
* Prepare v2.6.1v2.6.1Matthias P. Braendli2020-05-263-3/+11
|
* Add --version optionMatthias P. Braendli2020-05-261-2/+14
|
* Statically link toolame-dab and fdk-aac-dabMatthias P. Braendli2020-05-124-88/+35
| | | | | ODR-AudioEnc is the only tool using those two libraries, and statically linking makes deployment simpler.
* Update common EDI changesMatthias P. Braendli2020-05-116-19/+39
|
* 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
|
* README: Remove inexisting libgstreamer-plugins-ugly1.0-dev package from listMatthias P. Braendli2020-04-271-1/+1
|
* Prepeare v2.6.0v2.6.0Matthias P. Braendli2020-04-233-6/+14
|
* Only write ICY Text if it changedMatthias P. Braendli2020-04-221-1/+4
|
* Update README and TODOMatthias P. Braendli2020-04-212-25/+38
|
* Fix multi output when combining EDI and ZMQMatthias P. Braendli2020-04-214-13/+18
|
* Change EDI output to handle disconnectsMatthias P. Braendli2020-04-215-29/+135
|
* Add check for MSG_NOSIGNAL and SO_NOSIGPIPEMatthias P. Braendli2020-04-211-0/+20
|
* Replace AX_CXX_COMPILE_STDCXX_11 by AX_CXX_COMPILE_STDCXXMatthias P. Braendli2020-04-213-40/+952
| | | | This is because the latter is actually a dependency of the former
* Update m4 macrosMatthias P. Braendli2020-04-203-465/+340
|
* Common eb85d35: TAI bulletin refresh before it expiresMatthias P. Braendli2020-04-062-22/+38
|
* 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
|
* Mention GStreamer in READMEMatthias P. Braendli2020-03-311-4/+8
|
* Fix GStreamer input, rework ICY-Text writeMatthias P. Braendli2020-03-3110-203/+302
|
* Merge GStreamer into nextMatthias P. Braendli2020-03-31446-119/+218226
|\
| * 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
| |
| * Prepare v2.5.0v2.5.0Matthias P. Braendli2020-02-112-1/+8
| |
| * Disable EDI dump to fileMatthias P. Braendli2020-01-041-1/+1
| |
| * Mention GStreamer in TODOMatthias P. Braendli2019-12-101-0/+12
| |
| * Apply common 23752f6 and e10272eMatthias P. Braendli2019-11-182-3/+3
| |
| * Fix StatsPublisher socket leakMatthias P. Braendli2019-11-182-0/+10
| |
| * Common 27ac70f: Initialise InetAddress::addrMatthias P. Braendli2019-11-182-2/+3
| |
| * Common 0a50ea0: Set SO_REUSEADDR for TCP socketsMatthias P. Braendli2019-11-181-0/+5
| |
| * Remove extremely noisy -Wdouble-promotionMatthias P. Braendli2019-11-111-2/+0
| |
| * Travis: Fix typo in ubuntu-toolchain-r PPAMatthias P. Braendli2019-11-111-1/+1
| |
| * Travis: try to get toolchain PPA to workMatthias P. Braendli2019-11-111-1/+2
| |
| * Update package dependencies in READMEMatthias P. Braendli2019-11-111-3/+4
| |
| * Travis: Add missing amd64 build and require sudoMatthias P. Braendli2019-11-111-0/+13
| |
| * Travis: Add ARM64 buildMatthias P. Braendli2019-11-111-44/+52
| |
| * Include patched FDK-AAC in the repositoryMatthias P. Braendli2019-11-11436-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. Braendli2019-11-051-1/+7
| |
| * VLC: do not restart after exit callback if m_running falseMatthias P. Braendli2019-11-051-5/+10
| |
| * Add TODO.md to EXTRA_DISTMatthias P. Braendli2019-10-281-0/+1
| |
| * Update README.mdandimik2019-10-281-14/+14
| |
| * Rename TODO to TODO.mdandimik2019-10-281-0/+0
| |
* | Add GStreamer input prototypeMatthias P. Braendli2019-09-247-15/+359
|/
* EDI: add audio levels and program version TAGsMatthias P. Braendli2019-09-184-2/+114
|