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