summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-02-16Add flac2wav decoder - hardcoded output is /flactest.wavDave Chapman
2005-02-16Preserve the longname extension as much as possible for shortname creation. R...Jens Arnold
2005-02-16Add libFLAC to the build systemDave Chapman
2005-02-16Fix some compiler warningsDave Chapman
2005-02-16Remove an internal FLAC debug function that uses FILE*Dave Chapman
2005-02-16Do not build on simulator or non-software codecs targetsDave Chapman
2005-02-16Initial import of libFLAC from flac-1.1.2.tar.gzDave Chapman
2005-02-16Move contents of plugins/xxx2wav.h into the plugin libraryDave Chapman
2005-02-16Code cleanup and change to use contents of xxx2wav.h (still more work to do)Dave Chapman
2005-02-16More code cleanupsDave Chapman
2005-02-16Start to clean up a52towav.c and move common xxx2wav code into xxx2wav.hDave Chapman
2005-02-16Added codecs/Makefile and codecs/liba52/*Dave Chapman
2005-02-16Initial version of a52towav test viewer plugin for liba52 - output is hardcod...Dave Chapman
2005-02-16Add liba52 to the codec build.Dave Chapman
2005-02-16Trivial changes to avoid compiler warnings.Dave Chapman
2005-02-16Correct typo - liba52 is in apps/codecs, not apps/pluginsDave Chapman
2005-02-16Turn off the RTC alarm if it's gone off. Best not to have alarm events unles...Christi Scarborough
2005-02-16IMDCT lookup tables are pre-generated in imdct_lookups.h and not calculated a...Dave Chapman
2005-02-16long policyJean-Philippe Bernardy
2005-02-16Initial import of the unmodified version of liba52-0.7.5-cvs, checked out of ...Dave Chapman
2005-02-16include libmad in the tarballDaniel Stenberg
2005-02-16Fixed check for software codec in SOURCES, and ifdefed the plugin itself.Jens Arnold
2005-02-16Solitaire adapted to iRiver, based on patch #1121520 by Jonas Haggqvist.Jens Arnold
2005-02-16Initial check-in of mpa2wav - a test "viewer" plugin for the iRiver to conver...Dave Chapman
2005-02-16Patch #1123576 by Jonas Haggqvist: pong adapted to variable screen resolution...Jens Arnold
2005-02-16Incorporate apps/codecs into the build system based on SOFTWARECODECS configu...Dave Chapman
2005-02-16Initial Makefile to build the codec codeDave Chapman
2005-02-16Start to add libmad to the build systemDave Chapman
2005-02-15split the LCD info in two linesDaniel Stenberg
2005-02-15Discard .eh_frame, otherwise the codec viewer plugins are about 800MB in size...Dave Chapman
2005-02-15Increase stack size to 32K on large memory devices (i.e. iRiver). CODEC stac...Dave Chapman
2005-02-15Very minor changes to remove compiler warnings (tested with gcc-3.4.2 under L...Dave Chapman
2005-02-15Comment out calls to sprintf in mad_timer_string() - sprintf doesn't exist in...Dave Chapman
2005-02-15Initial check-in - needed by various codec librariesDave Chapman
2005-02-15Initial check-in of unmodified libmad code (libmad-0.15.1b)Dave Chapman
2005-02-15Bugfix - check MEM not MEMORYSIZE when defining PLUGIN_BUFFER_SIZE in a C fileDave Chapman
2005-02-15properly include limits.h with angle bracketsJean-Philippe Bernardy
2005-02-15Increase PLUGINSIZE to 768k for devices with at least 32MB of RAM (currently ...Dave Chapman
2005-02-15better PLL support & slight fix (probably in keepalive handling)Jean-Philippe Bernardy
2005-02-15random longness fixesJean-Philippe Bernardy
2005-02-15memcmp() added to the plugin APIDaniel Stenberg
2005-02-15long policy fixJean-Philippe Bernardy
2005-02-15long policyJean-Philippe Bernardy
2005-02-15long policyJean-Philippe Bernardy
2005-02-15C89 fix: variables first then codeDaniel Stenberg
2005-02-15New plugin by Jonas Haggqvist: bouncing rockbox logo, screensaver style.Jens Arnold
2005-02-15Corrected iRiver featuresLinus Nielsen Feltzing
2005-02-14Some MMCs don't like reading their very last sector with the read_multiple_bl...Jens Arnold
2005-02-14Made the Coldfire registers volatile, rename PLLCONTROL to PLLCRLinus Nielsen Feltzing
2005-02-13Feature conditional compilation policyJean-Philippe Bernardy