summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* The DMA controller issued a DMA IRQ immediately when started, making it skip ↵Linus Nielsen Feltzing2005-12-06
| | | | | | the entire first audio block. Setting the DONE bit before initializing seems to fix this. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8166 a1c6a512-1295-4272-9138-f99709370657
* Fixed red recorder builds.Jens Arnold2005-12-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8165 a1c6a512-1295-4272-9138-f99709370657
* don't load the language file into the buffer untill we know it is not too ↵Marcoen Hirschberg2005-12-06
| | | | | | big and of the right version (files can now be 3 bytes bigger ;-) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8164 a1c6a512-1295-4272-9138-f99709370657
* Big Code Police raid. Pretty pretty please, we do no macrofy simpleDaniel Stenberg2005-12-05
| | | | | | | | assignments and things just to make them appear as function calls. That makes code harder to follow. Did some gcc4 warning fixes as well. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8163 a1c6a512-1295-4272-9138-f99709370657
* kill gcc4 warningsDaniel Stenberg2005-12-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8162 a1c6a512-1295-4272-9138-f99709370657
* moved crossfeed from the Playback menu to Sound SettingsMarcoen Hirschberg2005-12-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8161 a1c6a512-1295-4272-9138-f99709370657
* another makeover of the simulator stuff to be more sed-friendly with non-GNUDaniel Stenberg2005-12-05
| | | | | | | versions git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8160 a1c6a512-1295-4272-9138-f99709370657
* added "DancePuffDuo" themeAnton Oleynikov2005-12-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8159 a1c6a512-1295-4272-9138-f99709370657
* Adjusted the decompressor work to build a compressed image for the ArchosDaniel Stenberg2005-12-05
| | | | | | | targets in case it is too big to fit. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8158 a1c6a512-1295-4272-9138-f99709370657
* added "marquee" themeAnton Oleynikov2005-12-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8157 a1c6a512-1295-4272-9138-f99709370657
* full engineeer2 themeAnton Oleynikov2005-12-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8156 a1c6a512-1295-4272-9138-f99709370657
* Make use of the generated dependency file.Magnus Holmgren2005-12-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8155 a1c6a512-1295-4272-9138-f99709370657
* Codec makefile cleanup: remove redundant things, don't generate dependency ↵Magnus Holmgren2005-12-05
| | | | | | files when cleaning. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8154 a1c6a512-1295-4272-9138-f99709370657
* Playback speed changing support for H300.Thom Johansen2005-12-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8153 a1c6a512-1295-4272-9138-f99709370657
* Stop using sed's /c option when building the simulator Makefile. This shouldDaniel Stenberg2005-12-05
| | | | | | | lessen the requirments on what sed (version) that is used. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8152 a1c6a512-1295-4272-9138-f99709370657
* Fixed non-working WPS on the player. Removed some TABs.Jens Arnold2005-12-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8151 a1c6a512-1295-4272-9138-f99709370657
* iPod targets need tools/scramble buildingDave Chapman2005-12-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8150 a1c6a512-1295-4272-9138-f99709370657
* Build convbdf for player too, although it feels a bit funny. Also builds theDaniel Stenberg2005-12-04
| | | | | | | | tools for the sims as well, since they need convbdf at least and it makes life easier if we just do the same for them as for normal target builds. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8149 a1c6a512-1295-4272-9138-f99709370657
* Bugfix: Prevent spurious bitswap when switching from recording to playback. ↵Jens Arnold2005-12-04
| | | | | | This caused erratic voice UI behaviour under certain conditions. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8148 a1c6a512-1295-4272-9138-f99709370657
* Replace references to HAVE_RTC with CONFIG_RTC and remove the HAVE_RTC ↵Dave Chapman2005-12-04
| | | | | | defines from config-*.h git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8147 a1c6a512-1295-4272-9138-f99709370657
* set default sound scaling metric properlyAnton Oleynikov2005-12-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8146 a1c6a512-1295-4272-9138-f99709370657
* iRiver: new sound option "prevent clipping:adjust volume/adjust bass/adjust ↵Anton Oleynikov2005-12-04
| | | | | | current/off" git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8145 a1c6a512-1295-4272-9138-f99709370657
* Split the HAVE_RTC define into HAVE_RTC, HAVE_RTC_RAM and CONFIG_RTC - in ↵Dave Chapman2005-12-04
| | | | | | preparation for targets (H300, iPod) which have a clock (HAVE_RTC) but no general purpose RAM available for settings data (HAVE_RTC_RAM). CONFIG_RTC is used to specify the low-level driver required. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8144 a1c6a512-1295-4272-9138-f99709370657
* Simplified yield() in the Win32 simulator. Now only hogs the CPU during ↵Magnus Holmgren2005-12-04
| | | | | | playback, and playback doesn't stutter that much. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8143 a1c6a512-1295-4272-9138-f99709370657
* iRiver: Make logf-enabled builds of the simulator work again.Magnus Holmgren2005-12-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8142 a1c6a512-1295-4272-9138-f99709370657
* Fixed the red builds for archos.Miika Pekkarinen2005-12-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8141 a1c6a512-1295-4272-9138-f99709370657
* Morse code fixed and added a few characters (including non-standardMiika Pekkarinen2005-12-04
| | | | | | | code for blank). Cursor can be moved directly with arrows in morse mode. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8140 a1c6a512-1295-4272-9138-f99709370657
* Fixed the yellow builds.Miika Pekkarinen2005-12-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8139 a1c6a512-1295-4272-9138-f99709370657
* no longer needed by ipodVOLAnton Oleynikov2005-12-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8138 a1c6a512-1295-4272-9138-f99709370657
* fixed battery iconAnton Oleynikov2005-12-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8137 a1c6a512-1295-4272-9138-f99709370657
* oops, unix styleAnton Oleynikov2005-12-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8136 a1c6a512-1295-4272-9138-f99709370657
* update of ipodVOL.wpsAnton Oleynikov2005-12-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8135 a1c6a512-1295-4272-9138-f99709370657
* update of engineeer2.wpsAnton Oleynikov2005-12-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8134 a1c6a512-1295-4272-9138-f99709370657
* Fixed a problem with playback when skipping from last track. No moreMiika Pekkarinen2005-12-03
| | | | | | | skipping the first track in a directory when advancing to the next dir. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8133 a1c6a512-1295-4272-9138-f99709370657
* H300 Bootloader v3Linus Nielsen Feltzing2005-12-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8131 a1c6a512-1295-4272-9138-f99709370657
* H300 bootloader: don't turn on the HD too soonLinus Nielsen Feltzing2005-12-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8130 a1c6a512-1295-4272-9138-f99709370657
* iRiver: Added initial support for standard morse code input to virtual keyboard.Miika Pekkarinen2005-12-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8129 a1c6a512-1295-4272-9138-f99709370657
* old. obsolete. forgotten.Daniel Stenberg2005-12-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8128 a1c6a512-1295-4272-9138-f99709370657
* configure now sets what set of tools that a particular target build needs orDaniel Stenberg2005-12-02
| | | | | | | | | | can use, and those tools only are built with 'make' or 'make tools'. Starting now, you should build tools from within your build directory instead of running make in the tools dir. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8127 a1c6a512-1295-4272-9138-f99709370657
* Fixed recording peak meters to always work. Now it should be easy toMiika Pekkarinen2005-12-02
| | | | | | | add pre-recording support too. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8126 a1c6a512-1295-4272-9138-f99709370657
* fix yellow build by removing a static unused variable from the simulator buildDaniel Stenberg2005-12-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8125 a1c6a512-1295-4272-9138-f99709370657
* fix gcc4 (un)signed warningsDaniel Stenberg2005-12-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8124 a1c6a512-1295-4272-9138-f99709370657
* FWPatcher - added support for H1x0 v1.66 and H3x0 v1.29Linus Nielsen Feltzing2005-12-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8123 a1c6a512-1295-4272-9138-f99709370657
* Fixed ui lag while writing recorded data to disk.Miika Pekkarinen2005-12-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8122 a1c6a512-1295-4272-9138-f99709370657
* numerous gcc4 (un)signed warnings killedDaniel Stenberg2005-12-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8121 a1c6a512-1295-4272-9138-f99709370657
* iRiver recording changes:Andy2005-12-02
| | | | | | | | | - Added Peakmeter in recording screen - Fix for stop bug - Fix for playback peakmeter not working after recording git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8120 a1c6a512-1295-4272-9138-f99709370657
* iRiver: re-add an end of file check, to see if it helps the reported ↵Magnus Holmgren2005-12-01
| | | | | | problems with gapless MP3 playback. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8119 a1c6a512-1295-4272-9138-f99709370657
* Set appropriate codec type for .m4a files (ALAC or AAC) inside ↵Dave Chapman2005-12-01
| | | | | | get_metadata(). probe_file_format() is no longer an exported function. Make get_metadata() return false if it can not read the metadata - on the assumption that the codec will also fail. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8118 a1c6a512-1295-4272-9138-f99709370657
* Fixed a playback problem when seeking "too early".Miika Pekkarinen2005-12-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8117 a1c6a512-1295-4272-9138-f99709370657
* iRiver: Fixed several problems with playback on track skipping & loading:Miika Pekkarinen2005-12-01
| | | | | | | | | | * Correctly detecting codec type from metadata. * Skipping incorrect tracks correctly if there are more than one unloadable track. * Fixed internal ram skipping when codec switching is required. * Fixed hang if no files in playlist is playable. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8116 a1c6a512-1295-4272-9138-f99709370657