Age | Commit message (Expand) | Author |
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 | Turn the DEBUGF messages into logf in the ID3 parser, so that by default they... | Nicolas Pennequin |
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-29 | More code police... | Peter D'Hoye |
2007-10-28 | Code police, no functional changes (yet) | Peter D'Hoye |
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 | Improve the fake interrupt stuff on the sim a bit. | Michael Sevakis |
2007-10-28 | Add #defines for error values. Makes the code easier to read. | Nicolas Pennequin |
2007-10-28 | Oops. The function should be static. | Nicolas Pennequin |
2007-10-28 | Some genre strings must not be adjusted by adjust_mp3_entry. Thanks to PaulJa... | 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 | add some informations about this file | Christian Gmeiner |
2007-10-28 | C200: Reworked the LCD driver a bit, and fixed a bug with single column updat... | Jens Arnold |
2007-10-28 | Detabify a line... | Magnus Holmgren |
2007-10-28 | iPod Video: Further optimised LCD data transfer (5..6% speedup, but increase ... | Jens Arnold |
2007-10-28 | Add ReplayGain support to WMA (based on tags written by Foobar2000). | Magnus Holmgren |
2007-10-28 | Initial work on a port to the Logik DAX 1GB MP3/DAB player. The bootloader b... | Dave Chapman |
2007-10-28 | The iPod Video has the HW version at a different address in ROM. | Jens Arnold |
2007-10-28 | e200: shorten some delays so the backlight turn on is snappier. Values seem t... | Michael Sevakis |
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 | Add support for co-processor instructions. I'm not 100% sure about this, but... | Dave Chapman |
2007-10-27 | Make voice and codec queues private so they don't receive system messages. Th... | Michael Sevakis |
2007-10-27 | Correct the value for SDCFG for the c100 - based on a USB log of the C100 fir... | Dave Chapman |
2007-10-27 | Initial, untested support for C100. Also increase the firmware size limit to... | Dave Chapman |
2007-10-27 | Hopefully fix codec load and data abort problems by making add_handle and mov... | Brandon Low |
2007-10-27 | Whoops, that thread can't run until the linked list is initialized | Brandon Low |
2007-10-27 | Create queue stuff before the thread that will use it | Brandon Low |
2007-10-27 | Make buffering initialization versus reset separate functions to avoid double... | Brandon Low |
2007-10-27 | Add some const keywords, improve some comments, add a safety check or two, sh... | Brandon Low |
2007-10-27 | * Only call bufgetcodec once | Nicolas Pennequin |
2007-10-27 | Simple fix which should improve track change performance slightly | Brandon Low |
2007-10-26 | Correct some commenting left from an earlier set_irq_level version. | Michael Sevakis |