summaryrefslogtreecommitdiff
path: root/tools (follow)
Commit message (Collapse)AuthorAge
...
* slight change in the bad CRC returned, to make rundb code handle it better.Michiel Van Der Kolk2005-09-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7463 a1c6a512-1295-4272-9138-f99709370657
* for strange reason Rombox was disabled on the FM recorder buildJörg Hohensohn2005-08-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7436 a1c6a512-1295-4272-9138-f99709370657
* Moved the declaration of the ofr variableLinus Nielsen Feltzing2005-08-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7435 a1c6a512-1295-4272-9138-f99709370657
* Fixed broken sim buildsLinus Nielsen Feltzing2005-08-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7432 a1c6a512-1295-4272-9138-f99709370657
* Archos: Fixed broken debug buildsLinus Nielsen Feltzing2005-08-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7430 a1c6a512-1295-4272-9138-f99709370657
* patch #1267220 by Frank - phaedrus961Daniel Stenberg2005-08-23
| | | | | | | | | | 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
* --nocrc to disable CRC checksumsDaniel Stenberg2005-08-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7378 a1c6a512-1295-4272-9138-f99709370657
* Help text added for --help. Confusion about the --dirisalbum andDaniel Stenberg2005-08-21
| | | | | | | --dirisalbumname options. What do they actually do? git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7377 a1c6a512-1295-4272-9138-f99709370657
* Fixed title extracting for Ogg files. Fixed suggested by 'cosmocat' in theDaniel Stenberg2005-08-21
| | | | | | | Misticriver forum. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7375 a1c6a512-1295-4272-9138-f99709370657
* prevent an empty "codecs" directory for models without software codecsDaniel Stenberg2005-08-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7307 a1c6a512-1295-4272-9138-f99709370657
* convbdf: fixed a problem with 16 pixel wide characters. It now also refuses ↵Linus Nielsen Feltzing2005-08-09
| | | | | | 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
* don't assume ../firmware, use the passed in dir pathDaniel Stenberg2005-08-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7282 a1c6a512-1295-4272-9138-f99709370657
* Increased maximum file size for models with LCD height larger than 64 toDaniel Stenberg2005-08-03
| | | | | | | | 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
* fixed comment in generated header fileDaniel Stenberg2005-07-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7273 a1c6a512-1295-4272-9138-f99709370657
* typo, pointed out by Dave WiardDaniel Stenberg2005-07-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7257 a1c6a512-1295-4272-9138-f99709370657
* bmp2rb: Prepared for future colour bitmap support. The tool reads all BMPs ↵Jens Arnold2005-07-28
| | | | | | 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
* New MD5 sums for bootloader v5Linus Nielsen Feltzing2005-07-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7221 a1c6a512-1295-4272-9138-f99709370657
* Added version number to the fwpatcher buildLinus Nielsen Feltzing2005-07-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7220 a1c6a512-1295-4272-9138-f99709370657
* mention when the PCM playback is enabled in the simDaniel Stenberg2005-07-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7166 a1c6a512-1295-4272-9138-f99709370657
* added option to build for iAudio X5Daniel Stenberg2005-07-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7165 a1c6a512-1295-4272-9138-f99709370657
* check for/use sys/soundcard.h instead (since it works for cygwin too)Daniel Stenberg2005-07-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7162 a1c6a512-1295-4272-9138-f99709370657
* iAudio: will also work on machines where a byte does not have 8 bitsChristian Gmeiner2005-07-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7161 a1c6a512-1295-4272-9138-f99709370657
* iAudio: first version of a tool to update fw checksumChristian Gmeiner2005-07-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7156 a1c6a512-1295-4272-9138-f99709370657
* New MD5 sums for bootloader v4Linus Nielsen Feltzing2005-07-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7154 a1c6a512-1295-4272-9138-f99709370657
* songdb.pl doesn't crash when trying to parse Ogg FLAC or Ogg Speex files now.Ryan Jackson2005-07-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7150 a1c6a512-1295-4272-9138-f99709370657
* First take at PCM playback in the X11 sim on Linux.Daniel Stenberg2005-07-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7147 a1c6a512-1295-4272-9138-f99709370657
* songdb.pl now calculates the checksum for Ogg Vorbis files by starting at ↵Ryan Jackson2005-07-12
| | | | | | the first page of audio data git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7124 a1c6a512-1295-4272-9138-f99709370657
* use find's -exec instead of xargs to copy files, in an attempt to work betterDaniel Stenberg2005-07-12
| | | | | | | on Mac OS X git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7122 a1c6a512-1295-4272-9138-f99709370657
* Adapted fwpatcher to patch both H110/H115 and H120/H140 firmwares. Unpatched ↵Jens Arnold2005-07-09
| | | | | | 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
* Wrong appsdir for the H120 boot loaderLinus Nielsen Feltzing2005-07-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7081 a1c6a512-1295-4272-9138-f99709370657
* i wasn't fully awake o.oMichiel Van Der Kolk2005-07-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7080 a1c6a512-1295-4272-9138-f99709370657
* Proper sorting, explanation of the extra field.Michiel Van Der Kolk2005-07-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7079 a1c6a512-1295-4272-9138-f99709370657
* for oggs, we do a lame crc from index 0 to make the rundb work better (but thisDaniel Stenberg2005-07-08
| | | | | | | _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
* attempt to set a variable based on the Revision variable set by CVSDaniel Stenberg2005-07-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7065 a1c6a512-1295-4272-9138-f99709370657
* Renamed the iriver h120 defines and configs to "h120"! Added initial supportDaniel Stenberg2005-07-08
| | | | | | | | | for the h100 series. Please re-run configure. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7062 a1c6a512-1295-4272-9138-f99709370657
* Heavily extended bmp2rb conversion tool: Handles 4, 16, 24 and 32 bit BMPs ↵Jens Arnold2005-07-07
| | | | | | 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
* When building with gcc 4.0, we use -Wno-pointer-sign to reduce the amount ofDaniel Stenberg2005-07-07
| | | | | | | 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
* Added CRC32 of the compressed song data, since that is what the format wants.Daniel Stenberg2005-07-05
| | | | | | | | 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
* Copy the right files to .rockbox/rocks. Only tested on Cygwin though...Magnus Holmgren2005-07-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7031 a1c6a512-1295-4272-9138-f99709370657
* First runtime database support, self repairing, only playcount works for now,Michiel Van Der Kolk2005-07-01
| | | | | | | 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
* set right type in binary for h300 buildsDaniel Stenberg2005-07-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6961 a1c6a512-1295-4272-9138-f99709370657
* runtime database support for the tester..Michiel Van Der Kolk2005-06-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6955 a1c6a512-1295-4272-9138-f99709370657
* Now checks that sed works right before the Makefile for a simulator is created,Daniel Stenberg2005-06-30
| | | | | | | | 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
* moved and renamed the codecs, gave the codecs a new extension (.codec),Daniel Stenberg2005-06-22
| | | | | | | | 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
* Should work on Windows 95/98/ME as well nowJonas Häggqvist2005-06-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6800 a1c6a512-1295-4272-9138-f99709370657
* "Bootbox" is a minimalistic rescue firmware for Archos models. Not working ↵Jörg Hohensohn2005-06-21
| | | | | | yet (Rolo problems). Created by configure script as bootloader. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6786 a1c6a512-1295-4272-9138-f99709370657
* options for the H300 seriesDaniel Stenberg2005-06-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6717 a1c6a512-1295-4272-9138-f99709370657
* Command line support for fwpatcher by Dave Hooper.Thom Johansen2005-06-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6684 a1c6a512-1295-4272-9138-f99709370657
* Now removes the old .zip file before building the new oneLinus Nielsen Feltzing2005-06-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6631 a1c6a512-1295-4272-9138-f99709370657
* Moved the Sokoban levels to .rockbox/rocksLinus Nielsen Feltzing2005-06-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6630 a1c6a512-1295-4272-9138-f99709370657