summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2005-11-14Small fix for us loosers, who don't follow the recomendation to put the build...Henrik Backe1-1/+1
2005-11-14Added first take at WPS bundling magic. There's only one single WPS in thereDaniel Stenberg1-0/+16
2005-11-14Added 16-bit RGB format to bmp2rbLinus Nielsen Feltzing1-11/+39
2005-11-13Force -mlong-calls for iPod builds. This issue still needs investigating as ...Dave Chapman1-1/+1
2005-11-12create the wps dir tooDaniel Stenberg1-0/+1
2005-11-11Import make_fw.c iPod firmware manipulation utility from the ipodlinux projec...Dave Chapman2-1/+521
2005-11-08Initial check-in of work-in-progress iPod bootloader. Current targets are iP...Dave Chapman1-1/+38
2005-11-07Rename irivermodel and irivernum variables to the more generic modelname and ...Dave Chapman1-11/+15
2005-11-02Check for and move .ovl files properly (Archos Recorder fix)Daniel Stenberg1-3/+8
2005-10-31Initial check-in of AAC codec. Currently only recognises the .mp4 extension ...Dave Chapman1-4/+4
2005-10-29Remove generic M4A parsing code from libalac and create a libm4a - so it can ...Dave Chapman1-4/+4
2005-10-28Initial multi screen support by Kévin Ferrare (Patch #1318081)Linus Nielsen Feltzing1-12/+12
2005-10-26New FLAC decoder from the ffmpeg projectDave Chapman1-4/+4
2005-10-10tools should not be made with the cross-compiler..Marcoen Hirschberg1-1/+0
2005-10-10run make in Tools, so they are up to date.Marcoen Hirschberg1-0/+1
2005-10-05Modified the viewers.config syntax slightly. The name field should now includeDaniel Stenberg1-10/+26
2005-09-24Add libalac to non-existent iAudio buildDave Chapman1-1/+1
2005-09-22Add ALAC to list of software codecsDave Chapman1-3/+3
2005-09-22Initial parser for the langv2 language file formatDaniel Stenberg1-0/+252
2005-09-14Player and recorder use the same scrambler, and have the same size limitsLinus Nielsen Feltzing1-3/+1
2005-09-14Handle the different max binary size limits for the Archos modelsLinus Nielsen Feltzing1-3/+32
2005-09-09Removed the risk of getting a zero CRC for a valid file.Daniel Stenberg1-3/+9
2005-09-06fixed the removal of the codec dir properly in case of no codecs availableDaniel Stenberg1-2/+2
2005-09-06For targets without an RTC, use the rockbox build date as the start date in t...Jens Arnold1-0/+1
2005-09-03slight change in the bad CRC returned, to make rundb code handle it better.Michiel Van Der Kolk1-1/+2
2005-08-31for strange reason Rombox was disabled on the FM recorder buildJörg Hohensohn1-1/+1
2005-08-31Moved the declaration of the ofr variableLinus Nielsen Feltzing1-1/+3
2005-08-30Fixed broken sim buildsLinus Nielsen Feltzing1-2/+2
2005-08-30Archos: Fixed broken debug buildsLinus Nielsen Feltzing1-1/+1
2005-08-23patch #1267220 by Frank - phaedrus961Daniel Stenberg1-5/+19
2005-08-21--nocrc to disable CRC checksumsDaniel Stenberg1-0/+12
2005-08-21Help text added for --help. Confusion about the --dirisalbum andDaniel Stenberg1-1/+17
2005-08-21Fixed title extracting for Ogg files. Fixed suggested by 'cosmocat' in theDaniel Stenberg1-0/+3
2005-08-11prevent an empty "codecs" directory for models without software codecsDaniel Stenberg1-0/+8
2005-08-09convbdf: fixed a problem with 16 pixel wide characters. It now also refuses t...Linus Nielsen Feltzing1-2/+6
2005-08-04don't assume ../firmware, use the passed in dir pathDaniel Stenberg1-1/+3
2005-08-03Increased maximum file size for models with LCD height larger than 64 toDaniel Stenberg1-8/+21
2005-07-31fixed comment in generated header fileDaniel Stenberg1-1/+1
2005-07-30typo, pointed out by Dave WiardDaniel Stenberg1-1/+1
2005-07-28bmp2rb: Prepared for future colour bitmap support. The tool reads all BMPs in...Jens Arnold1-33/+49
2005-07-22New MD5 sums for bootloader v5Linus Nielsen Feltzing2-12/+12
2005-07-22Added version number to the fwpatcher buildLinus Nielsen Feltzing2-2/+8
2005-07-15mention when the PCM playback is enabled in the simDaniel Stenberg1-0/+1
2005-07-15added option to build for iAudio X5Daniel Stenberg1-3/+18
2005-07-15check for/use sys/soundcard.h instead (since it works for cygwin too)Daniel Stenberg1-7/+13
2005-07-15iAudio: will also work on machines where a byte does not have 8 bitsChristian Gmeiner1-2/+2
2005-07-15iAudio: first version of a tool to update fw checksumChristian Gmeiner2-1/+111
2005-07-15New MD5 sums for bootloader v4Linus Nielsen Feltzing2-18/+24
2005-07-15 songdb.pl doesn't crash when trying to parse Ogg FLAC or Ogg Speex files now.Ryan Jackson1-5/+11
2005-07-14First take at PCM playback in the X11 sim on Linux.Daniel Stenberg1-1/+14