summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2006-03-27Allow multiple tracks with the same title.Miika Pekkarinen1-10/+28
2006-03-27More alignment fixes.Miika Pekkarinen1-3/+14
2006-03-27Patch #4923 by Jani Kinnunen: updated Finnish translationHristo Kovachev1-43/+295
2006-03-26WAV playback as a plugin, for archos recorders and Ondios. Plays 16-bit WAV f...Jens Arnold7-5/+3702
2006-03-26Eliminate references to "long" types for 64-bit compiles; return audio dataDave Bryant10-192/+191
2006-03-26Bumped plugin API versionLinus Nielsen Feltzing1-1/+1
2006-03-26Basic plugin playback control menu by Jonathan Gordon (Patch #4874)Linus Nielsen Feltzing6-1/+144
2006-03-26swap PLAY and REC for x5, I liked that way!Daniel Stenberg1-6/+6
2006-03-26Fixed the define in config.h and more tagcache alignment issues.Miika Pekkarinen1-1/+12
2006-03-26Fixed the yellow builds.Miika Pekkarinen2-2/+2
2006-03-26Fixed potential sample overflow in variable stereo width > 100% and karaoke m...Jens Arnold1-7/+8
2006-03-26Fixed the debug menu.Miika Pekkarinen1-1/+3
2006-03-26Fixed some red builds.Miika Pekkarinen1-0/+2
2006-03-26Fill WPS tags from tagcache if available.Miika Pekkarinen2-3/+4
2006-03-26Fixed possible data alignment problem while committing the tagcache.Miika Pekkarinen1-1/+1
2006-03-26Properly allocating the temporary buffer.Miika Pekkarinen1-3/+1
2006-03-26Initial version of tagcache! There are still some bugs in the engineMiika Pekkarinen22-62/+2696
2006-03-25Patch #4913 by David Rothenberger with some changes by me: add only backlight...Hristo Kovachev3-2/+25
2006-03-25Fix lockups people have been having with track skipping during buffer fill, t...Brandon Low1-0/+8
2006-03-25Fix a problem where audio would stay paused after a stop and start of playbackBrandon Low1-9/+5
2006-03-25Support the recording screen on the LCD remote. Also adds support for the pea...Dan Everton8-137/+256
2006-03-24One minute sleep timer step size is a little too precise. How about five minu...Dan Everton1-1/+1
2006-03-24Change step size of sleep timer to 1 minute.Dan Everton1-1/+1
2006-03-24Port sleep timer setting screen to new setting screens. Make sleep timer usab...Dan Everton4-191/+30
2006-03-24Whoops, missed a file in last warning fix commitBrandon Low1-1/+1
2006-03-24Slightly clearer code in dsp_eq_update_data.Dan Everton1-17/+12
2006-03-24Fix warningsBrandon Low8-10/+10
2006-03-24fix the bitmaps position bug on X5Ben Basha10-0/+11
2006-03-24New option: First keypress enables backlight only. Patch #2920 by Nicolas Pen...Björn Stenberg4-0/+32
2006-03-24Convert playback.c to use unsigned byte counters, and _minor_ refactoring of ...Brandon Low6-124/+125
2006-03-24Build chessbox for the X5Dave Chapman2-3/+3
2006-03-24Color bitmaps on iAudio X5 by Mustapha SenhajiBen Basha18-1/+23
2006-03-24Fix weirdness caused by not stopping buffering during pause, and generally us...Brandon Low1-1/+4
2006-03-23Make fullscreen off by default for Rockboy.Zakk Roberts1-11/+11
2006-03-23Keep assembler versions of DSP routines in dsp_arch.S files. This alsoThom Johansen4-83/+145
2006-03-23Make EQ work on 64 bit sims again.Thom Johansen1-1/+1
2006-03-23Allow the pcm buffer to fill while playback is pausedBrandon Low1-7/+0
2006-03-23First small step in playback.c's pending makeover. Properly lock and cleanup...Brandon Low1-42/+35
2006-03-23Fix the inaccurate frequency setting problems of the EQ due toThom Johansen1-38/+96
2006-03-23x5: we dont have a BUTTON_OFF -> we use BUTTON_POWER nowChristian Gmeiner1-0/+2
2006-03-23Make libmad use inttypes.h types and remove the old ad-hoc typedefs.Thom Johansen2-28/+11
2006-03-22Fixed ADPCM support. 3 bit ADPCMs do not work, but those didn't seem toThom Johansen1-7/+8
2006-03-22Fix remaining warnings in 64bit simulator buildsJens Arnold3-3/+3
2006-03-22Small changes to Xobox to make it playable on grayscale targets with slow scr...Martin Arver1-2/+5
2006-03-22Use size-correct casts. Fixes some AMD64 sim warnings.Thom Johansen2-3/+3
2006-03-22Quick fix for voice UI on iPods. Proper fix (which does not impactThom Johansen1-0/+4
2006-03-22Whoops, the Archos Player/Studio doesn't have the ability to change pitch..Zakk Roberts2-0/+4
2006-03-22Pitch screen now accessible from the WPS context menu for all targets. This m...Zakk Roberts3-32/+46
2006-03-22Fix stack overflow bug for realAdam Boot1-81/+146
2006-03-21Enabled channel configuration and stereo width option on software codecThom Johansen4-0/+90