- 40782d5 Update the discussion of themeing in the manual, and put a note in the wps tags appendix that the actual discussion is elsewhere. by Alex Parker · 15 years ago
- c66e1ee Fix FS#11196 - update %pv in the manual. by Alex Parker · 15 years ago
- 88bd8e7 Some asm for mdct on coldfire, speeds up vorbis decoding by about 0.3MHz by Nils Wallménius · 15 years ago
- 182d13e fix the freq bar after music plays by Jonathan Gordon · 15 years ago
- 3fbe4d2 fix FS#11264 - frequency bar and presets not working in the sbs by Jonathan Gordon · 15 years ago
- bc0434d as3525: use a table for mclk dividers, get rid of a division by Rafaël Carré · 15 years ago
- d556f26 as3525: use DMA for recording by Rafaël Carré · 15 years ago
- 9abd82f fuzev2: current estimation assuming same battery capacity than v1 by Rafaël Carré · 15 years ago
- 18c7e0e Trim down peak calculation a bit. by Michael Sevakis · 15 years ago
- 85f0873 Simplify special case function, speedup of about 0.2MHz on both coldfire and pp decoding the files in the test set by Nils Wallménius · 15 years ago
- e5d6d7a More nice apostrophes by Alexander Levin · 15 years ago
- e0bb2218 Use a nice apostroph by Alexander Levin · 15 years ago
- 9df5638 Make table headers bold; fix a typo by Alexander Levin · 15 years ago
- 6e294e2 Avoid duplicated code, create a formatting function for FM frequency by Alexander Levin · 15 years ago
- 59063c6 Missed a yellow on Cowon D2. :) by Michael Sevakis · 15 years ago
- cc7457e Fix r25970 red and yellow *and* a bug uncovered for pp5002 where pcm_play_dma_start wasn't actually initializing the dma_play_data with the first buffer info (must've happened during pp502x DMA conversion). by Michael Sevakis · 15 years ago
- 4d04132 PCM bottom layer simplification. pcm_rec_peak_addr variable no longer has to be handled there. Driver can just return current pointer for recording peaks. A new define, HAVE_PCM_REC_DMA_ADDRESS, specifies that physical addresses are being used for recording and translation is needed before starting a new block. The drivers need not worry about aligning start and size nor should care if either will be zero. All this will be checked in the logical layer first. by Michael Sevakis · 15 years ago
- f2df42e fix: the problem to which new filetypes cannot be registered. by Yoshihisa Uchida · 15 years ago
- aa1e471 Coldfire strlen, slight optimization pointed out by amiconn, eliminate some unconditionla branches by rearranging the code handling the head bytes by Nils Wallménius · 15 years ago
- a5d8d21 fix the last of the reds, and make RDS tags actually work (and add them to the hardcoded radio skin) by Jonathan Gordon · 15 years ago
- 7b931f0 fix red and yellow (most of it anyway) by Jonathan Gordon · 15 years ago
- 1bd072c FS#10853 - Skin support in the radio screen! Check CustomWPS for the new tags by Jonathan Gordon · 15 years ago
- f9736c0 ok, use a smaller font size on shorter display targets (3K instead of 10K) by Jonathan Gordon · 15 years ago
- d6dbfef Borrow another 10K to make sure multifont will have room on even the smallerst screens by Jonathan Gordon · 15 years ago
- 35fd1e4 Fix F_T_SOUND voicing for decimals and physical values. by Michael Sevakis · 15 years ago
- 1de56ac Have option_get_valuestring always call sound_val2phys before formatting rather than only if fractional places are specified. by Michael Sevakis · 15 years ago
- 418c9ee Faster assembler strlen for coldfire using the load-a-whole-word-and-test-i-for-nullbytes-at-one trick, benched 28% faster than the old version by Nils Wallménius · 15 years ago
- cdcb4ba Add the cyrillic 'yo' to 12-Adobe-Helvetica font by Alexander Levin · 15 years ago
- 738e23c rbutil: change the binary name here too. Thanks to PyroBor for finding that. by Dominik Wenger · 15 years ago
- c79bc80 No need to have a variable for a thing computed by the preprocessor by Alexander Levin · 15 years ago
- c699914 rbutil: fix fuzev2 firmware filename. Thanks to kisak for spotting it. by Dominik Wenger · 15 years ago
- 8261051 Gigabeat F/X: Let us clear up confusion about just what the core frequency is. Fix frequency display in buffering screen. by Michael Sevakis · 15 years ago
- aaa0797 Fix yellow by Jeffrey Goode · 15 years ago
- e141f80 Add Insert Shuffled to hotkey options by Jeffrey Goode · 15 years ago
- 565a863 ARM DSP: Add assembly custom sound channel processing. 13% to 14% faster than currently-used default C code on ARMv4. by Michael Sevakis · 15 years ago
- 68da06f HD200 - fix in asm optimised ATA reads&writes by Marcin Bukat · 15 years ago
- 81bfa13 ARM DSP: Get an instruction out of the crossfeed main loop and improve loads and interlocks for stacked vars. by Michael Sevakis · 15 years ago
- 51845b3 ARM DSP: Remove a couple comments that no longer apply. by Michael Sevakis · 15 years ago
- 1e3eec2 ARM DSP: fore some reason I neglected dsp_downsample completely. Do a small reordering. by Michael Sevakis · 15 years ago
- ab4c86c ARM DSP: Make things a little more pipeline friendly. Reduce nonvolatile register stacking where possible. Routines now handle odd sample counts properly and will not over-write in that case. Remove a few pointless labels. by Michael Sevakis · 15 years ago
- 156272f More hotkey code cleanup by Jeffrey Goode · 15 years ago
- f16912f r25940 oops. No, no, no, that wasn't quite right. Must be truthful about the level in decidecibels for subsequent code. by Michael Sevakis · 15 years ago
- 8ce5b01 MRobe100, HD200, Gigabeat F/X (anything with wm8750 or wm8751). Properly prescale bass and treble controls to avoid clipping. by Michael Sevakis · 15 years ago
- 7d21e5a No need to use alternating registers for dual register read/write sequence. Correct comment. by Andree Buschmann · 15 years ago
- 18b5488 Minor speed up (+3%) of iPod Video screen updates. by Andree Buschmann · 15 years ago
- 08d3c0b Revert r25929. Test have shown that the assembler code is more than 50% faster than the C code both on ARM7TDMI (tested on PP5002 and PP5022) and on ARM1136JF-S (tested on Gigabeat S). If it is slower on ARM9*, it should be disabled for ARM9 only. by Jens Arnold · 15 years ago
- ed70482 sd-as3525v2: Set LP bits in MCI_CLKENA for cards after they have been initialized. by Jack Halpin · 15 years ago
- 5645793 sd-as3525v2: Add delay after SD_SWITCH_FUNC to while switching to high speed timings and wait until after this switch to bring the card clock back up to full speed. by Jack Halpin · 15 years ago
- fb6723a Convert quotes to fancy ones in the license text as well by Alexander Levin · 15 years ago
- badf2c3 See 0x429c in OF (lcd_init), B6 is lcd reset line. by Tobias Diedrich · 15 years ago
- d795d83 as3525(v1) : correct CPU_FREQ by Rafaël Carré · 15 years ago
- fc33011 HD200 - Disable asm optimised reads as it showed to be broken. Enable asm optimised writes. test_disk was failing because of broken read routine. by Marcin Bukat · 15 years ago
- a62db97 HD200 - add support for the device in greylib by Marcin Bukat · 15 years ago
- aee2dcf flac: remove ARM assembly by Rafaël Carré · 15 years ago
- 4fad74e HD200 - Remove checks if driver is initialized. lcd_init_device() is always called first. by Marcin Bukat · 15 years ago
- 45c2a6d HD200 - Reduce wait states when writing to lcd. by Marcin Bukat · 15 years ago
- 90de864 chunksize decreases 4 bytes regardless wave/wave64. by Yoshihisa Uchida · 15 years ago
- b24fac4 wmafixed.h: remove double declaration by Rafaël Carré · 15 years ago
- 4970f98 as3525v2: disable adjustable CPU frequency by Rafaël Carré · 15 years ago
- 270f136 Fix ffmpeg revision number in libwmapro/README.rockbox by Mohamed Tarek · 15 years ago
- cd4d80a nomsg by Mohamed Tarek · 15 years ago
- 6a96037 Add non-breaking spaces to mA, mAh, MB and GB. Add playertype for iPod Video when describing the different variants. by Andree Buschmann · 15 years ago
- 565e647 Undo a change of r25850 which broke SDL audio on some (older kernels?) systems. by Thomas Martitz · 15 years ago
- a26a68d Fix wav metadata bug, also fix typos and some const police by Jeffrey Goode · 15 years ago
- 70daf4e Submit FS#11253. Rework of test_mem plugin to bench DRAM and IRAM. Also add ARM assembler and change the result format. by Andree Buschmann · 15 years ago
- e8c72b6 Use typographic quotation marks -- correct more places by Alexander Levin · 15 years ago
- 598ed2e Use typographic quotation marks by Alexander Levin · 15 years ago
- 38234e2 Manual: Bookmarking update (FS#11227 by Magnus Holmgren) by Alexander Levin · 15 years ago
- 36568ed Remove -U_GNU_SOURCE again (was added in r25850). It turns out SDL doesn't work properly with it. The reason I added it for doesn't exist anymore (or, not yet). by Thomas Martitz · 15 years ago
- 38ef849 slightly rework peakmeter handling to make it cleaner and be able to be used in conditionals by Jonathan Gordon · 15 years ago
- 382c23e Update current usage for Fuzev1/e200v2/Clipv1 by Rafaël Carré · 15 years ago
- 20eb5f4 wave/wave64 LIST chunk parser by Yoshihisa Uchida · 15 years ago
- 52a8a54 revert those last few... by Jonathan Gordon · 15 years ago
- bbb22fa mono targets dont support backdrops so dont use that #define by Jonathan Gordon · 15 years ago
- 66e78ff fix red by Jonathan Gordon · 15 years ago
- 3a1d661 use a better value for the needed skin buffer size by Jonathan Gordon · 15 years ago
- 847bd28 Fix red by Jeffrey Goode · 15 years ago
- 1ad76ff FS#11250: Hotkey setting method changed to menu item vs button pres in context menu. Manuals updated to match. by Jeffrey Goode · 15 years ago
- 8d35534 Slovak language update by Bertrik Sikken · 15 years ago
- aee2c12 Czech language update by Bertrik Sikken · 15 years ago
- a1b26db Sansa Cliv2: calibrated discharge curve by Rafaël Carré · 15 years ago bootloader_sansafuzev2_sansaclipv2_sansaclipplus_v2
- b269b78 as3525*: stop MPMCCLKOUT when all SDRAMs are idle by Rafaël Carré · 15 years ago
- fe29ad2 Save some binsize. by Magnus Holmgren · 15 years ago
- 35808b7 wave/wave64: parse LIST chunk. by Yoshihisa Uchida · 15 years ago
- 04afc13 Add some vertical space before and after notes by Alexander Levin · 15 years ago
- 43d2c7a Clean the DCache just before going to main because areas were written by init code that need to be coherent (.ncbss and .sdmacode). by Michael Sevakis · 15 years ago
- a420561 Gigabeat S: Reclaim about 800K of memory that was laying unused. Get rid of DEVBSS_ATTR for this target and implement as NOCACHEBSS_ATTR. Plugin and codec buffers move so all that is now incompatible (do full update). No version increase for plugins/codecs because the loader will reject them. by Michael Sevakis · 15 years ago
- 7f3b349 Correct manual entry for Sansa Clip keymap by Rafaël Carré · 15 years ago
- dbcb028 Use 'HZ' and remove 'volatile' as suggested by kugel. by Andree Buschmann · 15 years ago
- 4c4ae04 Changes in test_mem plugin: Use correct formula to calculate KB/s, reasonable unrolling of read/write loops to better match memory bandwidth. by Andree Buschmann · 15 years ago
- 452c5b2 Unroll mpc's requantization loops for some (minor) speed up. by Andree Buschmann · 15 years ago
- 7831a23 as3525v2: make sure volume is normal by writing Audioset2 register by Rafaël Carré · 15 years ago
- 7a994c1 Fix (hopefully) last aliasing bug (midiutil), and enable -fno-strict-aliasing again for zxbox and doom (no easy fix there) by Frank Gevaerts · 15 years ago
- 91249a5 Remove -fno-strict-aliasing for everyone by Frank Gevaerts · 15 years ago
- f2b1f8d Refactor mpc's requantization to use identical macros for each subframe. by Andree Buschmann · 15 years ago
- e4f1bfe Fix possible buffer overflow by Frank Gevaerts · 15 years ago
- 1c9cc68 fix one more size_t/ssize_t misuse by Frank Gevaerts · 15 years ago
- 8d4ff63 Fix size_t handling in plugin_get_buffer() by Frank Gevaerts · 15 years ago
- 6027b91 Revert r25861, to avoid hiding real errors by Frank Gevaerts · 15 years ago
- 26826b5 rbutil: move bootloaderInstall object creation switches to bootloaderInstallBase . by Dominik Wenger · 15 years ago