aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Update common: ClockTAI and make RemoteControl optionalMatthias P. Braendli2024-05-051-1/+0
|
* Add manpageRobin ALEXANDER2022-03-271-0/+2
|
* Common fc2902b and 4ad00b8: Update EDI output interleaver and spreadingMatthias P. Braendli2021-02-241-2/+0
|
* Common 6b5db53: Update zmq.hpp, TCPReceiveServer, EDI decoder and outputMatthias P. Braendli2021-01-151-13/+13
|
* Replace PAD fifo by UNIX socketMatthias P. Braendli2020-07-081-0/+2
|
* Do not install toolame-dab and fdk-aac-dab headersMatthias P. Braendli2020-06-031-34/+31
|
* Statically link toolame-dab and fdk-aac-dabMatthias P. Braendli2020-05-121-36/+29
| | | | | ODR-AudioEnc is the only tool using those two libraries, and statically linking makes deployment simpler.
* Fix GStreamer input, rework ICY-Text writeMatthias P. Braendli2020-03-311-1/+4
|
* Merge GStreamer into nextMatthias P. Braendli2020-03-311-4/+6
|\
| * Include patched FDK-AAC in the repositoryMatthias P. Braendli2019-11-111-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * Add TODO.md to EXTRA_DISTMatthias P. Braendli2019-10-281-0/+1
| |
* | Add GStreamer input prototypeMatthias P. Braendli2019-09-241-1/+5
|/
* Apply b1fc144 from commonMatthias P. Braendli2019-09-021-0/+1
|
* Rename Config.h to EDIConfig.hMatthias P. Braendli2019-08-211-1/+1
|
* Add tist support for EDI output, take code from odr-mmbtools-commonMatthias P. Braendli2019-08-211-5/+11
|
* Enable -Wall and fix a few warningsMatthias P. Braendli2019-07-031-2/+2
|
* Add stats sender to UNIX datagram socketMatthias P. Braendli2019-07-031-0/+2
|
* Add EDI output and rework odr-audioenc.cppMatthias P. Braendli2019-06-241-1/+22
|
* Move outputs to a separate fileMatthias P. Braendli2019-05-201-0/+2
|
* Use pkg-config to check for fdk-aacMatthias P. Braendli2018-10-081-2/+3
| | | | This solves wrong linking if both /usr/lib/libfdk.so.0 and /usr/local/lib/libfdk.so.1 exist
* Remove unnecessary linking against librtMatthias P. Braendli2017-12-111-1/+1
|
* Add a --decoder option for loopback testingMatthias P. Braendli2017-07-241-0/+2
|
* Add wav file writerMatthias P. Braendli2017-07-241-1/+1
|
* Rename wavreader to wavfileMatthias P. Braendli2017-07-241-2/+2
|
* Remove not existing file from EXTRA_DISTMatthias P. Braendli2017-03-101-1/+0
|
* Add missing files in EXTRA_DISTMatthias P. Braendli2017-02-191-0/+2
|
* Remove NOTICE and Android.mk from EXTRA_DISTMatthias P. Braendli2016-09-161-2/+0
|
* Remove charset.h and utf8 from Makefile.amMatthias P. Braendli2016-09-161-5/+0
|
* Remove libfec dependencyMatthias P. Braendli2016-09-161-9/+19
|
* Rename project to ODR-AudioEnc for consistencyMatthias P. Braendli2016-09-111-35/+35
|
* Remove mot-encoderMatthias P. Braendli2016-09-111-8/+1
|
* Link against external fdk, rename to odr-audioencoderMatthias P. Braendli2016-09-101-234/+36
|
* Add doxygen configuration and targetMatthias P. Braendli2016-07-081-0/+6
|
* MOT encoder: enable/fix all/extra warningsStefan Pöschel2016-06-261-1/+1
|
* Prepare v1.0.0v1.0.0Matthias P. Braendli2016-03-261-0/+1
|
* Make ALSA input conditionalMatthias P. Braendli2016-02-261-2/+9
|
* Compile libtoolame-dab as C99Matthias P. Braendli2016-02-181-1/+1
|
* Set CFLAGS instead of CXXFLAGS for libtoolame-dabMatthias P. Braendli2016-02-181-1/+1
|
* Compile libtoolame-dab with -DNEWENCODEMatthias P. Braendli2016-02-171-1/+1
|
* Remove useless libtoolame-dab filesMatthias P. Braendli2016-02-151-10/+2
|
* Rename library fdk-aac to fdk-dabplusMatthias P. Braendli2016-02-151-13/+13
|
* Include toolame-dab as libraryMatthias P. Braendli2016-02-151-3/+75
|
* Add -Wno-narrowing flag to libfdk for GCC 5.2Matthias P. Braendli2015-07-301-1/+1
|
* Replace boost by C++11Matthias P. Braendli2015-05-041-2/+2
| | | | | std::thread doesn't support interruption like boost::thread, which was used in the ALSA input. Everything else should be equivalent.
* Add missing files to Makefile.amMatthias P. Braendli2015-05-041-1/+6
|
* Makefile.am: add dirty flag to version stringMatthias P. Braendli2015-04-121-1/+1
|
* Compile dabplus-enc with -O2Matthias P. Braendli2015-03-211-1/+1
|
* Add libvlc inputMatthias P. Braendli2015-03-111-1/+4
| | | | | Be careful about sample rate conversion, VLC only wants to use the ugly resampler on some machines.
* Remove dls-encoderMatthias P. Braendli2014-07-071-6/+0
|
* Add JACK input supportMatthias P. Braendli2014-06-261-2/+11
|