Jens Arnold
|
6333f796d0
|
Shortnames must be uppercase...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5994 a1c6a512-1295-4272-9138-f99709370657
|
2005-02-16 22:21:45 +00:00 |
|
Linus Nielsen Feltzing
|
e52e3f713f
|
Correct size for the DCRx registers
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5993 a1c6a512-1295-4272-9138-f99709370657
|
2005-02-16 22:14:36 +00:00 |
|
Linus Nielsen Feltzing
|
b57fd974de
|
Correct size for the BCRx registers
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5992 a1c6a512-1295-4272-9138-f99709370657
|
2005-02-16 22:10:47 +00:00 |
|
Jens Arnold
|
f213afacbe
|
For shortname creation, replace most illegal characters by underscores 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
|
2005-02-16 21:56:20 +00:00 |
|
Dave Chapman
|
3eb45f9313
|
Added libFLAC
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5990 a1c6a512-1295-4272-9138-f99709370657
|
2005-02-16 21:46:21 +00:00 |
|
Dave Chapman
|
b64d95fe85
|
Add flac2wav decoder - hardcoded output is /flactest.wav
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5989 a1c6a512-1295-4272-9138-f99709370657
|
2005-02-16 21:43:57 +00:00 |
|
Jens Arnold
|
dbf7f51cf2
|
Preserve the longname extension as much as possible for shortname creation. 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
|
2005-02-16 20:45:56 +00:00 |
|
Dave Chapman
|
1c6b2513ea
|
Add libFLAC to the build system
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5987 a1c6a512-1295-4272-9138-f99709370657
|
2005-02-16 20:15:30 +00:00 |
|
Dave Chapman
|
f729fce058
|
Fix some compiler warnings
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5986 a1c6a512-1295-4272-9138-f99709370657
|
2005-02-16 20:13:12 +00:00 |
|
Dave Chapman
|
23b3a45acd
|
Remove an internal FLAC debug function that uses FILE*
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5985 a1c6a512-1295-4272-9138-f99709370657
|
2005-02-16 19:56:35 +00:00 |
|
Dave Chapman
|
3c166be0a4
|
Do not build on simulator or non-software codecs targets
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5984 a1c6a512-1295-4272-9138-f99709370657
|
2005-02-16 19:39:48 +00:00 |
|
Dave Chapman
|
aa97e4d498
|
Initial import of libFLAC from flac-1.1.2.tar.gz
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5983 a1c6a512-1295-4272-9138-f99709370657
|
2005-02-16 19:33:19 +00:00 |
|
Dave Chapman
|
9b32a1988f
|
Move contents of plugins/xxx2wav.h into the plugin library
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5982 a1c6a512-1295-4272-9138-f99709370657
|
2005-02-16 18:51:21 +00:00 |
|
Dave Chapman
|
711f763a12
|
Code cleanup and change to use contents of xxx2wav.h (still more work to do)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5981 a1c6a512-1295-4272-9138-f99709370657
|
2005-02-16 16:07:25 +00:00 |
|
Dave Chapman
|
a9b7109b67
|
More code cleanups
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5980 a1c6a512-1295-4272-9138-f99709370657
|
2005-02-16 16:06:06 +00:00 |
|
Dave Chapman
|
594b690af2
|
Start to clean up a52towav.c and move common xxx2wav code into xxx2wav.h
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5979 a1c6a512-1295-4272-9138-f99709370657
|
2005-02-16 15:13:39 +00:00 |
|
Dave Chapman
|
253094cb1f
|
Added codecs/Makefile and codecs/liba52/*
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5978 a1c6a512-1295-4272-9138-f99709370657
|
2005-02-16 13:24:05 +00:00 |
|
Dave Chapman
|
7b96e2daa6
|
Initial version of a52towav test viewer plugin for liba52 - output is 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
|
2005-02-16 12:56:00 +00:00 |
|
Dave Chapman
|
fd58842b29
|
Add liba52 to the codec build.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5976 a1c6a512-1295-4272-9138-f99709370657
|
2005-02-16 12:52:27 +00:00 |
|
Dave Chapman
|
9cba5b64dc
|
Trivial changes to avoid compiler warnings.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5975 a1c6a512-1295-4272-9138-f99709370657
|
2005-02-16 12:48:24 +00:00 |
|
Dave Chapman
|
562627c213
|
Correct typo - liba52 is in apps/codecs, not apps/plugins
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5974 a1c6a512-1295-4272-9138-f99709370657
|
2005-02-16 12:47:18 +00:00 |
|
Christi Scarborough
|
a38947114d
|
Turn off the RTC alarm if it's gone off. Best not to have alarm events unless the user has specifically asked for them.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5973 a1c6a512-1295-4272-9138-f99709370657
|
2005-02-16 12:18:16 +00:00 |
|
Dave Chapman
|
5f73673eeb
|
IMDCT lookup tables are pre-generated in imdct_lookups.h and not calculated 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
|
2005-02-16 11:16:34 +00:00 |
|
Jean-Philippe Bernardy
|
4ff0c8e4c8
|
long policy
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5971 a1c6a512-1295-4272-9138-f99709370657
|
2005-02-16 11:04:35 +00:00 |
|
Dave Chapman
|
3bd167771d
|
Initial import of the unmodified version of liba52-0.7.5-cvs, checked out of the Sourceforge CVS repository today.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5970 a1c6a512-1295-4272-9138-f99709370657
|
2005-02-16 11:02:11 +00:00 |
|
Daniel Stenberg
|
1f9610d43c
|
include libmad in the tarball
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5969 a1c6a512-1295-4272-9138-f99709370657
|
2005-02-16 09:41:22 +00:00 |
|
Jens Arnold
|
9edaf37042
|
Fixed check for software codec in SOURCES, and ifdefed the plugin itself.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5968 a1c6a512-1295-4272-9138-f99709370657
|
2005-02-16 02:08:17 +00:00 |
|
Jens Arnold
|
538e68059a
|
Solitaire adapted to iRiver, based on patch #1121520 by Jonas Haggqvist.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5967 a1c6a512-1295-4272-9138-f99709370657
|
2005-02-16 02:08:16 +00:00 |
|
Dave Chapman
|
02eaeafcb6
|
Initial check-in of mpa2wav - a test "viewer" plugin for the iRiver to 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
|
2005-02-16 01:38:22 +00:00 |
|
Jens Arnold
|
952d9d0fcf
|
Patch #1123576 by Jonas Haggqvist: pong adapted to variable screen resolution (iriver).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5965 a1c6a512-1295-4272-9138-f99709370657
|
2005-02-16 01:18:14 +00:00 |
|
Dave Chapman
|
5b2d874a36
|
Incorporate apps/codecs into the build system based on SOFTWARECODECS configuration variable
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5964 a1c6a512-1295-4272-9138-f99709370657
|
2005-02-16 00:38:31 +00:00 |
|
Dave Chapman
|
d97bd1e661
|
Initial Makefile to build the codec code
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5963 a1c6a512-1295-4272-9138-f99709370657
|
2005-02-16 00:25:25 +00:00 |
|
Dave Chapman
|
4601ce6bff
|
Start to add libmad to the build system
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5962 a1c6a512-1295-4272-9138-f99709370657
|
2005-02-16 00:13:36 +00:00 |
|
Daniel Stenberg
|
a6e607e788
|
split the LCD info in two lines
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5961 a1c6a512-1295-4272-9138-f99709370657
|
2005-02-15 22:33:45 +00:00 |
|
Dave Chapman
|
9d4a79b444
|
Discard .eh_frame, otherwise the codec viewer plugins are about 800MB in 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
|
2005-02-15 22:25:53 +00:00 |
|
Dave Chapman
|
b9ea50796d
|
Increase stack size to 32K on large memory devices (i.e. iRiver). CODEC 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
|
2005-02-15 22:16:47 +00:00 |
|
Dave Chapman
|
1ec83e2069
|
Very minor changes to remove compiler warnings (tested with gcc-3.4.2 under Linux)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5958 a1c6a512-1295-4272-9138-f99709370657
|
2005-02-15 20:23:10 +00:00 |
|
Dave Chapman
|
f59bfba605
|
Comment out calls to sprintf in mad_timer_string() - sprintf doesn't exist in Rockbox and we probably won't use mad_time_string() anyway.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5957 a1c6a512-1295-4272-9138-f99709370657
|
2005-02-15 20:21:40 +00:00 |
|
Dave Chapman
|
de3d58c4dc
|
Initial check-in - needed by various codec libraries
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5956 a1c6a512-1295-4272-9138-f99709370657
|
2005-02-15 19:45:38 +00:00 |
|
Dave Chapman
|
98c4f65f3a
|
Initial check-in of unmodified libmad code (libmad-0.15.1b)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5955 a1c6a512-1295-4272-9138-f99709370657
|
2005-02-15 18:29:42 +00:00 |
|
Dave Chapman
|
6416099f3f
|
Bugfix - check MEM not MEMORYSIZE when defining PLUGIN_BUFFER_SIZE in a C file
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5954 a1c6a512-1295-4272-9138-f99709370657
|
2005-02-15 17:50:02 +00:00 |
|
Jean-Philippe Bernardy
|
00cf0dab45
|
properly include limits.h with angle brackets
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5953 a1c6a512-1295-4272-9138-f99709370657
|
2005-02-15 15:30:19 +00:00 |
|
Dave Chapman
|
e452383359
|
Increase PLUGINSIZE to 768k for devices with at least 32MB of RAM (currently only iRiver).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5952 a1c6a512-1295-4272-9138-f99709370657
|
2005-02-15 14:00:37 +00:00 |
|
Jean-Philippe Bernardy
|
a11bb63d1e
|
better PLL support & slight fix (probably in keepalive handling)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5951 a1c6a512-1295-4272-9138-f99709370657
|
2005-02-15 14:00:21 +00:00 |
|
Jean-Philippe Bernardy
|
effb196053
|
random longness fixes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5950 a1c6a512-1295-4272-9138-f99709370657
|
2005-02-15 13:28:39 +00:00 |
|
Daniel Stenberg
|
aac6e7d24e
|
memcmp() added to the plugin API
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5949 a1c6a512-1295-4272-9138-f99709370657
|
2005-02-15 13:03:29 +00:00 |
|
Jean-Philippe Bernardy
|
81395dbb7d
|
long policy fix
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5948 a1c6a512-1295-4272-9138-f99709370657
|
2005-02-15 12:24:24 +00:00 |
|
Jean-Philippe Bernardy
|
fe06a23699
|
long policy
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5947 a1c6a512-1295-4272-9138-f99709370657
|
2005-02-15 11:49:15 +00:00 |
|
Jean-Philippe Bernardy
|
a161ef490f
|
long policy
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5946 a1c6a512-1295-4272-9138-f99709370657
|
2005-02-15 11:13:00 +00:00 |
|
Daniel Stenberg
|
74f941e75c
|
C89 fix: variables first then code
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5945 a1c6a512-1295-4272-9138-f99709370657
|
2005-02-15 09:27:23 +00:00 |
|