summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2005-07-21Add missing Makefile modification for sound in the Win32 simulator.Magnus Holmgren1-0/+1
2005-07-20Fixed the backwards skipping.Miika Pekkarinen1-1/+1
2005-07-20Implemented mp3_pause_done() for software codecs to make wps correctlyMiika Pekkarinen1-0/+5
2005-07-19No longer crashes when resuming or on shutdown in car adapter modeRyan Jackson1-4/+0
2005-07-19Fixed track changing problems.Miika Pekkarinen2-25/+21
2005-07-19Sokoban: Use greyscale for walls, proper scaling of the player graphic, show ...Jens Arnold1-11/+42
2005-07-19Ooops.Jens Arnold1-2/+2
2005-07-19Use greyscale graphics in minesweeper.Jens Arnold1-0/+21
2005-07-19More preparations and conversions for colour LCD support.Jens Arnold5-9/+35
2005-07-19Renamed MAX_LEVEL to LCD_MAX_LEVEL to match the naming scheme. Preparations f...Jens Arnold4-6/+6
2005-07-18iriver debug menu: S/PDIF analyzerLinus Nielsen Feltzing1-0/+163
2005-07-18oops... should compile without warnings nowChristian Gmeiner13-18/+18
2005-07-18Added CPU_COLDFIRE define - one step closer to iAudio-portChristian Gmeiner18-31/+31
2005-07-18Track count is now correct.Miika Pekkarinen1-1/+3
2005-07-17Fixed a problem that caused codec switching to fail on certain rareMiika Pekkarinen1-5/+12
2005-07-17Initial attempt to support peak meter on iriver. It still has someMiika Pekkarinen1-7/+9
2005-07-17Fixed the gapless playback.Miika Pekkarinen1-6/+11
2005-07-17Bring back missing information (path, frequency) in the ID3 information screen.Magnus Holmgren1-1/+1
2005-07-17Empty line removed.Mats Lidell1-1/+0
2005-07-17Synced.Mats Lidell1-10/+70
2005-07-16added codecs/lib/SOURCES, as mentioned by Antonius HellmannDaniel Stenberg1-0/+1
2005-07-16Restructured DSP code for readability and speed. Simplified the API.Magnus Holmgren3-397/+478
2005-07-16Synced.Jens Arnold1-1/+13
2005-07-16Removed the bogus debugf.Miika Pekkarinen1-1/+0
2005-07-16Correctly read the next track metadata information. Don't crash ifMiika Pekkarinen3-15/+27
2005-07-16DSP settings are properly reset when changing between tracks with different s...Ryan Jackson1-0/+1
2005-07-15Added another call to mcf5249_init_mac in ov_pcm_seek, just in case. Fixed t...Ryan Jackson2-32/+13
2005-07-15Revert back the previous commit, there are some problems with id3Miika Pekkarinen1-2/+2
2005-07-15Don't read metadata twice.Miika Pekkarinen1-1/+1
2005-07-15missing SOURCES addedDaniel Stenberg1-0/+1
2005-07-15Don't hang when trying to stop paused playback.Miika Pekkarinen1-1/+1
2005-07-15Removed calls to mcf5249_init_mac() from asm_mcf5249.h, added call for it to ...Ryan Jackson2-10/+4
2005-07-15Fixed a problem that caused playback to stutter when changing tracksMiika Pekkarinen2-12/+13
2005-07-15Fixed a problem that cpu boost didn't always reset when stopping theMiika Pekkarinen2-3/+8
2005-07-15Enable crossfade for simulator.Miika Pekkarinen2-3/+2
2005-07-15Changed assembly optimizations to re-init the MAC each time they're called. F...Ryan Jackson2-4/+13
2005-07-14make pcmbuf_init() an empty macro on targets with HW codecDaniel Stenberg1-1/+3
2005-07-14use the $(SILENT) thingDaniel Stenberg1-1/+1
2005-07-14Call pcmbuf_init() on simulator too.Miika Pekkarinen1-0/+1
2005-07-14Optimised placement of lcd_set_drawmode() - the whole plugin uses DRMODE_FG. ...Jens Arnold1-5/+6
2005-07-14Reset all graphics defaults after returning from plugin.Jens Arnold1-0/+4
2005-07-14fixed the right-end too, added more letters on the big screens and addedDaniel Stenberg1-3/+12
2005-07-14The scroll mode now takes advantage of the clipping support in the newDaniel Stenberg1-3/+7
2005-07-14Removed unnecessary code that also caused playback glitches when changing tracksRyan Jackson1-12/+5
2005-07-13Cube.rock extensions: (1) New mode for all platforms - hidden line. (2) Abili...Jens Arnold1-168/+226
2005-07-13Fixed the errors.Miika Pekkarinen1-0/+1
2005-07-13Removed an unnecessary logf call.Miika Pekkarinen1-1/+0
2005-07-13Separated buffering stuff from pcm_playback to pcmbuf. Renamed someMiika Pekkarinen16-143/+663
2005-07-13Removed a heapload of TABs.Jens Arnold1-38/+38
2005-07-12Cube.rock extension and rework: (1) Solid 4-greylevel mode on iriver H1xx. (2...Jens Arnold1-55/+143