- 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
- 1c044d0 Leave the port debug menu on button release to allow reading the cancel button input value. 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
- ff40af4 by Dave Bryant · 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
- 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
- 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
- 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
- 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
- 8a1da84 Imre Herceg's Hungarian translation by Daniel Stenberg · 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
- 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
- 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
- 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
- 20debbf iPod: Fix some button-mapping bugs and inconsistencies 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
- 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
- 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
- 26fcd11 Handle .S files properly by Linus Nielsen Feltzing · 19 years ago
- fe1c9f5 Iriver: Another grayscale bmp loader bug fixed: clear the right amount of data, to avoid garbage in the images. by Magnus Holmgren · 19 years ago
- 5f0b75e Correct PaddedWidth calculation by Linus Nielsen Feltzing · 19 years ago
- 147cfe9 Misleading parameter name. by Thom Johansen · 19 years ago
- ae0ae6d Small iPod colour BMP fix by linuxstd by Christi Scarborough · 19 years ago
- 8cd8a95 iPod: Initial implementation of a debug i/o ports screen by Dave Chapman · 19 years ago
- ea72d05 Fixed endianness problem in the BMP loader by Linus Nielsen Feltzing · 19 years ago
- 3b8934d Iriver: Calculate proper height (i.e., size) for grayscale bitmaps. by Magnus Holmgren · 19 years ago
- 1a4ef4f Add iPod key binding for the logf viewer by Dave Chapman · 19 years ago
- 216806f Bundle .S files in the source tarballs. by Thom Johansen · 19 years ago
- 8ac932f Fix warning. by Thom Johansen · 19 years ago
- b978acc Fix mpc.c to use new mpc_bool_t type to remove some warning. by Thom Johansen · 19 years ago
- 2b48395 Synced libmpcdec to musepack.net SVN. by Thom Johansen · 19 years ago
- 58231d5 Save image format tag in bmp cache also to hopefully fix the color by Miika Pekkarinen · 19 years ago
- 65721f0 Slight change of coef format. Removed erronous hard code of channel by Thom Johansen · 19 years ago
- a371ec3 Make Musepack work on little endian devices. by Thom Johansen · 19 years ago
- 55ff456 Recommit reverted changes and add the missing file... by Thom Johansen · 19 years ago
- 7d1117f Cache wps image files to allow really fast boot. by Miika Pekkarinen · 19 years ago
- 3722a99 Better working fix for the BMP loader transparency flag bug by Linus Nielsen Feltzing · 19 years ago
- 8f07403 Temporary fix for crashing when trying to enter the WPS, thanks to Adam Boot. by Brandon Low · 19 years ago
- 236d524 Backout part of the last change to fix builds for now by Brandon Low · 19 years ago
- a8cc6a7 Initial multi-band EQ support for software codec platforms. Now go start by Thom Johansen · 19 years ago
- b0302f0 Prevent unaligned memory accesses whilst reading seektable - fixes FLAC playback on iPod by Dave Chapman · 19 years ago
- 281403a Work-in-progress transparent bitmaps with 255,0,255 as the transparent color, not yet working on the H100 series by Linus Nielsen Feltzing · 19 years ago
- 5947e49 Make Tremor usable on ARM targets. by Thom Johansen · 19 years ago
- 0541198 Codec buffer was initialized too early thus crashing the unit later. by Miika Pekkarinen · 19 years ago
- 745adad Color BMP support by Linus Nielsen Feltzing · 19 years ago
- a4f8d1c Don't use crossfader mix mode when skipping tracks manually. by Miika Pekkarinen · 19 years ago
- b7c2919 Remove calls to cpu_boost - they are not required any more by Ben Basha · 19 years ago
- c338290 shortened the comment to 80 col by Daniel Stenberg · 19 years ago
- 1ca465a Made lots of keys' code depend on the actual definition of the key instead by Daniel Stenberg · 19 years ago
- 39d2d8b 1 - don't assume 160x128 means iriver h1x0 display, added check for depth by Daniel Stenberg · 19 years ago
- d319116 iriver: Init audio on background. by Miika Pekkarinen · 19 years ago
- 553c9e2 Portability enhancements - make the menu bitmap positions #defines, introduce a game loop timer (to fix the speed on all targets) and fix the menu on targets with 320x240 LCDs. by Dave Chapman · 19 years ago
- 3325d99 Patch #1415757 by Ben Basha - Brickmania update, Flip powerup plus some bricks need several hits to break by Linus Nielsen Feltzing · 19 years ago
- b579c63 Updated korean.lang by Jeong Taek In by Hristo Kovachev · 19 years ago
- 751d199 Adjusted the bitmap build to run make in the bitmap directories by Daniel Stenberg · 19 years ago
- 906bfb4 It's unsigned, no need to check for negativity by Brandon Low · 19 years ago
- e40900d Add battery voltage that is now exported from the power management as a wps tag by Brandon Low · 19 years ago
- facf94e Button mappings for iPods, using mp3_is_playing() for harware platforms, file format converted to unix by Hristo Kovachev · 19 years ago
- 0059845 And the plugin itself ... :) by Hristo Kovachev · 19 years ago
- 495c63f New "battery benchmark" plugin by Alexander Spyridakis, modified a bit by me by Hristo Kovachev · 19 years ago
- 4781f14 Functional AB on iRiver H1x0, and improved button mappings (share the NEXTDIR and PREVDIR buttons on iRiver H[13]x0 targets), patch from IRC:lamed, modified by me. by Brandon Low · 19 years ago
- c9bded8 Added "Queue shuffled", for completeness by Linus Nielsen Feltzing · 19 years ago
- 01ab727 Fix bug caused by change to external bitmaps - use the correct stride value for lcd_bitmap_part() by Dave Chapman · 19 years ago
- 465982b Little optimization to the bmp loader loop (unfortunately almost no by Miika Pekkarinen · 19 years ago
- ef4241a Fixed USB handling in grayscale library mode. by Jens Arnold · 19 years ago
- 0d55854 Cube: Solid greyscale mode is now supported on Archos Recorders and Ondios, using the grayscale library. The grayscale library gets switched on & off as needed when changing the display mode. by Jens Arnold · 19 years ago
- 83b2628 Bugfix: gray_putsxyofs() couldn't have worked before by Jens Arnold · 19 years ago
- 3d2cab6 Grayscale library: colour macros now matching the core LCD drivers. by Jens Arnold · 19 years ago
- dcec70f Small bugfix for LCDs > 128 pixels high. by Dave Chapman · 19 years ago