- ee6a95a Initialize callback for safety by Brandon Low · 19 years ago
- 2910b8a Fix red build in my own target by Brandon Low · 19 years ago
- 8d5a660 AB-repeat mode for software codecs. Accessible through menu as a repeat mode, with buttom mappings much like those on other rockbox targets for now. by Brandon Low · 19 years ago
- 0a9179c Add seamless seeking support, this is needed for AB-repeat mode on swcodec. by Brandon Low · 19 years ago
- a3868d3 Continue to update playback status after decoding is complete (the progress bar makes it to 100%!) by Brandon Low · 19 years ago
- 3458be2 Prevent a very tiny pop from happening when starting/stopping pcm playback. by Miika Pekkarinen · 19 years ago
- 132599a Looks like an extra line snuck into an ipod commit, created broken clean target by Brandon Low · 19 years ago
- d8a6c06 Improve performance by putting more of the code and variables that are called by the DMA0 interrupt into IRAM (3% boost improvement on my test track). by Brandon Low · 19 years ago
- 33914a7 Fixed the codec loader bug. by Miika Pekkarinen · 19 years ago
- 0e159f1 Fixed a few iriver playback quirks and issues with previous fixes. by Miika Pekkarinen · 19 years ago
- 57b1ccb gcc 4.0.2 uses memcpy() to initialise variables on the stack, so we explicitly use rb->memcpy instead by Dave Chapman · 19 years ago
- e8f8d9e Initial support for iPod color and video. The Nano has a 176x132 LCD, which is the first colour LCD smaller than the gameboy's 160x144 display - so it needs work to skip scanlines. Button handling still needs more work - only up/down/left/right/start are currently mapped. Code is removed from IRAM due to 'relocation truncated to fit: R_ARM_PC24' errors. by Dave Chapman · 19 years ago
- b96ec65 iPod: Change button mapping in the file browser. Now MENU is mapped to menu, and PLAY/PAUSE is mapped to the WPS by Dave Chapman · 19 years ago
- 1cda8bc simulator build fix by Daniel Stenberg · 19 years ago
- 137fb6c Karl Kurbjun's patch #1407719: by Daniel Stenberg · 19 years ago
- c05cd167 Better random number generator: Mersenne twiser with improved initialisation. BSD-style license. by Jens Arnold · 19 years ago
- cd7779c Sudoku: Fixed drawing of scratchpad on archos LCD. by Jens Arnold · 19 years ago
- 3249f3e Fix red builds more by Brandon Low · 19 years ago
- 178a85f iriver: Better fix for the previous problem, stop playback if next by Miika Pekkarinen · 19 years ago
- b016185 Fix red builds by Brandon Low · 19 years ago
- a452c74 Start cleaning up some #ifdefs in charging code by Brandon Low · 19 years ago
- 61cd604 Don't start playback twice if pcm buffer runs empty when switching to by Miika Pekkarinen · 19 years ago
- f3d13f9 Make sure that no targets lose charging related features from those red builds yesterday. by Brandon Low · 19 years ago
- 127c3fe UIE handler for ARM/iPod. Currently does not support interrupts. Will by Thom Johansen · 19 years ago
- 4926682 Patch #1404233 by Peter D'Hoye: H300 brightness bugfix by Hristo Kovachev · 19 years ago
- acf7d5e more iAudio x5 adjustments by Matt v.d. Westhuizen (#1408980) by Daniel Stenberg · 19 years ago
- 457b51d Attempt fix to broken builds pt. 2 by Hristo Kovachev · 19 years ago
- bb164ee Attempt fix to broken builds. by Thom Johansen · 19 years ago
- cdacab3 Charging state reporting on H3x0 by Brandon Low · 19 years ago
- 13414ae Initialize the MBC to off, idle state JinC Fix a comment that had wrong voltage by Brandon Low · 19 years ago
- ac22b06 Use symbolic name better and don't appear to crash on the You WIN screen by Brandon Low · 19 years ago
- 64fcd4c Level caching and screen size/color handling for sokoban from myself and Midgey34 by Brandon Low · 19 years ago
- b8fc81e Stricter asm constraint is required. (Prevent breakage with future compilers) by Brandon Low · 19 years ago
- 7cc6b3a Fix reboot-to-diskmode for the Nano and Video - the "diskmode" string is written to the end of IRAM, which is larger on the PP5022 devices. by Dave Chapman · 19 years ago
- 0ee0c77 Synced. by Mats Lidell · 19 years ago
- 1c69caf Line too wide for nano screen, split it up. by Thom Johansen · 19 years ago
- 05dccc3 Profiling support, tools and documentation. by Brandon Low · 19 years ago
- 1060e44 Part of the profiling patch to use a consistent return path in all codecs to facilitate 'on exit' functionality by Brandon Low · 19 years ago
- 3ded3ce Remove logos from bootloader by Dave Chapman · 19 years ago
- ccc72cc Part of patch #1407541 to improve battery smoothing by absorbing extra precision from the battery scale factor by Brandon Low · 19 years ago
- b853043 Remove a redundant line by Hristo Kovachev · 19 years ago
- 27312b2 Patch #1408536 by Mark Arigo - properly strip ID3V1 tags by Linus Nielsen Feltzing · 19 years ago
- cf0e3d3 iPod: Fix endian bug with disk reads and writes to a non-aligned memory buffer. by Dave Chapman · 19 years ago
- 4d83cb3 Remove a trailing space to make binlang happy by Hristo Kovachev · 19 years ago
- 30dbb95 removed a few ifdefs by Daniel Stenberg · 19 years ago
- cedba88 Matt v.d. Westhuizen's iAudio X5 keypad adjustments by Daniel Stenberg · 19 years ago
- 205be71 Two files for the iFP port that I forgot to commit by Dave Chapman · 19 years ago
- a8c408c More consistent error checking. by Jens Arnold · 19 years ago
- 22ffc9b The .entry section does no longer exist. by Jens Arnold · 19 years ago
- b8749fd New codec loader, using the same mechanism as the new plugin loader. API version numbering restarted for the new system. Uses the target ID from configure, so don't change that too often. * Fixed sim_plugin_load_ram() to truncate the tempfile. * Reduced plugin buffer size to 512KB for iriver and iPod. by Jens Arnold · 19 years ago
- 507ff53 Remove use of stdio.h. Proper handling of IRAM. by Thom Johansen · 19 years ago
- a40d355 Simplified new plugin loader (only read plugin once). by Jens Arnold · 19 years ago
- 2f56ee9 Proper fix for the playlist viewer crash by Linus Nielsen Feltzing · 19 years ago
- 0b8149f Fixed a crash when wrapping the playlist viewer backwards, and made it always select the currently playing track when viewing the current playlist by Linus Nielsen Feltzing · 19 years ago
- d47bb3c Temp fix for iPod Nano. Disable ATA sleep, as this will hang disk accesses. by Thom Johansen · 19 years ago
- a790277 Model & version check for simulator plugins. by Jens Arnold · 19 years ago
- 137501b The dependency generation for credits.c failed since it includes a file by Daniel Stenberg · 19 years ago
- ffb0cdc Archos recorders: The Rockboy overlay loader now uses the same header as the plugin loader. by Jens Arnold · 19 years ago
- b1a17a6 Correctly set the channel mode to "Stereo" and not "Dual Channel". by Dave Chapman · 19 years ago
- b3a9ad8 The Code Police struck again by Linus Nielsen Feltzing · 19 years ago
- d6d5da1 iPod: Correct the definition of DRAMORIG for the ipod - RAM is remapped to 0x0 from its original location at 0x10000000 by Dave Chapman · 19 years ago
- 25c66fc Cosmetic bugfix - display correct message when generating firmware image for the 5g by Dave Chapman · 19 years ago
- a36b1d4 New plugin loader. Solves the crashes introduced with the .bss changes while keeping the small binary size. The model & api version check is now part of the plugin loader. Codecs are not yet adapted, but the old method still works for them. Simulator plugins are not (yet) version-checked. API version numbering restarted, as this is an all-new system. Uses the target ID from configure, so don't change that too often. by Jens Arnold · 19 years ago
- c7c9069 Metronome patch by Martin Scarratt: BPM entry acceleration and proper stopping of playback on iriver by Linus Nielsen Feltzing · 19 years ago
- bae4e2a Use SDL's thread wrappers instead of pthreads to increase portability in the SDL sim. Patch by Andrew Pilley with some changes by me. by Dave Chapman · 19 years ago
- b855a9a Add button definitions for the iPod clickwheel by Dave Chapman · 19 years ago
- cc4de76 Iriver WPS: Made some buttons more responsive (trigger on press instead of release). by Jens Arnold · 19 years ago
- bdf6f1c Script to create the MD5 sum files for fwpatcher by Linus Nielsen Feltzing · 19 years ago
- 728d46f Added H300 1.30eu support for fwpatcher by Linus Nielsen Feltzing · 19 years ago
- d83e929 Work-in-progress iriver iFP-7xx port by Tomasz Malesinski by Dave Chapman · 19 years ago
- 8d13068 H300 bootloader v5 by Linus Nielsen Feltzing · 19 years ago
- d1b6bb8 Remove the unnecessary IDATA_ATTR and LINE_ATTR #defines. Introduce usage of IBSS_ATTR instead of incorrect IDATA_ATTR. Remove LINE_ATTR use, since this is a no-win when using IRAM. Make encoder truncate existing files. Make use of post-increment addressing mode in MAC chains for to minimuse code size and gain some speed. Some minor assembler touchups. About 10% speedup in total. by Thom Johansen · 19 years ago
- aa7ff20 let's hope we can start with using the x5 LCD in 16bits as then we can re-use by Daniel Stenberg · 19 years ago
- 130a027 make the x5 sim pass by Daniel Stenberg · 19 years ago
- 531bdf6 iAudio: Removed duplicate register definitions by Linus Nielsen Feltzing · 19 years ago
- 780cfff H300: Removed lcd_enable() and added a delay to let the hard drive settle before entering USB mode by Linus Nielsen Feltzing · 19 years ago
- e5f1297 Enable the EXTON and CHG wakeup again by Linus Nielsen Feltzing · 19 years ago
- cb01be6 H300: set KEEP_ACT before initializing the data sections, otherwise the PCF50606 will time out and power off by Linus Nielsen Feltzing · 19 years ago
- 55d1955 Support for other platforms than just Coldfire. by Thom Johansen · 19 years ago
- cd33f5d The Shine mp3 encoder by Gabriel Bouvigne, made as plugin/viewer by Antonius by Daniel Stenberg · 19 years ago
- 687258d Synced and added voice entries. by Jonas Häggqvist · 19 years ago
- 08e0611 Reverted the wakeup/debounce PCF50606 settings for now by Linus Nielsen Feltzing · 19 years ago
- b69ec52 H300 bootloader v4 by Linus Nielsen Feltzing · 19 years ago
- 54da924 H300: Bootloader USB mode detection on EXTON wakeup by Linus Nielsen Feltzing · 19 years ago
- befd0ac Correct metronome sound on PCM playback targets by Linus Nielsen Feltzing · 19 years ago
- cf218e3 Patch #1401999 by Karl Kurbjun - Rockboy color, sound support, and speedups by Linus Nielsen Feltzing · 19 years ago
- 640eeab change the arabic codepage from ISO-8859-6 to CP1256 by Marcoen Hirschberg · 19 years ago
- 28aaa0a Metronome now builds on all targets by Linus Nielsen Feltzing · 19 years ago
- ccf3283 Add iPod button definitions for Metronome by Dave Chapman · 19 years ago
- 383b3c1 Don't build metronome on the iPod by Linus Nielsen Feltzing · 19 years ago
- 81c9d58 Metronome plugin for iriver targets, by Sebastian Henriksen, Martin Scarratt and me by Linus Nielsen Feltzing · 19 years ago
- 6422d07 change separator for the LDFLAGS sed replacement since some people obviously by Daniel Stenberg · 19 years ago
- 9cf5270 Don't init the lcd twice - once on lcd_init_device and the other one on first call of lcd_enable() (an old, known bug). by Hristo Kovachev · 19 years ago
- 1917cd5 H300: bootloader must call lcd_enable() since the backlight thread isn't running by Linus Nielsen Feltzing · 19 years ago
- a5750f8 More distinct grayscales in the H1x0 SDl simulator by Linus Nielsen Feltzing · 19 years ago
- bea1589 check for sdl-config before using it, and present a more user-friendly by Daniel Stenberg · 19 years ago
- 84e2528 Fix RGB565SWAPPED lcd output by Dave Chapman · 19 years ago
- 0e41998 SDL simulator brought by Nathan Hand and Nick Lanham. This is added as a third by Daniel Stenberg · 19 years ago
- d2a10f5 removed the language choice, now always uses english built-in by Daniel Stenberg · 19 years ago
- 186d468 Fixed a warning. by Jens Arnold · 19 years ago