summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2007-01-13Adding John BouAntoun to credits for work on Gigabeat USB and settingsSteve Gotthardt
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11995 a1c6a512-1295-4272-9138-f99709370657
2007-01-11modernizedDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11988 a1c6a512-1295-4272-9138-f99709370657
2007-01-10git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11979 ↵Peter D'Hoye
a1c6a512-1295-4272-9138-f99709370657
2007-01-09Removed executable flagLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11967 a1c6a512-1295-4272-9138-f99709370657
2007-01-09more changesDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11956 a1c6a512-1295-4272-9138-f99709370657
2007-01-06Adding Gary Allen to CREDITS for his contributions.Steve Gotthardt
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11929 a1c6a512-1295-4272-9138-f99709370657
2007-01-03Improved Sansa keymappings for Pacbox, Solitaire and Star. From FS#6466 by ↵Daniel Ankers
Piotr Jafiszow git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11892 a1c6a512-1295-4272-9138-f99709370657
2007-01-03Add separate CREDITS file for the manual containing all people who ↵Dominik Riebeling
contributed a noticeable amount to it. Should be complete as of now. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11891 a1c6a512-1295-4272-9138-f99709370657
2007-01-02Patch #5416 by Malcolm Tyrrell - Mazezam, a puzzle game. Move sliding blocks ↵Zakk Roberts
horizontally to reach the exit of each level. Should work on all bitmap-LCD targets. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11882 a1c6a512-1295-4272-9138-f99709370657
2007-01-01Initial implementation of audio support (44.1KHz only, mp2 or mp3, ↵Dave Chapman
mono/stereo, any bitrate) and .mpg file (MPEG program stream) parsing for mpegplayer - .m2v files are no longer supported. .mpg parser based on patch #6366 from Mathieu Favreaux. Currently limited to only playing files smaller than the available buffer RAM (it will play longer files, but never refills the buffer when it runs empty). There is also no a/v sync implemented, and still no seeking support. Coldfire (iriver H3x0 and iaudio X5) users can use the optimisations provided in patch #5995 to increase the framerate, and PortalPlayer (ipods and iriver H10) users will want to use kernel_on_cop_6.diff from FS#5755 which enables mpegplayer to run the video thread on the second CPU core - video on the second core with audio on the first core runs at the same speed as the old mpegplayer did with no audio. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11877 a1c6a512-1295-4272-9138-f99709370657
2006-12-29add Steve Gotthardt and Greg White for their work on the Gigabeat portMarcoen Hirschberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11851 a1c6a512-1295-4272-9138-f99709370657
2006-12-28Synced Norweigan translation by Tobias Langhoff FS#6480Nils Wallménius
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11848 a1c6a512-1295-4272-9138-f99709370657
2006-12-26Accept FS#6464 by Chris Taylor. Adds a "Play Next" playlist insertionJonathan Gordon
option which replaces the current playlist with the new selection but keeps the current track queued so playback doesnt stop. (minor fixes by me) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11842 a1c6a512-1295-4272-9138-f99709370657
2006-12-19Accept FS#5344 by Mike Schmitt. Add a "shuffle and track skip" option toJonathan Gordon
crossfade. Bumps config versino, so SAVE SETTINGS before updating. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11811 a1c6a512-1295-4272-9138-f99709370657
2006-12-17Manual license is GFDL, add it to the docs folder.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11785 a1c6a512-1295-4272-9138-f99709370657
2006-12-13Sector-size detection on Posix platforms - tested on Linux and Mac OS X. ↵Dave Chapman
Based on patch #6433 by Bryan Childs. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11752 a1c6a512-1295-4272-9138-f99709370657
2006-12-11Add Chinese Simplified Language by Ye WeiJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11714 a1c6a512-1295-4272-9138-f99709370657
2006-12-03Update credits also.Miika Pekkarinen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11652 a1c6a512-1295-4272-9138-f99709370657
2006-12-03Patch FS#6365 by Stephane Doyon, Fix x5 bookmark screen keysJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11647 a1c6a512-1295-4272-9138-f99709370657
2006-11-30File and (recursive) directories properties in the file browser context ↵Peter D'Hoye
menu. Uses dircache if possible (plugin api expanded). Is actually implemented as plugin. Small parts taken from earlier work by Will Robertson. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11630 a1c6a512-1295-4272-9138-f99709370657
2006-11-22Use gmake rather than make, if available. Patch FS#6340 by Lutz BöhneJonas Häggqvist
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11571 a1c6a512-1295-4272-9138-f99709370657
2006-11-22Sansa doesn't use a Wolfson codec. Various other changes to allow Sansa to ↵Daniel Ankers
compile correctly with a normal build. Based on FS#6336 by Pavel Gnelitsa git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11570 a1c6a512-1295-4272-9138-f99709370657
2006-11-15Improved replaygain tags for WPS by Ian Webber fs#6223. Shows the current ↵Martin Scarratt
status of the gain rather than what the setting is set to. %?rg<off|track|album|shuffletrack|shufflealbum|notag>. Also, %rg will give the current gain adjustment. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11531 a1c6a512-1295-4272-9138-f99709370657
2006-10-30Colorised demystify. Based on patch #5856 by Travis Hyyppa, adapted to ↵Jens Arnold
properly work with the multi-screen API. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11389 a1c6a512-1295-4272-9138-f99709370657
2006-10-26Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the ↵Barry Wardell
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
2006-10-25ifdef all the tagcache code, allows rombox to be compiled again, Thanks ↵Jonathan Gordon
Austin Appel git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11338 a1c6a512-1295-4272-9138-f99709370657
2006-10-25Only flush PCM buffered voice data when explicitly told to. Patch by ↵Steve Bavin
Stephane Doyen. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11331 a1c6a512-1295-4272-9138-f99709370657
2006-10-19Patch #6052 - More responsive skip on ArchosLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11273 a1c6a512-1295-4272-9138-f99709370657
2006-10-13Fix race condition when playback stopped - see FS#6174. Thanks to Jared StaffordSteve Bavin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11214 a1c6a512-1295-4272-9138-f99709370657
2006-10-12Add some presets for the equalizer. Includes a Default preset that resets ↵Dan Everton
everything. From FS#6113, thanks to David Quesada. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11209 a1c6a512-1295-4272-9138-f99709370657
2006-10-05Accepted FS#6098 as the first patch from Robert Kukla and implemented using ↵Miika Pekkarinen
two switches. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11124 a1c6a512-1295-4272-9138-f99709370657
2006-09-25Accepted FS#6023 - ADX codec (some kind of ADPCM).Rani Hod
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11046 a1c6a512-1295-4272-9138-f99709370657
2006-09-04Fix display bugs with H10 LCDs (both 20GB and 5/6GB models). The 20GB LCD is ↵Barry Wardell
actually a 128x160 LCD rotated 90 degrees, so we need to take account of this. The 5/6GB LCD is not rotated by 90 degrees but was treated as if it was (FS #5925, patch thanks to Thilo-Alexander Ginkel) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10886 a1c6a512-1295-4272-9138-f99709370657
2006-08-30Applied patch #5879 by Andrew Cupper: Fix backward seeking bug.Magnus Holmgren
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10807 a1c6a512-1295-4272-9138-f99709370657
2006-08-30Correct credits for the calculator pluginLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10804 a1c6a512-1295-4272-9138-f99709370657
2006-08-27Add Andrew Melville to the creditsMartin Arver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10773 a1c6a512-1295-4272-9138-f99709370657
2006-08-27Spanish translation update by Victor CardenasMarcoen Hirschberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10766 a1c6a512-1295-4272-9138-f99709370657
2006-08-23oopsMarcoen Hirschberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10709 a1c6a512-1295-4272-9138-f99709370657
2006-08-23add the people who made the Gigabeat port possibleMarcoen Hirschberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10708 a1c6a512-1295-4272-9138-f99709370657
2006-08-23Add voice strings for "Edit Preset" and "Remove Preset" in radio screen. ↵Jonas Häggqvist
FS#5363 by James Teh git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10707 a1c6a512-1295-4272-9138-f99709370657
2006-08-22Move X5 ADC code to target tree. Fix power button detection on H10. New ADCBarry Wardell
driver for H10. Thanks to Laurent Baum for all his help with this code. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10701 a1c6a512-1295-4272-9138-f99709370657
2006-08-17Optimisations to lcd_yuv_blit by Tom Meyer - speeds up mpegplayer by about ↵Dave Chapman
10-15% git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10627 a1c6a512-1295-4272-9138-f99709370657
2006-08-14Add support for the iPod Video hardware equalizer. You can access it from ↵Dan Everton
Sound Settings -> Equalizer -> Hardware Equalizer. Note that the peak filters are reported not to work. Based on FS#5791 from Snyper. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10568 a1c6a512-1295-4272-9138-f99709370657
2006-08-13FS#5805 NOT operator for tagnavi.config by Jochen Kemnade.Miika Pekkarinen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10558 a1c6a512-1295-4272-9138-f99709370657
2006-08-12Committing FS#5182 - One button hold for Horizontal screen scrolling.Shachar Liberman
=>hold RIGHT or LEFT button on a GUI based list to scroll horizontally. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10545 a1c6a512-1295-4272-9138-f99709370657
2006-08-11Correct the URL of the patch trackerDave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10520 a1c6a512-1295-4272-9138-f99709370657
2006-08-10...nither sleep(0.2). thanks FS#5509 for letting me believe it isShachar Liberman
legit, and Philippe Miossec for his work. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10516 a1c6a512-1295-4272-9138-f99709370657
2006-08-07Add the guy with for the H300 pong button table. Credits are free ofShachar Liberman
charge! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10474 a1c6a512-1295-4272-9138-f99709370657
2006-08-02Barry did the H10 work that some of my Sansa work included/was based on.Daniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10403 a1c6a512-1295-4272-9138-f99709370657
2006-07-31Applied FS# 5736 by Alexander Levin.Rani Hod
Fixed fat buffer overflow with LFNs longer than 255 bytes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10389 a1c6a512-1295-4272-9138-f99709370657