Commit graph

429 commits

Author SHA1 Message Date
Linus Nielsen Feltzing
56fa2dafb0 Player and recorder use the same scrambler, and have the same size limits
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7520 a1c6a512-1295-4272-9138-f99709370657
2005-09-14 11:15:59 +00:00
Linus Nielsen Feltzing
7b86bade59 Handle the different max binary size limits for the Archos models
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7515 a1c6a512-1295-4272-9138-f99709370657
2005-09-14 07:48:45 +00:00
Daniel Stenberg
acabd28efc Removed the risk of getting a zero CRC for a valid file.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7503 a1c6a512-1295-4272-9138-f99709370657
2005-09-09 07:35:09 +00:00
Daniel Stenberg
cff7b0614b fixed the removal of the codec dir properly in case of no codecs available
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7481 a1c6a512-1295-4272-9138-f99709370657
2005-09-06 20:42:45 +00:00
Jens Arnold
b2964cad0c For targets without an RTC, use the rockbox build date as the start date in the FAT driver. No more 2003-08-01 files.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7478 a1c6a512-1295-4272-9138-f99709370657
2005-09-06 18:03:50 +00:00
Michiel Van Der Kolk
ff7f4e8942 slight change in the bad CRC returned, to make rundb code handle it better.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7463 a1c6a512-1295-4272-9138-f99709370657
2005-09-03 11:43:15 +00:00
Jörg Hohensohn
24f7c207a5 for strange reason Rombox was disabled on the FM recorder build
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7436 a1c6a512-1295-4272-9138-f99709370657
2005-08-31 21:39:54 +00:00
Linus Nielsen Feltzing
985ae73758 Moved the declaration of the ofr variable
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7435 a1c6a512-1295-4272-9138-f99709370657
2005-08-31 17:26:22 +00:00
Linus Nielsen Feltzing
dfb001560a Fixed broken sim builds
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7432 a1c6a512-1295-4272-9138-f99709370657
2005-08-30 21:21:06 +00:00
Linus Nielsen Feltzing
517b4b7c1e Archos: Fixed broken debug builds
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7430 a1c6a512-1295-4272-9138-f99709370657
2005-08-30 20:51:36 +00:00
Daniel Stenberg
2d2b1e7cd5 patch #1267220 by Frank - phaedrus961
Currently convbdf will sort the bits order in the order of the encoding when
creating the .c or .fnt file, but it doesn't update the offsets. This patch
makes sure the offsets are updated along with the bits, so that fonts with out
of order glyphs display properly.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7392 a1c6a512-1295-4272-9138-f99709370657
2005-08-23 21:38:26 +00:00
Daniel Stenberg
9757dc1bea --nocrc to disable CRC checksums
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7378 a1c6a512-1295-4272-9138-f99709370657
2005-08-21 22:20:57 +00:00
Daniel Stenberg
7bf97cf91f Help text added for --help. Confusion about the --dirisalbum and
--dirisalbumname options. What do they actually do?


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7377 a1c6a512-1295-4272-9138-f99709370657
2005-08-21 22:04:49 +00:00
Daniel Stenberg
c9caf9781b Fixed title extracting for Ogg files. Fixed suggested by 'cosmocat' in the
Misticriver forum.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7375 a1c6a512-1295-4272-9138-f99709370657
2005-08-21 20:53:34 +00:00
Daniel Stenberg
a52018c3a5 prevent an empty "codecs" directory for models without software codecs
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7307 a1c6a512-1295-4272-9138-f99709370657
2005-08-11 20:48:34 +00:00
Linus Nielsen Feltzing
5aeaed8aff convbdf: fixed a problem with 16 pixel wide characters. It now also refuses to convert fonts with >16 pixel characters, since it can't yet convert them correctly (bitmap_t is 16 bits wide).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7295 a1c6a512-1295-4272-9138-f99709370657
2005-08-09 23:05:35 +00:00
Daniel Stenberg
9990dec651 don't assume ../firmware, use the passed in dir path
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7282 a1c6a512-1295-4272-9138-f99709370657
2005-08-04 18:11:46 +00:00
Daniel Stenberg
0f820d6ed7 Increased maximum file size for models with LCD height larger than 64 to
10000 bytes. Also adjusted the buildzip script to dynamically figure out the
maximum buffer size for the particular build that the zip is made for.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7280 a1c6a512-1295-4272-9138-f99709370657
2005-08-03 21:31:51 +00:00
Daniel Stenberg
e7bd73f5dc fixed comment in generated header file
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7273 a1c6a512-1295-4272-9138-f99709370657
2005-07-31 21:58:49 +00:00
Daniel Stenberg
204ff7e473 typo, pointed out by Dave Wiard
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7257 a1c6a512-1295-4272-9138-f99709370657
2005-07-30 08:28:53 +00:00
Jens Arnold
6ae8104e84 bmp2rb: Prepared for future colour bitmap support. The tool reads all BMPs into an internal full-colour bitmap now, then converts to the various destination formats from that. Correct 16-bit BMP colour handling.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7251 a1c6a512-1295-4272-9138-f99709370657
2005-07-28 16:31:02 +00:00
Linus Nielsen Feltzing
6d7ddc0a1b New MD5 sums for bootloader v5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7221 a1c6a512-1295-4272-9138-f99709370657
2005-07-22 09:59:15 +00:00
Linus Nielsen Feltzing
ab540cc153 Added version number to the fwpatcher build
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7220 a1c6a512-1295-4272-9138-f99709370657
2005-07-22 09:58:47 +00:00
Daniel Stenberg
a777c65874 mention when the PCM playback is enabled in the sim
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7166 a1c6a512-1295-4272-9138-f99709370657
2005-07-15 21:33:11 +00:00
Daniel Stenberg
930dc60d41 added option to build for iAudio X5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7165 a1c6a512-1295-4272-9138-f99709370657
2005-07-15 21:24:10 +00:00
Daniel Stenberg
741a7158e2 check for/use sys/soundcard.h instead (since it works for cygwin too)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7162 a1c6a512-1295-4272-9138-f99709370657
2005-07-15 21:12:18 +00:00
Christian Gmeiner
51700bf75e iAudio: will also work on machines where a byte does not have 8 bits
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7161 a1c6a512-1295-4272-9138-f99709370657
2005-07-15 21:05:02 +00:00
Christian Gmeiner
bb0c7751f0 iAudio: first version of a tool to update fw checksum
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7156 a1c6a512-1295-4272-9138-f99709370657
2005-07-15 16:37:50 +00:00
Linus Nielsen Feltzing
e6b43771e9 New MD5 sums for bootloader v4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7154 a1c6a512-1295-4272-9138-f99709370657
2005-07-15 09:12:35 +00:00
Ryan Jackson
006f7045be songdb.pl doesn't crash when trying to parse Ogg FLAC or Ogg Speex files now.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7150 a1c6a512-1295-4272-9138-f99709370657
2005-07-15 06:44:41 +00:00
Daniel Stenberg
febb52fc03 First take at PCM playback in the X11 sim on Linux.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7147 a1c6a512-1295-4272-9138-f99709370657
2005-07-14 21:46:07 +00:00
Ryan Jackson
40a8401cd3 songdb.pl now calculates the checksum for Ogg Vorbis files by starting at the first page of audio data
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7124 a1c6a512-1295-4272-9138-f99709370657
2005-07-12 16:40:50 +00:00
Daniel Stenberg
25bb98d66a use find's -exec instead of xargs to copy files, in an attempt to work better
on Mac OS X


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7122 a1c6a512-1295-4272-9138-f99709370657
2005-07-12 11:11:50 +00:00
Jens Arnold
e51fc6d8da Adapted fwpatcher to patch both H110/H115 and H120/H140 firmwares. Unpatched firmwares are detected by md5sum, and the patched firmware's md5sum is compared to the matching entry, so it should be even more safe than before.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7086 a1c6a512-1295-4272-9138-f99709370657
2005-07-09 12:01:18 +00:00
Linus Nielsen Feltzing
f69c77933c Wrong appsdir for the H120 boot loader
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7081 a1c6a512-1295-4272-9138-f99709370657
2005-07-09 07:45:16 +00:00
Michiel Van Der Kolk
6fa590b0a7 i wasn't fully awake o.o
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7080 a1c6a512-1295-4272-9138-f99709370657
2005-07-08 22:56:36 +00:00
Michiel Van Der Kolk
233b782a85 Proper sorting, explanation of the extra field.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7079 a1c6a512-1295-4272-9138-f99709370657
2005-07-08 21:59:00 +00:00
Daniel Stenberg
c7430a7691 for oggs, we do a lame crc from index 0 to make the rundb work better (but this
_really_ should crc only the audio data and not the initial meta and tag data)


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7078 a1c6a512-1295-4272-9138-f99709370657
2005-07-08 21:25:15 +00:00
Daniel Stenberg
2af252d16c attempt to set a variable based on the Revision variable set by CVS
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7065 a1c6a512-1295-4272-9138-f99709370657
2005-07-08 10:19:02 +00:00
Daniel Stenberg
8493ccb285 Renamed the iriver h120 defines and configs to "h120"! Added initial support
for the h100 series.

Please re-run configure.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7062 a1c6a512-1295-4272-9138-f99709370657
2005-07-08 06:31:13 +00:00
Jens Arnold
c5e87ae1e0 Heavily extended bmp2rb conversion tool: Handles 4, 16, 24 and 32 bit BMPs in addition to 1 and 8 bit. Generates one of 3 output formats: (0) Archos recorder, Ondio, Gmini, H1x0 monochrome; this is the default. (1) Archos player graphics library. (2) H1x0 4-shade greyscale. Decision about the pixel value is based on the true pixel brightness, so hopefully no more inverted images.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7058 a1c6a512-1295-4272-9138-f99709370657
2005-07-07 22:32:42 +00:00
Daniel Stenberg
4e52b97c7a When building with gcc 4.0, we use -Wno-pointer-sign to reduce the amount of
warnings. I consider this a temporary "fix" that we should remove later on.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7051 a1c6a512-1295-4272-9138-f99709370657
2005-07-07 08:16:39 +00:00
Daniel Stenberg
5081182fe1 Added CRC32 of the compressed song data, since that is what the format wants.
This is only added for mp3 yet as I didn't figure out how to get the index
to the compressed vorbis off ogg files just yet.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7033 a1c6a512-1295-4272-9138-f99709370657
2005-07-05 22:02:59 +00:00
Magnus Holmgren
df384086f2 Copy the right files to .rockbox/rocks. Only tested on Cygwin though...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7031 a1c6a512-1295-4272-9138-f99709370657
2005-07-05 20:15:44 +00:00
Michiel Van Der Kolk
c735ed7914 First runtime database support, self repairing, only playcount works for now,
which is still rather crude; playcount gets increased even if the song started playback but was skipped... track rating should be trivial to add, autorating also works since its based on playcount.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6969 a1c6a512-1295-4272-9138-f99709370657
2005-07-01 17:29:44 +00:00
Daniel Stenberg
9a46adcc85 set right type in binary for h300 builds
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6961 a1c6a512-1295-4272-9138-f99709370657
2005-07-01 09:46:23 +00:00
Michiel Van Der Kolk
05c3cc2978 runtime database support for the tester..
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6955 a1c6a512-1295-4272-9138-f99709370657
2005-06-30 20:34:03 +00:00
Daniel Stenberg
069e2a5b8c Now checks that sed works right before the Makefile for a simulator is created,
since there are broken ones in use out there and they make bad Makefiles.
Details at: http://www.rockbox.org/twiki/bin/view/Main/BrokenSed


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6939 a1c6a512-1295-4272-9138-f99709370657
2005-06-30 08:13:36 +00:00
Daniel Stenberg
1dd672fe32 moved and renamed the codecs, gave the codecs a new extension (.codec),
unified to a single codec-only API, made a new codeclib, disabled the building
of the *2wav plugins


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6812 a1c6a512-1295-4272-9138-f99709370657
2005-06-22 19:41:30 +00:00
Jonas Häggqvist
2de7bca13b Should work on Windows 95/98/ME as well now
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6800 a1c6a512-1295-4272-9138-f99709370657
2005-06-22 10:47:50 +00:00
Jörg Hohensohn
9cfa47a226 "Bootbox" is a minimalistic rescue firmware for Archos models. Not working yet (Rolo problems). Created by configure script as bootloader.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6786 a1c6a512-1295-4272-9138-f99709370657
2005-06-21 00:11:14 +00:00
Daniel Stenberg
0482ff5b9d options for the H300 series
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6717 a1c6a512-1295-4272-9138-f99709370657
2005-06-15 11:27:37 +00:00
Thom Johansen
3c30ee51d8 Command line support for fwpatcher by Dave Hooper.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6684 a1c6a512-1295-4272-9138-f99709370657
2005-06-12 12:40:46 +00:00
Linus Nielsen Feltzing
b24549616b Now removes the old .zip file before building the new one
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6631 a1c6a512-1295-4272-9138-f99709370657
2005-06-09 06:50:52 +00:00
Linus Nielsen Feltzing
fd71c2ff87 Moved the Sokoban levels to .rockbox/rocks
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6630 a1c6a512-1295-4272-9138-f99709370657
2005-06-09 06:50:02 +00:00
Linus Nielsen Feltzing
7668bf78f2 Moved snake2.levels to .rockbox/rocks/
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6628 a1c6a512-1295-4272-9138-f99709370657
2005-06-09 06:14:04 +00:00
Tomas Salfischberger
e1b0427621 New dict2rdf script by Tony Motakis
Please test :) it should convert dict format dictionarys to rockboxformat.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6621 a1c6a512-1295-4272-9138-f99709370657
2005-06-08 21:01:26 +00:00
Linus Nielsen Feltzing
8ed869de4d make install now works correctly for the sims
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6613 a1c6a512-1295-4272-9138-f99709370657
2005-06-08 14:36:59 +00:00
Daniel Stenberg
4fb816df85 Initial Vorbis Comments support. We just need a few more translations and it
should work fine. I personally don't have much "tagged" Vorbis songs so I'm
not really the man to do this.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6592 a1c6a512-1295-4272-9138-f99709370657
2005-06-07 12:22:52 +00:00
Linus Nielsen Feltzing
1c497e6045 First audio codec playback attempt by Miikka Pekkarinen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6574 a1c6a512-1295-4272-9138-f99709370657
2005-06-05 23:05:10 +00:00
Tomas Salfischberger
08bccbfda7 Also replaced endian code, and packed the struct.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6571 a1c6a512-1295-4272-9138-f99709370657
2005-06-05 14:23:15 +00:00
Michiel Van Der Kolk
c9cc73ec19 moving to wiki...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6567 a1c6a512-1295-4272-9138-f99709370657
2005-06-04 19:15:53 +00:00
Michiel Van Der Kolk
05f3b7ecf4 Database v3 generator, in java. supports mp3,ogg,asf.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6566 a1c6a512-1295-4272-9138-f99709370657
2005-06-04 18:53:55 +00:00
Michiel Van Der Kolk
a5e9950354 that too..
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6565 a1c6a512-1295-4272-9138-f99709370657
2005-06-04 16:25:52 +00:00
Michiel Van Der Kolk
4b0823629a Database v3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6564 a1c6a512-1295-4272-9138-f99709370657
2005-06-04 16:25:17 +00:00
Linus Nielsen Feltzing
f0020905da Checksums for bootloader v2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6553 a1c6a512-1295-4272-9138-f99709370657
2005-06-02 22:35:50 +00:00
Daniel Stenberg
2196c8967c Use --ccache to enable ccache for builds
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6543 a1c6a512-1295-4272-9138-f99709370657
2005-06-01 11:42:51 +00:00
Daniel Stenberg
edc07922eb (Optional) logf support
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6538 a1c6a512-1295-4272-9138-f99709370657
2005-05-30 13:00:43 +00:00
Daniel Stenberg
4135046303 remove text saying there is a default platform
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6516 a1c6a512-1295-4272-9138-f99709370657
2005-05-24 09:19:44 +00:00
Daniel Stenberg
ed42300bff No longer select Archos Recorder as "default" target platform.
Made the simulator get built better by generating a better Makefile.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6509 a1c6a512-1295-4272-9138-f99709370657
2005-05-23 16:21:46 +00:00
Daniel Stenberg
5f935246be prevent config.h from being included, since config.h includes autoconf.h and
we have no autoconf.h in the tools dir!


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6508 a1c6a512-1295-4272-9138-f99709370657
2005-05-23 12:05:05 +00:00
Jonas Häggqvist
ae0abdc4d0 Check if the file could be modified, error if not.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6501 a1c6a512-1295-4272-9138-f99709370657
2005-05-21 13:50:14 +00:00
Daniel Stenberg
26924522c5 build a non-unicode version too
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6497 a1c6a512-1295-4272-9138-f99709370657
2005-05-20 21:42:59 +00:00
Jonas Häggqvist
714b3b3601 Checksums for rockboot version 1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6495 a1c6a512-1295-4272-9138-f99709370657
2005-05-20 21:28:46 +00:00
Daniel Stenberg
1b9ea4e19c Fixed bad dependency generation
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6490 a1c6a512-1295-4272-9138-f99709370657
2005-05-19 08:51:52 +00:00
Jonas Häggqvist
9a40b71a32 New checksum for fixed mkboot routine
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6465 a1c6a512-1295-4272-9138-f99709370657
2005-05-13 06:14:57 +00:00
Thom Johansen
61aa15969c Inserted Linus' mkboot.c fix.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6462 a1c6a512-1295-4272-9138-f99709370657
2005-05-12 23:11:07 +00:00
Linus Nielsen Feltzing
e72cb1527b Fixed the dreaded 1.65 bootloader incompatibility
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6461 a1c6a512-1295-4272-9138-f99709370657
2005-05-12 23:01:59 +00:00
Jonas Häggqvist
205c120672 New icon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6458 a1c6a512-1295-4272-9138-f99709370657
2005-05-12 13:21:28 +00:00
Jonas Häggqvist
97f784f804 file must match one checksum, not all of them :)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6457 a1c6a512-1295-4272-9138-f99709370657
2005-05-12 09:24:44 +00:00
Daniel Stenberg
57a09cdd74 produce a nicer root-level Makefile for the bootloader
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6423 a1c6a512-1295-4272-9138-f99709370657
2005-05-07 23:16:08 +00:00
Daniel Stenberg
b8a23f9e49 Fixed makefiles for autoconf.g include.
Fixed build output look in several Makefiles
Fixed code to include autoconf.h
Fixed code to use ROCKBOX_*_ENDIAN instead of previous attempts.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6421 a1c6a512-1295-4272-9138-f99709370657
2005-05-07 22:41:17 +00:00
Daniel Stenberg
d8ba266f4f set and export BUILDDIR, since several Makefiles changes OBJDIR the BUILDDIR
is now a better variable to use to identify the actual (root) build dir.
For autoconf.h inclusion etc.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6410 a1c6a512-1295-4272-9138-f99709370657
2005-05-07 00:04:23 +00:00
Tomas Salfischberger
6875417fe2 Changed Miika's open() and write() to fopen() and fwrite() the old way was causing some troubles with filepermissions. Please test on linux, and check if the file has normal permissions.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6401 a1c6a512-1295-4272-9138-f99709370657
2005-05-02 23:50:43 +00:00
Tomas Salfischberger
23028f579b Adapted Miika's tool to rockbox coding style *oops*
(And removed some tabs from my own last minute edits in dict.c)

Changed the place of endian conversion form the device to the convertor.
Should speed it up a little.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6397 a1c6a512-1295-4272-9138-f99709370657
2005-05-02 16:06:05 +00:00
Tomas Salfischberger
52abc68b11 Dictionary conversion tools.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6395 a1c6a512-1295-4272-9138-f99709370657
2005-05-02 15:05:07 +00:00
Jonas Häggqvist
8c4e2be480 Doubled-checked checksums and added more
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6369 a1c6a512-1295-4272-9138-f99709370657
2005-04-28 13:56:15 +00:00
Daniel Stenberg
9536efae4f fixed the removal of the endian test program to not fail on cygwin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6362 a1c6a512-1295-4272-9138-f99709370657
2005-04-26 22:56:53 +00:00
Daniel Stenberg
6c38d8513b First shot at autodetecting endianess, and storing the found results in the
brand new autoconf.h header file (not used anywhere yet - this is still a
test).


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6361 a1c6a512-1295-4272-9138-f99709370657
2005-04-26 22:41:48 +00:00
Daniel Stenberg
e4e3bce3b0 add fwpatcher files to source tarball
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6357 a1c6a512-1295-4272-9138-f99709370657
2005-04-26 08:11:43 +00:00
Daniel Stenberg
9213fb241b initial makefile, builds crosscompiled on Linux fine
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6353 a1c6a512-1295-4272-9138-f99709370657
2005-04-25 21:28:46 +00:00
Thom Johansen
e6b1c27d06 Broken icon.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6352 a1c6a512-1295-4272-9138-f99709370657
2005-04-25 21:20:08 +00:00
Thom Johansen
8e20f02da5 GUI firmware patcher for windows.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6351 a1c6a512-1295-4272-9138-f99709370657
2005-04-25 21:08:36 +00:00
Michiel Van Der Kolk
7254b9cc15 --add option, by request of amiconn.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6350 a1c6a512-1295-4272-9138-f99709370657
2005-04-25 20:42:45 +00:00
Michiel Van Der Kolk
143a8728bf Whoops. cleaned up some code leftovers
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6349 a1c6a512-1295-4272-9138-f99709370657
2005-04-25 19:19:25 +00:00
Michiel Van Der Kolk
73f247a9fd TagDatabase v2 tester, needs its internal defines to be set to the proper values for the specific database before usage.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6348 a1c6a512-1295-4272-9138-f99709370657
2005-04-25 18:31:28 +00:00
Michiel Van Der Kolk
d41d44f073 (Tag) Database v2. this fixes all bugs in the old songdb.pl, should react like
v1, except this has albums with multiple artists support. *prays nothing breaks*
:X


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6347 a1c6a512-1295-4272-9138-f99709370657
2005-04-25 18:19:59 +00:00
Michiel Van Der Kolk
11359df6ca Do not distinguish between case when sorting entries.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6339 a1c6a512-1295-4272-9138-f99709370657
2005-04-24 16:21:01 +00:00
Michiel Van Der Kolk
e327cc8be3 Fall back on "<no album tag>" if the file is in the root of the player and doesn't have an album tag...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6338 a1c6a512-1295-4272-9138-f99709370657
2005-04-24 15:00:15 +00:00
Michiel Van Der Kolk
50b656ff0c Fall back on directory name if no album tag, instead of <no album tag>.
Fall back on basename of the file if no title tag, instead of <no title tag>.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6337 a1c6a512-1295-4272-9138-f99709370657
2005-04-24 14:30:11 +00:00