summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Collapse)AuthorFilesLines
2006-04-11New crossfeed complete with no volume reducing bugs. Feedback on all theThom Johansen9-154/+294
new options is appreciated. Thanks to Dan Everton for the settings/GUI code. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9609 a1c6a512-1295-4272-9138-f99709370657
2006-04-11Try to recover from a codec failure by restarting playbackBrandon Low1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9608 a1c6a512-1295-4272-9138-f99709370657
2006-04-11Whoops, remove a done TODOBrandon Low1-1/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9607 a1c6a512-1295-4272-9138-f99709370657
2006-04-11Fix some commentsBrandon Low1-3/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9606 a1c6a512-1295-4272-9138-f99709370657
2006-04-11Ensure that codecs are cleared from the buffer if they will not be needed by ↵Brandon Low1-25/+24
the track about to play and some minor changes for correctness with no functional difference git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9605 a1c6a512-1295-4272-9138-f99709370657
2006-04-11moved the LCD framebuffer to IRAM for iAudio X5 - gives ~40% speed boostDaniel Stenberg1-1/+1
I also extended the iram size properly since the 5250 coldfire has 128K git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9604 a1c6a512-1295-4272-9138-f99709370657
2006-04-11use the power switch on units without off button (like the X5)Daniel Stenberg1-0/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9603 a1c6a512-1295-4272-9138-f99709370657
2006-04-11Readjusted quickscreen code so that it now actually scales to larger LCDs. ↵Zakk Roberts3-34/+34
Get rid of 'left_right_text' argument - this also means that 'scroll bar' and 'status bar' look better in some languages. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9602 a1c6a512-1295-4272-9138-f99709370657
2006-04-11Rework track skipping. Full playback stop is no longer involved in track ↵Brandon Low4-277/+306
skipping. Further simplification of the play related functions can be achieved with this in place, but that's for later. Known skip related bug, high pitched noise sometimes, otherwise stuff is better git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9601 a1c6a512-1295-4272-9138-f99709370657
2006-04-11Minor fix to metadata fetching, the track-info.filesize is not populated at ↵Brandon Low1-2/+2
this point git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9600 a1c6a512-1295-4272-9138-f99709370657
2006-04-11Quick bugfix for skip-to-beginning behaviorBrandon Low1-0/+6
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9599 a1c6a512-1295-4272-9138-f99709370657
2006-04-10Major improvement in playlist creation speed with tagcache. Fixed alsoMiika Pekkarinen5-58/+153
the sorting bug. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9592 a1c6a512-1295-4272-9138-f99709370657
2006-04-10Get the next track's metadata in a more timely mannerBrandon Low1-11/+14
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9591 a1c6a512-1295-4272-9138-f99709370657
2006-04-10Enabled the quickscreen for iAudio X5. Globally, REC enters the menu and ↵Zakk Roberts7-42/+36
holding REC enters the quickscreen. Also moved the quickscreen #define to model config files, which simplifies the checking for it and makes checking more consistent. Cleaned up keymappings in quickscreen.h. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9590 a1c6a512-1295-4272-9138-f99709370657
2006-04-10Enable AB repeat on ipods with 4g keypad, requires quick fingers or you get ↵Brandon Low1-0/+6
the context menu instead of a marker. Thanks to Mikachu on IRC. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9589 a1c6a512-1295-4272-9138-f99709370657
2006-04-09Small optimization to use the already opened master lookup index.Miika Pekkarinen1-22/+6
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9586 a1c6a512-1295-4272-9138-f99709370657
2006-04-09Now define the _PRE-function correctly.Miika Pekkarinen1-2/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9585 a1c6a512-1295-4272-9138-f99709370657
2006-04-09Back out the 'do not stop playback until stop button has been released' ↵Magnus Holmgren2-4/+0
change, because of interaction issues with exiting menus using the same button, causing the wps to exit. (Also, the '_PRE' suffix is for 'preceeding' events (e.g., button presses), not button releases.) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9584 a1c6a512-1295-4272-9138-f99709370657
2006-04-09Formatting, and logf changesBrandon Low1-27/+20
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9583 a1c6a512-1295-4272-9138-f99709370657
2006-04-09Fix another nasty rebuffering bug, and ensure that buffer and unbuffer ↵Brandon Low2-58/+62
events are triggered correctly. Also remove another unused varialbe track_info->filepos git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9582 a1c6a512-1295-4272-9138-f99709370657
2006-04-09use #ifdef x instead of #if defined(x)Christian Gmeiner6-11/+11
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9581 a1c6a512-1295-4272-9138-f99709370657
2006-04-09HAVE_ADJUSTABLE_CPU_FREQ isn't defined for simulators, so we don't have to ↵Christian Gmeiner6-12/+12
check for simulator builds before using cpu_boost() git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9580 a1c6a512-1295-4272-9138-f99709370657
2006-04-09HAVE_ADJUSTABLE_CPU_FREQ isn't defined for simulators, so we don't have to ↵Dave Chapman1-2/+4
check for simulator builds before using cpu_boost() git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9579 a1c6a512-1295-4272-9138-f99709370657
2006-04-09make use of cpu_boost to speed up generation of new sudoku fieldChristian Gmeiner1-0/+6
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9578 a1c6a512-1295-4272-9138-f99709370657
2006-04-09Patch FS#4952 by Tom Ross, with changes by me: Snake 2 now uses external ↵Zakk Roberts32-454/+333
bitmaps for build, and is fully adapted to larger LCDs. Also some keymapping changes and usability adjustments. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9572 a1c6a512-1295-4272-9138-f99709370657
2006-04-09Fix bad rebuffering bug, and kill the track_count variableBrandon Low2-157/+168
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9571 a1c6a512-1295-4272-9138-f99709370657
2006-04-08Add a simple header and version number to the default.dfg config fileDave Chapman2-1/+29
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9570 a1c6a512-1295-4272-9138-f99709370657
2006-04-08Fix the condition on an error splashBrandon Low1-3/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9565 a1c6a512-1295-4272-9138-f99709370657
2006-04-08Correct seeking behavior (whoops), might fix the coldfire deadlocks. ↵Brandon Low1-16/+23
Reintroduce the foreshortened initial buffer fill, this should maybe be optional git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9564 a1c6a512-1295-4272-9138-f99709370657
2006-04-08Test plugin for measuring LCD update speed, for developers.Jens Arnold1-0/+85
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9562 a1c6a512-1295-4272-9138-f99709370657
2006-04-08Get rid of the redundant APPLE_* macros. * Fix wrong comments in lcd-ipod.cJens Arnold2-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9561 a1c6a512-1295-4272-9138-f99709370657
2006-04-08Show progress when searching tagcache.Miika Pekkarinen1-0/+21
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9560 a1c6a512-1295-4272-9138-f99709370657
2006-04-08Enable conditional clauses for string tags in disk mode also.Miika Pekkarinen2-2/+38
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9559 a1c6a512-1295-4272-9138-f99709370657
2006-04-08Fix seeking not resuming playback, many thanks to Ralf Herz for being an ↵Brandon Low1-1/+1
excellent debugger git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9558 a1c6a512-1295-4272-9138-f99709370657
2006-04-07Change around some logfing to help debugging seek problemsBrandon Low1-3/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9557 a1c6a512-1295-4272-9138-f99709370657
2006-04-07Fix the playback sometimes doesn't start at all problems, and always fully ↵Brandon Low1-31/+17
fill the buffer, because it was silly not to (this one may be controversial) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9556 a1c6a512-1295-4272-9138-f99709370657
2006-04-07Add a comment onlyBrandon Low1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9554 a1c6a512-1295-4272-9138-f99709370657
2006-04-07Further unify start playback vs. other buffering situations, hopefully fixes ↵Brandon Low1-41/+31
some people's audio doesn't start problems git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9553 a1c6a512-1295-4272-9138-f99709370657
2006-04-07This makes seeking work for meBrandon Low1-9/+20
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9552 a1c6a512-1295-4272-9138-f99709370657
2006-04-07Fix some type casting => 64bit warning issuesBrandon Low1-5/+5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9550 a1c6a512-1295-4272-9138-f99709370657
2006-04-07Fix play initialization problems and buffering problems. This behaves ↵Brandon Low1-91/+60
_much_ better for me. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9549 a1c6a512-1295-4272-9138-f99709370657
2006-04-07Fix 64bit warnings.Jens Arnold1-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9547 a1c6a512-1295-4272-9138-f99709370657
2006-04-07Add audio playback menuChristian Gmeiner1-3/+11
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9546 a1c6a512-1295-4272-9138-f99709370657
2006-04-07Add button mappings and support for iAudio X5, also simplified a bit of code.Zakk Roberts2-14/+31
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9545 a1c6a512-1295-4272-9138-f99709370657
2006-04-06Fix warningKarl Kurbjun1-0/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9543 a1c6a512-1295-4272-9138-f99709370657
2006-04-06Scaling code fixed by clamping down the width to a max of SCREENWIDTH. ↵Karl Kurbjun2-41/+23
Removed some #ifdefs for glprboom git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9542 a1c6a512-1295-4272-9138-f99709370657
2006-04-06Remove duplicated code and improve button responsiveness during buffer fillBrandon Low1-44/+24
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9541 a1c6a512-1295-4272-9138-f99709370657
2006-04-06Fix GCC trying to use memcpy for GCC 4.1 and allow Doom to compile.Thom Johansen1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9539 a1c6a512-1295-4272-9138-f99709370657
2006-04-06Greyscale ipods: Fix horizontal scrolling in oscilloscope, the flipped LCD ↵Jens Arnold1-4/+4
driver broke it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9537 a1c6a512-1295-4272-9138-f99709370657
2006-04-06Patch #3022 by Mikael Magnusson: Only zero out the actual bss area instead ↵Jens Arnold2-3/+7
of the whole plugiin buffer, for faster plugin loading. * Applied the same idea to the overlay loader. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9535 a1c6a512-1295-4272-9138-f99709370657