summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Collapse)AuthorFilesLines
2005-07-22New MD5 sums for bootloader v5Linus Nielsen Feltzing2-12/+12
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7221 a1c6a512-1295-4272-9138-f99709370657
2005-07-22Added version number to the fwpatcher buildLinus Nielsen Feltzing2-2/+8
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7220 a1c6a512-1295-4272-9138-f99709370657
2005-07-15mention when the PCM playback is enabled in the simDaniel Stenberg1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7166 a1c6a512-1295-4272-9138-f99709370657
2005-07-15added option to build for iAudio X5Daniel Stenberg1-3/+18
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7165 a1c6a512-1295-4272-9138-f99709370657
2005-07-15check for/use sys/soundcard.h instead (since it works for cygwin too)Daniel Stenberg1-7/+13
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7162 a1c6a512-1295-4272-9138-f99709370657
2005-07-15iAudio: will also work on machines where a byte does not have 8 bitsChristian Gmeiner1-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7161 a1c6a512-1295-4272-9138-f99709370657
2005-07-15iAudio: first version of a tool to update fw checksumChristian Gmeiner2-1/+111
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7156 a1c6a512-1295-4272-9138-f99709370657
2005-07-15New MD5 sums for bootloader v4Linus Nielsen Feltzing2-18/+24
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7154 a1c6a512-1295-4272-9138-f99709370657
2005-07-15 songdb.pl doesn't crash when trying to parse Ogg FLAC or Ogg Speex files now.Ryan Jackson1-5/+11
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7150 a1c6a512-1295-4272-9138-f99709370657
2005-07-14First take at PCM playback in the X11 sim on Linux.Daniel Stenberg1-1/+14
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7147 a1c6a512-1295-4272-9138-f99709370657
2005-07-12songdb.pl now calculates the checksum for Ogg Vorbis files by starting at ↵Ryan Jackson2-3/+59
the first page of audio data git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7124 a1c6a512-1295-4272-9138-f99709370657
2005-07-12use find's -exec instead of xargs to copy files, in an attempt to work betterDaniel Stenberg1-2/+5
on Mac OS X git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7122 a1c6a512-1295-4272-9138-f99709370657
2005-07-09Adapted fwpatcher to patch both H110/H115 and H120/H140 firmwares. Unpatched ↵Jens Arnold7-38/+121
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-09Wrong appsdir for the H120 boot loaderLinus Nielsen Feltzing1-9/+12
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7081 a1c6a512-1295-4272-9138-f99709370657
2005-07-08i wasn't fully awake o.oMichiel Van Der Kolk1-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7080 a1c6a512-1295-4272-9138-f99709370657
2005-07-08Proper sorting, explanation of the extra field.Michiel Van Der Kolk1-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7079 a1c6a512-1295-4272-9138-f99709370657
2005-07-08for oggs, we do a lame crc from index 0 to make the rundb work better (but thisDaniel Stenberg1-0/+3
_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-08attempt to set a variable based on the Revision variable set by CVSDaniel Stenberg1-0/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7065 a1c6a512-1295-4272-9138-f99709370657
2005-07-08Renamed the iriver h120 defines and configs to "h120"! Added initial supportDaniel Stenberg1-2/+17
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-07Heavily extended bmp2rb conversion tool: Handles 4, 16, 24 and 32 bit BMPs ↵Jens Arnold1-342/+429
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-07When building with gcc 4.0, we use -Wno-pointer-sign to reduce the amount ofDaniel Stenberg1-0/+7
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-05Added CRC32 of the compressed song data, since that is what the format wants.Daniel Stenberg1-222/+95
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-05Copy the right files to .rockbox/rocks. Only tested on Cygwin though...Magnus Holmgren1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7031 a1c6a512-1295-4272-9138-f99709370657
2005-07-01First runtime database support, self repairing, only playcount works for now,Michiel Van Der Kolk2-8/+9
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-01set right type in binary for h300 buildsDaniel Stenberg1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6961 a1c6a512-1295-4272-9138-f99709370657
2005-06-30runtime database support for the tester..Michiel Van Der Kolk1-10/+56
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6955 a1c6a512-1295-4272-9138-f99709370657
2005-06-30Now checks that sed works right before the Makefile for a simulator is created,Daniel Stenberg1-0/+12
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-22moved and renamed the codecs, gave the codecs a new extension (.codec),Daniel Stenberg1-1/+1
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-22Should work on Windows 95/98/ME as well nowJonas Häggqvist1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6800 a1c6a512-1295-4272-9138-f99709370657
2005-06-21"Bootbox" is a minimalistic rescue firmware for Archos models. Not working ↵Jörg Hohensohn1-6/+8
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-15options for the H300 seriesDaniel Stenberg1-10/+25
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6717 a1c6a512-1295-4272-9138-f99709370657
2005-06-12Command line support for fwpatcher by Dave Hooper.Thom Johansen1-0/+60
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6684 a1c6a512-1295-4272-9138-f99709370657
2005-06-09Now removes the old .zip file before building the new oneLinus Nielsen Feltzing1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6631 a1c6a512-1295-4272-9138-f99709370657
2005-06-09Moved the Sokoban levels to .rockbox/rocksLinus Nielsen Feltzing1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6630 a1c6a512-1295-4272-9138-f99709370657
2005-06-09Moved snake2.levels to .rockbox/rocks/Linus Nielsen Feltzing1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6628 a1c6a512-1295-4272-9138-f99709370657
2005-06-08New dict2rdf script by Tony MotakisTomas Salfischberger2-0/+84
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-08make install now works correctly for the simsLinus Nielsen Feltzing1-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6613 a1c6a512-1295-4272-9138-f99709370657
2005-06-07Initial Vorbis Comments support. We just need a few more translations and itDaniel Stenberg2-9/+722
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-05First audio codec playback attempt by Miikka PekkarinenLinus Nielsen Feltzing1-1/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6574 a1c6a512-1295-4272-9138-f99709370657
2005-06-05Also replaced endian code, and packed the struct.Tomas Salfischberger1-7/+19
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6571 a1c6a512-1295-4272-9138-f99709370657
2005-06-04moving to wiki...Michiel Van Der Kolk2-7/+7
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6567 a1c6a512-1295-4272-9138-f99709370657
2005-06-04Database v3 generator, in java. supports mp3,ogg,asf.Michiel Van Der Kolk1-0/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6566 a1c6a512-1295-4272-9138-f99709370657
2005-06-04that too..Michiel Van Der Kolk1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6565 a1c6a512-1295-4272-9138-f99709370657
2005-06-04Database v3Michiel Van Der Kolk1-1/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6564 a1c6a512-1295-4272-9138-f99709370657
2005-06-02Checksums for bootloader v2Linus Nielsen Feltzing1-6/+6
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6553 a1c6a512-1295-4272-9138-f99709370657
2005-06-01Use --ccache to enable ccache for buildsDaniel Stenberg1-0/+11
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6543 a1c6a512-1295-4272-9138-f99709370657
2005-05-30(Optional) logf supportDaniel Stenberg1-17/+62
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6538 a1c6a512-1295-4272-9138-f99709370657
2005-05-24remove text saying there is a default platformDaniel Stenberg1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6516 a1c6a512-1295-4272-9138-f99709370657
2005-05-23No longer select Archos Recorder as "default" target platform.Daniel Stenberg1-1/+16
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-23prevent config.h from being included, since config.h includes autoconf.h andDaniel Stenberg1-1/+1
we have no autoconf.h in the tools dir! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6508 a1c6a512-1295-4272-9138-f99709370657