Age | Commit message (Expand) | Author | Files | Lines |
2005-09-21 | This commit was manufactured by cvs2svn to create tag 'v2_5'.v2.5-final | Björn Stenberg | 1 | -0/+6 |
2005-09-14 | Player and recorder use the same scrambler, and have the same size limits | Linus Nielsen Feltzing | 1 | -3/+1 |
2005-09-14 | Handle the different max binary size limits for the Archos models | Linus Nielsen Feltzing | 1 | -3/+32 |
2005-09-09 | Removed the risk of getting a zero CRC for a valid file. | Daniel Stenberg | 1 | -3/+9 |
2005-09-06 | fixed the removal of the codec dir properly in case of no codecs available | Daniel Stenberg | 1 | -2/+2 |
2005-09-06 | For targets without an RTC, use the rockbox build date as the start date in t... | Jens Arnold | 1 | -0/+1 |
2005-09-03 | slight change in the bad CRC returned, to make rundb code handle it better. | Michiel Van Der Kolk | 1 | -1/+2 |
2005-08-31 | for strange reason Rombox was disabled on the FM recorder build | Jörg Hohensohn | 1 | -1/+1 |
2005-08-31 | Moved the declaration of the ofr variable | Linus Nielsen Feltzing | 1 | -1/+3 |
2005-08-30 | Fixed broken sim builds | Linus Nielsen Feltzing | 1 | -2/+2 |
2005-08-30 | Archos: Fixed broken debug builds | Linus Nielsen Feltzing | 1 | -1/+1 |
2005-08-23 | patch #1267220 by Frank - phaedrus961 | Daniel Stenberg | 1 | -5/+19 |
2005-08-21 | --nocrc to disable CRC checksums | Daniel Stenberg | 1 | -0/+12 |
2005-08-21 | Help text added for --help. Confusion about the --dirisalbum and | Daniel Stenberg | 1 | -1/+17 |
2005-08-21 | Fixed title extracting for Ogg files. Fixed suggested by 'cosmocat' in the | Daniel Stenberg | 1 | -0/+3 |
2005-08-11 | prevent an empty "codecs" directory for models without software codecs | Daniel Stenberg | 1 | -0/+8 |
2005-08-09 | convbdf: fixed a problem with 16 pixel wide characters. It now also refuses t... | Linus Nielsen Feltzing | 1 | -2/+6 |
2005-08-04 | don't assume ../firmware, use the passed in dir path | Daniel Stenberg | 1 | -1/+3 |
2005-08-03 | Increased maximum file size for models with LCD height larger than 64 to | Daniel Stenberg | 1 | -8/+21 |
2005-07-31 | fixed comment in generated header file | Daniel Stenberg | 1 | -1/+1 |
2005-07-30 | typo, pointed out by Dave Wiard | Daniel Stenberg | 1 | -1/+1 |
2005-07-28 | bmp2rb: Prepared for future colour bitmap support. The tool reads all BMPs in... | Jens Arnold | 1 | -33/+49 |
2005-07-22 | New MD5 sums for bootloader v5 | Linus Nielsen Feltzing | 2 | -12/+12 |
2005-07-22 | Added version number to the fwpatcher build | Linus Nielsen Feltzing | 2 | -2/+8 |
2005-07-15 | mention when the PCM playback is enabled in the sim | Daniel Stenberg | 1 | -0/+1 |
2005-07-15 | added option to build for iAudio X5 | Daniel Stenberg | 1 | -3/+18 |
2005-07-15 | check for/use sys/soundcard.h instead (since it works for cygwin too) | Daniel Stenberg | 1 | -7/+13 |
2005-07-15 | iAudio: will also work on machines where a byte does not have 8 bits | Christian Gmeiner | 1 | -2/+2 |
2005-07-15 | iAudio: first version of a tool to update fw checksum | Christian Gmeiner | 2 | -1/+111 |
2005-07-15 | New MD5 sums for bootloader v4 | Linus Nielsen Feltzing | 2 | -18/+24 |
2005-07-15 | songdb.pl doesn't crash when trying to parse Ogg FLAC or Ogg Speex files now. | Ryan Jackson | 1 | -5/+11 |
2005-07-14 | First take at PCM playback in the X11 sim on Linux. | Daniel Stenberg | 1 | -1/+14 |
2005-07-12 | songdb.pl now calculates the checksum for Ogg Vorbis files by starting at the... | Ryan Jackson | 2 | -3/+59 |
2005-07-12 | use find's -exec instead of xargs to copy files, in an attempt to work better | Daniel Stenberg | 1 | -2/+5 |
2005-07-09 | Adapted fwpatcher to patch both H110/H115 and H120/H140 firmwares. Unpatched ... | Jens Arnold | 7 | -38/+121 |
2005-07-09 | Wrong appsdir for the H120 boot loader | Linus Nielsen Feltzing | 1 | -9/+12 |
2005-07-08 | i wasn't fully awake o.o | Michiel Van Der Kolk | 1 | -2/+2 |
2005-07-08 | Proper sorting, explanation of the extra field. | Michiel Van Der Kolk | 1 | -2/+2 |
2005-07-08 | for oggs, we do a lame crc from index 0 to make the rundb work better (but this | Daniel Stenberg | 1 | -0/+3 |
2005-07-08 | attempt to set a variable based on the Revision variable set by CVS | Daniel Stenberg | 1 | -0/+2 |
2005-07-08 | Renamed the iriver h120 defines and configs to "h120"! Added initial support | Daniel Stenberg | 1 | -2/+17 |
2005-07-07 | Heavily extended bmp2rb conversion tool: Handles 4, 16, 24 and 32 bit BMPs in... | Jens Arnold | 1 | -342/+429 |
2005-07-07 | When building with gcc 4.0, we use -Wno-pointer-sign to reduce the amount of | Daniel Stenberg | 1 | -0/+7 |
2005-07-05 | Added CRC32 of the compressed song data, since that is what the format wants. | Daniel Stenberg | 1 | -222/+95 |
2005-07-05 | Copy the right files to .rockbox/rocks. Only tested on Cygwin though... | Magnus Holmgren | 1 | -1/+1 |
2005-07-01 | First runtime database support, self repairing, only playcount works for now, | Michiel Van Der Kolk | 2 | -8/+9 |
2005-07-01 | set right type in binary for h300 builds | Daniel Stenberg | 1 | -1/+1 |
2005-06-30 | runtime database support for the tester.. | Michiel Van Der Kolk | 1 | -10/+56 |
2005-06-30 | Now checks that sed works right before the Makefile for a simulator is created, | Daniel Stenberg | 1 | -0/+12 |
2005-06-22 | moved and renamed the codecs, gave the codecs a new extension (.codec), | Daniel Stenberg | 1 | -1/+1 |