summaryrefslogtreecommitdiff
path: root/lib/rbcodec/codecs/codecs.make (unfollow)
Commit message (Expand)Author
2016-12-03Fix DEBUG build codecsAmaury Pouly
2013-08-23Change CODECFLAGS to a "simply-expanded" var to give the individualNils Wallménius
2013-05-18Fix opus craches with large embedded album artNils Wallménius
2013-04-26Make fixepoint.c as a shared library (libfixedpoint.a).Michael Sevakis
2013-01-24Deprecate the EXTRA_LIBS variable.Björn Stenberg
2012-09-27opus: build with -fno-strict-aliasing for mips to fix warningsNils Wallménius
2012-09-20Initial opus codec supportFrederik M J Vestre
2012-04-25Add codecs to librbcodec.Sean Bartell
2012-04-05Build libspc with -03 on m68k (Coldfire).Michael Sevakis
2012-04-04Refactor and unify objcopy calls in the build system. Also now properly handl...Thomas Martitz
2012-03-28build system: completely autodetect target cpu architecture.Thomas Martitz
2012-03-28tlsf: move to /lib (it's also used by plugins).Thomas Martitz
2012-03-26build system: unify/simplify library handling a bit.Thomas Martitz
2012-01-22Use ARCH instead of CPU for selecting optimization levels.Thomas Martitz
2012-01-21Hosted: Output map files after linking.Thomas Martitz
2012-01-21Move supprt-arm.S to separate library.Thomas Martitz
2012-01-03Adjust a few makefiles to generate smaller (upto 80%) binaries on RaaA throughThomas Martitz
2011-10-08libtremor: build with -O2 for cf, gives a slight speedup on high bitrate file...Nils Wallménius
2011-08-31Build libgme with the same compiler settings as other codecs.Andree Buschmann
2011-08-18Optimized compiler settings for libgme. ARM now uses -O1 except for the 2413 ...Andree Buschmann
2011-08-18FS#12231Nils Wallménius
2011-08-18Roll back r30328. Sorry for any inconvenience.Andree Buschmann
2011-08-18Allow to use different compiler settings for codecs built from libgme. ARM no...Andree Buschmann
2011-08-07Submit initial patch from FS#12176. Adds support for several new game music f...Andree Buschmann
2011-06-07FS#12144, Use -fPIC -fvisibility=hidden only for plugins on sim and app build...Nils Wallménius
2010-12-27Redo r28026 so that all .S files get the __ASSEMBLER__ define.Thomas Martitz
2010-08-24Move setjmp to lib and add setjmp for sh (imported from newlib) and compile i...Thomas Martitz
2010-07-14Build wmapro, disabled on targets with less than 2MB of ramRafaël Carré
2010-07-14remove unused CODECLIBS variable from makefileRafaël Carré
2010-07-14Remove WMA Pro again from the main build temporarily till the errors/warnings...Mohamed Tarek
2010-07-14Add WMA Pro to the main build. WMA Pro now plays on target and decodes in 151...Mohamed Tarek
2010-07-10Rename/change SIMVER to APP_TYPE in the Makefiles.Thomas Martitz
2010-07-03Move -Wl,-z,defs to GLOBAL_LDOPTS (instead of GCCOPTS), to avoid noise in old...Frank Gevaerts
2010-06-21Fix reds. (Actually removed wmapro from main build, which was added in a prev...Mohamed Tarek
2010-05-16fix redNils Wallménius
2010-05-16Since we no longer use -fno-strict-aliasing in CFLAGS we don't need to strip ...Nils Wallménius
2010-05-13add True Audio (TTA) codecYoshihisa Uchida
2010-05-09nomsgMohamed Tarek
2010-05-02- Factor out container specific code from apps/codecs/wma.c.Mohamed Tarek
2010-02-28Add wave64(.w64) codec (FS#11022)Yoshihisa Uchida
2010-02-28Add vox (Dialogic telephony formats) codec add. (FS#11021)Yoshihisa Uchida
2010-02-28Add Sun Audio codec. (FS#10433)Yoshihisa Uchida
2010-02-24add SMAF codec (.mmf extension)(FS#10432)Yoshihisa Uchida
2010-02-12Add support for Sony OMA file format. Currently only supports ATRAC3 (without...Mohamed Tarek
2010-02-04Use all available codec iram for reciprocal table in APE codec on ARMv4. Done...Andrew Mahone
2010-01-27Commit FS#10422 by Yoshihisa Uchida. Seperates WAV and AIFF parsing from PCM...Michael Giacomelli
2010-01-24*.link: depends on config file where plugin buffer size is setRafaël Carré
2009-11-29Enable strict aliasing optimizations for codecs on gcc versions >= 4.0, fix a...Nils Wallménius
2009-08-29FS#10466: Introduce a real malloc for tremor.Magnus Holmgren
2009-08-14Support for playback of atrac3 audio in rm, in sim.Mohamed Tarek