summaryrefslogtreecommitdiff
path: root/apps/plugins
AgeCommit message (Expand)Author
2005-07-02A couple of optimisations.Jens Arnold
2005-07-01First runtime database support, self repairing, only playcount works for now,Michiel Van Der Kolk
2005-07-01Use macros instead of multiple #ifdef to make the code more readable.Jens Arnold
2005-07-01Associated .nfo with the text viewerLinus Nielsen Feltzing
2005-06-30Player graphics library extended and converted to new api. Please note that t...Jens Arnold
2005-06-30vbrfix boosts the cpu frequencyLinus Nielsen Feltzing
2005-06-29No need to included unused data in the archos builds.Jens Arnold
2005-06-29Enabled sectioned compilation for the plugin library, and linking with garbag...Jens Arnold
2005-06-29Made it working again...Jens Arnold
2005-06-29removed old codec leftoversDaniel Stenberg
2005-06-29adjusted for the h300 to make it do similar as the h100Daniel Stenberg
2005-06-29fix to enable plugins to build fine for h300Daniel Stenberg
2005-06-29Hristo Kovachev's keypad fixes for the H300 buildDaniel Stenberg
2005-06-29Third part of graphics api rework. Some small but effective optimisations. Po...Jens Arnold
2005-06-28Second part of graphics api rework. Bitmap drawing and text output converted;...Jens Arnold
2005-06-28Request the audio buffer _before_ using any iram. By doing it in this order,Daniel Stenberg
2005-06-28Iriver: Fix codec <-> plugin start address clash, leading to crashes when try...Jens Arnold
2005-06-27I bet nobody enters more than 100 letters in search strings, and since thereDaniel Stenberg
2005-06-27Moved the codec and plugin buffer sizes to the config-*.h files instead ofDaniel Stenberg
2005-06-27Don't try to compile the grayscale lib for unsupported configurations, saves ...Jens Arnold
2005-06-26 * number of columns and rows can now be changed in menuAntoine Cellerier
2005-06-26 * use *rb->current_tick for srandAntoine Cellerier
2005-06-26 * fix some cursor bugs (patch 1222287)Antoine Cellerier
2005-06-24First part of graphics api rework. Special functions, parameter handling, pix...Jens Arnold
2005-06-24comment updatedJörg Hohensohn
2005-06-22increase codec buffer size to fit the mpc codec properly (NOTE: the codecDaniel Stenberg
2005-06-22moved and renamed the codecs, gave the codecs a new extension (.codec),Daniel Stenberg
2005-06-22Initial linear interpolating resampler. This resampler really needs to be rip...Thom Johansen
2005-06-22allow smaller .ucl, to test bootboxJörg Hohensohn
2005-06-22CODECS lists the codec plugins, so that the Makefile knows what ones toDaniel Stenberg
2005-06-22Daniel's fix that loads codecs in their own memory spaceLinus Nielsen Feltzing
2005-06-20Musepack files should play (poorly) now.Thom Johansen
2005-06-18First attempt at seeking in FLAC filesDave Chapman
2005-06-15The modifications are for all larger screensJonas Häggqvist
2005-06-14The synthVoice() function declaration was wrong (caused a warning). And becau...Tomas Salfischberger
2005-06-14Even more quiet audio initialization.Miika Pekkarinen
2005-06-13Increase FILEBUF_CHUNKSIZE to 128K - fixes pauses in high-bitrate AC3sDave Chapman
2005-06-13Configure CODEC_SET_FILEBUF_CHUNKSIZE - improves FLAC performanceDave Chapman
2005-06-13Forward seeking fixed. Some comments added.Miika Pekkarinen
2005-06-13Initial commit of actual WavPack codec... :)Dave Bryant
2005-06-13Initial pass at WavPack codec playback support (and my first commit...)Dave Bryant
2005-06-12First attempt at gapless MP3 support using LAME header info.Thom Johansen
2005-06-11Estimate (poorly) the duration of an Ogg track, and display elapsed time in WPSDave Chapman
2005-06-11Fixed MP3 forward seeking.Miika Pekkarinen
2005-06-11IRAM support for a52towav.Thom Johansen
2005-06-11Move another buffer into IRAMDave Chapman
2005-06-11Maybe (or maybe not) support downsampling multi-channel AC3 files. liba52 is...Dave Chapman
2005-06-11First version of Musepack playback (not working)Dave Chapman
2005-06-11First codeca52 (A52 aka AC3 playback) - it is already faster than realtime, w...Dave Chapman
2005-06-10Fixed wav playing problems.Miika Pekkarinen