summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Move quick menu to MODE button to avoid conflict with page up/down in WPSChristi Scarborough2005-06-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6910 a1c6a512-1295-4272-9138-f99709370657
* Fixed red H1x0 simulator build.Jens Arnold2005-06-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6909 a1c6a512-1295-4272-9138-f99709370657
* Oops, that was no optimisation, but a bug.Jens Arnold2005-06-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6908 a1c6a512-1295-4272-9138-f99709370657
* Third part of graphics api rework. Some small but effective optimisations. ↵Jens Arnold2005-06-29
| | | | | | Ported remote lcd driver to new api. Preparations for including the low-level functions in the plugin api. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6907 a1c6a512-1295-4272-9138-f99709370657
* Second part of graphics api rework. Bitmap drawing and text output ↵Jens Arnold2005-06-28
| | | | | | converted; some code cleanup and more optimisations. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6906 a1c6a512-1295-4272-9138-f99709370657
* For target builds, make the ELF files depend on its object file, but alsoDaniel Stenberg2005-06-28
| | | | | | | | on the generic codec lib and the specific codec lib for each particular codec. (Initial take, may need to adjusting to get optimal) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6905 a1c6a512-1295-4272-9138-f99709370657
* Request the audio buffer _before_ using any iram. By doing it in this order,Daniel Stenberg2005-06-28
| | | | | | | | the music has stopped when we use the plugin iram area - which is shared with the codecs! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6904 a1c6a512-1295-4272-9138-f99709370657
* Iriver: Fix codec <-> plugin start address clash, leading to crashes when ↵Jens Arnold2005-06-28
| | | | | | trying to run plugins while playing music. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6903 a1c6a512-1295-4272-9138-f99709370657
* I bet nobody enters more than 100 letters in search strings, and since thereDaniel Stenberg2005-06-27
| | | | | | | are 70 of these, we gain 10K in one single step. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6902 a1c6a512-1295-4272-9138-f99709370657
* Moved the codec and plugin buffer sizes to the config-*.h files instead ofDaniel Stenberg2005-06-27
| | | | | | | | | having it repeated in numerous files where they all had to be updated to the same value if ever changed. This allows specific models to actually have its own buffer sizes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6901 a1c6a512-1295-4272-9138-f99709370657
* Initializing resampler structure correctly with zeros.Miika Pekkarinen2005-06-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6900 a1c6a512-1295-4272-9138-f99709370657
* Fixed a simulator warning.Miika Pekkarinen2005-06-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6899 a1c6a512-1295-4272-9138-f99709370657
* Replaced some size_t with longs. That might solve some problems. FixedMiika Pekkarinen2005-06-27
| | | | | | | also problem where codec buffer length indicator goes negative. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6898 a1c6a512-1295-4272-9138-f99709370657
* H1x0: Reordered lcd init sequence to match the datasheet, including the ↵Jens Arnold2005-06-27
| | | | | | recommended pause. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6897 a1c6a512-1295-4272-9138-f99709370657
* Turned off dithering in MPEG audio codec. It's just too slow.Thom Johansen2005-06-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6896 a1c6a512-1295-4272-9138-f99709370657
* Don't try to compile the grayscale lib for unsupported configurations, saves ↵Jens Arnold2005-06-27
| | | | | | compile time. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6895 a1c6a512-1295-4272-9138-f99709370657
* Another crossfade related crash possible fixed.Miika Pekkarinen2005-06-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6894 a1c6a512-1295-4272-9138-f99709370657
* Should've synced while I was at it.Jonas Häggqvist2005-06-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6893 a1c6a512-1295-4272-9138-f99709370657
* OopsJonas Häggqvist2005-06-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6892 a1c6a512-1295-4272-9138-f99709370657
* Possible crash fixed while crossfade is enabled.Miika Pekkarinen2005-06-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6891 a1c6a512-1295-4272-9138-f99709370657
* Small fix and synced to current english.lang.Jens Arnold2005-06-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6890 a1c6a512-1295-4272-9138-f99709370657
* francais.lang update by Manuel DejongheChristi Scarborough2005-06-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6889 a1c6a512-1295-4272-9138-f99709370657
* Allow WavPack to use new sampling rate converterDave Bryant2005-06-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6888 a1c6a512-1295-4272-9138-f99709370657
* Small changeJonas Häggqvist2005-06-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6887 a1c6a512-1295-4272-9138-f99709370657
* Add make install step - still quite outdated, but at least what's there is ↵Jonas Häggqvist2005-06-26
| | | | | | more correct now. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6886 a1c6a512-1295-4272-9138-f99709370657
* Patch 1163135 by Bryan Vandyke: Remove trailing spaces for ID3v2 tagsJonas Häggqvist2005-06-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6885 a1c6a512-1295-4272-9138-f99709370657
* Patch #1218188 by Konstantin Isakov: Don't wrap around scroll in ↵Jonas Häggqvist2005-06-26
| | | | | | file-browser when button is repeated. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6884 a1c6a512-1295-4272-9138-f99709370657
* Iriver: remote FFWD/REW supportJens Arnold2005-06-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6883 a1c6a512-1295-4272-9138-f99709370657
* Fix broken sim buildsChristi Scarborough2005-06-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6882 a1c6a512-1295-4272-9138-f99709370657
* * number of columns and rows can now be changed in menuAntoine Cellerier2005-06-26
| | | | | | | * remove trailing spaces git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6881 a1c6a512-1295-4272-9138-f99709370657
* Quick menu for iRiver: A long press on the PLAY key in the browser or the ↵Christi Scarborough2005-06-26
| | | | | | WPS will take you into the quick menu screen where certain common settings can be adjusted. Works just the same as F2 menu on Archos. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6880 a1c6a512-1295-4272-9138-f99709370657
* * use *rb->current_tick for srandAntoine Cellerier2005-06-26
| | | | | | | | * don't truncate last column on players that have screens larger than the recorder's git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6879 a1c6a512-1295-4272-9138-f99709370657
* Fixed one warning.Miika Pekkarinen2005-06-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6878 a1c6a512-1295-4272-9138-f99709370657
* Initial DSP implementation. DSP supports resampling audio stream fromMiika Pekkarinen2005-06-26
| | | | | | | | codecs (currently works corrently only with mp3's, somebody should fix that). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6877 a1c6a512-1295-4272-9138-f99709370657
* * fix some cursor bugs (patch 1222287)Antoine Cellerier2005-06-26
| | | | | | | * added call to srand (patch 1223090) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6876 a1c6a512-1295-4272-9138-f99709370657
* Fix broken Ondio bulidsChristi Scarborough2005-06-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6875 a1c6a512-1295-4272-9138-f99709370657
* Some changes to image code, thanks to Daniel.Tomas Salfischberger2005-06-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6874 a1c6a512-1295-4272-9138-f99709370657
* OoopsChristi Scarborough2005-06-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6873 a1c6a512-1295-4272-9138-f99709370657
* Resume behaviour. Resume setting renamed to 'Resume on Startup'. Pressing ↵Christi Scarborough2005-06-26
| | | | | | the resume button from the WPS now resumes without prompting, regardless of the resume on startup setting. Error message displayed if no playlist in memory. (Bug in iriver playlist handling means that playlists don't get unloaded at the end of the playlist, so this feature does not currently work on iRiver.) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6872 a1c6a512-1295-4272-9138-f99709370657
* Converted form CRLF to LFJonas Häggqvist2005-06-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6871 a1c6a512-1295-4272-9138-f99709370657
* Fixes and sync.Thom Johansen2005-06-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6870 a1c6a512-1295-4272-9138-f99709370657
* Made the FM frequency setting wrap aroundLinus Nielsen Feltzing2005-06-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6869 a1c6a512-1295-4272-9138-f99709370657
* Fixed up WPS_*_PRE / WPS_RC_*_PRE handling. (Gimme back my RC_PAUSE on archos.)Jens Arnold2005-06-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6868 a1c6a512-1295-4272-9138-f99709370657
* No need to keep code around that we _know_ will cause crashes... Bail outDaniel Stenberg2005-06-25
| | | | | | | nicer when certain syntax errors are used with the bitmap option. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6867 a1c6a512-1295-4272-9138-f99709370657
* Fixed bug: "Not clearing the buffer causes a problem when switching from one ↵Tomas Salfischberger2005-06-25
| | | | | | WPS to another if they don't use the same image set." git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6866 a1c6a512-1295-4272-9138-f99709370657
* Synced + small changeJonas Häggqvist2005-06-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6865 a1c6a512-1295-4272-9138-f99709370657
* Synced.Jens Arnold2005-06-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6864 a1c6a512-1295-4272-9138-f99709370657
* Added missing voice: lines.Jens Arnold2005-06-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6863 a1c6a512-1295-4272-9138-f99709370657
* Forgot a constHardeep Sidhu2005-06-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6862 a1c6a512-1295-4272-9138-f99709370657
* Added new shuffle repeat mode that reshuffles playlist before repeating. ↵Hardeep Sidhu2005-06-25
| | | | | | Also added new shuffled insert mode that randomly inserts selected track(s) somewhere between current track and end of playlist. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6861 a1c6a512-1295-4272-9138-f99709370657