Age | Commit message (Expand) | Author |
2007-11-02 | set the iriver h100 and h300 keys correctly (fix red) | Jonathan Gordon |
2007-11-02 | tsc2100 debug screen | Jonathan Gordon |
2007-11-02 | Build some more plugins for M:Robe most work, doom builds and runs if you use... | Karl Kurbjun |
2007-11-02 | DM320 has IRAM at 0, so move VIRT_PTR somewhere else (fixes empty menu item t... | Catalin Patulea |
2007-11-01 | Make Speex read its input directly from the Ogg packet, which makes for less ... | Thom Johansen |
2007-11-01 | First attempt at ifdeffing out as much of the encoder stuff as possible from ... | Thom Johansen |
2007-11-01 | ARM assembler versions of iir_mem16() and qmf_synth(), yielding a very nice s... | Thom Johansen |
2007-11-01 | Fix FS#7826 - make the view catalog option in the main menu > playlists menu ... | Jonathan Gordon |
2007-11-01 | fix FS#8064 - screen scroll step and screen scroll out of view needed a resta... | Jonathan Gordon |
2007-11-01 | Temporary work around for the situation where a single codec request is for m... | Brandon Low |
2007-10-31 | Remove an unneeded #include - action.h is already included by plugin.h | Dave Chapman |
2007-10-31 | Update Dutch language file | Peter D'Hoye |
2007-10-31 | Accept FS#8053 by Bertrik Sikken: playback.c and mpeg.c simplification by rem... | Nicolas Pennequin |
2007-10-31 | FS#8057: Update finnish translation by Jani Kinnunen. | Mustapha Senhaji |
2007-10-30 | * For a better access to the information of the Rockbox Info menu by visually | Alessio Lenzi |
2007-10-30 | Fix a file descriptor leak that happened with large directories of small file... | Nicolas Pennequin |
2007-10-30 | Make the playlist catalog use the following settings as appropriate: show fil... | Magnus Holmgren |
2007-10-30 | Slight rework of the buffering logic: | Nicolas Pennequin |
2007-10-30 | Further improve the mistakes I made in add_handle (thanks Nico_P for not beat... | Brandon Low |
2007-10-30 | Fix a logf warning | Brandon Low |
2007-10-30 | can_add_handle() can be removed, but its logic must remain: before adding a h... | Nicolas Pennequin |
2007-10-30 | Revert r15360: It didn't completely fix the problem and it's a bit dirty. A b... | Nicolas Pennequin |
2007-10-30 | Fix FS #8019, caused by memcpy() being called before "rb = api;". Be cautious... | Thom Johansen |
2007-10-30 | some improvements to FS#8008 - see tracker entry for details | Robert Kukla |
2007-10-30 | Just because it's #if 0 doesn't make it inferior... | Thom Johansen |
2007-10-29 | Fix faulty clipping when dithering is enabled (thanks to Jens Arnold). This b... | Thom Johansen |
2007-10-29 | Argh. | Michael Giacomelli |
2007-10-29 | Copyright. | Michael Giacomelli |
2007-10-29 | We removed the old Q15.16 precision trig functions from decoding ages ago, so... | Michael Giacomelli |
2007-10-29 | FS#8044: Update potugues-brasileiro translation by Adilson Vicente Xavier. | Mustapha Senhaji |
2007-10-29 | Fix yellow, not sure how to properly specify this argument's nature so this i... | Brandon Low |
2007-10-29 | Remove can_add_handle, its safety and benefit are both questionable. Make sh... | Brandon Low |
2007-10-29 | Invalidate prevtrack_id3 on all track skips to prevent next track info from b... | Nicolas Pennequin |
2007-10-29 | Update "elapsed" and "offset" in the mp3entries on the main buffer in the cor... | Nicolas Pennequin |
2007-10-29 | Prefix the error constants with ERR_ | Nicolas Pennequin |
2007-10-29 | rework my previous commit (FS#8008) to be able to work for any of the strings... | Jonathan Gordon |
2007-10-29 | Oops, sucky workaround wasn't meant to be committed. | Steve Bavin |
2007-10-29 | Tiny bit of code policing: remove unneeded variable and spaces at end-of-line. | Steve Bavin |
2007-10-29 | fix yellow | Jonathan Gordon |
2007-10-29 | Accept FS#8008 - allows the current artist or album to be used in databse sea... | Jonathan Gordon |
2007-10-28 | Improve move_handle's semantics. Shoudl have no functional impact | Brandon Low |
2007-10-28 | Comment improvements | Brandon Low |
2007-10-28 | Add #defines for error values. Makes the code easier to read. | Nicolas Pennequin |
2007-10-28 | Mandelbrot: Don't update the display more often than 50 times per second on c... | Jens Arnold |
2007-10-28 | Detabify a line... | Magnus Holmgren |
2007-10-28 | Add ReplayGain support to WMA (based on tags written by Foobar2000). | Magnus Holmgren |
2007-10-27 | Add queue_peek to the kernel (written by Mike Sevakis), and use it to improve... | Nicolas Pennequin |
2007-10-27 | Prevent the audio queue from getting flooded with fill buffer messages. | Nicolas Pennequin |
2007-10-27 | Make voice and codec queues private so they don't receive system messages. Th... | Michael Sevakis |
2007-10-27 | Hopefully fix codec load and data abort problems by making add_handle and mov... | Brandon Low |