summaryrefslogtreecommitdiff
path: root/apps/plugins/lib
AgeCommit message (Expand)Author
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
2004-05-19First real library version of the grayscale frameworkJens Arnold
2004-05-19o killed trailing whitespaceDaniel Stenberg
2004-05-19grayscale framework headerDaniel Stenberg
2004-05-19moved Jens Arnold's grayscale frame work source file to the plugin libraryDaniel Stenberg
2004-05-18Further adjustments for the plugin libraryLinus Nielsen Feltzing
2004-05-18This makefile builds one single libplugin.a library by linking togetherDaniel Stenberg