summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-02-08Updated Dutch language filePeter D'Hoye
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8635 a1c6a512-1295-4272-9138-f99709370657
2006-02-08Hide the x11 type offering when building simulator, SDL is now the way toDaniel Stenberg
go. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8634 a1c6a512-1295-4272-9138-f99709370657
2006-02-08Commit additional defines needed by last commit.Thom Johansen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8633 a1c6a512-1295-4272-9138-f99709370657
2006-02-08Sleep PP5020 CPU on idle.Thom Johansen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8632 a1c6a512-1295-4272-9138-f99709370657
2006-02-08These files don't belong here.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8631 a1c6a512-1295-4272-9138-f99709370657
2006-02-08Correct LCD background colours for b&w and greyscale SDL sims (SDL takes RGB ↵Jens Arnold
while Win32 takes BGR) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8630 a1c6a512-1295-4272-9138-f99709370657
2006-02-08Properly deprecate old strings.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8629 a1c6a512-1295-4272-9138-f99709370657
2006-02-08More SDL simulator LCD fixes.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8628 a1c6a512-1295-4272-9138-f99709370657
2006-02-08Patch #1403437 by Peter D'Hoye & Martin Scarratt: Recording gain.Hristo Kovachev
Changes: ***1. all platforms: 1.1 corrects gain display bug; 1.2 allows combined setting of stereo gain without an extra line on the display; 2. iRiver H1xx and H3xx specific: 2.1 correctly named the decimator variables, they were called 'gain'; 2.2 splitted decimator gain settings for mic and line-in so that they are saved separately; 2.3 added combined analog and decimator gain setting giving a smooth gain range with the best analog/decimator gain combination git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8627 a1c6a512-1295-4272-9138-f99709370657
2006-02-08Use 'int' for 32 bit variables in host tools to better run on 64bit archs.Daniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8626 a1c6a512-1295-4272-9138-f99709370657
2006-02-08The SDL simulator didn't draw the pixels correctly on targets with gray/mono ↵Linus Nielsen Feltzing
LCD, part 2 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8625 a1c6a512-1295-4272-9138-f99709370657
2006-02-08The SDL simulator didn't draw the pixels correctly on targets with gray/mono LCDLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8624 a1c6a512-1295-4272-9138-f99709370657
2006-02-08Updated korean.lang by Jeong Taek InHristo Kovachev
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8623 a1c6a512-1295-4272-9138-f99709370657
2006-02-08Patch #1423302 by Imre Herceg - Updated Hungarian translationLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8622 a1c6a512-1295-4272-9138-f99709370657
2006-02-08Changed the 'stride' parameter of all *_bitmap_part() function to always ↵Jens Arnold
mean the source bitmap width in pixels. Playergfx was the only engine where this was not true. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8621 a1c6a512-1295-4272-9138-f99709370657
2006-02-08Ooops, small fix.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8620 a1c6a512-1295-4272-9138-f99709370657
2006-02-08Preparation for colour gfx viewers: xlcd_color_bitmap_part() and ↵Jens Arnold
xlcd_color_bitmap() added to the plugin library. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8619 a1c6a512-1295-4272-9138-f99709370657
2006-02-08Quick fix for crossfeed on iPod. Still needs optimization, but at least noDave Bryant
more unpleasant surprises! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8618 a1c6a512-1295-4272-9138-f99709370657
2006-02-08JPEG viewer adapted to colour targets (greyscale only for now). New ↵Jens Arnold
functions in the lcd extensions plugin library for drawing canonical greyscale bitmaps. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8617 a1c6a512-1295-4272-9138-f99709370657
2006-02-08Fix typo for iPod 3G keypad check.Dave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8616 a1c6a512-1295-4272-9138-f99709370657
2006-02-07Patch #1426489 - Shorten codec optimisations from Mark ArigoDave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8615 a1c6a512-1295-4272-9138-f99709370657
2006-02-07iPod: Re-written audio driver. This brings it in line with changes to pcm ↵Dave Chapman
playback system, and also appears to fix all the ipod-specific playback glitches git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8614 a1c6a512-1295-4272-9138-f99709370657
2006-02-07* Swap scroll and left/right in EQ UI for iPodDan Everton
* Define buttons for iAudio X5 (not tested) * Button acceleration. Hold ON+LEFT or ON+RIGHT to change settings faster. * Relabel cutoff to centre frequency for peak filters git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8613 a1c6a512-1295-4272-9138-f99709370657
2006-02-07Rework PCM bufferBrandon Low
* Linked list instead of static array buffer pointers * Variable sized chunks * Improved mix handling * Reduction in duplicated code * Reduced IRAM usage w/o sacrificing performance * Converted to almost entirely unsigned math * Add pause function to reduce pcm_* exposure to playback. This WILL break playback on the iPod until linuxstb makes a followup commit. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8612 a1c6a512-1295-4272-9138-f99709370657
2006-02-07Small progressbar fixes: Fix vertical positioning (when using non-default ↵Magnus Holmgren
height). Add some checks for a reasonable size, as bad values can cause problems. Some code cleanup. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8611 a1c6a512-1295-4272-9138-f99709370657
2006-02-07Fixed the previous commit.Miika Pekkarinen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8610 a1c6a512-1295-4272-9138-f99709370657
2006-02-07Reduce latency when configuring the EQ.Miika Pekkarinen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8609 a1c6a512-1295-4272-9138-f99709370657
2006-02-07Fixed a few warningsHristo Kovachev
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8608 a1c6a512-1295-4272-9138-f99709370657
2006-02-071. Updated battery_bench plugin:Hristo Kovachev
1.1 Don't use the plugin_get_buffer() so the playlist viewer should work with this plugin running; 1.2 Added new columns for charger inserted, charging, usb powered; 1.3 Some other small improvements 2. charger_inserted() again returns only the AC/DC charger state on H3x0, doesn't include the usb state; 3. Some ifdefs corrected in power.c and power.h; git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8607 a1c6a512-1295-4272-9138-f99709370657
2006-02-07Add Equalizer configuration to Sound Settings menu.Dan Everton
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8606 a1c6a512-1295-4272-9138-f99709370657
2006-02-07Fine-tuned ADC values for H300 button driver.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8605 a1c6a512-1295-4272-9138-f99709370657
2006-02-07Leave the port debug menu on button release to allow reading the cancel ↵Jens Arnold
button input value. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8604 a1c6a512-1295-4272-9138-f99709370657
2006-02-06Font cache now uses memmove().Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8603 a1c6a512-1295-4272-9138-f99709370657
2006-02-06Added memmove() to codec API & plugin API, and changed codeclib and plugin ↵Jens Arnold
libs to use it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8602 a1c6a512-1295-4272-9138-f99709370657
2006-02-06Added memmove() to the rockbox core. C implementation taken from newlib. ↵Jens Arnold
Fully optimised ASM implementations for SH1 and coldfire, reusing the AMS memcpy code path for forward copying. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8601 a1c6a512-1295-4272-9138-f99709370657
2006-02-06typoChristi Scarborough
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8600 a1c6a512-1295-4272-9138-f99709370657
2006-02-06Oops. Correct typo so builds work again.Christi Scarborough
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8599 a1c6a512-1295-4272-9138-f99709370657
2006-02-06Streamlined WavPack decoder by utilizing dsp functionality where it wasDave Bryant
applicable (like mono conversion and clipping) and eliminating the conversion to 16-bit samples (everything is now returned as 28-bit). This reduced boost ratio (on iRiver) by about 7% on those tracks that require it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8598 a1c6a512-1295-4272-9138-f99709370657
2006-02-06mail on 'manual' changesDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8597 a1c6a512-1295-4272-9138-f99709370657
2006-02-06Rockbox manual in LaTeX initial commit. New option 'manual' added to ↵Christi Scarborough
configure. Some platforms (eg recorderv2, fmrecorder) produce the same manual target, so either can be selected from the configure script. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8596 a1c6a512-1295-4272-9138-f99709370657
2006-02-06Patch #1260463 - Warn on erasing modified dynamic playlist by Craig (ctb311276)Hardeep Sidhu
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8595 a1c6a512-1295-4272-9138-f99709370657
2006-02-06Some bugfixes for the iPod 4G greyscale version of the LCD driverDave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8594 a1c6a512-1295-4272-9138-f99709370657
2006-02-05Correct the comment to match the new codeDave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8593 a1c6a512-1295-4272-9138-f99709370657
2006-02-05Disable dbg_flash_id menu for PP5002 devicesDave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8592 a1c6a512-1295-4272-9138-f99709370657
2006-02-05Use the iPod 4G button mappings for the iPod 3G as well (at least for now)Dave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8591 a1c6a512-1295-4272-9138-f99709370657
2006-02-05iPod: Increase udelay() up to 50 - this was causing problems when the hold ↵Dave Chapman
switch was being used git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8590 a1c6a512-1295-4272-9138-f99709370657
2006-02-05Patch #1260463 - Warn on erasing modified dynamic playlist by Craig (ctb311276)Hardeep Sidhu
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8589 a1c6a512-1295-4272-9138-f99709370657
2006-02-05iPod: Make the plugins compile on the iPod 4G grayscaleDave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8588 a1c6a512-1295-4272-9138-f99709370657
2006-02-05iPod 3G support in Bootloader from Seven Le MesleDave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8587 a1c6a512-1295-4272-9138-f99709370657
2006-02-05Add iPod 3G and iPod 4G Greyscale to the build systemDave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8586 a1c6a512-1295-4272-9138-f99709370657