Age | Commit message (Expand) | Author | Files | Lines |
2012-04-25 | Add codecs to librbcodec. | Sean Bartell | 1 | -206/+0 |
2012-04-05 | Build libspc with -03 on m68k (Coldfire). | Michael Sevakis | 1 | -0/+1 |
2012-04-04 | Refactor and unify objcopy calls in the build system. Also now properly handl... | Thomas Martitz | 1 | -7/+1 |
2012-03-28 | build system: completely autodetect target cpu architecture. | Thomas Martitz | 1 | -2/+2 |
2012-03-28 | tlsf: move to /lib (it's also used by plugins). | Thomas Martitz | 1 | -4/+1 |
2012-03-26 | build system: unify/simplify library handling a bit. | Thomas Martitz | 1 | -9/+8 |
2012-01-22 | Use ARCH instead of CPU for selecting optimization levels. | Thomas Martitz | 1 | -2/+2 |
2012-01-21 | Hosted: Output map files after linking. | Thomas Martitz | 1 | -1/+1 |
2012-01-21 | Move supprt-arm.S to separate library. | Thomas Martitz | 1 | -1/+1 |
2012-01-03 | Adjust a few makefiles to generate smaller (upto 80%) binaries on RaaA through | Thomas Martitz | 1 | -3/+5 |
2011-10-08 | libtremor: build with -O2 for cf, gives a slight speedup on high bitrate file... | Nils Wallménius | 1 | -1/+0 |
2011-08-31 | Build libgme with the same compiler settings as other codecs. | Andree Buschmann | 1 | -17/+17 |
2011-08-18 | Optimized compiler settings for libgme. ARM now uses -O1 except for the 2413 ... | Andree Buschmann | 1 | -11/+14 |
2011-08-18 | FS#12231 | Nils Wallménius | 1 | -0/+58 |
2011-08-18 | Roll back r30328. Sorry for any inconvenience. | Andree Buschmann | 1 | -12/+11 |
2011-08-18 | Allow to use different compiler settings for codecs built from libgme. ARM no... | Andree Buschmann | 1 | -11/+12 |
2011-08-07 | Submit initial patch from FS#12176. Adds support for several new game music f... | Andree Buschmann | 1 | -0/+14 |
2011-06-07 | FS#12144, Use -fPIC -fvisibility=hidden only for plugins on sim and app build... | Nils Wallménius | 1 | -1/+2 |
2010-12-27 | Redo r28026 so that all .S files get the __ASSEMBLER__ define. | Thomas Martitz | 1 | -1/+1 |
2010-08-24 | Move setjmp to lib and add setjmp for sh (imported from newlib) and compile i... | Thomas Martitz | 1 | -1/+1 |
2010-07-14 | Build wmapro, disabled on targets with less than 2MB of ram | Rafaël Carré | 1 | -0/+2 |
2010-07-14 | remove unused CODECLIBS variable from makefile | Rafaël Carré | 1 | -6/+0 |
2010-07-14 | Remove WMA Pro again from the main build temporarily till the errors/warnings... | Mohamed Tarek | 1 | -3/+1 |
2010-07-14 | Add WMA Pro to the main build. WMA Pro now plays on target and decodes in 151... | Mohamed Tarek | 1 | -1/+3 |
2010-07-10 | Rename/change SIMVER to APP_TYPE in the Makefiles. | Thomas Martitz | 1 | -3/+3 |
2010-07-03 | Move -Wl,-z,defs to GLOBAL_LDOPTS (instead of GCCOPTS), to avoid noise in old... | Frank Gevaerts | 1 | -0/+1 |
2010-06-21 | Fix reds. (Actually removed wmapro from main build, which was added in a prev... | Mohamed Tarek | 1 | -1/+0 |
2010-05-16 | fix red | Nils Wallménius | 1 | -1/+1 |
2010-05-16 | Since we no longer use -fno-strict-aliasing in CFLAGS we don't need to strip ... | Nils Wallménius | 1 | -2/+2 |
2010-05-13 | add True Audio (TTA) codec | Yoshihisa Uchida | 1 | -0/+2 |
2010-05-09 | nomsg | Mohamed Tarek | 1 | -0/+1 |
2010-05-02 | - Factor out container specific code from apps/codecs/wma.c. | Mohamed Tarek | 1 | -1/+2 |
2010-02-28 | Add wave64(.w64) codec (FS#11022) | Yoshihisa Uchida | 1 | -0/+1 |
2010-02-28 | Add vox (Dialogic telephony formats) codec add. (FS#11021) | Yoshihisa Uchida | 1 | -0/+1 |
2010-02-28 | Add Sun Audio codec. (FS#10433) | Yoshihisa Uchida | 1 | -0/+1 |
2010-02-24 | add SMAF codec (.mmf extension)(FS#10432) | Yoshihisa Uchida | 1 | -0/+1 |
2010-02-12 | Add support for Sony OMA file format. Currently only supports ATRAC3 (without... | Mohamed Tarek | 1 | -0/+1 |
2010-02-04 | Use all available codec iram for reciprocal table in APE codec on ARMv4. Done... | Andrew Mahone | 1 | -1/+9 |
2010-01-27 | Commit FS#10422 by Yoshihisa Uchida. Seperates WAV and AIFF parsing from PCM... | Michael Giacomelli | 1 | -0/+3 |
2010-01-24 | *.link: depends on config file where plugin buffer size is set | Rafaël Carré | 1 | -1/+2 |
2009-11-29 | Enable strict aliasing optimizations for codecs on gcc versions >= 4.0, fix a... | Nils Wallménius | 1 | -2/+2 |
2009-08-29 | FS#10466: Introduce a real malloc for tremor. | Magnus Holmgren | 1 | -1/+4 |
2009-08-14 | Support for playback of atrac3 audio in rm, in sim. | Mohamed Tarek | 1 | -0/+3 |
2009-08-04 | Rename codecs/dnet.c to codecs/a52_rm.c | Mohamed Tarek | 1 | -1/+1 |
2009-08-04 | Add support for AC3 audio in RM container. | Mohamed Tarek | 1 | -0/+1 |
2009-07-25 | Adding support for playback of aac audio in rm container, with seeking. | Mohamed Tarek | 1 | -0/+1 |
2009-07-25 | Compile librm separately in preparation for addition of more codecs. | Mohamed Tarek | 1 | -1/+2 |
2009-07-06 | Adding support for rm playback. Only cook codec is supported for now and no s... | Mohamed Tarek | 1 | -1/+3 |
2009-03-02 | Fix some slight inconsistencies. | Jens Arnold | 1 | -1/+1 |
2009-02-09 | make sure plugin.lds is not processed when building sims since it isn't used ... | Daniel Stenberg | 1 | -2/+5 |