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