Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add aac-enc-dabplus-zmq with ZeroMQ output | Matthias P. Braendli | 2013-12-15 | 1 | -1/+8 |
| | |||||
* | add reed-solomon encoding. | piratfm | 2013-12-14 | 1 | -1/+1 |
| | |||||
* | vlc works with bare aac | piratfm | 2013-12-14 | 1 | -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 commit | Matthias P. Braendli | 2013-12-14 | 1 | -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 packages | Martin Storsjo | 2013-11-25 | 1 | -0/+1 |
| | |||||
* | Rename sbr_rom/ram files back to the original names | Martin Storsjo | 2012-11-02 | 1 | -2/+2 |
| | | | | This minimizes the differences to upstream. | ||||
* | build: Build object files in subdirectories | Martin Storsjo | 2012-11-02 | 1 | -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 files | Martin Storsjo | 2012-11-02 | 1 | -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 upstream | Martin Storsjo | 2012-11-01 | 1 | -2/+1 |
| | |||||
* | Add an encoder example | Martin Storsjo | 2012-09-13 | 1 | -0/+9 |
| | |||||
* | Export the external symbols via the libtool -export-symbols option | Martin Storsjo | 2012-07-11 | 1 | -1/+3 |
| | | | | Change-Id: If139d0d1cf6f9fdfb0ebc477d2152b9f5f49f566 | ||||
* | Don't link to libstdc++ | Martin Storsjo | 2012-07-11 | 1 | -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 libSBRenc | Martin Storsjo | 2012-07-11 | 1 | -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 files | Martin Storsjo | 2012-07-11 | 1 | -0/+208 |
Change-Id: If97c7482bffaab4a21cd2fb8341f2939f19d3bbd |