summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2010-05-16fix redNils Wallménius1-1/+1
2010-05-16Since we no longer use -fno-strict-aliasing in CFLAGS we don't need to strip ...Nils Wallménius1-2/+2
2010-05-16yellow go bye byeJonathan Gordon1-0/+1
2010-05-16FS#11263 - Radio Art support! %C and %Cl tags work in the radio screen and Ba...Jonathan Gordon8-6/+179
2010-05-16Make sure to include audiohw.h in settings.h or the definition of struct user...Michael Sevakis1-0/+1
2010-05-15Revert r26048. APE tags in mp3 is explicitely on http://www.rockbox.org/wiki/...Frank Gevaerts4-12/+6
2010-05-15Format FM frequency depending on the regional settings (FS#11273)Alexander Levin1-21/+32
2010-05-15Revert r26055 since it breaks certain Archos targets.Michael Sevakis1-9/+1
2010-05-15- Move uisimulator/sdl/*.[ch] into the target tree, under firmware/target/hos...Thomas Martitz1-3/+10
2010-05-15Small mistake in francais.langRafaël Carré1-2/+2
2010-05-15Fix alarmclock plugin time miscalculationRafaël Carré1-6/+13
2010-05-15If HAVE_POWEROFF_WHILE_CHARGING is not defined and the charging configuration...Michael Sevakis1-1/+9
2010-05-15Hopefully finish off the red from r26051.Michael Sevakis1-1/+3
2010-05-15Hopefully get some green back from r26051.Michael Sevakis1-1/+1
2010-05-15Gigabeat S: Fully enable access to hardware tone controls and 3-D effect feat...Michael Sevakis11-21/+617
2010-05-15fix inverted logic in r26047: voice works againRafaël Carré1-1/+1
2010-05-15mp3: when ID3 tags are not found, search APE tagsYoshihisa Uchida4-6/+12
2010-05-15talk_init() : don't try to load the voice file if it won't fit in memoryRafaël Carré1-1/+3
2010-05-15fix yellowYoshihisa Uchida2-0/+2
2010-05-15ID3 tags parser separates from metadata/mp3.cYoshihisa Uchida3-1025/+1070
2010-05-15Fix yellow: missed a castJeffrey Goode1-1/+1
2010-05-15Eliminate %zd tag in printf format strings, replace them with %ld. The %z for...Jeffrey Goode5-21/+25
2010-05-15Fix include problemJeffrey Goode1-0/+1
2010-05-15Fix logf lines in codecs (type mismatches)Jeffrey Goode5-6/+7
2010-05-14Make the sim buildable with mingw againFrank Gevaerts4-3/+4
2010-05-14Hopefully the last warningFrank Gevaerts1-1/+1
2010-05-14Fix various size_t related warnings and errorsFrank Gevaerts5-13/+13
2010-05-14another cast ssize_t -> longRafaël Carré1-1/+1
2010-05-14cast ssize_t to longRafaël Carré1-1/+1
2010-05-14Fix FS#11261 (slow seek forward in mpc files). Since the introduction of the ...Andree Buschmann1-18/+27
2010-05-14Fix remaining reds/yellows.Thomas Martitz6-10/+18
2010-05-14Move math.h to firmware/libc/include/ and fix slight incompatibilities betwee...Thomas Martitz2-2/+8
2010-05-14Include host system's header files and don't compile our c library replacemen...Thomas Martitz2-0/+4
2010-05-14Give pitch_detector the IRAMming it deserves.Michael Sevakis1-12/+30
2010-05-14updates the README document.Yoshihisa Uchida1-4/+3
2010-05-14Set up EMAC mode in cook, fixing whitenois when transitioning from a codec us...Nils Wallménius1-3/+5
2010-05-14fix: The second playback time is not correct in playing TTA musics continuously.Yoshihisa Uchida1-8/+4
2010-05-14Enable recording on clipv1/m200v4/c200v2Rafaël Carré1-6/+22
2010-05-14Restor setting of EMAC mode on coldfire lost in r25056 fixes whitenoise when ...Nils Wallménius1-0/+5
2010-05-14Cache align the pitch detector audiobuffer where needed. Some other misc. cha...Michael Sevakis1-1/+1
2010-05-14Fix LUA red and yellow.Michael Sevakis1-1/+2
2010-05-14Fix some sim warnings.Michael Sevakis1-4/+9
2010-05-14pitch_detector: Use continuous recording, even if the algorithm is too slow f...Michael Sevakis3-77/+107
2010-05-13FS#11272 by Gerhard Zintel fixing a bug when resetting the database in keyboxNils Wallménius1-0/+1
2010-05-13fix pitch_detector: recording will stop itself if the callback returns <0Rafaël Carré1-1/+0
2010-05-13Put decoder array into IRAM. Improves Coldfire (h300) performance 218MHz ->1...Michael Giacomelli1-1/+1
2010-05-13add True Audio (TTA) codecYoshihisa Uchida19-1/+1689
2010-05-13Two tiny tweaks to some arm asmNils Wallménius2-17/+16
2010-05-13Correct detection of the absence of the current presetAlexander Levin1-5/+7
2010-05-13Some asm for mdct on coldfire, speeds up vorbis decoding by about 0.3MHzNils Wallménius1-2/+53