summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2016-12-11Add myself to COMMITTERSFranklin Wei
Change-Id: I1702c3fc8cd282221213251463cff329b5cfb869
2016-09-07Opus: update resume offset correctly while playing.Adam Sampson
The codec wasn't calling ci->set_offset() while decoding; as a result, the saved offset in ci.id3->offset was only updated at the start of the file and when seeking. To reproduce the problem in the simulator or on a real device: - Start playing an Opus file. - Let it play until 15s, then turn the player off. - Turn back on and resume playback. This'll resume correctly from 15s (using time-based resume, I think, as the offset was 0?). - Let it play until 30s, then turn the player off again. - Turn back on and resume playback. This'll resume from 15s, based on the initial position from last time, when it should resume from 30s. I believe this will also fix FS#12799 ("Resuming opus file from bookmark is not working correctly"). Change-Id: Iba67368e0029c968ef802693767e0722719bc38b
2016-08-14German language update (FS#13078).Michael Giacomelli
Change-Id: I0c7b872824597ef3fa6548a564582ff4ccad3116
2015-04-19Add Thomas White to CREDITSThomas Martitz
Change-Id: I31f345a622010aca9b542f37fb67656bdfa4ed32
2015-04-10Norwegian language update (FS#13041)Åka Sikrom
Change-Id: Ie717c47a997c487c561bfe9bd2858de14cdc3665
2015-04-05Add Udo Schläpfer to the credits list because of all the work he has done ↵Simon Rothen
for the iBasso ports. Change-Id: I513beacd8843a13a89b1eb7ce14b017c64481658
2015-03-28Add some missing names from recent translation patches to CREDITSFrank Gevaerts
Change-Id: Ib6b8a9802fc17cc71611e871417badf5698d5a05
2015-02-03Enhancement of the metronome plugin:Thomas Orgis
- square sine tick and tock sounds (more annoying, more useful;-) - optical indication of tics on display - unification of mode of operation for SWCODEC and HWCODEC (tested on simulator) Both playback and display drawing happen in main loop, always. - operating in two modes now: -- 1. classic dumb metronome --- active when openened as application without file to open --- the usual functionality with tapping and bpm change --- controls indicated on display -- 2. track mode with programmable series of parts --- active when started as viewer for a .tempo file --- differing meters (4/4, 3/4, 6/8, etc.) --- patterns (tick/tock/silence on each beat) --- smooth tempo changes in those tracks This version had lots of testing regarding metronome accuracy, resulting in the realization that PLL A and PLL B differ on the Clip+, causing drift. There is still drift when the timer intervall is too small, so I settled on 2 ms as compromise. This is the final version, after adding documentation and extensive help from Sebastian Leonhardt testing it on slower hardware (YH820), where it works up to 650 actual bpm with display indication. Latest change: Documentation nitpicks. Change-Id: I764c8252526db188352385c5462f9453d882beb9
2015-01-04Fix a tiny whitespace error in CREDITSFranklin Wei
Change-Id: I5273d5a70c504b976ced63f731bf39b35454f6ea Reviewed-on: http://gerrit.rockbox.org/1117 Reviewed-by: Michael Giacomelli <giac2000@hotmail.com>
2014-12-23Xworld - Another World interpreter for RockboxFranklin Wei
Co-conspirators: Franklin Wei, Benjamin Brown -------------------------------------------------------------------- This work is based on: - Fabien Sanglard's "Fabother World" based on - Piotr Padkowski's newRaw interpreter which was based on - Gregory Montoir's reverse engineering of - Eric Chahi's assembly code -------------------------------------------------------------------- Progress: * The plugin runs pretty nicely (with sound!) on most color targets * Keymaps for color LCD targets are complete * The manual entry is finished * Grayscale/monochrome support is NOT PLANNED - the game looks horrible in grayscale! :p -------------------------------------------------------------------- Notes: * The original game strings were built-in to the executable, and were copyrighted and could not be used. * This port ships with an alternate set of strings by default, but can load the "official" strings from a file at runtime. -------------------------------------------------------------------- To be done (in descending order of importance): * vertical stride compatibility <30% done> * optimization <10% done> Change-Id: I3155b0d97c2ac470cb8a2040f40d4139ddcebfa5 Reviewed-on: http://gerrit.rockbox.org/1077 Reviewed-by: Michael Giacomelli <giac2000@hotmail.com>
2014-11-18Add myself to committers listCástor Muñoz
Change-Id: I3fa17e8146e00a8f5dcab282916c62909ba6e5ac
2014-09-28Make sure the USB PHY is disabled after use. Patch by Mihail Zenkov who hasMihail Zenkov
measured several milliamps power reduction from having the PHY disabled. Change-Id: I29e55222eb50acf2023ac1113a90612029c580af Reviewed-on: http://gerrit.rockbox.org/988 Reviewed-by: Michael Giacomelli <giac2000@hotmail.com> Tested: Michael Giacomelli <giac2000@hotmail.com>
2014-09-21Added Nial Shui (nialv7) to CREDITSNick Peskett
2014-09-18Add Ilia Sergachev to credits for his work on the DX50 port.Michael Giacomelli
Change-Id: Ic82e67a5514263995f24f86aa2b4d61470b8ffad
2014-09-15FS#9583 - periodic tableFranklin Wei
- original rockbox port: Yifu Huang - original work: Jonathan Bettencourt - modifications made: - PLA-fied - Add element 117 (ununseptium) - Implemented up/down - Fixed actinide/lanthanide navigation so that they are between scandium and titanium - Added manual entry - Fixed FG/BG colors Change-Id: Ibabfb0d28f794689ffcd8b9c360fb969d118de08 Reviewed-on: http://gerrit.rockbox.org/950 Reviewed-by: Michael Giacomelli <giac2000@hotmail.com>
2014-08-24Ukrainian language updateKyryljan_Serhij
Change-Id: Ie06a1a1ecded66d1efb3beeee1aa7b69656715ef Reviewed-on: http://gerrit.rockbox.org/921 Reviewed-by: Michael Giacomelli <giac2000@hotmail.com>
2014-08-12Added 2048 gameFranklin Wei
Change-Id: I4012dca4f93ca0db386a454635534f648ba906e9 Reviewed-on: http://gerrit.rockbox.org/888 Reviewed-by: Michael Giacomelli <giac2000@hotmail.com> Tested: Michael Giacomelli <giac2000@hotmail.com>
2014-05-02Added high score and save/load functionality to xobox game.Richard Burke
Change-Id: I5e553a38b9290aeeb3cebaf1abf90ae6fc4ac362 Reviewed-on: http://gerrit.rockbox.org/799 Reviewed-by: Michael Giacomelli <giac2000@hotmail.com>
2014-04-08Added Avi Eisenberg to CREDITS fileAvi Eisenberg
Change-Id: I4dd29f9440c8b61e6a295c47e63584c5d0093d14 Reviewed-on: http://gerrit.rockbox.org/777 Reviewed-by: Jonathan Gordon <rockbox@jdgordon.info>
2014-03-18Add Dmitry Gamza and Sebastian Leonhardt to CREDITS.Thomas Martitz
Change-Id: I10c3c8963277905f3c74247fc16acc247323e30f
2014-01-07lcd-common/scroll_engine: Remove unused functions lcd_puts_scroll_style().Thomas Martitz
Change-Id: Ia4f943b3738ab6e66b0e3f1507c629b36d7eba94
2014-01-07lcd-common: Remove unused function lcd_puts_style().Thomas Martitz
Change-Id: Id2c64c116f79b8e61a7af49b9072b3e884ffb455
2013-12-15DSP Compressor: Sidechain, Exponential Atk/RlsRyan Billing
This is an improvement to the current compressor which I have added to my own Sansa Fuze V2 build. I am submitting here in case others find it interesting. Features added to the existing compressor: Attack, Look-ahead, Sidechain Filtering. Exponential attack and release characteristic response. Benefits from adding missing features: Attack: Preserve perceived "brightness" of tone by letting onset transients come through at a higher level than the rest of the compressed program material. Look-ahead: With Attack comes clipping on the leading several cycles of a transient onset. With look-ahead function, this can be pre-emptively mitigated with a slower gain change (less distortion). Look-ahead limiting is implemented to prevent clipping while keeping gain change ramp to an interval near 3ms instead of instant attack. The existing compressor implementation distorts the leading edge of a transient by causing instant gain change, resulting in log() distortion. This sounds "woofy" to me. Exponential Attack/Release: eMore natural sounding. On attack, this is a true straight line of 10dB per attack interval. Release is a little different, however, sounds natural as an analog compressor. Sidechain Filtering: Mild high-pass filter reduces response to low frequency onsets. For example, a hard kick drum is less likely to make the whole of the program material appear to fade in and out. Combined with a moderate attack time, such a transient will ride through with minimal audible artifact. Overall these changes make dynamic music sound more "open", more natural. The goal of a compressor is to make dyanamic music sound louder without necessarily sounding as though it has been compressed. I believe these changes come closer to this goal. Enjoy. If not, I am enjoying it Change-Id: I664eace546c364b815b4dc9ed4a72849231a0eb2 Reviewed-on: http://gerrit.rockbox.org/626 Tested: Purling Nayuki <cyq.yzfl@gmail.com> Reviewed-by: Michael Giacomelli <giac2000@hotmail.com>
2013-12-13CREDITS: Add Albert Song for his FLAC embedded albumart patch.Thomas Martitz
Change-Id: Id99c6199b5d5c724aeb6230b25cd3705682b663d
2013-07-09Add Roman Poltoradnev to the CREDITS file.Michael Giacomelli
Change-Id: I07b791fda7e8490e18e22ce7d09a4e8729ddbaf7
2013-04-24Update instructions in docs/README to change 'Check out from SVN' to 'Clone ↵Bryan Childs
from git' Change-Id: Ic462909f66edf66894a17e91f34f92261df47f11
2013-01-27Created graphics for the numbers in Sudoku and fixed layout for Sansa Clip Zip.Kirill Stryaponoff
Added three bitmaps with the new 70x14 graphics and added link to them in /apps/plugins/bitmaps/native/SOURCES Change-Id: I1f4b9e3504011b80a7cd40e0fcd71ba8fd100424 Reviewed-on: http://gerrit.rockbox.org/389 Reviewed-by: Jonathan Gordon <rockbox@jdgordon.info> Tested-by: Jonathan Gordon <rockbox@jdgordon.info>
2013-01-02Use crc32 of filename to resume tracksRichard Quirk
As well as using an index, which breaks when a file is added or removed, use the crc32 of the filename. When the crc32 check passes the index is used directly. When it fails, the slow path is taken checking each file name in the playlist until the right crc is found. If that fails the playlist is started from the beginning. See http://www.rockbox.org/tracker/6411 Bump plugin API and nvram version numbers Change-Id: I156f61a9f1ac428b4a682bc680379cb6b60b1b10 Reviewed-on: http://gerrit.rockbox.org/372 Tested-by: Jonathan Gordon <rockbox@jdgordon.info> Reviewed-by: Jonathan Gordon <rockbox@jdgordon.info>
2012-10-03Add Richard Quirk to credits.Michael Giacomelli
Change-Id: Iad21f5ac6383cab0190eb54d26f7e72a1c0ec200
2012-09-15FS#12750 by Vanja Cvelbar - update Slovenian translationAlex Parker
Change-Id: I6157ec74688838dd42c95556e2cd7bfe465ab400
2012-09-15FS#12662 by Manuel Flury - update French translationAlex Parker
Change-Id: Ibdce5646887329f4cf51e4104ea30ea8a1f85ddc
2012-08-29Add authors of last few translations to CREDITS as required.Alex Parker
Change-Id: Ib279a4c350b5c5d7c8870f785969b5b938fe83c8
2012-08-24FS#12730 - Polish translationMateusz Renkiewicz
Signed-off-by: Bertrik Sikken <bertrik@sikken.nl> Change-Id: I3843ac2eb5239cd16121930a6cf8437d16180e4a
2012-06-26FS#12707 - [PATCH] Last missing strings in Catalan translationEnric Morales
Signed-off-by: Bertrik Sikken <bertrik@sikken.nl> Change-Id: Icf726324d533ce2cd0eb918a7188ab6201e5c99f
2012-06-05FS#12689 - Missing strings for Español (Spanish) translationEduardo Gonzalez
Signed-off-by: Bertrik Sikken <bertrik@sikken.nl> Change-Id: I2f33c613dc8dbf149c10efc6b73b16e969cf0903
2012-04-22Fix Rockblox plugin display issues on Clip ZipMarty Miller
Added Rockblox background, layout and detection for 96x96x16 displays Change-Id: I4585d5e679851b5696542269fe2123cf7df200de
2012-03-03Set %cs(Current Screen) to "Bookmark browser" when listing bookmarks from ↵Osborne Jacobs
the Context Menu Currently when you select list bookmarks from the context menu %cs returns "Context Menu" when in the bookmark browser screen. This change makes %cs return "Bookmark browser" when listing bookmarks from the context menu, the same as when you list recent bookmarks. This change will make it possible to determin that you are on a bookmark browser screen when skinning using an sbs file. Change-Id: I7fb93525fbafb5d14bba2ae5df7a78df908d09ae Reviewed-on: http://gerrit.rockbox.org/169 Reviewed-by: Jonathan Gordon <rockbox@jdgordon.info>
2012-03-02Bulgarian translation for the remaining strings.Dimitar Dimitrov
Change-Id: If1c7cde9ba3196f99dcce80b8eaaf46ec6b84b46 Reviewed-on: http://gerrit.rockbox.org/161 Reviewed-by: Jonathan Gordon <rockbox@jdgordon.info>
2012-02-25Add unwarminder author to CREDITSMarcin Bukat
Change-Id: Ida502b717783085d8d6e56342d050f6f9e81cde3
2012-02-25Add Fukuda Takafumi to the creditsNils Wallménius
Change-Id: I636b865b7588cc22d107d943fc5b8c3ebc2883b2
2012-02-13Add Cástor Muñoz and Albert Barca to CREDITS.Nils Wallménius
Change-Id: I8498d40cf55d550ba09b3df4429ef9d941bdbc56
2012-02-10FS#12582 - update for ukrainian languageIgor Petelin
Signed-off-by: Bertrik Sikken <bertrik@sikken.nl> Change-Id: I620b83774ecc6cd1ce797bd0d197d5dd56fdbeb1
2012-02-03Add graphics for solitaire/blackjack plugins for the sansa clip zip by ↵Bertrik Sikken
Nathan Korth Change-Id: Ic87bf074f2d60687a2933b05fcad1c0d27dfd9ec Reviewed-on: http://gerrit.rockbox.org/79 Reviewed-by: Bertrik Sikken <bertrik@sikken.nl> Tested-by: Bertrik Sikken <bertrik@sikken.nl>
2012-01-28Use is_keys_locked when possibleWieland Hoffmann
Change-Id: Ib0ae0f31a8b040aba5dca4e11df934c89aaca232 Reviewed-on: http://gerrit.rockbox.org/73 Reviewed-by: Jonathan Gordon <rockbox@jdgordon.info>
2012-01-24Update CONTRIBUTING to reflect our switch to git on gerrit.Marcin Bukat
Fixes FS#12536 Change-Id: Iee4700ef01eb23c92a026df5074ffcf0257fe0ec
2012-01-09FS#12511 - Polish translation by Artur JuraszekBertrik Sikken
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31646 a1c6a512-1295-4272-9138-f99709370657
2011-12-31Update the Russian translation (FS#12420 by James Hunt)Alexander Levin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31483 a1c6a512-1295-4272-9138-f99709370657
2011-12-24Initial commit of the Samsung YP-R0 port.Thomas Martitz
This port is a hybrid native/RaaA port. It runs on a embedded linux system, but is the only application. It therefore can implement lots of stuff that native targets also implement, while leveraging the underlying linux kernel. The port is quite advanced. User interface, audio playback, plugins work mostly fine. Missing is e.g. power mangement and USB (see SamsungYPR0 wiki page). Included in utils/ypr0tools are scripts and programs required to generate a patched firmware. The patched firmware has the rootfs modified to load Rockbox. It includes a early/safe USB mode. This port needs a new toolchain, one that includes glibc headers and libraries. rockboxdev.sh can generate it, but e.g. codesourcey and distro packages may also work. Most of the initial effort is done by Lorenzo Miori and others (on ABI), including reverse engineering and patching of the original firmware, initial drivers, and more. Big thanks to you. Flyspray: FS#12348 Author: Lorenzo Miori, myself Merry christmas to ypr0 owners! :) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31415 a1c6a512-1295-4272-9138-f99709370657
2011-12-22Thank you for the bug hunting help, Andrej Sinicyn. However CREDITS is ↵Björn Stenberg
reserved for people who contribute substantial amounts of code or data. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31403 a1c6a512-1295-4272-9138-f99709370657
2011-12-22Add Andrej Sinicyn to creditsAmaury Pouly
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31402 a1c6a512-1295-4272-9138-f99709370657