summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* iRiver: Channel 2 shouldn't be monitored except for radio playback.Michael Sevakis2006-11-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11616 a1c6a512-1295-4272-9138-f99709370657
* Avoid calls to audio and talk functions in audio_get_buffer until init is ↵Michael Sevakis2006-11-27
| | | | | | complete. Just good hygiene really. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11615 a1c6a512-1295-4272-9138-f99709370657
* move rtc functions to seperate filesMarcoen Hirschberg2006-11-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11614 a1c6a512-1295-4272-9138-f99709370657
* Bootbox now needs target includes.Jens Arnold2006-11-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11613 a1c6a512-1295-4272-9138-f99709370657
* Moved archos button reading to target tree. * Cleanup of button.[ch]. * ↵Jens Arnold2006-11-27
| | | | | | Deactivated serial remote code for recorder FM/V2 as there is no remote pin, saving ~500 bytes of code. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11612 a1c6a512-1295-4272-9138-f99709370657
* Change default filenames from tagcache to databaseJonas Häggqvist2006-11-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11611 a1c6a512-1295-4272-9138-f99709370657
* FS#6357, patch 3: implemented simple temporary malloc for the Vorbis decoder.Tomasz Malesinski2006-11-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11610 a1c6a512-1295-4272-9138-f99709370657
* After FS#6357 I see that I left an unneeded call to pcm_play_stop in zxbox.c ↵Michael Sevakis2006-11-26
| | | | | | when adding PLUGIN_IRAM_INIT. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11609 a1c6a512-1295-4272-9138-f99709370657
* Fixed the build error in FS#6357, patch 1.Tomasz Malesinski2006-11-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11608 a1c6a512-1295-4272-9138-f99709370657
* Cube: Keep main colours and backdrop.Jens Arnold2006-11-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11607 a1c6a512-1295-4272-9138-f99709370657
* FS#6357, patch 1: let iramcopy and bss share the same space in codecs andTomasz Malesinski2006-11-26
| | | | | | | | | | plugins. Currently, in case of plugins using IRAM bss is cleared twice, once in the loader, once in PLUGIN_IRAM_INIT. For codecs, bss is cleared only during codec initialization. Also, removed double variables in codecs storing a pointer to codec_api. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11606 a1c6a512-1295-4272-9138-f99709370657
* Starfield should be white on black on colour targets, and disable backdrops.Jens Arnold2006-11-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11605 a1c6a512-1295-4272-9138-f99709370657
* X5: Slightly lower threshold value to reliably disable constant adc reading ↵Jens Arnold2006-11-26
| | | | | | when no button is pressed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11604 a1c6a512-1295-4272-9138-f99709370657
* Fixed the errors for H300.Miika Pekkarinen2006-11-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11603 a1c6a512-1295-4272-9138-f99709370657
* Data cache for the EEPROM driver to speed up reading/writing. ThisMiika Pekkarinen2006-11-26
| | | | | | | will be my last iriver commit for a while due to a bricked H140. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11602 a1c6a512-1295-4272-9138-f99709370657
* Backdrop support in the X5 remote LCD driver. Still needs to be wired to the ↵Jens Arnold2006-11-26
| | | | | | UI and settings. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11601 a1c6a512-1295-4272-9138-f99709370657
* SWCODEC: Stop clicks between tracks when resampler is active by only ↵Michael Sevakis2006-11-26
| | | | | | switching the DSP frequency and not resetting the resampler at track boundaries. Will make sure DSP is correctly flushed at dicontinuities but don't hear any problems currently. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11600 a1c6a512-1295-4272-9138-f99709370657
* dont allow the ata callbacks to be run less than once every 30s unlessJonathan Gordon2006-11-26
| | | | | | | | | explicitly forced to. The sleep_after param is only true in the Q_SLEEP event, so its uneeded, so removed git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11599 a1c6a512-1295-4272-9138-f99709370657
* ipod keypad fixes.. fixes bubblesJonathan Gordon2006-11-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11598 a1c6a512-1295-4272-9138-f99709370657
* fix metronome keysJonathan Gordon2006-11-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11597 a1c6a512-1295-4272-9138-f99709370657
* Fixed header parsing in AIFF. The minimum header size is 54 bytes for an ↵Michael Sevakis2006-11-25
| | | | | | audio file. SSND chunk block_size and offset are 32-bit values, not 16-bit; this bug would probably never even matter since most sound data isn't block aligned. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11596 a1c6a512-1295-4272-9138-f99709370657
* Fixed bug in dither_init that was causing the AIFF playback at sample rates ↵Michael Sevakis2006-11-25
| | | | | | other than 44.1kHz to not procede. It created a dependency of setting sample depth before frequency and aiff.codec does it the other way. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11595 a1c6a512-1295-4272-9138-f99709370657
* Made the AGC functions compatible with non-latin languages following theShachar Liberman2006-11-25
| | | | | | | | | 'NonLatinLanguages' wiki page. Please keep using separate LANG_SYSFONT_ strings when using the internal font, Which only supports latin charset, for easier translation. * Hebrew translation. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11594 a1c6a512-1295-4272-9138-f99709370657
* Allow GPIO debug screen on Sansa. Also remove a warning from the NAND driverDaniel Ankers2006-11-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11593 a1c6a512-1295-4272-9138-f99709370657
* Use scramble for normal Sansa buildsDaniel Ankers2006-11-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11592 a1c6a512-1295-4272-9138-f99709370657
* Remove some development codeDaniel Ankers2006-11-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11591 a1c6a512-1295-4272-9138-f99709370657
* ATA callback support for SansaDaniel Ankers2006-11-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11590 a1c6a512-1295-4272-9138-f99709370657
* fixed a typo, stripped trailing whitespace and made some small tweaks to the ↵Nils Wallménius2006-11-25
| | | | | | installation chapter git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11589 a1c6a512-1295-4272-9138-f99709370657
* Tag cache renamed to the less cryptic "Database" throughout the UI and ↵Jonas Häggqvist2006-11-25
| | | | | | manual. No functional changes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11588 a1c6a512-1295-4272-9138-f99709370657
* Fix bug in large-value handling of gui_scrollbar_draw() that went unnoticed ↵Jens Arnold2006-11-25
| | | | | | for ages... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11587 a1c6a512-1295-4272-9138-f99709370657
* Fixed header calculation goofs that would've affected mono files and ↵Michael Sevakis2006-11-24
| | | | | | little-endian targets. A bit of general cleanup. Time for bed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11586 a1c6a512-1295-4272-9138-f99709370657
* Detect USB inserted on SansaDaniel Ankers2006-11-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11585 a1c6a512-1295-4272-9138-f99709370657
* Recording, SWCODEC: Put config value string in the wrong order.Michael Sevakis2006-11-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11584 a1c6a512-1295-4272-9138-f99709370657
* Recording: Add AIFF recording to SWCODEC. Note: AIFF playback chokes on ↵Michael Sevakis2006-11-24
| | | | | | sample rates other than 44.1kHz whether recorded or created and saved with an external program. Recorded files will still open in an external editor however. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11583 a1c6a512-1295-4272-9138-f99709370657
* The ADC GPIO init code for the H100 was accidentally put in the H300 driver ↵Linus Nielsen Feltzing2006-11-24
| | | | | | when moving to the target tree git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11582 a1c6a512-1295-4272-9138-f99709370657
* iAudio/iRiver: Bootloader should not compile the audio-*.c files.Michael Sevakis2006-11-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11581 a1c6a512-1295-4272-9138-f99709370657
* Enable ReplayGain processing for AAC and ALAC (not really tested though). ↵Magnus Holmgren2006-11-23
| | | | | | Also, use the 'standard' wait-for-metadata loop in the ALAC decoder. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11580 a1c6a512-1295-4272-9138-f99709370657
* Read frequency in MP4/AAC files from a different place, if available. Should ↵Magnus Holmgren2006-11-23
| | | | | | fix the problem with wrong playback speed for non-44.1kHz files. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11579 a1c6a512-1295-4272-9138-f99709370657
* Just correct a comment and see if the build goes differently.Michael Sevakis2006-11-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11578 a1c6a512-1295-4272-9138-f99709370657
* iRiver/iAudio: Added audio_set_recording gain and sound_default to plugin ↵Michael Sevakis2006-11-23
| | | | | | API. Simplified plugin recording by target/-ing some audio functions. UDA1380 records with WSPLL as a result. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11577 a1c6a512-1295-4272-9138-f99709370657
* Build wavtrim and voicefont when building voicefile.Jonas Häggqvist2006-11-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11576 a1c6a512-1295-4272-9138-f99709370657
* Small attempt at documenting the dithering option.Thom Johansen2006-11-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11575 a1c6a512-1295-4272-9138-f99709370657
* Updated wps tags in manual: 1) volume and battery level now use the ↵Nils Wallménius2006-11-22
| | | | | | unlimited enumerations. 2) codec list has changed (also added sid and adx) 3) Broke long lines, use correct opts, etc. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11574 a1c6a512-1295-4272-9138-f99709370657
* Priority overriding was not working correctly.Miika Pekkarinen2006-11-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11573 a1c6a512-1295-4272-9138-f99709370657
* Audio bugfixes. Should wait for voice codec to reload before returning ↵Michael Sevakis2006-11-22
| | | | | | buffer when stealing voice. Certain variables that get or may get used during an IRQ should be declared 'volatile'. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11572 a1c6a512-1295-4272-9138-f99709370657
* Use gmake rather than make, if available. Patch FS#6340 by Lutz BöhneJonas Häggqvist2006-11-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11571 a1c6a512-1295-4272-9138-f99709370657
* Sansa doesn't use a Wolfson codec. Various other changes to allow Sansa to ↵Daniel Ankers2006-11-22
| | | | | | 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
* Change if CONFIG_CPU==PP50XX to ifdef CPU_PP where appropriateDaniel Ankers2006-11-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11569 a1c6a512-1295-4272-9138-f99709370657
* Add several dummy functions to allow Sansa to build correctlyDaniel Ankers2006-11-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11568 a1c6a512-1295-4272-9138-f99709370657
* Initial NAND driver for Sansa. This has had limited testing, and no testing ↵Daniel Ankers2006-11-21
| | | | | | on 6 or 8Gb models git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11567 a1c6a512-1295-4272-9138-f99709370657