Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add version check for old GStreamer versions | Matthias P. Braendli | 2020-09-15 | 1 | -0/+4 |
| | |||||
* | Travis: Add GStreamer | Matthias P. Braendli | 2020-09-15 | 1 | -3/+11 |
| | |||||
* | README: correct vlc-plugin-base package name | Matthias P. Braendli | 2020-09-15 | 1 | -2/+2 |
| | | | | | | Thanks Federico Closes issue #15 | ||||
* | Travis: add OSX build | Matthias P. Braendli | 2020-07-20 | 1 | -1/+18 |
| | |||||
* | Portability: do not use linux specific SOCK_NONBLOCK in stats publisher | Matthias P. Braendli | 2020-07-20 | 1 | -5/+17 |
| | |||||
* | Do not install toolame-dab and fdk-aac-dab headers | Matthias P. Braendli | 2020-06-03 | 2 | -43/+38 |
| | |||||
* | Prepare v2.6.1v2.6.1 | Matthias P. Braendli | 2020-05-26 | 3 | -3/+11 |
| | |||||
* | Add --version option | Matthias P. Braendli | 2020-05-26 | 1 | -2/+14 |
| | |||||
* | Statically link toolame-dab and fdk-aac-dab | Matthias P. Braendli | 2020-05-12 | 4 | -88/+35 |
| | | | | | ODR-AudioEnc is the only tool using those two libraries, and statically linking makes deployment simpler. | ||||
* | Update common EDI changes | Matthias P. Braendli | 2020-05-11 | 6 | -19/+39 |
| | |||||
* | 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 |
| | |||||
* | README: Remove inexisting libgstreamer-plugins-ugly1.0-dev package from list | Matthias P. Braendli | 2020-04-27 | 1 | -1/+1 |
| | |||||
* | Prepeare v2.6.0v2.6.0 | Matthias P. Braendli | 2020-04-23 | 3 | -6/+14 |
| | |||||
* | Only write ICY Text if it changed | Matthias P. Braendli | 2020-04-22 | 1 | -1/+4 |
| | |||||
* | Update README and TODO | Matthias P. Braendli | 2020-04-21 | 2 | -25/+38 |
| | |||||
* | Fix multi output when combining EDI and ZMQ | Matthias P. Braendli | 2020-04-21 | 4 | -13/+18 |
| | |||||
* | Change EDI output to handle disconnects | Matthias P. Braendli | 2020-04-21 | 5 | -29/+135 |
| | |||||
* | Add check for MSG_NOSIGNAL and SO_NOSIGPIPE | Matthias P. Braendli | 2020-04-21 | 1 | -0/+20 |
| | |||||
* | Replace AX_CXX_COMPILE_STDCXX_11 by AX_CXX_COMPILE_STDCXX | Matthias P. Braendli | 2020-04-21 | 3 | -40/+952 |
| | | | | This is because the latter is actually a dependency of the former | ||||
* | Update m4 macros | Matthias P. Braendli | 2020-04-20 | 3 | -465/+340 |
| | |||||
* | Common eb85d35: TAI bulletin refresh before it expires | Matthias P. Braendli | 2020-04-06 | 2 | -22/+38 |
| | |||||
* | 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 |
| | |||||
* | Mention GStreamer in README | Matthias P. Braendli | 2020-03-31 | 1 | -4/+8 |
| | |||||
* | Fix GStreamer input, rework ICY-Text write | Matthias P. Braendli | 2020-03-31 | 10 | -203/+302 |
| | |||||
* | Merge GStreamer into next | Matthias P. Braendli | 2020-03-31 | 446 | -119/+218226 |
|\ | |||||
| * | 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 |
| | | |||||
| * | Prepare v2.5.0v2.5.0 | Matthias P. Braendli | 2020-02-11 | 2 | -1/+8 |
| | | |||||
| * | Disable EDI dump to file | Matthias P. Braendli | 2020-01-04 | 1 | -1/+1 |
| | | |||||
| * | Mention GStreamer in TODO | Matthias P. Braendli | 2019-12-10 | 1 | -0/+12 |
| | | |||||
| * | Apply common 23752f6 and e10272e | Matthias P. Braendli | 2019-11-18 | 2 | -3/+3 |
| | | |||||
| * | Fix StatsPublisher socket leak | Matthias P. Braendli | 2019-11-18 | 2 | -0/+10 |
| | | |||||
| * | Common 27ac70f: Initialise InetAddress::addr | Matthias P. Braendli | 2019-11-18 | 2 | -2/+3 |
| | | |||||
| * | Common 0a50ea0: Set SO_REUSEADDR for TCP sockets | Matthias P. Braendli | 2019-11-18 | 1 | -0/+5 |
| | | |||||
| * | Remove extremely noisy -Wdouble-promotion | Matthias P. Braendli | 2019-11-11 | 1 | -2/+0 |
| | | |||||
| * | Travis: Fix typo in ubuntu-toolchain-r PPA | Matthias P. Braendli | 2019-11-11 | 1 | -1/+1 |
| | | |||||
| * | Travis: try to get toolchain PPA to work | Matthias P. Braendli | 2019-11-11 | 1 | -1/+2 |
| | | |||||
| * | Update package dependencies in README | Matthias P. Braendli | 2019-11-11 | 1 | -3/+4 |
| | | |||||
| * | Travis: Add missing amd64 build and require sudo | Matthias P. Braendli | 2019-11-11 | 1 | -0/+13 |
| | | |||||
| * | Travis: Add ARM64 build | Matthias P. Braendli | 2019-11-11 | 1 | -44/+52 |
| | | |||||
| * | 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 |
| | | |||||
* | | Add GStreamer input prototype | Matthias P. Braendli | 2019-09-24 | 7 | -15/+359 |
|/ |