aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Make mot-encoder C++, removes memory leaksMatthias P. Braendli2014-06-161-2/+2
|
* Update Makefile.am accordinglyMatthias P. Braendli2014-06-161-1/+1
|
* Add dls-only encoder for testing purposesMatthias P. Braendli2014-04-251-0/+6
|
* merge file and alsa encoders into dabplus-encMatthias P. Braendli2014-04-251-26/+16
| | | | There was a lot of redundant code between the two
* dabplus-enc-file: replace little dots by nice level indicatorMatthias P. Braendli2014-04-251-1/+5
|
* Add ZMQ CURVE auth supportMatthias P. Braendli2014-04-191-0/+4
|
* Remove dabplus-enc-fileMatthias P. Braendli2014-03-191-7/+1
|
* rename AlsaDabplus.cpp to dabplus-enc-alsa-zmq.cppMatthias P. Braendli2014-03-101-1/+1
|
* Add version number to the programsMatthias P. Braendli2014-03-101-21/+30
|
* Prepare v0.2.0v0.2.0Matthias P. Braendli2014-03-091-0/+2
|
* update README.mdMatthias P. Braendli2014-03-091-0/+1
|
* tidy dabplus-enc-file-zmqMatthias P. Braendli2014-03-091-1/+1
|
* tidy dabplus-enc-fileMatthias P. Braendli2014-03-091-1/+1
|
* Move sources to src, rename all programsMatthias P. Braendli2014-03-091-23/+27
|
* remove autogen.sh, we have bootstrapMatthias P. Braendli2014-03-091-1/+1
|
* do not build aac-enc anymoreMatthias P. Braendli2014-03-091-2/+1
|
* rename dabplus-zmq to dabplus-encMatthias P. Braendli2014-03-091-5/+4
|
* remove alsa-dabplus-zmqMatthias P. Braendli2014-03-091-3/+0
|
* alsa input improvements, not workingMatthias P. Braendli2014-03-071-0/+1
|
* Merge branch 'master' into alsaMatthias P. Braendli2014-03-071-1/+1
|\
| * fix magickwand compile flagsMatthias P. Braendli2014-03-071-1/+1
| |
* | Merge branch 'master' into alsaMatthias P. Braendli2014-03-071-10/+8
|\| | | | | | | | | | | Conflicts: Makefile.am configure.ac
| * Add PAD (MOT and Slideshow) encoder from www.csp.itMatthias P. Braendli2014-02-281-9/+10
| |
* | alsa-dabplus compilesMatthias P. Braendli2014-03-071-1/+3
| |
* | add first code bits of new alsa encoderMatthias P. Braendli2014-03-071-2/+14
| |
* | untested fixes for alsa-dabplus-zmq.cMatthias P. Braendli2014-02-011-1/+4
|/
* Add aac-enc-dabplus-zmq with ZeroMQ outputMatthias P. Braendli2013-12-151-1/+8
|
* add reed-solomon encoding.piratfm2013-12-141-1/+1
|
* vlc works with bare aacpiratfm2013-12-141-0/+1
| | | | | | | | | Conflicts: .cproject libAACenc/src/aacenc_lib.cpp libAACenc/src/qc_main.cpp libFDK/src/FDK_crc.cpp libSYS/include/FDK_audio.h
* Apply piratfm's first commitMatthias P. Braendli2013-12-141-1/+5
| | | | | | It's the patch from commit e969ea8 AAC960 works now. All modes: LC/SBR/PS. Only for DAB+, not DRM. without the copyright headers that create a ton of merge conficts
* Include autogen.sh when building distribution packagesMartin Storsjo2013-11-251-0/+1
|
* Rename sbr_rom/ram files back to the original namesMartin Storsjo2012-11-021-2/+2
| | | | This minimizes the differences to upstream.
* build: Build object files in subdirectoriesMartin Storsjo2012-11-021-0/+1
| | | | This allows producing more than one object file with the same name.
* build: Don't use make variables in the declaration of source filesMartin Storsjo2012-11-021-131/+122
| | | | | This is required for working dependency generation with the subdir-objects option enabled.
* Update Makefile.am to account for a removed file in the latest upstreamMartin Storsjo2012-11-011-2/+1
|
* Add an encoder exampleMartin Storsjo2012-09-131-0/+9
|
* Export the external symbols via the libtool -export-symbols optionMartin Storsjo2012-07-111-1/+3
| | | | Change-Id: If139d0d1cf6f9fdfb0ebc477d2152b9f5f49f566
* Don't link to libstdc++Martin Storsjo2012-07-111-0/+5
| | | | | | | While the source is C++, it doesn't use anything from the C++ runtime, so by building with -fno-exceptions -fno-rtti, the dynamic library doesn't have to be linked to libstdc++. This also simplifies things for users of the static library.
* Add an _enc suffix to the sbr_ram/rom files in libSBRencMartin Storsjo2012-07-111-2/+2
| | | | | | This avoids name clashes with the similarly named files in libSBRdec, when building all libraries with one single automake file.
* Add automake/autoconf source filesMartin Storsjo2012-07-111-0/+208
Change-Id: If97c7482bffaab4a21cd2fb8341f2939f19d3bbd