aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Properly apply -T optionMatthias P. Braendli2019-09-052-2/+5
|
* Pull lib/Socket from mmbtools common 162c68cMatthias P. Braendli2019-09-052-14/+18
|
* Apply b1fc144 from commonMatthias P. Braendli2019-09-026-21/+67
|
* Rename Config.h to EDIConfig.hMatthias P. Braendli2019-08-214-3/+3
|
* Add tist support for EDI output, take code from odr-mmbtools-commonMatthias P. Braendli2019-08-2133-654/+2398
|
* Prepare v2.4.1v2.4.1Matthias P. Braendli2019-07-312-1/+6
|
* Fix audio level metadata insertionMatthias P. Braendli2019-07-311-4/+7
|
* Prepare v2.4.0v2.4.0Matthias P. Braendli2019-07-162-1/+8
|
* Update Socket.h and .cppMatthias P. Braendli2019-07-162-11/+12
|
* Avoid crash on AAC encoder destruction if not initialisedMatthias P. Braendli2019-07-121-2/+2
|
* Update Travis to XenialMatthias P. Braendli2019-07-091-10/+10
|
* 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-0311-22/+20
|
* Remove warning and useless include in StatsPublishMatthias P. Braendli2019-07-032-2/+1
|
* Update Socket.cppMatthias P. Braendli2019-07-031-0/+4
|
* 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-035-1/+269
|
* 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-2426-363/+3997
|
* Move outputs to a separate fileMatthias P. Braendli2019-05-206-157/+346
|
* README: fix dependency installationMatthias P. Braendli2019-04-151-7/+13
|
* added installation procedureandimik2019-04-111-10/+23
|
* Fail if invalid -f option is givenMatthias P. Braendli2019-04-091-2/+5
|
* Add JACK scenario with samplerate workaroundMatthias P. Braendli2019-04-091-2/+5
|
* Update TODO with sample rate conversionMatthias P. Braendli2019-03-041-0/+9
|
* Prepare v2.3.1v2.3.1Matthias P. Braendli2018-10-112-1/+9
|