summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Do not flood the queue with unnecessary fill buffer requests at the end of a ↵Mark Arigo2006-10-27
| | | | | | playlist. Should fix the stopping bug in FS#6117. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11366 a1c6a512-1295-4272-9138-f99709370657
* cleanup ata.c a bit by moving portalplayer defines to target_tree and ↵Marcoen Hirschberg2006-10-27
| | | | | | removing unused portalplayer and gigabeat code git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11365 a1c6a512-1295-4272-9138-f99709370657
* Remove the favourites plugin from the manual as well.Martin Arver2006-10-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11364 a1c6a512-1295-4272-9138-f99709370657
* Stop building the favourites plugin, as the same feature is duplicated with ↵Martin Arver2006-10-27
| | | | | | the playlist catalog command git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11363 a1c6a512-1295-4272-9138-f99709370657
* Fixed FS#6034 - Voice isn't handled when FM radio in on. Leave DAC enabled ↵Michael Sevakis2006-10-27
| | | | | | when analog bypass is on. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11362 a1c6a512-1295-4272-9138-f99709370657
* Renamed the ipod_i2c functions to the more appropriate pp_i2cDaniel Stenberg2006-10-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11361 a1c6a512-1295-4272-9138-f99709370657
* Let SOURCES handle the sim exclusion for metronomeMartin Arver2006-10-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11360 a1c6a512-1295-4272-9138-f99709370657
* kill two gigabeat warningsDaniel Stenberg2006-10-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11359 a1c6a512-1295-4272-9138-f99709370657
* Put a couple x5-specific function declarations in adc-target.h where they ↵Michael Sevakis2006-10-27
| | | | | | should be. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11358 a1c6a512-1295-4272-9138-f99709370657
* Stop reading buttons if one is not down. Don't read remote keys if not ↵Michael Sevakis2006-10-27
| | | | | | 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. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11357 a1c6a512-1295-4272-9138-f99709370657
* Oops. Missed part of FS#6235 in the last commmitBarry Wardell2006-10-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11356 a1c6a512-1295-4272-9138-f99709370657
* Accept FS#6235. We should be using the *_ATTR defines instead of __attribute__Barry Wardell2006-10-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11355 a1c6a512-1295-4272-9138-f99709370657
* Correct LCD pixel format on Sansa E200Daniel Ankers2006-10-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11354 a1c6a512-1295-4272-9138-f99709370657
* Revert this morning's change as it can cause old metadata to be reused ↵Steve Bavin2006-10-26
| | | | | | inapproprately. A better fix coming later. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11353 a1c6a512-1295-4272-9138-f99709370657
* hush the "skips due to size restraints" text as you normally don't careDaniel Stenberg2006-10-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11352 a1c6a512-1295-4272-9138-f99709370657
* Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the ↵Barry Wardell2006-10-26
| | | | | | 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. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11351 a1c6a512-1295-4272-9138-f99709370657
* Don't clear previous track details during playback so the progress bar works ↵Steve Bavin2006-10-26
| | | | | | properly at track transition git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11350 a1c6a512-1295-4272-9138-f99709370657
* Removed unneeded pcf50606.c.Michael Sevakis2006-10-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11349 a1c6a512-1295-4272-9138-f99709370657
* Moved pcf50606 stuff to target directory.Michael Sevakis2006-10-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11348 a1c6a512-1295-4272-9138-f99709370657
* fix dropped charactersMartin Arver2006-10-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11347 a1c6a512-1295-4272-9138-f99709370657
* Enable I/O ports debug menu for 3G iPodsDaniel Ankers2006-10-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11346 a1c6a512-1295-4272-9138-f99709370657
* Add style file for index.Dominik Riebeling2006-10-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11345 a1c6a512-1295-4272-9138-f99709370657
* A better workaround due to ATA sleep bugs in the Ipod Nano. battery_bench ↵Thom Johansen2006-10-25
| | | | | | and plugins like it should now work also on Nano. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11344 a1c6a512-1295-4272-9138-f99709370657
* FS#6216 Update so MP3 files are only opened once. With corrections andMiika Pekkarinen2006-10-25
| | | | | | | patch cleanup. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11343 a1c6a512-1295-4272-9138-f99709370657
* Don't fail with very long lines.Miika Pekkarinen2006-10-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11342 a1c6a512-1295-4272-9138-f99709370657
* remove these 2 alsoJonathan Gordon2006-10-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11341 a1c6a512-1295-4272-9138-f99709370657
* remove the old tagdb source, tagcache replaced this a while agoJonathan Gordon2006-10-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11340 a1c6a512-1295-4272-9138-f99709370657
* convert from DOS to Unix line-endingsMarcoen Hirschberg2006-10-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11339 a1c6a512-1295-4272-9138-f99709370657
* ifdef all the tagcache code, allows rombox to be compiled again, Thanks ↵Jonathan Gordon2006-10-25
| | | | | | Austin Appel git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11338 a1c6a512-1295-4272-9138-f99709370657
* Include firewire in the indexMartin Arver2006-10-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11337 a1c6a512-1295-4272-9138-f99709370657
* Add note about missing firewire detection for ipodsMartin Arver2006-10-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11336 a1c6a512-1295-4272-9138-f99709370657
* Add Iaudio boot loader install instructionsMartin Arver2006-10-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11335 a1c6a512-1295-4272-9138-f99709370657
* A bit more voice simplification/MAS fixage (FS#6241). Also clear any ↵Steve Bavin2006-10-25
| | | | | | buffered voice when playback is started. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11334 a1c6a512-1295-4272-9138-f99709370657
* Oops, Archos still needs to stop voice.Steve Bavin2006-10-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11333 a1c6a512-1295-4272-9138-f99709370657
* Fixed implicit declaration warning.Michael Sevakis2006-10-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11332 a1c6a512-1295-4272-9138-f99709370657
* Only flush PCM buffered voice data when explicitly told to. Patch by ↵Steve Bavin2006-10-25
| | | | | | Stephane Doyen. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11331 a1c6a512-1295-4272-9138-f99709370657
* Pinched pcf50606 i2c code used in iRiver players and adapted to x5. Boost ↵Michael Sevakis2006-10-25
| | | | | | 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. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11330 a1c6a512-1295-4272-9138-f99709370657
* Assembler optimised FLAC 24 bit handling routines for Coldfire based ↵Thom Johansen2006-10-25
| | | | | | players. Decoding speed should be improved drastically. Haven't got so many 24 bit files myself, so let me know if something sounds off. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11329 a1c6a512-1295-4272-9138-f99709370657
* Make the UI simulator compile on OSX again. dbg_flash_id() really shouldn't ↵Barry Wardell2006-10-25
| | | | | | be compiled for the sim anyway. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11328 a1c6a512-1295-4272-9138-f99709370657
* Handle repeating scroll events in the ipod virtual keyboardDave Chapman2006-10-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11327 a1c6a512-1295-4272-9138-f99709370657
* Search string was not properly used.Miika Pekkarinen2006-10-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11326 a1c6a512-1295-4272-9138-f99709370657
* Changelog importing was broken.Miika Pekkarinen2006-10-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11325 a1c6a512-1295-4272-9138-f99709370657
* Allow all tag type in formatting string. Included example withMiika Pekkarinen2006-10-24
| | | | | | | tagnavi.config. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11324 a1c6a512-1295-4272-9138-f99709370657
* Solitaire: Optionally auto-unhide the next card on a stack if the last known ↵Jens Arnold2006-10-23
| | | | | | card is moved away. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11323 a1c6a512-1295-4272-9138-f99709370657
* Consistent style of 'make' messages. Always use ranlib after ar.Jens Arnold2006-10-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11322 a1c6a512-1295-4272-9138-f99709370657
* Don't reset everything when (un)sleeping the TEA5767. Fixes FS#6162.Dominik Riebeling2006-10-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11321 a1c6a512-1295-4272-9138-f99709370657
* Rename rockpaint external .bmp files so they use the same convention as all ↵Dave Chapman2006-10-23
| | | | | | other external bitmaps git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11320 a1c6a512-1295-4272-9138-f99709370657
* Manual Makefile tweaks:Dominik Riebeling2006-10-23
| | | | | | | | | - remove html output folder on "make clean" - fix "make manual" that was broken for some targets (e.g. h100) when configured for normal / sim build - add manual-txt target to generate a plain text version. Requires links. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11319 a1c6a512-1295-4272-9138-f99709370657
* Fix FS 6205: id3v1 stripping messed up rebuffer_and_seeks. Add an assurance ↵Brandon Low2006-10-23
| | | | | | check JinC other things mess it up, more graceful recovery. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11318 a1c6a512-1295-4272-9138-f99709370657
* rearrange compiler options to avoid conflicts with header files on FreeBSDMarcoen Hirschberg2006-10-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11317 a1c6a512-1295-4272-9138-f99709370657