- ef3e129 Much simpler implementation of large virtual sector support, not needing larger sector buffers and not touching file.c at all. secmult is simply used to normalize all sector counts to 512-byte physical sectors. * Moved MAX_SECTOR_SIZE definition to config-*.h, and enabled it for iPod Video only. MAX_SECTOR_SIZE now only enables checking for alternate disk layouts due to sector size (as iPod Video G5.5 is presented as having 2048-byte _physical_ sectors to the PC). Large virtual sector support in fat.c is always enabled. by Jens Arnold · 18 years ago
- 74369b4 Made virtual keyboard description a bit more general, added actions to the file browser controls and corrected some keys, minor tweaks. by Nils Wallménius · 18 years ago
- 148c553 fix metronome sync button by Jonathan Gordon · 18 years ago
- c01a974 Removed unused variable, and fixed overflow in free/total calculation. There are still some suspicious things in here... by Jens Arnold · 18 years ago
- 31ffd7b Completed target tree move of the ata driver code. Some code cleanup. by Jens Arnold · 18 years ago
- dc956ce Make playlist catalog and playlist save screen handle .m3u/.m3u8 better. Also fix a possible null-pointer case in the playlist save screen. by Magnus Holmgren · 18 years ago
- ec14b0f Fixed the warnings. by Miika Pekkarinen · 18 years ago
- 61e3759 Update credits also. by Miika Pekkarinen · 18 years ago
- ae66c2b Add support (runtime detection) for 2048 bytes/sector filesystem. by Miika Pekkarinen · 18 years ago
- 1612275 oops, its not as simple as that... by Martin Scarratt · 18 years ago
- 85860c3 Enable syncing button in the metronome for I-Rivers by Martin Scarratt · 18 years ago
- 10a9b4e Remove some unneeded code that caused problems for enhanced AAC files. by Magnus Holmgren · 18 years ago
- 53a93be Patch FS#6365 by Stephane Doyon, Fix x5 bookmark screen keys by Jonathan Gordon · 18 years ago
- 8e297d1 #if != #ifdef by Jonathan Gordon · 18 years ago
- 3d62ec2 Patch FS#6406 by Alexander Levin: small clarification about the pitch screen by Nils Wallménius · 18 years ago
- a5e316b Correction: jpegs can be too big on all targets... by Marianne Arnold · 18 years ago
- ca20ffc Additions to the jpegviewer paragraph (H10 button mapping, more info about possible limitations. by Marianne Arnold · 18 years ago
- 01601da Peakmeter performance fixme: this feature doesn't exist anymore by Marianne Arnold · 18 years ago
- fdc2daf A few minor fixes (typos, accuracy in the Ondio manual). by Marianne Arnold · 18 years ago
- f214b91 Improved Sansa keymap. Based on version provided by Pavel Gnelitsa. by Barry Wardell · 18 years ago
- c4a8731 updated pitch screen section with semitone mode and new buttonmappings patch FS#6402 by Alexander Levin by Nils Wallménius · 18 years ago
- db0d740 Add description of the properties feature. by Nils Wallménius · 18 years ago
- 7c30952 FM radio chapter: give the right information for now, a rework will follow (using actions and adding a description of the Radio settings menu). by Marianne Arnold · 18 years ago
- aac6ef1 Ondio manuals: add the description of the player for blind users, updates to the wps button table by Marianne Arnold · 18 years ago
- 17d194e Corrections and additions to the plugin section (mainly in the button tables). The Ipod Mini manual was missing the Sudoku chapter. by Marianne Arnold · 18 years ago
- 3b7d703 Encoders: Mixdown to mono should round towards zero not -infinity. by Michael Sevakis · 18 years ago
- 416acea More intuitive keymapping in pitch screen. Patch #6394 by Alexander Levin. by Peter D'Hoye · 18 years ago
- e10a0f0 Printing text right before clearing the display is not a very wise thing to do. Recursive dir scanning will now show the scanning message on top. by Peter D'Hoye · 18 years ago
- 7c53722 Ooops... forgot about those charcells by Peter D'Hoye · 18 years ago
- 0f02e4f File and (recursive) directories properties in the file browser context menu. Uses dircache if possible (plugin api expanded). Is actually implemented as plugin. Small parts taken from earlier work by Will Robertson. by Peter D'Hoye · 18 years ago
- cd605cf Prevent a stack overflow on iPod 5.5G due to increased sector size. by Miika Pekkarinen · 18 years ago
- e997c52 Use Long <button> instead of a mix between Hold/Long by Martin Arver · 18 years ago
- b100a20 Overhaul of the Recording part of the main menu chapter. Converted to actions, added missing options, minor changes. The screenshots are still outdated for some targets and missing for x5 by Nils Wallménius · 18 years ago
- a515b10 Read .m3u playlist files using the default code page (unless they start with a BOM) rather than UTF-8. Change default playlist suffix to .m3u8 (playlists are always saved using UTF-8). by Magnus Holmgren · 18 years ago
- 6ae4606 Add support for compiling encoders without adjustable CPU frequency and/or IRAM. by Michael Sevakis · 18 years ago
- b57f231 The Windows start menu says Run, not Execute. by Jonas Häggqvist · 18 years ago
- 7d00f97 PCM: A few tiny changes. 1) Recording a) Flush all pending files if filename queue is full or else perpetual flushing of 1 will occur at low bitrates and short split times. b) #ifdef out currently unused bits and save little less than 1/2K 2) Cleanup some declarations. by Michael Sevakis · 18 years ago
- 077ed49 Prevent the click of death when connecting an ipod to usb. by Miika Pekkarinen · 18 years ago
- 2b545c3 Fixed FS#6389 - Sound disappears after pitch change and jump to the start of the song. Forgot to reinit the resampler delta when adding DSP_FLUSH on my last change. Bah. by Michael Sevakis · 18 years ago
- 5db84ac Changed \nopt to \opt to make ondiosp manual build again by Nils Wallménius · 18 years ago
- daa16b9 Fix minor typo in the plugin playback control menu c->C by Nils Wallménius · 18 years ago
- 97d1ca5 SWCODEC: Audio-related threads must be free of further tasks before returning buffers. Cleanup declarations of related functions. by Michael Sevakis · 18 years ago
- 9be9767 forgot to add the RTC drivers by Marcoen Hirschberg · 18 years ago
- ce3ade1 iRiver: Channel 2 shouldn't be monitored except for radio playback. by Michael Sevakis · 18 years ago
- a1af87f Avoid calls to audio and talk functions in audio_get_buffer until init is complete. Just good hygiene really. by Michael Sevakis · 18 years ago
- a45e632 move rtc functions to seperate files by Marcoen Hirschberg · 18 years ago
- 860e387 Bootbox now needs target includes. by Jens Arnold · 18 years ago
- 0e6dd7e Moved archos button reading to target tree. * Cleanup of button.[ch]. * Deactivated serial remote code for recorder FM/V2 as there is no remote pin, saving ~500 bytes of code. by Jens Arnold · 18 years ago
- e43f56b Change default filenames from tagcache to database by Jonas Häggqvist · 18 years ago
- 0bed2be FS#6357, patch 3: implemented simple temporary malloc for the Vorbis decoder. by Tomasz Malesinski · 18 years ago
- 0a0c3f9 After FS#6357 I see that I left an unneeded call to pcm_play_stop in zxbox.c when adding PLUGIN_IRAM_INIT. by Michael Sevakis · 18 years ago
- 0daef75 Fixed the build error in FS#6357, patch 1. by Tomasz Malesinski · 18 years ago
- 68fb89f Cube: Keep main colours and backdrop. by Jens Arnold · 18 years ago
- 80da8b1 FS#6357, patch 1: let iramcopy and bss share the same space in codecs and by Tomasz Malesinski · 18 years ago
- 8ef3c8a Starfield should be white on black on colour targets, and disable backdrops. by Jens Arnold · 18 years ago
- 6adbbc0 X5: Slightly lower threshold value to reliably disable constant adc reading when no button is pressed. by Jens Arnold · 18 years ago
- 2c994b4 Fixed the errors for H300. by Miika Pekkarinen · 18 years ago
- f14f59f Data cache for the EEPROM driver to speed up reading/writing. This by Miika Pekkarinen · 18 years ago
- 11e2e56 Backdrop support in the X5 remote LCD driver. Still needs to be wired to the UI and settings. by Jens Arnold · 18 years ago
- bbef13e SWCODEC: Stop clicks between tracks when resampler is active by only 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. by Michael Sevakis · 18 years ago
- 4049d44 dont allow the ata callbacks to be run less than once every 30s unless by Jonathan Gordon · 18 years ago
- e25c840 ipod keypad fixes.. fixes bubbles by Jonathan Gordon · 18 years ago
- fee5ca2 fix metronome keys by Jonathan Gordon · 18 years ago
- cee9d3b Fixed header parsing in AIFF. The minimum header size is 54 bytes for an 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. by Michael Sevakis · 18 years ago
- 17507b9 Fixed bug in dither_init that was causing the AIFF playback at sample rates 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. by Michael Sevakis · 18 years ago
- 4d93177 by Shachar Liberman · 18 years ago
- 844d22f Allow GPIO debug screen on Sansa. Also remove a warning from the NAND driver by Daniel Ankers · 18 years ago
- d3069d0 Use scramble for normal Sansa builds by Daniel Ankers · 18 years ago
- 8033628 Remove some development code by Daniel Ankers · 18 years ago
- 0b556b8 ATA callback support for Sansa by Daniel Ankers · 18 years ago
- c35d3a1 fixed a typo, stripped trailing whitespace and made some small tweaks to the installation chapter by Nils Wallménius · 18 years ago
- 6b1d2cb Tag cache renamed to the less cryptic "Database" throughout the UI and manual. No functional changes. by Jonas Häggqvist · 18 years ago
- 38d7166 Fix bug in large-value handling of gui_scrollbar_draw() that went unnoticed for ages... by Jens Arnold · 18 years ago
- aa9ddbd Fixed header calculation goofs that would've affected mono files and little-endian targets. A bit of general cleanup. Time for bed. by Michael Sevakis · 18 years ago
- 64cccb0 Detect USB inserted on Sansa by Daniel Ankers · 18 years ago
- dda538a Recording, SWCODEC: Put config value string in the wrong order. by Michael Sevakis · 18 years ago
- 0729b92 Recording: Add AIFF recording to SWCODEC. Note: AIFF playback chokes on 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. by Michael Sevakis · 18 years ago
- 516d277 The ADC GPIO init code for the H100 was accidentally put in the H300 driver when moving to the target tree by Linus Nielsen Feltzing · 18 years ago
- 16cb491 iAudio/iRiver: Bootloader should not compile the audio-*.c files. by Michael Sevakis · 18 years ago
- af05296 Enable ReplayGain processing for AAC and ALAC (not really tested though). Also, use the 'standard' wait-for-metadata loop in the ALAC decoder. by Magnus Holmgren · 18 years ago
- 1ac2099 Read frequency in MP4/AAC files from a different place, if available. Should fix the problem with wrong playback speed for non-44.1kHz files. by Magnus Holmgren · 18 years ago
- f27c266 Just correct a comment and see if the build goes differently. by Michael Sevakis · 18 years ago
- ab1861a iRiver/iAudio: Added audio_set_recording gain and sound_default to plugin API. Simplified plugin recording by target/-ing some audio functions. UDA1380 records with WSPLL as a result. by Michael Sevakis · 18 years ago
- 069c54d Build wavtrim and voicefont when building voicefile. by Jonas Häggqvist · 18 years ago
- 7ec3777 Small attempt at documenting the dithering option. by Thom Johansen · 18 years ago
- 6675b64 Updated wps tags in manual: 1) volume and battery level now use the unlimited enumerations. 2) codec list has changed (also added sid and adx) 3) Broke long lines, use correct opts, etc. by Nils Wallménius · 18 years ago
- e3b0937 Priority overriding was not working correctly. by Miika Pekkarinen · 18 years ago
- fbac4f8 Audio bugfixes. Should wait for voice codec to reload before returning buffer when stealing voice. Certain variables that get or may get used during an IRQ should be declared 'volatile'. by Michael Sevakis · 18 years ago
- ee61057 Use gmake rather than make, if available. Patch FS#6340 by Lutz Böhne by Jonas Häggqvist · 18 years ago
- 43e2c01 Sansa doesn't use a Wolfson codec. Various other changes to allow Sansa to compile correctly with a normal build. Based on FS#6336 by Pavel Gnelitsa by Daniel Ankers · 18 years ago
- 242cbd5 Change if CONFIG_CPU==PP50XX to ifdef CPU_PP where appropriate by Daniel Ankers · 18 years ago
- 336cb68 Add several dummy functions to allow Sansa to build correctly by Daniel Ankers · 18 years ago
- e7b025b Initial NAND driver for Sansa. This has had limited testing, and no testing on 6 or 8Gb models by Daniel Ankers · 18 years ago
- 2502e68 Correct the colours in the logo on Sansa by Daniel Ankers · 18 years ago
- 210fb6a Fix sh2d to work properly on non-32bit hosts. by Jens Arnold · 18 years ago
- 4a82f81 H100 series: Adjusted gray scale balance and default contrast for more linear gray levels. by Michael Sevakis · 18 years ago
- ef40b0a Coldfire: Add DMA auto alignment to pcm recording. by Michael Sevakis · 18 years ago
- 85deab1 A wps file has to be in /.rockbox/wps to get remembered. Fixes FS#6362. by Dominik Riebeling · 18 years ago
- bead663 Change references to "version 1.2" to "version 1.2 or later" - the special install instructions for Nanos with version 1.2 of the original firmware also apply to later versions. by Dave Chapman · 18 years ago
- 99975e9 new usb logos for all screens, utilising lcd_bitmap_transparent() on colour displays. It saves some bytes on Archos as a nice side effect by Marianne Arnold · 18 years ago