summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)Author
2007-11-03Give lowmem targets or targets with broken ATA implementations more buffering...Brandon Low
2007-11-03Accept FS#7798: Voice unit for time Stéphane Doyon
2007-11-03Info screen fixups:Stéphane Doyon
2007-11-03Use a recursive depth-first shrinkage function, limit handles accordinglyBrandon Low
2007-11-03Comments and a fix to possibly get more out of backward skipping without rebu...Brandon Low
2007-11-02Make bufread and bufgetdata blocking. They now return when enough data is ava...Nicolas Pennequin
2007-11-02remove requirement for album artist to match for albums to count as "same", f...Robert Kukla
2007-11-02Fix yellowBrandon Low
2007-11-02Improve upon my hackity hack from before by separating audio into two types: ...Brandon Low
2007-11-02set the iriver h100 and h300 keys correctly (fix red)Jonathan Gordon
2007-11-02tsc2100 debug screenJonathan Gordon
2007-11-02Build some more plugins for M:Robe most work, doom builds and runs if you use...Karl Kurbjun
2007-11-02DM320 has IRAM at 0, so move VIRT_PTR somewhere else (fixes empty menu item t...Catalin Patulea
2007-11-01Make Speex read its input directly from the Ogg packet, which makes for less ...Thom Johansen
2007-11-01First attempt at ifdeffing out as much of the encoder stuff as possible from ...Thom Johansen
2007-11-01ARM assembler versions of iir_mem16() and qmf_synth(), yielding a very nice s...Thom Johansen
2007-11-01Fix FS#7826 - make the view catalog option in the main menu > playlists menu ...Jonathan Gordon
2007-11-01fix FS#8064 - screen scroll step and screen scroll out of view needed a resta...Jonathan Gordon
2007-11-01Temporary work around for the situation where a single codec request is for m...Brandon Low
2007-10-31Remove an unneeded #include - action.h is already included by plugin.hDave Chapman
2007-10-31Update Dutch language filePeter D'Hoye
2007-10-31Accept FS#8053 by Bertrik Sikken: playback.c and mpeg.c simplification by rem...Nicolas Pennequin
2007-10-31FS#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 visuallyAlessio Lenzi
2007-10-30Fix a file descriptor leak that happened with large directories of small file...Nicolas Pennequin
2007-10-30Make the playlist catalog use the following settings as appropriate: show fil...Magnus Holmgren
2007-10-30Slight rework of the buffering logic:Nicolas Pennequin
2007-10-30Further improve the mistakes I made in add_handle (thanks Nico_P for not beat...Brandon Low
2007-10-30Fix a logf warningBrandon Low
2007-10-30can_add_handle() can be removed, but its logic must remain: before adding a h...Nicolas Pennequin
2007-10-30Revert r15360: It didn't completely fix the problem and it's a bit dirty. A b...Nicolas Pennequin
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-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-28Improve move_handle's semantics. Shoudl have no functional impactBrandon Low