- 413da2a Rework PCM buffer by Brandon Low · 19 years ago
- 566ce5f Small progressbar fixes: Fix vertical positioning (when using non-default height). Add some checks for a reasonable size, as bad values can cause problems. Some code cleanup. by Magnus Holmgren · 19 years ago
- 8f369c2 Fixed the previous commit. by Miika Pekkarinen · 19 years ago
- 4408b6b Reduce latency when configuring the EQ. by Miika Pekkarinen · 19 years ago
- 69519a9 Fixed a few warnings by Hristo Kovachev · 19 years ago
- 14cfc65 1. Updated battery_bench plugin: by Hristo Kovachev · 19 years ago
- 88abdd9 Add Equalizer configuration to Sound Settings menu. by Dan Everton · 19 years ago
- 27f69db Fine-tuned ADC values for H300 button driver. by Jens Arnold · 19 years ago
- 1c044d0 Leave the port debug menu on button release to allow reading the cancel button input value. by Jens Arnold · 19 years ago
- 85c0440 Font cache now uses memmove(). by Jens Arnold · 19 years ago
- e6e8aa9 Added memmove() to codec API & plugin API, and changed codeclib and plugin libs to use it. by Jens Arnold · 19 years ago
- d036e97 Added memmove() to the rockbox core. C implementation taken from newlib. Fully optimised ASM implementations for SH1 and coldfire, reusing the AMS memcpy code path for forward copying. by Jens Arnold · 19 years ago
- 93c1538 typo by Christi Scarborough · 19 years ago
- ba0d5dd Oops. Correct typo so builds work again. by Christi Scarborough · 19 years ago
- ff40af4 by Dave Bryant · 19 years ago
- f17e35d mail on 'manual' changes by Daniel Stenberg · 19 years ago
- d68d7c0 Rockbox manual in LaTeX initial commit. New option 'manual' added to configure. Some platforms (eg recorderv2, fmrecorder) produce the same manual target, so either can be selected from the configure script. by Christi Scarborough · 19 years ago
- 4eca529 Patch #1260463 - Warn on erasing modified dynamic playlist by Craig (ctb311276) by Hardeep Sidhu · 19 years ago
- 383b8d4 Some bugfixes for the iPod 4G greyscale version of the LCD driver by Dave Chapman · 19 years ago
- 2f11278 Correct the comment to match the new code by Dave Chapman · 19 years ago
- c4c7ff7 Disable dbg_flash_id menu for PP5002 devices by Dave Chapman · 19 years ago
- cbfe90e Use the iPod 4G button mappings for the iPod 3G as well (at least for now) by Dave Chapman · 19 years ago
- afb2564 iPod: Increase udelay() up to 50 - this was causing problems when the hold switch was being used by Dave Chapman · 19 years ago
- 941de85 Patch #1260463 - Warn on erasing modified dynamic playlist by Craig (ctb311276) by Hardeep Sidhu · 19 years ago
- d350e80 iPod: Make the plugins compile on the iPod 4G grayscale by Dave Chapman · 19 years ago
- fa74356 iPod 3G support in Bootloader from Seven Le Mesle by Dave Chapman · 19 years ago
- 0d10031 Add iPod 3G and iPod 4G Greyscale to the build system by Dave Chapman · 19 years ago
- 2924a48 Create config file for iPod 4G greyscale and various iPod 3G/4G greyscale fixes by Dave Chapman · 19 years ago
- 75a60fb Added a cache for playlist control commands. On non-dircache systems, behaviour should be the same as before (all commands except shuffle flushed immediately). On dircache systems, commands are only flushed when disk is accessed or during shutdown. This especially reduces disk accesses when playing queued files and should fix the problem with gapless playback. by Hardeep Sidhu · 19 years ago
- 987879b Further iPod 3G work from Seven Le Mesle by Dave Chapman · 19 years ago
- 465596b More iPod 3G code from Seven Le Mesle by Dave Chapman · 19 years ago
- d16a8b8 More iPod 3G changes from Seven Le Mesle, and some unification of the iPod code from me by Dave Chapman · 19 years ago
- e8048ce Initial version of iPod greyscale LCD driver from Seven Le Mesle. This is currently written to use vertically-packed mono and native bitmap formats. by Dave Chapman · 19 years ago
- c6c584e Removed dead section, H1x0 and H300 are handled together. by Jens Arnold · 19 years ago
- e49cade Colour targets: Adapted mandelbrot plugin. The plugin library now contains scrolling routines for >= 8 bpp displays. by Jens Arnold · 19 years ago
- 1a03c37 A better count_leading_zeros() function, courtesy of Jens Arnold by Dave Chapman · 19 years ago
- f9df934 Minor cleaning - move card back bitmap to external bmp file, and define card size based on LCD size, not keypad type by Dave Chapman · 19 years ago
- f3857ab H300: lcd_write_data() in pure asm, essentially the same speed as before, but working correctly for all allowed data lengths. Removed RAM waste by declaring inline functions static. by Jens Arnold · 19 years ago
- 1ee68b0 iAudio X5: hold button functions (not yet complete) by Linus Nielsen Feltzing · 19 years ago
- 33fbe7c iAudio X5: Dummy ADC functions by Linus Nielsen Feltzing · 19 years ago
- 39ecd72 The iAudio X5 LCD is 18 bits by Linus Nielsen Feltzing · 19 years ago
- bead47c The iAudio X5 LCD framebuffer doesn't fit in IRAM by Linus Nielsen Feltzing · 19 years ago
- 64bdc70 Build the correct set of tools for the iaudio x5, and use a dummy scrambler for now by Linus Nielsen Feltzing · 19 years ago
- dd8cb8a Committed a little too much by Linus Nielsen Feltzing · 19 years ago
- 621bcc2 The simulator should use the keypad period key, not the regular one by Linus Nielsen Feltzing · 19 years ago
- 2fcd1b0 iAudio: don't call UDA1380 functions by Linus Nielsen Feltzing · 19 years ago
- 9394175 Added iAudio X5 SDl sim image by Linus Nielsen Feltzing · 19 years ago
- 8a1da84 Imre Herceg's Hungarian translation by Daniel Stenberg · 19 years ago
- e7c7d9b Bah, O_BINARY is of course Win32 only by Linus Nielsen Feltzing · 19 years ago
- 8599b07 Fixed the codec loading problem in the Win32 SDL simulator by Linus Nielsen Feltzing · 19 years ago
- 82e0853 Added reboot and power_off commands, watchdog support, binary by Tomasz Malesinski · 19 years ago
- ec7e976 Added GDB API - a way to call stub procedures from a DEBUG build. by Tomasz Malesinski · 19 years ago
- 760fea9 iAudio X5: various fixes to make the bootloader compile by Linus Nielsen Feltzing · 19 years ago
- 44a5c82 iAudio X5: Corrected crappy code, just to make the damn thing compile by Linus Nielsen Feltzing · 19 years ago
- 97f38e5 iAudio X5: Select the correct bootloader in the configure script by Linus Nielsen Feltzing · 19 years ago
- 91f08b5 Made %n not eat white space. by Tomasz Malesinski · 19 years ago
- c4d24a0 Added non-blocking get/put_byte routines. by Tomasz Malesinski · 19 years ago
- 507120c Added empty fiq routine for iFP. by Tomasz Malesinski · 19 years ago
- ea3dbb2 Added setting interrupt vectors without overwriting others for ARM DEBUG builds. by Tomasz Malesinski · 19 years ago
- bcd22f0 Undefined DEBUG, so that it compiles on DEBUG builds. by Tomasz Malesinski · 19 years ago
- b3db55f Made rockbox.elf build with DEBUG enabled. by Tomasz Malesinski · 19 years ago
- c8a5fbb Added iFP keybindings. by Tomasz Malesinski · 19 years ago
- c31d2f8 Fixed warnings on iFP. by Tomasz Malesinski · 19 years ago
- 3c17330 Colour LCD driver: * Bring non-backdrop rendering back up to speed. * Speed up rendering with backdrop. * Restore correct behaviour of lcd_clear_display(). by Jens Arnold · 19 years ago
- 3f66e8e Ooops :-) by Linus Nielsen Feltzing · 19 years ago
- 482ef8c Added Dan Everton to the credits by Linus Nielsen Feltzing · 19 years ago
- fc72c53 Patch #1417462 by Dan Everton - Improved SDL simulator by Linus Nielsen Feltzing · 19 years ago
- 347992e Optimised C version of count_leading_zeros() taken from alac-0.1.1. This makes ALAC very close to realtime on the ipod (just the very occasional skip during disk reading - it is realtime when the disk is sleeping). by Dave Chapman · 19 years ago
- d2e75bf Remove exported pcm functions. Codecs should never be allowed to access by Brandon Low · 19 years ago
- 9b0822d Make it compile on iAudio X5 by Linus Nielsen Feltzing · 19 years ago
- 3495e75 Shorten innerloop by one instruction. by Thom Johansen · 19 years ago
- 0ecd0b0 patch #1422861 by Adam Boot - Fix splash() color problems by Linus Nielsen Feltzing · 19 years ago
- 33f2e28 Fix typos - tests for HAVE_LCD_COLOR should use #ifdef, not #if by Dave Chapman · 19 years ago
- 5c1cc2f add these files to the source archive as well by Daniel Stenberg · 19 years ago
- d3af52d there are no files like this in here anymore by Daniel Stenberg · 19 years ago
- 3749d1a Oops - fix the builds broken by the backdrop image patch by Dave Chapman · 19 years ago
- d9e5b67 Patch #1421422 - Backdrop image patch started by Linus, finished by me. Adds ability to set backdrop images for file browser and menus (store full-screen bitmaps in /.rockbox/backdrops/) and also the ability to set a full-screen background image in a WPS using the %X|filename.bmp| WPS tag. Currently only implemented for targets with colour LCDs. by Dave Chapman · 19 years ago
- 9b4b4d0 More sane fixed point format for Q parameter. by Thom Johansen · 19 years ago
- 440d75f No need for different name members in eq_data struct. by Thom Johansen · 19 years ago
- e6c2e19 This should not have been recommitted (went undetected for quite a while). by Jens Arnold · 19 years ago
- 32326ef * Changed implementation of inverse bar: Instead of complementing all pixels after drawing the text, the text is drawn in inversevid mode. This is faster, and will be more readable when backdrop image support gets added. Appearance on non-colour targets doesn't change. * Speedup of the scroll thread. by Jens Arnold · 19 years ago
- 20debbf iPod: Fix some button-mapping bugs and inconsistencies by Dave Chapman · 19 years ago
- 1023ced iPod: Remove/reduce the udelay()s in the button driver. They were in the IPL source, but do not appear to be needed. by Dave Chapman · 19 years ago
- fddefdc Corrected version of 176x54 (Nano) colour logo (it wasn't being used until logo-nano.c was deleted). by Dave Chapman · 19 years ago
- 5672c61 Color logo-*.c files no longer required - the bitmaps are in libbitmapsnative by Dave Chapman · 19 years ago
- b42ef68 Fix warnings at h1xx. by Ben Basha · 19 years ago
- db83601 Add break effect + Bigger bricks by Ben Basha · 19 years ago
- f5f000f Minor code policing by Linus Nielsen Feltzing · 19 years ago
- fbd8e5d Patch #1421483 - AIFF codec by Jvo Studer by Dave Chapman · 19 years ago
- 6479e4c WPS tag update for Progress Bar to allow resizing and screen placing by Ben Basha · 19 years ago
- 8ab7c38 added the missing decompressor files by Daniel Stenberg · 19 years ago
- 4e672ce Something for our loyal Archos users. The first graphical WPS for the Recorder series. by Christi Scarborough · 19 years ago
- 7df51ad Changed meaning of shift parameter to include the EMAC implicit shift by Thom Johansen · 19 years ago
- b106e01 Reverted the wps image cache as it was causing trouble to users when by Miika Pekkarinen · 19 years ago
- 98c37c7 Enable ARM EQ support. by Thom Johansen · 19 years ago
- 146fe6c boxes for H3xx / iPod 4g, just so they don't feel left out. Purely a quick hack, not a finished product. by Christi Scarborough · 19 years ago
- b4bc9fd iPod: Enable peakmeter by Dave Chapman · 19 years ago
- 5fff854 EQ filtering code for ARM targets. by Thom Johansen · 19 years ago
- b69d59b Handle 8-bit BMP files by Linus Nielsen Feltzing · 19 years ago
- 62b22ba Slighly less confusing handling of inverted monochrome images by Linus Nielsen Feltzing · 19 years ago