- f619f81 Change loop structure for sample synthesizing. Gives a nice speedup on both coldfire and arm targets. by Nils Wallménius · 17 years ago
- d712e25 Get test_codec running again on PortalPlayer targets. by Michael Sevakis · 17 years ago
- 1630188 Make sure that audio_resume() is not called in interrupt context when car adapter mode is enabled. Fixes FS#7304. by Linus Nielsen Feltzing · 17 years ago
- 46b7028 Keep a 2 pixel margin in the instructions screen. by Jonas Häggqvist · 17 years ago
- 548886a Use the userfont for the instructions. by Jonas Häggqvist · 17 years ago
- 0553385 Still on the post-big-commit policing. Correct a function call order. Comment a couple things. by Michael Sevakis · 17 years ago
- 52336cd Add instructions on all targets. Somewhat hackish, I'm afraid, but works reasonably well. by Jonas Häggqvist · 17 years ago
- 59f523c Save some more space by not allocating arrays large enough to hold more than NUM_BOGUS (defined at compile-time) elements. by Jonas Häggqvist · 17 years ago
- 2b2c536 Upon uninstallation only remove a file if it isn't used in another section. A possible problematic case would've been two themes installing the same font. by Dominik Riebeling · 17 years ago
- 22cf8ad Use i10n for numbers using QLocale. by Dominik Riebeling · 17 years ago
- 4512f1a Finally get packed samples to work in a nice way on H10 in IIS mode. Add some more register defs. by Michael Sevakis · 17 years ago
- 1de4972 Forgot about the case conversion rule for one string :) by Mustapha Senhaji · 17 years ago
- 27588ed Do the checking arm targets in a nicer way in the makefile by Nils Wallménius · 17 years ago
- 7ad3e2f Update francais language and fix a typo in the english file. by Mustapha Senhaji · 17 years ago
- 25441b3 When changing cache path update the size information. by Dominik Riebeling · 17 years ago
- 7edf4fd One file was hoding from the 'hold vs. long' commit. ;) by Marianne Arnold · 17 years ago
- d1e2f52 c200: First implemention of lcd_yuv_blit(). mpegplayer works now, but speed can be optimized more and dithering is not yet implemented. by Jens Arnold · 17 years ago
- e3e0a3a Replace all occurances of 'Hold ButtonX' with 'Long ButtonX' in the button tables like it was agreed on. by Marianne Arnold · 17 years ago
- 1f0d06f * Use proper definitions for the PP (mono) LCD bridge. * Clean up pp5002.h a bit. by Jens Arnold · 17 years ago
- 1dd9feb Add new action descriptions for the alarm screen, correct the buttons for ipods and add a short description of the 'alarm wake up screen'. by Nils Wallménius · 17 years ago
- 5f1ec30 Name all button light functions and variables consistently starting with buttonlight_ . by Jens Arnold · 17 years ago
- 0464c36 Fix red bootloader build. by Jens Arnold · 17 years ago
- 4efd9c4 c200: Make the backlight react on unlocking hold as intended. by Jens Arnold · 17 years ago
- 7d34565 Don't get the dircache size while dircache is still initializing. If done during shutdown, it will force a foreground scan on next boot. by Magnus Holmgren · 17 years ago
- 29473fe c200: Switch the 'menu' button light as well. by Jens Arnold · 17 years ago
- d7d6b78 Accept FS#7897 with some changes by me. moves the code to talk time/date out of main_menu.c to make it hopefully more useful. by Jonathan Gordon · 17 years ago
- 32f8c40 Fix some yellow that went unnoticed earlier. by Michael Sevakis · 17 years ago
- 856ca78 Use halfword IIS FIFO mode for H10. Won't save interrupts but seems it should be the DMA compatible mode. Setup pcm-pp.c to ease evaluating setting up PortalPlayer targets for DMA audio and for building an inventory of proper I2S settings and transfer sizes for all. by Michael Sevakis · 17 years ago
- fc8bc5c Oops. Correct reversed DSP mode A/B bits for WM8731/21. by Michael Sevakis · 17 years ago
- 51967f4 Remove a setting of a register during H10 reset that shouldn't have been included in my previous commit. Not evaluated properly. by Michael Sevakis · 17 years ago
- 6077e5b Unify PCM interface just above the hardware driver level for all targets including the sims. Perform lockout of audio callback when changing states. Weird new playback or recording trouble? Check before and after this revision first though things seem quite sound. by Michael Sevakis · 17 years ago
- f6de0d4 Discontinue any use of 'swp(b)' on PP5020. While clocking is stable, some testing revealed this instruction can still cause problems without concurrent access. Make sure mpegplayer is safe while not using spinlock (no longer atomic) between cores to protect the stream byte counters - use nonwrapping head and tail pointers. by Michael Sevakis · 17 years ago
- a513330 Updated italian translation. by Alessio Lenzi · 17 years ago
- 4443fcb Accept FS#7864 - minor menu cleanup to move theme settings into a new themes menu. patch to update the manual would be welcome :p by Jonathan Gordon · 17 years ago
- a819c74 Avoid additional spaces introduced by latex for every 'opt' which made it look weird in every manual pdf except the Player's. by Marianne Arnold · 17 years ago
- fc7413d Fill out some plugin button tables in the c200 manual. by Marianne Arnold · 17 years ago
- 8383bff TAB policing - no code changes by Dave Chapman · 17 years ago
- 7543c5a C200 manual: corrections and minor additions with regards to the use of some buttons. by Marianne Arnold · 17 years ago
- 18e87ff Stabilize PP5020 targets - tested on H10 5/20GB and iPod Color. Use no interrupts on COP but pulse it through the control interface. Don't mess with LCD clocking during clock changes. Give a reset register a name (DEV_OFF_MASK). by Michael Sevakis · 17 years ago
- c27ae40 Reduce memory usage so that we can include all messages on all platforms by Nils Wallménius · 17 years ago
- 1d79129 Get rid of unnecessary memory acesses in a loop, gives slight speedup by Nils Wallménius · 17 years ago
- 44f3706 Exclude some more messages for targets with only little space for plugins to allow them to build. by Jonas Häggqvist · 17 years ago
- 464cb93 Set missing keyword prop on the robotfindskitten manual file. by Jonas Häggqvist · 17 years ago
- ef7affa New plugin: robotfindskitten - a zen simulation. More (or less) information on robotfindskitten.org. by Jonas Häggqvist · 17 years ago
- e49247e get_metadata(): Clear the destination mp3entry to avoid having bogus pointers appear in it. by Nicolas Pennequin · 17 years ago
- 6ac7947 Ooops by Linus Nielsen Feltzing · 17 years ago
- 5118f48 A loop with one iteration is a little strange, also put it inside an #if block to not rely on gcc otimizing it away by Nils Wallménius · 17 years ago
- a26ccde Platform specific button descriptions for battery bench. Fixes FS#7893 by Linus Nielsen Feltzing · 17 years ago
- 8219f28 Make synthVoice return int instead of short, gives a nice speed up also add a comment by Nils Wallménius · 17 years ago
- bd4aea3 Increased the talk thumbnail size to 64Kbytes by Linus Nielsen Feltzing · 17 years ago
- ed96797 Oops, I should not add typos to weblinks. by Dominik Riebeling · 17 years ago
- 43d577e When detecting a macpod cancel bootloader installation. Add a link to IpodConverstionToFAT32 wiki page. by Dominik Riebeling · 17 years ago
- ca46a3d Increase output buffer size to 32kB, results in less buffer missing in general and avoids buffer misses when lcd remote is plugged in while playing and ticking reduction is enabled. Increase max voices used on coldfire targets to 24 and reduce voices used on pp targets to 16. Put one more struct in iram for a slight speedup on coldfire. Fix comments in midiutil.h by Nils Wallménius · 17 years ago
- e1940b8 Optimisation of the midi player, reducing the number of multiplications and memory accesses inside a very frequently executed loop, also does shifting of the whole sample when synthing is done which improves accurracy slightly, ~10% fewer buffer misses by Nils Wallménius · 17 years ago
- cc5b50b Change a couple udelay() in e200 lcd driver to sleep() since sleep() was the intent. by Michael Sevakis · 17 years ago
- 17b1993 The UNCACHED_ADDR macro should not adjust addresses in the bootloader. by Michael Sevakis · 17 years ago
- 84d28e8 Fix up the recording monitoring for e200 and I expect for c200 as well whenever recording is enabled there. by Michael Sevakis · 17 years ago
- 84fcf96 Oops, forgot one file by Nils Wallménius · 17 years ago
- cb9ba11 Remove wrapper for pressNote and make the function externally visible by Nils Wallménius · 17 years ago
- b0a3736 FS#7682 by Daniel Dalton - Enable voice in the wakeup alarm screen by Linus Nielsen Feltzing · 17 years ago
- 940e899 PP502x: Make RAM physical addresses uncached. Cache the flash ROM on targets with one. Kill all the now unneeded cache flushing and i2s tweaking on e200 so clicking is no worry. Write the driver framebuffer at uncached addresses. Recording monitoring may be a little noisy in the left channel for the moment when not boosted and will be addressed. All seems to work as advertised including flash ROM dump. by Michael Sevakis · 17 years ago
- bee29d2 C200-manual: add some more screenshots. by Marianne Arnold · 17 years ago
- 6dd3f44 I2S buffer level adjustment is not necessary on c200 as there is no memory mapped framebuffer that requires constant cache flushing like on e200. by Jens Arnold · 17 years ago
- 4ebe692 Put a struct in iram for a small speedup on coldfire by Nils Wallménius · 17 years ago
- 1ba018b Add drum names, make cowbell a default instrument (no way to remap them from UI yet). Add non-static by Stepan Moskovchenko · 17 years ago
- 38f9533 Minesweeper for the c200. The slightly smaller tiles made for this will also be used by the small H10 now, thought that was fair and it also complies with the comment about the number of tiles above. by Marianne Arnold · 17 years ago
- 5a78a06 Just temporarily disable talk menus, in case the player is reset whilst in mpegplayer. by Steve Bavin · 17 years ago
- 3dd25e8 Add a bunch of screenshots to the c200 manual by Marianne Arnold · 17 years ago
- 5d94ca6 Throw myself in the docs ;) by Stepan Moskovchenko · 17 years ago
- 8d40842 Get the main build actually compiling - remove the RTC for now since it breaks the build by Karl Kurbjun · 17 years ago
- 1b0b77d Didn't mean to commit that change by Karl Kurbjun · 17 years ago
- efb103f Missing keymap commit by Karl Kurbjun · 17 years ago
- e6d8db5 Add a couple of recent new files to the CLEANALL rule by Dave Chapman · 17 years ago
- af97e93 Commit FS #7881 by Mark Arigo - enable radio on the Sansa c200. It seems that many (if not all) c200s have the radio hardware even if you can't use it with the original firmware... by Marianne Arnold · 17 years ago
- 51a8a1e This should fix the voice issues in menus in mpegplayer. by Michael Sevakis · 17 years ago
- 4748dc3 Fix a little bug I introduced earier than can cause i2s to fail to start with voice running on pp5020. by Michael Sevakis · 17 years ago
- a4f0de0 Doom: * Fix voicing numerous options as 'yes'. voice_id is an id, not a pointer. *Fix struct menu_item <-> struct opt_items messup (caused no problems but still...). by Jens Arnold · 17 years ago
- 36a69c7 C200: Make graphical EQ and colour chooser buttons work properly. by Jens Arnold · 17 years ago
- 2af3755 It seems we want the plugins fix for sapi as well. by Jonas Häggqvist · 17 years ago
- 8ab2cb5 Fix 64 bit simulator warning. by Jens Arnold · 17 years ago
- 29f07cd Move the "plugins" correction into a Festival-specific switch. by Jonas Häggqvist · 17 years ago
- fa1e731 Correct a dodgy logf call. by Nicolas Pennequin · 17 years ago
- c39018b Updated italian translation. by Alessio Lenzi · 17 years ago
- 605949d Hide symbols by default on 64 bit sim buildsto avoid clashing, fixes crashing on track change with the same codec, crashing in calculator and text display in midiplay by Nils Wallménius · 17 years ago
- 6d0ee55 Fix signed/unsigned warning by Steve Bavin · 17 years ago
- b6dab33 Ok. Really fix red by Michael Sevakis · 17 years ago
- c9f6994 Fix red. Finish adding the remaining file. by Michael Sevakis · 17 years ago
- c90c18e Thanks to LinusN, fix Coldfire bootloaders not booting - FS#7533 by Steve Bavin · 17 years ago
- 15b7321 Split wm8731 and wm8721 drivers. wm8721 can be much simpler since it has no recording. Provide reg bit definitions for those. Add some temporary hacks pcm-pp to prevent crashing when playing after recording. Make playback start after recording on pp5020. Get wm8731 to monitor recording but plans are to do that digitally. by Michael Sevakis · 17 years ago
- 4d34457 Thanks to Nico_P, struct track_info can now be internal to playback.c by Steve Bavin · 17 years ago
- 227181d Make codepage Win-1250 actually work on charcell. by Jens Arnold · 17 years ago
- f463a44 Enable lcd contrast adjustment on Sansa c200 by Mark Arigo · 17 years ago
- b11b470 Small typographic enhancements. by Dominik Riebeling · 17 years ago
- 67f5082 Use a struct mp3entry instead of a struct trackinfo for temporary storage of the metadata. by Nicolas Pennequin · 17 years ago
- ded94e6 FS#7712 by Przemysław Hołubowski: New codepage (CP1250 - WIN1250) added by Marcoen Hirschberg · 17 years ago
- b8753ff move structures around in the header files by Marcoen Hirschberg · 17 years ago
- 6b559b2 disable the ARM optimized MDCT for the Gigabeat for now as it creates a data abort by Marcoen Hirschberg · 17 years ago
- 479a6a7 Turn on 'Recursively insert directories' by default by Nils Wallménius · 17 years ago
- 6f35664 Just noticed that the file format table still did not mention '.gigabeat' in the Gigabeat manual. by Marianne Arnold · 17 years ago
- 274c2b8 touchpad calibration (very simple calibration screen is in mrobe500.c by Jonathan Gordon · 17 years ago