summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)Author
2010-05-15Eliminate %zd tag in printf format strings, replace them with %ld. The %z for...Jeffrey Goode
2010-05-15Fix include problemJeffrey Goode
2010-05-15Fix logf lines in codecs (type mismatches)Jeffrey Goode
2010-05-14Make the sim buildable with mingw againFrank Gevaerts
2010-05-14Hopefully the last warningFrank Gevaerts
2010-05-14Fix various size_t related warnings and errorsFrank Gevaerts
2010-05-14another cast ssize_t -> longRafaël Carré
2010-05-14cast ssize_t to longRafaël Carré
2010-05-14Fix FS#11261 (slow seek forward in mpc files). Since the introduction of the ...Andree Buschmann
2010-05-14Fix remaining reds/yellows.Thomas Martitz
2010-05-14Move math.h to firmware/libc/include/ and fix slight incompatibilities betwee...Thomas Martitz
2010-05-14Include host system's header files and don't compile our c library replacemen...Thomas Martitz
2010-05-14Give pitch_detector the IRAMming it deserves.Michael Sevakis
2010-05-14updates the README document.Yoshihisa Uchida
2010-05-14Set up EMAC mode in cook, fixing whitenois when transitioning from a codec us...Nils Wallménius
2010-05-14fix: The second playback time is not correct in playing TTA musics continuously.Yoshihisa Uchida
2010-05-14Enable recording on clipv1/m200v4/c200v2Rafaël Carré
2010-05-14Restor setting of EMAC mode on coldfire lost in r25056 fixes whitenoise when ...Nils Wallménius
2010-05-14Cache align the pitch detector audiobuffer where needed. Some other misc. cha...Michael Sevakis
2010-05-14Fix LUA red and yellow.Michael Sevakis
2010-05-14Fix some sim warnings.Michael Sevakis
2010-05-14pitch_detector: Use continuous recording, even if the algorithm is too slow f...Michael Sevakis
2010-05-13FS#11272 by Gerhard Zintel fixing a bug when resetting the database in keyboxNils Wallménius
2010-05-13fix pitch_detector: recording will stop itself if the callback returns <0Rafaël Carré
2010-05-13Put decoder array into IRAM. Improves Coldfire (h300) performance 218MHz ->1...Michael Giacomelli
2010-05-13add True Audio (TTA) codecYoshihisa Uchida
2010-05-13Two tiny tweaks to some arm asmNils Wallménius
2010-05-13Correct detection of the absence of the current presetAlexander Levin
2010-05-13Some asm for mdct on coldfire, speeds up vorbis decoding by about 0.3MHzNils Wallménius
2010-05-13fix the freq bar after music playsJonathan Gordon
2010-05-13fix FS#11264 - frequency bar and presets not working in the sbsJonathan Gordon
2010-05-12Simplify special case function, speedup of about 0.2MHz on both coldfire and ...Nils Wallménius
2010-05-12Avoid duplicated code, create a formatting function for FM frequencyAlexander Levin
2010-05-12fix: the problem to which new filetypes cannot be registered.Yoshihisa Uchida
2010-05-12fix the last of the reds, and make RDS tags actually work (and add them to th...Jonathan Gordon
2010-05-12fix red and yellow (most of it anyway)Jonathan Gordon
2010-05-12FS#10853 - Skin support in the radio screen! Check CustomWPS for the new tagsJonathan Gordon
2010-05-12ok, use a smaller font size on shorter display targets (3K instead of 10K)Jonathan Gordon
2010-05-12Borrow another 10K to make sure multifont will have room on even the smallers...Jonathan Gordon
2010-05-12Fix F_T_SOUND voicing for decimals and physical values.Michael Sevakis
2010-05-12Have option_get_valuestring always call sound_val2phys before formatting rath...Michael Sevakis
2010-05-11No need to have a variable for a thing computed by the preprocessorAlexander Levin
2010-05-11Fix yellowJeffrey Goode
2010-05-11Add Insert Shuffled to hotkey optionsJeffrey Goode
2010-05-11ARM DSP: Add assembly custom sound channel processing. 13% to 14% faster than...Michael Sevakis
2010-05-11ARM DSP: Get an instruction out of the crossfeed main loop and improve loads ...Michael Sevakis
2010-05-11ARM DSP: Remove a couple comments that no longer apply.Michael Sevakis
2010-05-11ARM DSP: fore some reason I neglected dsp_downsample completely. Do a small r...Michael Sevakis
2010-05-11ARM DSP: Make things a little more pipeline friendly. Reduce nonvolatile regi...Michael Sevakis
2010-05-11More hotkey code cleanupJeffrey Goode