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