summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* make the proto match the one used in rockboxDaniel Stenberg2005-02-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6008 a1c6a512-1295-4272-9138-f99709370657
* charcell code only on charcell simsDaniel Stenberg2005-02-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6007 a1c6a512-1295-4272-9138-f99709370657
* simulator prototype for exit()Daniel Stenberg2005-02-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6006 a1c6a512-1295-4272-9138-f99709370657
* add a fprintf() for the sims tooDaniel Stenberg2005-02-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6005 a1c6a512-1295-4272-9138-f99709370657
* localtime() proto for simsDaniel Stenberg2005-02-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6004 a1c6a512-1295-4272-9138-f99709370657
* use CFLAGS and the codeclibs when linking .rocks on x11 simDaniel Stenberg2005-02-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6003 a1c6a512-1295-4272-9138-f99709370657
* only use hwcompat.c for real targetsDaniel Stenberg2005-02-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6002 a1c6a512-1295-4272-9138-f99709370657
* Unified build system to use SOURCES for sim builds too, a single Makefile-lookDaniel Stenberg2005-02-18
| | | | | | | | made by configure and various related adjustments. This has not yet been tested on cygwin. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6001 a1c6a512-1295-4272-9138-f99709370657
* Call button_clear_queue() before we start decoding - otherwise "open with" ↵Dave Chapman2005-02-18
| | | | | | exited immediately git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6000 a1c6a512-1295-4272-9138-f99709370657
* More aggressive inlining for libFLACLinus Nielsen Feltzing2005-02-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5999 a1c6a512-1295-4272-9138-f99709370657
* tremor.a -> libTremor.aMarcoen Hirschberg2005-02-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5998 a1c6a512-1295-4272-9138-f99709370657
* Tremor does not encodeMarcoen Hirschberg2005-02-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5997 a1c6a512-1295-4272-9138-f99709370657
* Initial commit of the the Ogg Vorbis 'Tremor' integer playback codecMarcoen Hirschberg2005-02-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5996 a1c6a512-1295-4272-9138-f99709370657
* First versionDave Chapman2005-02-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5995 a1c6a512-1295-4272-9138-f99709370657
* Shortnames must be uppercase...Jens Arnold2005-02-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5994 a1c6a512-1295-4272-9138-f99709370657
* Correct size for the DCRx registersLinus Nielsen Feltzing2005-02-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5993 a1c6a512-1295-4272-9138-f99709370657
* Correct size for the BCRx registersLinus Nielsen Feltzing2005-02-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5992 a1c6a512-1295-4272-9138-f99709370657
* For shortname creation, replace most illegal characters by underscores ↵Jens Arnold2005-02-16
| | | | | | instead of removing them, thereby lowering the chance to create a blank (illegal) name. Spaces and control chars are still removed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5991 a1c6a512-1295-4272-9138-f99709370657
* Added libFLACDave Chapman2005-02-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5990 a1c6a512-1295-4272-9138-f99709370657
* Add flac2wav decoder - hardcoded output is /flactest.wavDave Chapman2005-02-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5989 a1c6a512-1295-4272-9138-f99709370657
* Preserve the longname extension as much as possible for shortname creation. ↵Jens Arnold2005-02-16
| | | | | | Randomise the last 4 chars of the name part instead, but only if there is a clash. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5988 a1c6a512-1295-4272-9138-f99709370657
* Add libFLAC to the build systemDave Chapman2005-02-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5987 a1c6a512-1295-4272-9138-f99709370657
* Fix some compiler warningsDave Chapman2005-02-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5986 a1c6a512-1295-4272-9138-f99709370657
* Remove an internal FLAC debug function that uses FILE*Dave Chapman2005-02-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5985 a1c6a512-1295-4272-9138-f99709370657
* Do not build on simulator or non-software codecs targetsDave Chapman2005-02-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5984 a1c6a512-1295-4272-9138-f99709370657
* Initial import of libFLAC from flac-1.1.2.tar.gzDave Chapman2005-02-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5983 a1c6a512-1295-4272-9138-f99709370657
* Move contents of plugins/xxx2wav.h into the plugin libraryDave Chapman2005-02-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5982 a1c6a512-1295-4272-9138-f99709370657
* Code cleanup and change to use contents of xxx2wav.h (still more work to do)Dave Chapman2005-02-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5981 a1c6a512-1295-4272-9138-f99709370657
* More code cleanupsDave Chapman2005-02-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5980 a1c6a512-1295-4272-9138-f99709370657
* Start to clean up a52towav.c and move common xxx2wav code into xxx2wav.hDave Chapman2005-02-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5979 a1c6a512-1295-4272-9138-f99709370657
* Added codecs/Makefile and codecs/liba52/*Dave Chapman2005-02-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5978 a1c6a512-1295-4272-9138-f99709370657
* Initial version of a52towav test viewer plugin for liba52 - output is ↵Dave Chapman2005-02-16
| | | | | | hardcoded to /ac3test.wav. CUrrently restricted to Stereo AC-3 files, but easy to fix for other types of files (e.g. 5.1) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5977 a1c6a512-1295-4272-9138-f99709370657
* Add liba52 to the codec build.Dave Chapman2005-02-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5976 a1c6a512-1295-4272-9138-f99709370657
* Trivial changes to avoid compiler warnings.Dave Chapman2005-02-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5975 a1c6a512-1295-4272-9138-f99709370657
* Correct typo - liba52 is in apps/codecs, not apps/pluginsDave Chapman2005-02-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5974 a1c6a512-1295-4272-9138-f99709370657
* Turn off the RTC alarm if it's gone off. Best not to have alarm events ↵Christi Scarborough2005-02-16
| | | | | | unless the user has specifically asked for them. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5973 a1c6a512-1295-4272-9138-f99709370657
* IMDCT lookup tables are pre-generated in imdct_lookups.h and not calculated ↵Dave Chapman2005-02-16
| | | | | | at run-time as part of the a52_init function - which is time-consuming and requires floating point and libm git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5972 a1c6a512-1295-4272-9138-f99709370657
* long policyJean-Philippe Bernardy2005-02-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5971 a1c6a512-1295-4272-9138-f99709370657
* Initial import of the unmodified version of liba52-0.7.5-cvs, checked out of ↵Dave Chapman2005-02-16
| | | | | | the Sourceforge CVS repository today. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5970 a1c6a512-1295-4272-9138-f99709370657
* include libmad in the tarballDaniel Stenberg2005-02-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5969 a1c6a512-1295-4272-9138-f99709370657
* Fixed check for software codec in SOURCES, and ifdefed the plugin itself.Jens Arnold2005-02-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5968 a1c6a512-1295-4272-9138-f99709370657
* Solitaire adapted to iRiver, based on patch #1121520 by Jonas Haggqvist.Jens Arnold2005-02-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5967 a1c6a512-1295-4272-9138-f99709370657
* Initial check-in of mpa2wav - a test "viewer" plugin for the iRiver to ↵Dave Chapman2005-02-16
| | | | | | convert an MPEG audio file (MP1/2/3) into a wav file (currently hard-coded to /libmadtest.wav git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5966 a1c6a512-1295-4272-9138-f99709370657
* Patch #1123576 by Jonas Haggqvist: pong adapted to variable screen ↵Jens Arnold2005-02-16
| | | | | | resolution (iriver). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5965 a1c6a512-1295-4272-9138-f99709370657
* Incorporate apps/codecs into the build system based on SOFTWARECODECS ↵Dave Chapman2005-02-16
| | | | | | configuration variable git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5964 a1c6a512-1295-4272-9138-f99709370657
* Initial Makefile to build the codec codeDave Chapman2005-02-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5963 a1c6a512-1295-4272-9138-f99709370657
* Start to add libmad to the build systemDave Chapman2005-02-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5962 a1c6a512-1295-4272-9138-f99709370657
* split the LCD info in two linesDaniel Stenberg2005-02-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5961 a1c6a512-1295-4272-9138-f99709370657
* Discard .eh_frame, otherwise the codec viewer plugins are about 800MB in ↵Dave Chapman2005-02-15
| | | | | | size. See http://www.rockbox.org/mail/archive/rockbox-archive-2004-07/0445.shtml git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5960 a1c6a512-1295-4272-9138-f99709370657
* Increase stack size to 32K on large memory devices (i.e. iRiver). CODEC ↵Dave Chapman2005-02-15
| | | | | | stack usage needs to be investigated, and then this can possibly be reduced git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5959 a1c6a512-1295-4272-9138-f99709370657