- cee8f01 Fix FS#9550 and FS#5721: don't use Palatino anymore and use the soul package for html output. by Dominik Riebeling · 16 years ago
- e70096e Telechips I2C: Scale the busy-wait delay based on FREQ, reducing wasted CPU cycles when unboosted (eg. when reading from the D2 touchscreen). by Rob Purchase · 16 years ago
- 8da8159 D2: Disable IRQs when writing to the LCD 3-wire interface, and re-instate the previous delay value. by Rob Purchase · 16 years ago
- e5bf5be Static police. by Bertrik Sikken · 16 years ago
- 4df004f Updated italian translation. by Alessio Lenzi · 16 years ago
- 2fe7752 Update the 'Supported audio formats' table, we now recognize ogg/vorbis files with the extension '.oga' and ape is now usable on the pp based targets by Nils Wallménius · 16 years ago
- e419aca hide the which gmake errors, a part of the patch in FS#9338 by Tomer Shalev by Daniel Stenberg · 16 years ago
- 75bd4ad Shuffling around register allocation allows to keep decoded0 and decoded1 in registers, for a slight speedup. by Jens Arnold · 16 years ago
- 8c23a36 FS#8814 - remove the "restarting playback" splash because its pointless.. by Jonathan Gordon · 16 years ago
- d7fb430 Fix FS#9357 'Cut/Paste does not remove old folder when replacing', fix suggested by Dan Everton by Nils Wallménius · 16 years ago
- 9fc68a3 Update manual to reflect the new time and date screen, patch by Jonathan Gordon with some small tweaks by Nils Wallménius · 16 years ago
- 2d17541 fix yellow by Jonathan Gordon · 16 years ago
- c7fec13 FS#9173 - move all time/clock related settings in the menus into system > "time & date" (this includes sleep timer, alarm settings) by Jonathan Gordon · 16 years ago
- a783453 Sansa AMS: sd_enable() isn't available in the bootloader by Rafaël Carré · 16 years ago
- ce851c0 Sansa AMS: disable SD clocks when not in use (copied from FS#9570) by Rafaël Carré · 16 years ago
- 5051941 Sansa Clip : save one instruction per 8 pixels loop in lcd_grey_data by Rafaël Carré · 16 years ago
- c9ba3ad Sansa AMS: do not load stack and bss inside the rockbox binary (FS#9593) by Rafaël Carré · 16 years ago
- ca123a1 don't waste time and binsize enabling the usb controller just before rebooting by Frank Gevaerts · 16 years ago
- 0b6d65b Sansa AMS: Use a valid PLL setting (248MHz aka maximum fclk) by Rafaël Carré · 16 years ago
- f235f1d Remove usb_drv_wait from the public usb api, and remove the implementation from usb-drv-arc.c, as it is not actually used by Frank Gevaerts · 16 years ago
- b9c49fd Replace USE_HIGH_SPEED with USB_NO_HIGH_SPEED, as high speed support is the normal case by Frank Gevaerts · 16 years ago
- caaf3c0 Move tcc77x/usb-tcc77x.c to usb-tcc.c as it is more general than just tcc77x (even usb-tcc is too specific, but I don't know anything better) by Frank Gevaerts · 16 years ago
- 5f7db21 Restore compiler optimization level for libmad, was lost in the buildsystem rework by Nils Wallménius · 16 years ago
- c5f577d Since r19253 bubbles uses a standard menu instead of a custom start screen where certain key presses were used to adjust start level etc. The button table in the manual doesn't need to mention them either. by Marianne Arnold · 16 years ago
- ae929e4 Make struct text_message const in apps/onplay.c by Bertrik Sikken · 16 years ago
- 65e8277 New manual keymap files: the H100 and H300 use the same keymap in the code so they can share one keymap tex file too. by Marianne Arnold · 16 years ago
- 89a6fe7 Remove extraneous semicolons, and fix a comment. by Jens Arnold · 16 years ago
- b153133 Remove extraneous semicolons, and fix a comment. by Jens Arnold · 16 years ago
- fbb80b0 Init the ata_sd mutex before use. by Dominik Wenger · 16 years ago
- 1b75e16 FS #9589 by Melba Sitjar: updated strings for Tagalog language file. by Robert Menes · 16 years ago
- 797ef65 Fix APE 16-bit mono output: mono signals need to be scaled for rockbox. by Jens Arnold · 16 years ago
- 15671aa do not modify the CCU_IO register since we don't use GPIOD (from FS#9569) by Jonathan Gordon · 16 years ago
- e090bea Manual: Platform files - split out the button and action commands from the platform files into separate keymap files. This avoids code duplication for targets which share the same keymap (M5,X5; the Archos Recorders and Ondios etc.). Before, someone would have to change a few files if e.g. something changed for the Ipod 4G pad, now only the keymap-ipod4g.tex has to be edited. The shared keymap files contain all possibly needed commands, for instance the radio screen actions in keymap-mx5.tex which is only used for the X5 not the M5. by Marianne Arnold · 16 years ago
- e8f22ac Fix wrong data type. by Jens Arnold · 16 years ago
- 88270f7 Resurrect the ARM7 16-bit packed vector addition/subtraction for ARMv5, giving a nice speedup for the higher compression levels (tested on Cowon D2). by Jens Arnold · 16 years ago
- d158a6d D2 also needs audiohw_preinit() by Frank Gevaerts · 16 years ago
- 89b4157 Add another missing file to 'clean' target. by Jens Arnold · 16 years ago
- 4a4c3c5 Sansa Fuze: do not modify the CCU_IO register since we don't use GPIOD by Rafaël Carré · 16 years ago
- 82c5101 Sansa Fuze: remove left over copy-pasta (fix status bar flickering) by Rafaël Carré · 16 years ago
- 546d0dd Recording: Change some encoder code the operation of which was apparantly unclear. It seems clearer now anyway. No functional changes. by Michael Sevakis · 16 years ago
- 8fb25b7 Fix FS#8998 - statusbar in plugin menus was sometimes a different colour. by Jonathan Gordon · 16 years ago
- fc9dc0a Replace the bubbles start screen with a standard menu to fix FS#8950. by Jonathan Gordon · 16 years ago
- 5656f82 Sansa Clip: build plugins (FS#9578) by Rafaël Carré · 16 years ago
- ddaa878 Sansa AMS: I2SOUT registers definitions by Rafaël Carré · 16 years ago
- 113c285 On ARM9TDMI (e.g. Gigabeat F) it's faster to use a ldr/str pair than add+ldmia/stmia for 2 registers. On ARM7TDMI a str pair is equally fast, so go for the simpler macro and use it for all ARMv4. by Jens Arnold · 16 years ago
- 81fe625 Sansa Clip: grey lib support (not calibrated yet) by Rafaël Carré · 16 years ago
- 6d34e33 Speed up the predictor a little by using ldrd/strd on ARMv5+. This required shuffling around the register allocation somewhat. Performance on ARMv4 is unaffected. by Jens Arnold · 16 years ago
- 92f34ed Make Select change the scroll direction in Sudoku on Ipods (FS#8428 by Henri Valta). by Dominik Riebeling · 16 years ago
- 797e8f4 Sansa Clip: Make show_logo() put the text in the yellow area of the screen by Rafaël Carré · 16 years ago
- 23e59f2 Gigabeats S: Simply ignore that occasional spurious unknown IRQ (-1) that goes through irq_handler even if the AVIC is used. If no pending interrupt is indicated (anything else should be vectored), simply returning from the handler appears to have no ill effect. The cause for entering irq_handler is unknown for now (or I missed something important :\). by Michael Sevakis · 16 years ago
- b4fb3cd Language updates: by Jonas Häggqvist · 16 years ago
- e8874e9 Remove doubled 16k samplerate flag. by Michael Sevakis · 16 years ago
- 34332cf Don't generate dependencies for make targets that don't need them. by Björn Stenberg · 16 years ago
- 3eece18 Write dependencies to a temporary file until they are completed. This fixes the problem with an aborted dependency generation not being detected. by Björn Stenberg · 16 years ago
- 4e4b1d0 Sansa AMS: make set_cpu_frequency() handle frequency 0 by Rafaël Carré · 16 years ago
- ef6b498 Bug fix: $@ should not be used in rules with multiple targets targets (causes confusion). by Björn Stenberg · 16 years ago
- 89c9dbe Fix red in GBS bootloader. by Michael Sevakis · 16 years ago
- 495115b Add hardware backlight fading on Gigabeat S with fade up and down options in LCD Settings. USE_BACKLIGHT_CUSTOM_FADING_BOOL is used to specify the setting type needed but leave the fading code itself implementation-defined. by Michael Sevakis · 16 years ago
- 5b0d74a Get rid of unused return values, except the one from decode_chunk() which will be used in the dual core split. by Jens Arnold · 16 years ago
- ffc6766 Add missing svn properties. by Michael Sevakis · 16 years ago
- 97e9075 Sansa AMS: implement set_cpu_frequency() by Rafaël Carré · 16 years ago
- a39e4e9 Sansa AMS: use non-busy wakeup to signal end of DMA transfer by Rafaël Carré · 16 years ago
- aaaf609 Creative ZVM : cosmetics by Rafaël Carré · 16 years ago
- 888c347 Fix yellow and red. Maybe create some new. by Michael Sevakis · 16 years ago
- 1735056 Sansa AMS: kernel functions need the timer definitions by Rafaël Carré · 16 years ago
- a6ec029 Sansa AMS: correct timer definition (clk_main == 24MHz / 16) by Rafaël Carré · 16 years ago
- 888451f Get rid of remaining audiohw_enable_output style codec setup and use pre/post split initialization. Move some SoC-specific code like i2s_reset out of the codec drivers. Helps to unify drivers and it was only ever used to enable. I cannot possibly test everything so report (I'll be on call ;) or fix problems if any crop up. by Michael Sevakis · 16 years ago
- e73383e FS#9580 by Thomas Martitz, split the two types of backlight fading into two seperate features and add correct description of the new one based on changing brightness by Nils Wallménius · 16 years ago
- 6d498d2 Code police myself. by Steve Bavin · 16 years ago
- 4bde6da Oops - fix yellow. by Steve Bavin · 16 years ago
- b70f575 Fix reds. Also note my r19221 commit message had a typo - shoudld have been e200/c200, not e100. by Steve Bavin · 16 years ago
- 28f0690 Accept FS#9579 by Bartosz Fabianowski, fixing make zip when your build dir is not inside the source tree by Nils Wallménius · 16 years ago
- f4eb482 ...and spell the property names correctly. by Steve Bavin · 16 years ago
- f684726 Add software backlight fading for E100/H300/X5/D2, by Thomas Martitz and others - see FS#6800 for credits. by Steve Bavin · 16 years ago
- 756bcc4 Fix misspelled function name. Thanks to Jens Arnold for noticing. by Michael Sevakis · 16 years ago
- 3e965fd Enable display contrast setting and implement flip for the Clip. by Bertrik Sikken · 16 years ago
- a091d20 Added 'keywords' and 'eol-style' properties. by Björn Stenberg · 16 years ago
- 032b3d4 m200v4: correct the BOOTDIR define, and invert the button check in the dualboot.S by Dominik Wenger · 16 years ago
- ef60fdc Add SVN properties. by Michael Sevakis · 16 years ago
- 8d84a81 Fix c200 warning. by Michael Sevakis · 16 years ago
- 3511d94 Add register bit defines for as3514 and clean stuff up. Reduce poppiness at startup and shutdown (and even powerup for e200). Really, I can't honestly say it will help anything but an e200v1 but I'm sick of the noises. ;) by Michael Sevakis · 16 years ago
- 2b39cb4 Sansa AMS bootloader: consider the bootloader finished by Rafaël Carré · 16 years ago
- f10446a Delete unused var and slight style police by Nils Wallménius · 16 years ago
- c1f90b1 Sansa AMS: Use DMA for SD transfers (read and write) by Rafaël Carré · 16 years ago
- d7e4e54 Reorder instructions to avoid pipeline stalls on ARMv6 wherever possible (sometimes using different registers to allow this). Speeds up the predictor by almost 20% on ARMv6 (overall speedup for -c1000 is 5%), and might also help a bit on ARMv5. ARMv4 speed is unaffected. by Jens Arnold · 16 years ago
- 7f521d3 Fix some svn:keywords and svn:eol-style in apps/keymaps by Bertrik Sikken · 16 years ago
- ad8d603 Added support for configurable rockbox directory. FS#9567 by Alex Bennee. by Björn Stenberg · 16 years ago
- 4c43f7b Rearrange the main synth loop a little and move some tests around for a ~5% speedup on c200, increase the output buffer size to make skips less likely, playback of simple midi files should now be mostly skip free on pp based players by Nils Wallménius · 16 years ago
- 8486cb9 Preliminary button driver for Sansa Fuze. FS#9575 by Thomas Martitz. by Björn Stenberg · 16 years ago
- 3dcfe9e Removed the DRAFT VERSION text. by Björn Stenberg · 16 years ago
- 819378b Renamed simulator disk directory from 'archos' to 'simdisk'. by Björn Stenberg · 16 years ago
- 68bf125 Fix compilation of Clip simulator by Rafaël Carré · 16 years ago
- c16effb Fixed Sansa clip keymap for CONTEXT_SETTINGS. Use same keymap for CONTEXT_SETTINGS_TIME. by Bertrik Sikken · 16 years ago
- 48b4e52 mkamsboot: dualboot button for Sansa Fuze by Rafaël Carré · 16 years ago
- 11c63f2 Onda VX747: fix LCD bug by blocking lcd_update_rect() requests by Maurus Cuelenaere · 16 years ago
- 3761c01 Branch optimisation in both C (giving hints to gcc - verified using -fprofile-arcs and gcov) and asm files. Biggest effect on coldfire (-c1000: +8%, -c2000: +5%), but ARM also profits a bit (less than 1% on ARM7TDMI, around 1% on ARM1136). by Jens Arnold · 16 years ago
- 66c0cf2 Tweak the ARMv6 filter assembly a bit further. by Jens Arnold · 16 years ago
- 7bf4e7b Simplify the wm8731 driver by adding a masked write function. Change _write_or/and to _set/clear. Reduce init sequence by initializing shadows to hardware defaults. by Michael Sevakis · 16 years ago
- 76e662b fix the e200r installer so it compiles again (storage rework broke it) by Jonathan Gordon · 16 years ago
- 5d21c8c First part of FS#9570 by Antonius Hellmann. Disables power to the SD memory when not in use. Gives a sizeable power savings (4 mA by his measurement). by Michael Giacomelli · 16 years ago