summaryrefslogtreecommitdiffstats
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-22Add ID3 Database to Show Files. Resort Show Files to match actual order.Dominik Riebeling1-4/+9
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9768 a1c6a512-1295-4272-9138-f99709370657
2006-04-22Remove double Fade On Stop/Pause item. Break some long lines.Dominik Riebeling1-14/+9
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9767 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-22Correct how to enter the pitch screen.Dominik Riebeling1-2/+5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9764 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-22use button macros for hard power off descriptionDominik Riebeling1-3/+5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9762 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 Low16-405/+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-21Adjust pitch screen to match currently changed behaviour.Dominik Riebeling1-2/+12
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9753 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-20Add missing screenshots for player. Remove an unnecessary paragraph break.Dominik Riebeling5-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9746 a1c6a512-1295-4272-9138-f99709370657
2006-04-20Remove the choice table for archos, it's useless since device specific ↵Dominik Riebeling1-1/+1
manuals. Leave the file alone for now to reuse it later in an all-devices table. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9745 a1c6a512-1295-4272-9138-f99709370657
2006-04-20some updates to tagcache sectionDominik Riebeling1-3/+21
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9744 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-20use 'ar' and 'ranlib' and not the variables that may be set to theDaniel Stenberg1-3/+4
cross-compiled versions! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9742 a1c6a512-1295-4272-9138-f99709370657
2006-04-20removed langv1 remaindersDaniel Stenberg1-2/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9741 a1c6a512-1295-4272-9138-f99709370657
2006-04-20Prevent scroll wheel on mini 1g from over-scrolling when scrolling very fast.Frank Dischner1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9740 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-19use tag cacheDaniel Stenberg2-2855/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9734 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-19Fix button driver for ipod mini 1G.Frank Dischner2-46/+64
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9732 a1c6a512-1295-4272-9138-f99709370657
2006-04-19Remove old stereo width setting description, and add description of the new ↵Thom Johansen1-16/+23
stereo width functionality. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9731 a1c6a512-1295-4272-9138-f99709370657