- 1a7f1f4 improvements suggested by Jens: prompt for USB in case of problems, handle power off button by Jörg Hohensohn · 19 years ago
- 85e0376 Reorganized encoder to allow compressing blocks in smaller chunks and by Dave Bryant · 19 years ago
- d1af08f Correct Rec+ON check in the iriver bootloader by Linus Nielsen Feltzing · 19 years ago
- e51fc6d Adapted fwpatcher to patch both H110/H115 and H120/H140 firmwares. Unpatched firmwares are detected by md5sum, and the patched firmware's md5sum is compared to the matching entry, so it should be even more safe than before. by Jens Arnold · 19 years ago
- a75f0e5 iriver bootloader: display the model number for which the rockbox.iriver was built, start original firmware with rec+play on the remote, bumped to version 3 by Linus Nielsen Feltzing · 19 years ago
- 52d5b30 Wrong iriver model check by Linus Nielsen Feltzing · 19 years ago
- 557308e Wrong iriver model check by Linus Nielsen Feltzing · 19 years ago
- 62c768c Recovered from my major brain failure and reverted to using the same load address for both H110 and H120/140 by Linus Nielsen Feltzing · 19 years ago
- f69c779 Wrong appsdir for the H120 boot loader by Linus Nielsen Feltzing · 19 years ago
- 6fa590b i wasn't fully awake o.o by Michiel Van Der Kolk · 19 years ago
- 233b782 Proper sorting, explanation of the extra field. by Michiel Van Der Kolk · 19 years ago
- c7430a7 for oggs, we do a lame crc from index 0 to make the rundb work better (but this by Daniel Stenberg · 19 years ago
- c4b31b0 Disabled set rating option when the runtime database isn't working.. to avoid confusion. by Michiel Van Der Kolk · 19 years ago
- 5d9e053 Some playback fixes. by Miika Pekkarinen · 19 years ago
- a5ef8f0 Simulator fixes: H120 Win32 simulator build working. H120 X11 simulator uses correct LCD background colour. by Jens Arnold · 19 years ago
- b5fc253 Removed the XYZ_PIXEL() macros. They are no longer needed, and they did only work correctly for b&w. by Jens Arnold · 19 years ago
- a39026a Removed the start-original-with-remote bootloader feature by Linus Nielsen Feltzing · 19 years ago
- e82df4e Bootloader adjustments for H110 by Linus Nielsen Feltzing · 19 years ago
- 2d25122 H110 adjustments by Linus Nielsen Feltzing · 19 years ago
- 8b6c133 SDRAM setup adjusted for H110 models by Linus Nielsen Feltzing · 19 years ago
- e257042 Adjusted refresh timer for H110 by Linus Nielsen Feltzing · 19 years ago
- 3b5fdbe USB is the same on all H1x0 models by Linus Nielsen Feltzing · 19 years ago
- 2cf25d0 ADC is the same on all H1x0 models by Linus Nielsen Feltzing · 19 years ago
- a33fd0f build on all h100 units by Daniel Stenberg · 19 years ago
- 2af252d attempt to set a variable based on the Revision variable set by CVS by Daniel Stenberg · 19 years ago
- a670e34 Fixed skip bug at buffer refill by Henrik Backe · 19 years ago
- 8f895de safety precaution to detect an envrionment running with the old setup by Daniel Stenberg · 19 years ago
- 8493ccb Renamed the iriver h120 defines and configs to "h120"! Added initial support by Daniel Stenberg · 19 years ago
- c28969d Remote LCD support for the Win32 H1x0 simulator. by Jens Arnold · 19 years ago
- 348d8f6 A couple of bug fixes: 1. Take mutex before all playlist control file operations including fsync. 2. Don't flush and reload tracks if nothing is playing. by Hardeep Sidhu · 19 years ago
- a6abe76 Only flush and reload when something is playing. Fixes hang on H1x0 when changing repeat mode before anything has played. by Hardeep Sidhu · 19 years ago
- c5e87ae Heavily extended bmp2rb conversion tool: Handles 4, 16, 24 and 32 bit BMPs in addition to 1 and 8 bit. Generates one of 3 output formats: (0) Archos recorder, Ondio, Gmini, H1x0 monochrome; this is the default. (1) Archos player graphics library. (2) H1x0 4-shade greyscale. Decision about the pixel value is based on the true pixel brightness, so hopefully no more inverted images. by Jens Arnold · 19 years ago
- 3a5bd7a Enabled scrolling on the remote LCD in the simulator. Some small shortcuts in the H1x0 remote LCD driver and the recorder LCD driver. by Jens Arnold · 19 years ago
- 81b32e0 Only update resume info when playing. Fixes resume when exiting recording/radio screens. by Hardeep Sidhu · 19 years ago
- 93fb498 "Bugfix" by Langlois Florian (Chamois on IRC), we forgot to change this one. by Tomas Salfischberger · 19 years ago
- df80798 Lame hack to strip ID3v1 tags from MP3 playback, so they can play back without gaps by Linus Nielsen Feltzing · 19 years ago
- 2cc64c4 Chip8 works again on grayscale devices by Linus Nielsen Feltzing · 19 years ago
- 28bd327 Fix possible use of uninitialized variable by Daniel Stenberg · 19 years ago
- 4e52b97 When building with gcc 4.0, we use -Wno-pointer-sign to reduce the amount of by Daniel Stenberg · 19 years ago
- 11d7cb9 entry *entryarray is static in the C source so it can't be extern here by Daniel Stenberg · 19 years ago
- 3eb962d PCM buffering fixes. Made a temporary workaround for playback glitch by Miika Pekkarinen · 19 years ago
- 8d3855e Removed dead code by Linus Nielsen Feltzing · 19 years ago
- d7f9439 Adapted remote LCD driver and player graphics library to the new bitmap function naming scheme. by Jens Arnold · 19 years ago
- f894a4c 4-shades greyscale graphics core for iriver H1x0. 4-grey rockbox logo and light grey background in splash() boxes. Simplified the splash() box creation as the new graphics core does clipping. Adapted screendump feature and added flexible preprocessing to construct the bmp header. Rockboy now uses 4-grey mode as well. 4-grey support for win32 simulator. Fixed win32 player sim to not use double bitmap conversion via a recorder-like framebuffer, and correctly display double-height text. X11 simulator temporarily adapted. The display won't be distorted, but it still shows b&w only. by Jens Arnold · 19 years ago
- 1076eb1 Check for invalid song data. by Michiel Van Der Kolk · 19 years ago
- 3d25240 (1) Set cpu to 11 Mhz when we "crash" to prevent overheating. by Tomas Salfischberger · 19 years ago
- ffd207f Makes sure that the pause/resume/prev/next functions are executed in the audio thread by Linus Nielsen Feltzing · 19 years ago
- d3424f0 Fixed the "overwriting bug" with aligned lines in the WPS. by Tomas Salfischberger · 19 years ago
- 6b582c3 Patch #1232741 by Frederic Devernay - chip8 plugin now playable, and with SCHIP emulation by Linus Nielsen Feltzing · 19 years ago
- 22960c3 Waiting pcm buffer to run empty before stopping the last track. by Miika Pekkarinen · 19 years ago
- d1c294c Initial import of tagdb by Niels Laukens · 19 years ago
- 5e9f52f Some interface updates and code policing in the alarm setting screen, take 2 by Linus Nielsen Feltzing · 19 years ago
- 50d9e3f Some interface updates and code policing in the alarm setting screen by Linus Nielsen Feltzing · 19 years ago
- 2023b47 Decreased pcm buffer low watermark when crossfade is not enabled. by Miika Pekkarinen · 19 years ago
- 65a1b1a Fix broken player build by Christi Scarborough · 19 years ago
- be78945 (1) Patch 1231281: Alignment tags for the WPS by Per Holmaeng. Use %al for left align, %ac for centre, %ar for right. It is currently not possible to use more than one %a? tag per WPS line. (2) Lots of tabs removed. by Christi Scarborough · 19 years ago
- 5081182 Added CRC32 of the compressed song data, since that is what the format wants. by Daniel Stenberg · 19 years ago
- 2e9ce4e Now codec names are in sync. by Miika Pekkarinen · 19 years ago
- df38408 Copy the right files to .rockbox/rocks. Only tested on Cygwin though... by Magnus Holmgren · 19 years ago
- 5c2c991 Applied patch "[ 1232957 ] MP3 metadata fixes for software codec". by Miika Pekkarinen · 19 years ago
- 1e5119b Show the same information in the ID3 browser as in the WPS screen; use string version of tags if available, format time in the same way. by Magnus Holmgren · 19 years ago
- 3e33a0f More crossfade adjustments. Now crossfade should work shortly even if by Miika Pekkarinen · 19 years ago
- d6e7942 Fixed: Crossfading, broken elapsed info with mp3 files, possible cpu by Miika Pekkarinen · 19 years ago
- 2d79df5 Fixed a problem that caused playback to stop on certain situations. Fixed by Miika Pekkarinen · 19 years ago
- eaf8b2d Patch #1232549 by Ryan Jackson, adds seeking and comments to Vorbis playback by Linus Nielsen Feltzing · 19 years ago
- a10bb59 Now the CPU is idle in USB mode by Linus Nielsen Feltzing · 19 years ago
- 9b226fe New power-conserving CPU idle mode by Linus Nielsen Feltzing · 19 years ago
- aa30f04 Fixed crossfading. by Miika Pekkarinen · 19 years ago
- 72550d9 More accurate runtime estimate calculation for iriver (still not very by Miika Pekkarinen · 19 years ago
- 073406a Fixed player/studio warning by Linus Nielsen Feltzing · 19 years ago
- 6e80ac3 New poweroff handling, using the SYS_POWEROFF event, allowing plugins to save their settings before powering off. by Linus Nielsen Feltzing · 19 years ago
- 839dbca Moved resume info updating to the mpeg/playback threads so that it's saved even when not in the WPS by Hardeep Sidhu · 19 years ago
- 3fd775b Playcount and rating support as a tag for the wps; %rp and %rr by Michiel Van Der Kolk · 19 years ago
- 713db30 Disable backlight in the bootloader by Linus Nielsen Feltzing · 19 years ago
- 0f38185 Boot from the correct address by Linus Nielsen Feltzing · 19 years ago
- d6ab723 moved rundb_init back to main, it has to be inited after audio_init, also, it has nothing to do with tree (though tagdb does have to do with tree) by Michiel Van Der Kolk · 19 years ago
- afe0941 song rating support.. should probably be moved with browse id3 to a "song options" submenu in the wps context menu... by Michiel Van Der Kolk · 19 years ago
- 55819b7 Increased low watermark limit. by Miika Pekkarinen · 19 years ago
- d0ec0ce Move the 'manage settings' option onto the main menu by Christi Scarborough · 19 years ago
- febd975 Created new viewer application to test WavPack encoding. Accepts .wav file by Dave Bryant · 19 years ago
- dacbc16 Added lossless encoding to WavPack library. Also made a few changes to by Dave Bryant · 19 years ago
- 1d5f07b Preparation for 4-grey LCD mode on H1x0. by Jens Arnold · 19 years ago
- f89f011 Converted to use the IRAM defines, and some small optimisations. by Jens Arnold · 19 years ago
- c0e6ed6 Corrent ICODE_ATTR and IDATA_ATTR for CalmRISC16. by Jens Arnold · 19 years ago
- 8ad60cc Update the wps when next track info is available. by Miika Pekkarinen · 19 years ago
- da32605 forgot about the shutdown event hooks.. by Michiel Van Der Kolk · 19 years ago
- 75d16ee disable on archos units till the events are implemented by Michiel Van Der Kolk · 19 years ago
- ca20abf mrf... okay, i feel better now... findrundbentry does more than just check.. it has to be called... by Michiel Van Der Kolk · 19 years ago
- aea3aff fixed the warning on an empty block slightly differently (and added some white by Daniel Stenberg · 19 years ago
- 5f2ae71 no time. i hate people trying to force me when i have no time and i'm stressed. by Michiel Van Der Kolk · 19 years ago
- 765cd6d (in theory) more efficient (battery wise) runtime database code. by Michiel Van Der Kolk · 19 years ago
- 0a9dec6 Make sure we unboost the cpu while stopping playback. by Miika Pekkarinen · 19 years ago
- e21cf84 Fixed the warnings. by Miika Pekkarinen · 19 years ago
- f3a1351 Slightly longer sleep to prevent pops when resuming from paused state. by Miika Pekkarinen · 19 years ago
- 9bde038 Updated the track_unbuffer event callback. by Miika Pekkarinen · 19 years ago
- f46c9f2 Now next track info is always available. by Miika Pekkarinen · 19 years ago
- 349f39a Fixed pops when starting playback. by Miika Pekkarinen · 19 years ago
- bb3ed3c Use the central IDATA_ATTR define. by Jens Arnold · 19 years ago
- d2456b4 Centralised the ICODE_ATTR and IDATA_ATTR #defines. Renamed some musepack and rockboy headers to avoid clashes with rockbox headers. by Jens Arnold · 19 years ago
- d50ed12 The last small fix to the previous commit. by Miika Pekkarinen · 19 years ago