- 83aded9 H300: (1) Use DMA for LCD updates, with auto-aligned line reads. Speeds up LCD updates by ~ 75% at 11MHz and 45MHz. Only ~ 11% speedup at 124MHz due to (2). (2) Less aggressive LCD transfer timing at 124MHz. With the previous timing, slightly corrupted display contents was reported, and with DMA transfers at least 4 waitstates are needed to make updates work at all. * A table in system-iriver.c shows settings for all integer multiples of the base clock frequency (info for developers, not yet complete). by Jens Arnold · 18 years ago
- d86350c Updated helptext to include all powerups by Nils Wallménius · 18 years ago
- 59f9deb Display correct exception information on ColdFire targets. by Michael Sevakis · 18 years ago
- f71da38 A better fix for the crossfade setting crash (with no global variables added) by Steve Bavin · 18 years ago
- e5f43eb Remove unwanted logf by Steve Bavin · 18 years ago
- faace1e Fix up non-voice build and stop crashes if crossfade settings changed during playback by Steve Bavin · 18 years ago
- 717f63e fixes fs# 5938 - scrollbar with title enabled shows one less than it should by Jonathan Gordon · 18 years ago
- 3ad89d2 Restore CPU default frequency when boosting cancelled in debug menu by Steve Bavin · 18 years ago
- cb031f0 X5 can flip the display. by Jens Arnold · 18 years ago
- 84074cd Removed remnants of deprecated lcd_roll(). by Jens Arnold · 18 years ago
- aa11d68 Made the description of foreground colour a little more descriptive ;-) fixed a reference and made some opts more generic by Nils Wallménius · 18 years ago
- ffd99f9 player doesnt have lcd_update()... grr! by Jonathan Gordon · 18 years ago
- 0218a15 put the parameter name in the function prototype by Jonathan Gordon · 18 years ago
- 29e259a * give tsr plugins the choice to quit or not * bumps plugin api version by Jonathan Gordon · 18 years ago
- 23f127d Cardback design for Archos (even more natural...) by Marianne Arnold · 18 years ago
- e48dcdc Greek language update by Ioannis Koutoulakis - needs an increase of the language buffer once again (21kB) to fit in memory by Marianne Arnold · 18 years ago
- 39fe51e Improve accuracy a little when seeking and resuming MP3 files. Mainly noticable for low-bitrate files with large ID3V2 tags, and no effect if no ID3V2 tag. Should be ported to hwcodec targets. :) by Magnus Holmgren · 18 years ago
- 02da4e6 Update several codec Makefiles so that the codec libs build again on Coldfire targets, after the recent move of system-related things to the target tree. (Note to admins: make errors aren't detected on the CVS build page. :)) by Magnus Holmgren · 18 years ago
- 6bad631 Little tidy-up - track_changed is now only updated on the audio thread by Steve Bavin · 18 years ago
- f29cae0 Moved coldfire code in system.c and system.h into target tree. by Michael Sevakis · 18 years ago
- 522da3a CR/LF removal by Linus Nielsen Feltzing · 18 years ago
- cd8239f Fix the sim errors in battery_read_info. by Michael Sevakis · 18 years ago
- 9e8fe0e General: changed local adc to voltage conversions in several places to use battery_voltage. Added battery_read_info function for unfiltered battery information. x5: removed adc_read as a distinct function. Removed adc tick task. adc_init is empty inline. Adjusted battery scale, voltage to level array and read 10 bits from the ADC for battery since 255 levels is not enough for true centivolt resolution. by Michael Sevakis · 18 years ago
- ede3d64 move coldfire ata defines to a shared ata-target.h by Marcoen Hirschberg · 18 years ago
- 7787cd2 woops, removed a bit too much by Jonathan Gordon · 18 years ago
- d497bad remove some uneeded #ifdefs by Jonathan Gordon · 18 years ago
- 139f9f2 move the iriver h1x0/h3x0 targets to the target tree by Jonathan Gordon · 18 years ago
- 145ec81 Rearrange and comment variable declarations; no functional change by Steve Bavin · 18 years ago
- f40f0de Adapted more Makefiles to the more efficient info printing. by Jens Arnold · 18 years ago
- 5421e86 Colorised demystify. Based on patch #5856 by Travis Hyyppa, adapted to properly work with the multi-screen API. by Jens Arnold · 18 years ago
- c1767dd Remove format_align from the format_lines array, as it's unnecessary. Saves code & memory. Patch by Mark Arigo. by Jens Arnold · 18 years ago
- 83abf50 Moved the Ogg zero-length check to a better place. Also fixed so that really short files (< 1s) doesn't trigger the same problem. Applied the fixes on most other susceptible formats. by Magnus Holmgren · 18 years ago
- 2891816 Fixed division by zero in ogg metadata parser and crash when building by Miika Pekkarinen · 18 years ago
- 62a11ea Removed unnecessary #include s. by Jens Arnold · 18 years ago
- 9aa5be6 H300: Slight simplification of adc_scan(), ported from X5. by Jens Arnold · 18 years ago
- 85c9a05 H300: Don't read the button ADC as long as no button is pressed, utilising the PCF50606 accessory detect feature. Ported from X5. by Jens Arnold · 18 years ago
- c4c4709 Synced. by Magnus Holmgren · 18 years ago
- a737de7 oops, two files didnt get commited by Jonathan Gordon · 18 years ago
- cad563b move the iriver h1x0/h3x0 button driver to target tree by Jonathan Gordon · 18 years ago
- 3b54ab3 Output the 'old make version' warning without prefix in order to not confuse the build colouring script. by Jens Arnold · 18 years ago
- 21c37b9 the showlog script by Björn Stenberg · 18 years ago
- c4a0d45 Cleanup of new button reading code. Moved functions for enabling of scanning and the decision to scan or not to button_read_device. by Michael Sevakis · 18 years ago
- 56e75be Make the build process informative again for 'make' 3.80 and earlier. Those 'make' versions are back to lower build speed (same as before my Makefile tuning). by Jens Arnold · 18 years ago
- 2273848 Update jewels screenshots for greyscale targets. by Dominik Riebeling · 18 years ago
- 4d33074 remove the 1 bit jewels for greyscale targets. by Dominik Riebeling · 18 years ago
- 0006a1a Add greyscale jewels for h100 series and Ipod mini. by Dominik Riebeling · 18 years ago
- a572318 more <source> fixes by Daniel Stenberg · 18 years ago
- dd0e6e7 prevent the incorrect warnings displayed when -u was used, added additional by Daniel Stenberg · 18 years ago
- 7b2d26a Since this file is both the master for the language system, as well as the by Daniel Stenberg · 18 years ago
- a796260 Next step of Makefile tuning: * Use 'make' internal commands for printing messages. Saves build time especially on cygwin. * SILENT variable used in more places. * Bitmap build system uses one Makefille less. by Jens Arnold · 18 years ago
- 3547700 Re-enable the currently unused and broken dithering and noise shaping code already in Rockbox, and make it a user option instead of a codec-controlled option. The majority of people probably will not even hear any difference with this enabled, but feedback is welcome. Save your settings! by Thom Johansen · 18 years ago
- 57cc28d Main menu images for the h10 and ipod4g without the fm-radio entry. by Martin Arver · 18 years ago
- 0e12829 Do not flood the queue with unnecessary fill buffer requests at the end of a playlist. Should fix the stopping bug in FS#6117. by Mark Arigo · 18 years ago
- 6c3c5fb cleanup ata.c a bit by moving portalplayer defines to target_tree and removing unused portalplayer and gigabeat code by Marcoen Hirschberg · 18 years ago
- 4f8f252 Remove the favourites plugin from the manual as well. by Martin Arver · 18 years ago
- 3a9cd77 Stop building the favourites plugin, as the same feature is duplicated with the playlist catalog command by Martin Arver · 18 years ago
- f6c3a30 Fixed FS#6034 - Voice isn't handled when FM radio in on. Leave DAC enabled when analog bypass is on. by Michael Sevakis · 18 years ago
- 77c915a Renamed the ipod_i2c functions to the more appropriate pp_i2c by Daniel Stenberg · 18 years ago
- 2c1eec5 Let SOURCES handle the sim exclusion for metronome by Martin Arver · 18 years ago
- 522ae6e kill two gigabeat warnings by Daniel Stenberg · 18 years ago
- 2ede2a7 Put a couple x5-specific function declarations in adc-target.h where they should be. by Michael Sevakis · 18 years ago
- 1d4a9c6 Stop reading buttons if one is not down. Don't read remote keys if not plugged. Good for another few points of boost and 4fps full-screen unboosted. The button scan enabling seems stable and I've been using it without any difficulties but if the interrupts hiccup it could leave them unresponsive. Clearing the GPI0 interrupts before enabling them seems to prevent any difficulties. If there's problems there I'll just leave the remote reading bypass only and 50% of the benefits will still be realized. by Michael Sevakis · 18 years ago
- d4dfe95 Oops. Missed part of FS#6235 in the last commmit by Barry Wardell · 18 years ago
- e52d961 Accept FS#6235. We should be using the *_ATTR defines instead of __attribute__ by Barry Wardell · 18 years ago
- a992cd1 Correct LCD pixel format on Sansa E200 by Daniel Ankers · 18 years ago
- ee9b854 Revert this morning's change as it can cause old metadata to be reused inapproprately. A better fix coming later. by Steve Bavin · 18 years ago
- 9e62b1a hush the "skips due to size restraints" text as you normally don't care by Daniel Stenberg · 18 years ago
- 24f4a2a Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the nice image of the Sansa. Lots more to be done including testing and tweaking the keymaps and modifying the plugins for the Sansa's 176x220 LCD. by Barry Wardell · 18 years ago
- 34193e5 Don't clear previous track details during playback so the progress bar works properly at track transition by Steve Bavin · 18 years ago
- 1d6bfa9 Removed unneeded pcf50606.c. by Michael Sevakis · 18 years ago
- 784dd78 Moved pcf50606 stuff to target directory. by Michael Sevakis · 18 years ago
- 0642451 fix dropped characters by Martin Arver · 18 years ago
- 6dfd6bd Enable I/O ports debug menu for 3G iPods by Daniel Ankers · 18 years ago
- e9ee2d5 Add style file for index. by Dominik Riebeling · 18 years ago
- 017b0d7 A better workaround due to ATA sleep bugs in the Ipod Nano. battery_bench and plugins like it should now work also on Nano. by Thom Johansen · 18 years ago
- 58ebf47 FS#6216 Update so MP3 files are only opened once. With corrections and by Miika Pekkarinen · 18 years ago
- 649fc77 Don't fail with very long lines. by Miika Pekkarinen · 18 years ago
- d13038d remove these 2 also by Jonathan Gordon · 18 years ago
- e48a035 remove the old tagdb source, tagcache replaced this a while ago by Jonathan Gordon · 18 years ago
- 18755b9 convert from DOS to Unix line-endings by Marcoen Hirschberg · 18 years ago
- 710ccb7 ifdef all the tagcache code, allows rombox to be compiled again, Thanks Austin Appel by Jonathan Gordon · 18 years ago
- 22dfcdb Include firewire in the index by Martin Arver · 18 years ago
- 0c42ca8 Add note about missing firewire detection for ipods by Martin Arver · 18 years ago
- 0adef51 Add Iaudio boot loader install instructions by Martin Arver · 18 years ago
- 71dd94a A bit more voice simplification/MAS fixage (FS#6241). Also clear any buffered voice when playback is started. by Steve Bavin · 18 years ago
- ff5fd00 Oops, Archos still needs to stop voice. by Steve Bavin · 18 years ago
- 34751f0 Fixed implicit declaration warning. by Michael Sevakis · 18 years ago
- f512558 Only flush PCM buffered voice data when explicitly told to. Patch by Stephane Doyen. by Steve Bavin · 18 years ago
- b26e396 Pinched pcf50606 i2c code used in iRiver players and adapted to x5. Boost ratios down as much as 100 percent for mp3 and 50 percent for vorbis. mp3 hardly ever boosts even with eq. Scrolling much sharper. Like a whole new player. The code can be used for both iRiver and x5 by just defining macros with the appropriate ports and bit numbers for each player. Probably will have a pcf50606-coldfire.c soon. by Michael Sevakis · 18 years ago
- 4134e91 Assembler optimised FLAC 24 bit handling routines for Coldfire based players. Decoding speed should be improved drastically. Haven't got so many 24 bit files myself, so let me know if something sounds off. by Thom Johansen · 18 years ago
- 73c0cfa Make the UI simulator compile on OSX again. dbg_flash_id() really shouldn't be compiled for the sim anyway. by Barry Wardell · 18 years ago
- 64baf57 Handle repeating scroll events in the ipod virtual keyboard by Dave Chapman · 18 years ago
- a0faf9b Search string was not properly used. by Miika Pekkarinen · 18 years ago
- 68b740f Changelog importing was broken. by Miika Pekkarinen · 18 years ago
- 02df5a8 Allow all tag type in formatting string. Included example with tagnavi.config. by Miika Pekkarinen · 18 years ago
- 748036b Solitaire: Optionally auto-unhide the next card on a stack if the last known card is moved away. by Jens Arnold · 18 years ago
- d1ce4e7 Consistent style of 'make' messages. Always use ranlib after ar. by Jens Arnold · 18 years ago
- 76b2efb Don't reset everything when (un)sleeping the TEA5767. Fixes FS#6162. by Dominik Riebeling · 18 years ago
- d5df1ca Rename rockpaint external .bmp files so they use the same convention as all other external bitmaps by Dave Chapman · 18 years ago
- abac739 Manual Makefile tweaks: by Dominik Riebeling · 18 years ago