summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-10-30Fix FS #8019, caused by memcpy() being called before "rb = api;". Be cautious...Thom Johansen
2007-10-30some improvements to FS#8008 - see tracker entry for detailsRobert Kukla
2007-10-30Just because it's #if 0 doesn't make it inferior...Thom Johansen
2007-10-29Fix faulty clipping when dithering is enabled (thanks to Jens Arnold). This b...Thom Johansen
2007-10-29Argh.Michael Giacomelli
2007-10-29Copyright.Michael Giacomelli
2007-10-29We removed the old Q15.16 precision trig functions from decoding ages ago, so...Michael Giacomelli
2007-10-29FS#8044: Update potugues-brasileiro translation by Adilson Vicente Xavier.Mustapha Senhaji
2007-10-29Turn the DEBUGF messages into logf in the ID3 parser, so that by default they...Nicolas Pennequin
2007-10-29Fix yellow, not sure how to properly specify this argument's nature so this i...Brandon Low
2007-10-29Remove can_add_handle, its safety and benefit are both questionable. Make sh...Brandon Low
2007-10-29Invalidate prevtrack_id3 on all track skips to prevent next track info from b...Nicolas Pennequin
2007-10-29Update "elapsed" and "offset" in the mp3entries on the main buffer in the cor...Nicolas Pennequin
2007-10-29Prefix the error constants with ERR_Nicolas Pennequin
2007-10-29rework my previous commit (FS#8008) to be able to work for any of the strings...Jonathan Gordon
2007-10-29Oops, sucky workaround wasn't meant to be committed.Steve Bavin
2007-10-29Tiny bit of code policing: remove unneeded variable and spaces at end-of-line.Steve Bavin
2007-10-29fix yellowJonathan Gordon
2007-10-29Accept FS#8008 - allows the current artist or album to be used in databse sea...Jonathan Gordon
2007-10-29More code police...Peter D'Hoye
2007-10-28Code police, no functional changes (yet)Peter D'Hoye
2007-10-28Improve move_handle's semantics. Shoudl have no functional impactBrandon Low
2007-10-28Comment improvementsBrandon Low
2007-10-28Improve the fake interrupt stuff on the sim a bit.Michael Sevakis
2007-10-28Add #defines for error values. Makes the code easier to read.Nicolas Pennequin
2007-10-28Oops. The function should be static.Nicolas Pennequin
2007-10-28Some genre strings must not be adjusted by adjust_mp3_entry. Thanks to PaulJa...Nicolas Pennequin
2007-10-28Mandelbrot: Don't update the display more often than 50 times per second on c...Jens Arnold
2007-10-28add some informations about this fileChristian Gmeiner
2007-10-28C200: Reworked the LCD driver a bit, and fixed a bug with single column updat...Jens Arnold
2007-10-28Detabify a line...Magnus Holmgren
2007-10-28iPod Video: Further optimised LCD data transfer (5..6% speedup, but increase ...Jens Arnold
2007-10-28Add ReplayGain support to WMA (based on tags written by Foobar2000).Magnus Holmgren
2007-10-28Initial work on a port to the Logik DAX 1GB MP3/DAB player. The bootloader b...Dave Chapman
2007-10-28The iPod Video has the HW version at a different address in ROM.Jens Arnold
2007-10-28e200: shorten some delays so the backlight turn on is snappier. Values seem t...Michael Sevakis
2007-10-27Add queue_peek to the kernel (written by Mike Sevakis), and use it to improve...Nicolas Pennequin
2007-10-27Prevent the audio queue from getting flooded with fill buffer messages.Nicolas Pennequin
2007-10-27Add support for co-processor instructions. I'm not 100% sure about this, but...Dave Chapman
2007-10-27Make voice and codec queues private so they don't receive system messages. Th...Michael Sevakis
2007-10-27Correct the value for SDCFG for the c100 - based on a USB log of the C100 fir...Dave Chapman
2007-10-27Initial, untested support for C100. Also increase the firmware size limit to...Dave Chapman
2007-10-27Hopefully fix codec load and data abort problems by making add_handle and mov...Brandon Low
2007-10-27Whoops, that thread can't run until the linked list is initializedBrandon Low
2007-10-27Create queue stuff before the thread that will use itBrandon Low
2007-10-27Make buffering initialization versus reset separate functions to avoid double...Brandon Low
2007-10-27Add some const keywords, improve some comments, add a safety check or two, sh...Brandon Low
2007-10-27* Only call bufgetcodec onceNicolas Pennequin
2007-10-27Simple fix which should improve track change performance slightlyBrandon Low
2007-10-26Correct some commenting left from an earlier set_irq_level version.Michael Sevakis