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