summaryrefslogtreecommitdiff
path: root/apps/plugins/lib
AgeCommit message (Expand)Author
2005-04-05mp3buf renamed to audiobufLinus Nielsen Feltzing
2005-03-10Compile the simulators without special code & data sections. Fixes intermitte...Jens Arnold
2005-03-09Fixes for the codec test environment: (1) Long aligned codec_malloc(). (2) Up...Jens Arnold
2005-03-06Use the new generic SRC build "macro" in tools/makesrc.inc to process theDaniel Stenberg
2005-03-05Player graphics library: fixed and more robust bounds check, added bitmap dra...Jens Arnold
2005-02-28Get malloc() and friends out of the way for the cygwin linker (and maybe othe...Jens Arnold
2005-02-25Codec test plugins: use DEBUGF() instead of (not cleanly avaliable) printf().Jens Arnold
2005-02-24Grayscale lib: let the compiler decide when to save the pr register.Jens Arnold
2005-02-23Reduced the LCD updates to once per secondLinus Nielsen Feltzing
2005-02-22Build cleanup and general fixes. fprintf() is now fdprintf(), the separationDaniel Stenberg
2005-02-19First version of vorbis decoderDave Chapman
2005-02-18Build the codec plugins in the simulator - only tested for X11Dave Chapman
2005-02-18Unified build system to use SOURCES for sim builds too, a single Makefile-lookDaniel Stenberg
2005-02-16Add flac2wav decoder - hardcoded output is /flactest.wavDave Chapman
2005-02-16Do not build on simulator or non-software codecs targetsDave Chapman
2005-02-16Move contents of plugins/xxx2wav.h into the plugin libraryDave Chapman
2005-02-12Clip bottom & right when positioning the gfx display.Jens Arnold
2005-02-12Added clearpixel() and clearline().Jens Arnold
2005-02-11Split the display & update function in two, and added invertpixel(), invertli...Jens Arnold
2005-02-10Beginnings of a graphics library for the player LCD. So far the only drawing ...Jens Arnold
2005-02-04these only build/run on targets using the LCD_SSD1815 displayDaniel Stenberg
2005-02-04CFLAGS is set (target-specific) in the root makefile, don't fiddle with themDaniel Stenberg
2004-10-05only compile files that are relevantDaniel Stenberg
2004-10-04new SOURCES file that specifies which files to build in each dir, useDaniel Stenberg
2004-09-22adjusted to work better in the new conceptDaniel Stenberg
2004-09-22Rearranged makefiles again to move platform-specific stuff from the MakefilesDaniel Stenberg
2004-09-15Makefile Fix: plugin lib includes for OndioJens Arnold
2004-09-06rombox support: building and zipDaniel Stenberg
2004-08-27Fixed new font format: necessity of offset table generation, output of fonts ...Jens Arnold
2004-08-26Fixed pointer types & struct fontJens Arnold
2004-08-26New font format (already rotated) saves code, space and time. On the downside...Jörg Hohensohn
2004-08-03Const policed the grayscale lib & pluginJens Arnold
2004-07-23Removed the simulator build optionLinus Nielsen Feltzing
2004-07-22Now keeps integers within range, and saves a version number in the cfg file, ...Linus Nielsen Feltzing
2004-07-21New plugin library framework for loading and saving .cfg filesLinus Nielsen Feltzing
2004-07-08Added the apps/recorder dir to the include path for recorder buildsLinus Nielsen Feltzing
2004-07-06Added screen dump function to the grayscale libJens Arnold
2004-06-25added comments about default valuesJens Arnold
2004-06-25Save and restore pr register within _writearray() / _writeblock(). Cleaner co...Jens Arnold
2004-06-23Split grayscale library into several files to make up a real function library...Jens Arnold
2004-06-22Slight speedup for drawing 1-bit bitmaps with draw modes 0..2Jens Arnold
2004-06-20on request, set the SIMULATOR define when building for the simDaniel Stenberg
2004-06-15The plugin lib now works in the win32 simulatorLinus Nielsen Feltzing
2004-06-02Major rework of the grayscale framework:Jens Arnold
2004-05-21Fix: scrolling left/right with even pixel counts caused an address error if t...Jens Arnold
2004-05-20FIX: The previous update produced a buffer overflow, which broke e.g. the jpe...Jens Arnold
2004-05-20Missing function declarationJens Arnold
2004-05-20Font support, several speed and size tweaksJens Arnold
2004-05-19Removed duplicate grayscale frameworkJens Arnold
2004-05-19Added return parameter for space taken by grayscale buffer to gray_init_buffer()Jens Arnold