summaryrefslogtreecommitdiffstats
path: root/uisimulator
AgeCommit message (Expand)AuthorFilesLines
2002-05-27files included in releaseDaniel Stenberg1-0/+7
2002-05-27stop the compiler bitchingRobert Hak2-140/+131
2002-05-27build sound_menu, add mpeg.o to simulat the target mpeg_* functionsDaniel Stenberg1-3/+6
2002-05-27simulate the mpeg functions to make the sim buildDaniel Stenberg1-0/+33
2002-05-27make yield() simply do a short sleep when simulatedDaniel Stenberg1-0/+2
2002-05-24added reference to location of mpeg_play.h for includesRobert Hak1-1/+5
2002-05-21Added player MENU and ON keysBjörn Stenberg1-0/+6
2002-05-21app.c removed, main_menu.c introducedBjörn Stenberg1-3/+9
2002-05-18added credits.cRobert Hak1-2/+5
2002-05-18I got tired of shifting this file around, and it belongs with the archosRobert Hak1-0/+0
2002-05-17removed -DLITTLE_ENDIAN for Linux - it is defined by stdlib.hDave Chapman1-1/+1
2002-05-17Some files movedBjörn Stenberg1-5/+6
2002-05-17Added lcd_update() to player lcd_puts()Björn Stenberg1-5/+6
2002-05-17made both recorder and player builds work againDaniel Stenberg1-8/+10
2002-05-17code meant to be used in target builds are now in ../appsDaniel Stenberg9-1531/+0
2002-05-16Moved play.* to apps/Björn Stenberg2-122/+0
2002-05-16Added support for player keypadBjörn Stenberg2-4/+9
2002-05-16support little endian tooDaniel Stenberg1-1/+6
2002-05-16set endian style, default target endian is BIG ENDIANDaniel Stenberg1-2/+7
2002-05-16display logo if presentDaniel Stenberg1-1/+47
2002-05-16Moved tree.? to apps moduleBjörn Stenberg2-319/+0
2002-05-16close the file too properlyDaniel Stenberg1-0/+8
2002-05-16this works with an 8bit indexed uncompressed BMPDaniel Stenberg1-6/+11
2002-05-15removed unused functionDave Chapman1-48/+0
2002-05-15fixed dithering bugDave Chapman1-1/+1
2002-05-15added playback simulator if /dev/dsp is unavailableDave Chapman2-21/+43
2002-05-14initial versionChristian Flaz1-0/+81
2002-05-14initial BMP image reader attempt, does not work yetDaniel Stenberg1-0/+566
2002-05-13Added \n to debugf()Björn Stenberg1-1/+19
2002-05-13Added dir position memoryBjörn Stenberg1-4/+14
2002-05-13Bool changeBjörn Stenberg1-1/+1
2002-05-13Changing to C99 'bool'Björn Stenberg8-39/+31
2002-05-12enable mpeg playing by default under LinuxDave Chapman1-0/+1
2002-05-12moved sound interface to common directoryDave Chapman4-3/+18
2002-05-12remember previous menu position when returningDave Chapman3-3/+8
2002-05-12removed reference to x11_openDave Chapman1-1/+1
2002-05-12moved mpeg decoder to commonDave Chapman4-1/+4
2002-05-12abstracted the sound output interfaceDave Chapman4-39/+105
2002-05-12describe purpose of common directoryDave Chapman1-0/+13
2002-05-12use internal copy of libmadDave Chapman1-5/+44
2002-05-12libmad version 0.14.2bDave Chapman30-0/+20916
2002-05-12removed unused function and re-enabled button checkDave Chapman1-7/+1
2002-05-12improved mpeg audio qualityDave Chapman1-5/+136
2002-05-10Removed testing debugf()Björn Stenberg1-1/+0
2002-05-10Adapted to changes in the lcd API.Björn Stenberg8-252/+294
2002-05-10added reference to new icon for directoriesRobert Hak1-1/+1
2002-05-10Added new icons form the Recorder simRobert Hak2-2/+22
2002-05-10x11_opendir() now fails properly in case the dir doesn't existDaniel Stenberg1-6/+12
2002-05-10added x,y to BUTTON PRESSED event messageDave Chapman1-1/+1
2002-05-09first attempt at mp3 playback in x11 simulator using libmadDave Chapman4-1/+272