summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)Author
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
2010-05-10Revert r25929. Test have shown that the assembler code is more than 50% faste...Jens Arnold
2010-05-10HD200 - add support for the device in greylibMarcin Bukat
2010-05-10flac: remove ARM assemblyRafaël Carré
2010-05-10chunksize decreases 4 bytes regardless wave/wave64.Yoshihisa Uchida
2010-05-10wmafixed.h: remove double declarationRafaël Carré
2010-05-09Fix ffmpeg revision number in libwmapro/README.rockboxMohamed Tarek
2010-05-09nomsgMohamed Tarek
2010-05-09Fix wav metadata bug, also fix typos and some const policeJeffrey Goode
2010-05-09Submit FS#11253. Rework of test_mem plugin to bench DRAM and IRAM. Also add A...Andree Buschmann
2010-05-09slightly rework peakmeter handling to make it cleaner and be able to be used ...Jonathan Gordon
2010-05-09wave/wave64 LIST chunk parserYoshihisa Uchida
2010-05-09revert those last few...Jonathan Gordon
2010-05-09mono targets dont support backdrops so dont use that #defineJonathan Gordon
2010-05-09fix redJonathan Gordon
2010-05-09use a better value for the needed skin buffer sizeJonathan Gordon
2010-05-09Fix redJeffrey Goode
2010-05-09FS#11250: Hotkey setting method changed to menu item vs button pres in contex...Jeffrey Goode
2010-05-08Slovak language updateBertrik Sikken
2010-05-08Czech language updateBertrik Sikken
2010-05-08Save some binsize.Magnus Holmgren
2010-05-08wave/wave64: parse LIST chunk.Yoshihisa Uchida
2010-05-08Gigabeat S: Reclaim about 800K of memory that was laying unused. Get rid of D...Michael Sevakis
2010-05-07Use 'HZ' and remove 'volatile' as suggested by kugel.Andree Buschmann
2010-05-07Changes in test_mem plugin: Use correct formula to calculate KB/s, reasonable...Andree Buschmann
2010-05-07Unroll mpc's requantization loops for some (minor) speed up.Andree Buschmann
2010-05-07Fix (hopefully) last aliasing bug (midiutil), and enable -fno-strict-aliasing...Frank Gevaerts
2010-05-07Refactor mpc's requantization to use identical macros for each subframe.Andree Buschmann
2010-05-07Fix possible buffer overflowFrank Gevaerts
2010-05-07fix one more size_t/ssize_t misuseFrank Gevaerts
2010-05-07Fix size_t handling in plugin_get_buffer()Frank Gevaerts
2010-05-07Fix disastrous variable shadowing, change casts to unsigned in (cygwin doesn'...Thomas Martitz
2010-05-07Fix yellow.Steve Bavin