summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Collapse)AuthorFilesLines
2006-04-23Rework crossfade to properly follow pcmbuf chunks instaed of blindly ↵Brandon Low3-232/+214
inserting into the ring buffer git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9780 a1c6a512-1295-4272-9138-f99709370657
2006-04-23Improve stop behaviorBrandon Low1-0/+5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9779 a1c6a512-1295-4272-9138-f99709370657
2006-04-23Fix a warning, and prepare for handling end-of-track seekingBrandon Low1-9/+9
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9778 a1c6a512-1295-4272-9138-f99709370657
2006-04-23Should fix some track ending early problemsBrandon Low1-1/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9777 a1c6a512-1295-4272-9138-f99709370657
2006-04-23Make some adjustments to when the WPS will be updated, giving faster next ↵Brandon Low1-4/+3
track and cleaner track change updates git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9776 a1c6a512-1295-4272-9138-f99709370657
2006-04-23Much faster optimized version of tagcache commit. Added a few items toMiika Pekkarinen3-199/+251
the debug menu (still buggy) and fixed a problem with partial tagcache updates. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9775 a1c6a512-1295-4272-9138-f99709370657
2006-04-23Don't call playlist_start() when changing directories on swcodec devices. ↵Hardeep Sidhu1-4/+5
Fixes problem with previous dir not working. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9774 a1c6a512-1295-4272-9138-f99709370657
2006-04-23Jewels: simplify and standardize plugin exitAdam Boot1-6/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9773 a1c6a512-1295-4272-9138-f99709370657
2006-04-23Whoops, forgot to 'duck' the music below the voice when I redid the mixBrandon Low1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9772 a1c6a512-1295-4272-9138-f99709370657
2006-04-23Korean language update from Jeong Taek InBrandon Low1-2/+29
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9771 a1c6a512-1295-4272-9138-f99709370657
2006-04-22Recording screen: Make the peakmeter single height again on archos, bringing ↵Jens Arnold1-19/+30
back the sample frequency line. The recording screen still needs to be *properly* adapted to the multi-screen API, including the peakmeter. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9770 a1c6a512-1295-4272-9138-f99709370657
2006-04-22Update libwavpack to the latest stream specification, and cross fingersDave Bryant4-29/+51
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9769 a1c6a512-1295-4272-9138-f99709370657
2006-04-22Revert the previous commit because it seemed to break the 4G Gray Sim,Dave Bryant4-51/+29
although I can't figure out why or how, and I can't reproduce problem here... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9766 a1c6a512-1295-4272-9138-f99709370657
2006-04-22Remove an unneeded define, add a todoBrandon Low2-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9765 a1c6a512-1295-4272-9138-f99709370657
2006-04-22Update libwavpack to the latest stream specificationDave Bryant4-29/+51
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9763 a1c6a512-1295-4272-9138-f99709370657
2006-04-22Comment and make pretty the hackBrandon Low1-1/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9761 a1c6a512-1295-4272-9138-f99709370657
2006-04-22Fix warningBrandon Low1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9760 a1c6a512-1295-4272-9138-f99709370657
2006-04-22Replace one hack with a better hackBrandon Low1-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9759 a1c6a512-1295-4272-9138-f99709370657
2006-04-22First commit of reworking voice to be mroe stable on swcodecBrandon Low15-400/+531
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9758 a1c6a512-1295-4272-9138-f99709370657
2006-04-22Fixed busy loop, and implemented a simpler kind of cursor blinking that also ↵Jens Arnold1-102/+98
ensures blinking always starts with 'cursor visible' after button actions. Removed redraw variable, since we now always redraw. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9757 a1c6a512-1295-4272-9138-f99709370657
2006-04-22Updated vkeyboard. For players that require the user to scroll the cursor ↵Zakk Roberts1-27/+23
off the keyboard in order to edit the line itself (iPods, iAudio..), the line is now inverted when in line-edit mode. For all models: blinking line cursor. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9756 a1c6a512-1295-4272-9138-f99709370657
2006-04-22Make the get_image_id() function more robust, and catch a parsing error when ↵Dave Chapman1-4/+9
parsing the %x tags. This prevents Rockbox crashing when presented with an incorrect %x|filename.bmp| WPS line. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9755 a1c6a512-1295-4272-9138-f99709370657
2006-04-22Better video update, add options to startup menu, change default screensizeKarl Kurbjun4-24/+47
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9754 a1c6a512-1295-4272-9138-f99709370657
2006-04-21Fix yellow builds.Zakk Roberts1-1/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9752 a1c6a512-1295-4272-9138-f99709370657
2006-04-21Updated pitch screen again. *Back to old behavior of only coming up on ↵Zakk Roberts2-60/+96
ON+UP/DOWN (Archos) or PLAY+UP/DOWN (iriver) - fixes FS#4928. *Button mappings changed: Up/Down = +/- 0.1%; holding Up/Down = +/- 2%; Left/Right = 'temporary' +/- 2% (old behavior). *SWCODEC: pcmbuf_set_low_latency, now you can hear pitch adjustments quicker. *Broke pitchscreen code into two parts; one to draw and one to deal with buttons. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9751 a1c6a512-1295-4272-9138-f99709370657
2006-04-21Ipod mini: Correct placement of odd bubble rows.Jens Arnold1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9750 a1c6a512-1295-4272-9138-f99709370657
2006-04-20Use correct macros to check for iriver architecture.Jens Arnold1-4/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9749 a1c6a512-1295-4272-9138-f99709370657
2006-04-20SH1: Better placement of the C library routine references (gcc 3.4.x -Os and ↵Jens Arnold2-26/+18
-O2 proof). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9748 a1c6a512-1295-4272-9138-f99709370657
2006-04-20Optimizations for doom: coldfire asm drawspan routine = not much, fixed ↵Karl Kurbjun4-50/+107
point multiply changes = not much, H300 asm lcd update = some, IRAM sound updates and simplifications = more git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9747 a1c6a512-1295-4272-9138-f99709370657
2006-04-20Repeat mode should be an integer, not a boolean. Fixes bug #2955.Hardeep Sidhu1-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9743 a1c6a512-1295-4272-9138-f99709370657
2006-04-20Stop playback and exit viewer if last track in current playlist is removedHardeep Sidhu1-10/+15
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9739 a1c6a512-1295-4272-9138-f99709370657
2006-04-20Fixed problem with forced reload of dircached filenames when playlist is sortedHardeep Sidhu1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9738 a1c6a512-1295-4272-9138-f99709370657
2006-04-20Set playing to true immediately when audio_play() is called. Fixes a bug ↵Hardeep Sidhu1-0/+1
when selecting tracks from playlist viewer. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9737 a1c6a512-1295-4272-9138-f99709370657
2006-04-20Fix a crossfade problem (not initializing quite right), and a end of track ↵Brandon Low1-10/+16
problem (should solve some problemwith last bits of audio not playing). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9736 a1c6a512-1295-4272-9138-f99709370657
2006-04-20No need to force a sync of control file until playlist has started. This ↵Hardeep Sidhu1-3/+9
should improve tagcache playlist creation performance on Archos devices (esp. Ondio). Also fixed a small bug in playlist_set_current. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9735 a1c6a512-1295-4272-9138-f99709370657
2006-04-19Fixed: Generate chunked playlist correctly, don't sort <All tracks>Miika Pekkarinen2-9/+26
entry and don't return a NULL file pointer and crash. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9733 a1c6a512-1295-4272-9138-f99709370657
2006-04-19Oops, forgot to commit this.Miika Pekkarinen1-0/+14
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9730 a1c6a512-1295-4272-9138-f99709370657
2006-04-19More usable playlist generation, added "<All tracks>" entry to tagMiika Pekkarinen3-35/+73
browser. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9729 a1c6a512-1295-4272-9138-f99709370657
2006-04-19Allow insert shuffled option for directories when playlist is empty. Based ↵Hardeep Sidhu3-4/+17
on patch #3011 by Jonathan Gordon. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9728 a1c6a512-1295-4272-9138-f99709370657
2006-04-19Have the codec thread stop the pcm if we need to spin up the diskBrandon Low1-1/+11
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9727 a1c6a512-1295-4272-9138-f99709370657
2006-04-18Fix playback if the user does a very fast seek->skip pressBrandon Low1-0/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9726 a1c6a512-1295-4272-9138-f99709370657
2006-04-18Fix end of playlist handling. I think.Brandon Low1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9725 a1c6a512-1295-4272-9138-f99709370657
2006-04-18Revert previous, it is brokenBrandon Low1-3/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9724 a1c6a512-1295-4272-9138-f99709370657
2006-04-18Make seeking synchronous. It's better this wayBrandon Low1-1/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9722 a1c6a512-1295-4272-9138-f99709370657
2006-04-18Performance optimizations for tagcache commit. Still more left to be done.Miika Pekkarinen2-123/+196
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9721 a1c6a512-1295-4272-9138-f99709370657
2006-04-18Fix dir skipping with new playback arch. Enable dir skipping on ipod with a ↵Brandon Low3-8/+37
couple of difficult combos (select|right/left) or short-long left / short-long right. The latter causes stuck in pause sometimes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9720 a1c6a512-1295-4272-9138-f99709370657
2006-04-18Should fix a bug with track skipping backwards following track skip forward, ↵Brandon Low1-1/+1
play, seek backward git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9718 a1c6a512-1295-4272-9138-f99709370657
2006-04-18Save empty resume information if the playlist has endedBrandon Low1-1/+5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9717 a1c6a512-1295-4272-9138-f99709370657
2006-04-18Minor fix for insert_shuffle when playlist is emptyHardeep Sidhu1-13/+18
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9716 a1c6a512-1295-4272-9138-f99709370657
2006-04-18Fixed problem with auto change directory not working when browsing pluginsHardeep Sidhu1-7/+7
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9715 a1c6a512-1295-4272-9138-f99709370657