summaryrefslogtreecommitdiff
path: root/apps/plugins/lib (follow)
Commit message (Expand)AuthorAge
* Profiling support, tools and documentation.Brandon Low2006-01-18
* Fixed comment.Jens Arnold2005-11-26
* Slight optimisation of gray_mono_bitmap_part() (only affects H1x0).Jens Arnold2005-11-25
* Changed the LCD_COLOR pixel value format to packed RGB (unsigned int). Now al...Jens Arnold2005-11-16
* Support for a colon-separated path in APPEXTRALinus Nielsen Feltzing2005-10-27
* H1x0: Slight optimisation of the grayscale library.Jens Arnold2005-10-20
* Fixed some misleading comments.Jens Arnold2005-10-10
* Grayscale lib on archos: Fixed bug introduced with the register usage change....Jens Arnold2005-10-03
* Coldfire: New timer handling on CPU frequency change, adjusting the prescaler...Jens Arnold2005-10-03
* Core: A graphics framework can now register a hook function to extend the cor...Jens Arnold2005-10-01
* H1x0: Changed lcd_blit() and the grayscale library to use the same internal f...Jens Arnold2005-09-30
* Grayscale lib: Moved the shift count doubling for unbuffered up/down scrollin...Jens Arnold2005-07-28
* Grayscale library: (1) Ported to iriver H1x0. Experiments have shown that the...Jens Arnold2005-07-27
* Moved implementation of user timer to the firmware layer, implemented it for ...Jens Arnold2005-07-26
* Complete rework of the grayscale library: (1) Implemented the new rockbox gra...Jens Arnold2005-07-25
* Beginnings of a library complementing the core LCD functions. First function:...Jens Arnold2005-07-12
* Adapted remote LCD driver and player graphics library to the new bitmap funct...Jens Arnold2005-07-07
* A couple of optimisations.Jens Arnold2005-07-02
* Player graphics library extended and converted to new api. Please note that t...Jens Arnold2005-06-30
* Enabled sectioned compilation for the plugin library, and linking with garbag...Jens Arnold2005-06-29
* removed old codec leftoversDaniel Stenberg2005-06-29
* Don't try to compile the grayscale lib for unsupported configurations, saves ...Jens Arnold2005-06-27
* moved and renamed the codecs, gave the codecs a new extension (.codec),Daniel Stenberg2005-06-22
* A new API for saving highscores in game pluginsLinus Nielsen Feltzing2005-06-08
* Killed a warningLinus Nielsen Feltzing2005-06-06
* First audio codec playback attempt by Miikka PekkarinenLinus Nielsen Feltzing2005-06-05
* 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