summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-11-08Put icons on buflib:Jonathan Gordon2-79/+86
Removes the max icon size limitation and doesnt waste RAM git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30931 a1c6a512-1295-4272-9138-f99709370657
2011-11-08Disable the clock the built in AS3525(v2) bootrom. This is only useful for ↵Michael Giacomelli1-0/+2
reverse engineering purposes, so disable during normal operation in case it uses power. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30930 a1c6a512-1295-4272-9138-f99709370657
2011-11-07FS#12365 - Czech language update by Marek SalabaMichael Chicoine1-5/+95
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30928 a1c6a512-1295-4272-9138-f99709370657
2011-11-07fuze+: fix typo in lcd init sequence for second lcd typeAmaury Pouly1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30926 a1c6a512-1295-4272-9138-f99709370657
2011-11-06Convert one more file from DOS to UNIX.Torne Wuff1-132/+132
Missed one, oops. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30925 a1c6a512-1295-4272-9138-f99709370657
2011-11-06Bulk convert all DOS line endings to UNIX.Torne Wuff59-24428/+24428
For the git migration we want a nice clean repository with UNIX line endings. git does not use svn:eol-style, we just need the file contents to be sane. Sorry everybody. I know this messes up blame. Scumbag *NIX developer says migrating to git will make line ending issues go away; commits giant change to svn which changes line endings anyway. :) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30924 a1c6a512-1295-4272-9138-f99709370657
2011-11-06mkimxboot: fix bootloader load address, replace call by jump on final call ↵Amaury Pouly1-3/+3
to have a clean boot git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30922 a1c6a512-1295-4272-9138-f99709370657
2011-11-06Rockbox Utility: bump version to 1.2.11.rbutil_1.2.11Dominik Riebeling2-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30921 a1c6a512-1295-4272-9138-f99709370657
2011-11-06Introduce mkimxboot to build bootloader images for the i.MX (only the fuze+ ↵Amaury Pouly12-0/+1219
currently). Still not integrated in rbutil git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30920 a1c6a512-1295-4272-9138-f99709370657
2011-11-06imxtools: add function to free instructionAmaury Pouly2-4/+8
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30919 a1c6a512-1295-4272-9138-f99709370657
2011-11-06imxtools: add const and set pointer to NULL on free to avoid double freeAmaury Pouly2-2/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30918 a1c6a512-1295-4272-9138-f99709370657
2011-11-06Make usage of TALK_PARTIAL_LOAD actually Ondio specific. MMC is not always slow.Jens Arnold3-2/+5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30917 a1c6a512-1295-4272-9138-f99709370657
2011-11-06Voice related fixes and cleaupJens Arnold1-42/+18
* Fix .talk clips on hwcodec. Voice does have the entire audio buffer available there. * Get rid of the separate TALK_PROGRESSIVE_LOAD in favour of the more advanced TALK_PARTIAL_LOAD i.e. use the latter on the Ondios as well. This gets rid of quite some ifdefing, and has the advantage that the voice file can be larger than the buffer (at a slight binsize cost). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30916 a1c6a512-1295-4272-9138-f99709370657
2011-11-06elftosb: add staticAmaury Pouly1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30915 a1c6a512-1295-4272-9138-f99709370657
2011-11-06imx233: don't include debug-imx233.c in bootloaderAmaury Pouly1-0/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30914 a1c6a512-1295-4272-9138-f99709370657
2011-11-06fuze+: scramble bootloader fileAmaury Pouly1-2/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30913 a1c6a512-1295-4272-9138-f99709370657
2011-11-06Fix warning and typos.Thomas Martitz3-4/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30912 a1c6a512-1295-4272-9138-f99709370657
2011-11-06Commit FS#12209 by Vencislav Atanasov: iPod 6g/classic usb product id Michael Sparmann1-252/+251
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30911 a1c6a512-1295-4272-9138-f99709370657
2011-11-06hwcodec: fix shrink_callback resuming playback wrongly, and add checksThomas Martitz1-5/+16
if the voice is bigger than the audiobuffer. NOTE: This is the case on the sim so voice doesn't appear to work currently on hwcodec. Someone needs to verify on a real target. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30910 a1c6a512-1295-4272-9138-f99709370657
2011-11-06Fix broken voice when .talk files are used and voice buffer calculation.Thomas Martitz1-3/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30909 a1c6a512-1295-4272-9138-f99709370657
2011-11-06iPod Classic: Set LCD controller configuration register during ↵Michael Sparmann2-0/+3
initialization and don't rely on the bootloader doing that (closes FS#12233) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30908 a1c6a512-1295-4272-9138-f99709370657
2011-11-06sbtools: rename to imxtools, move imx_hid_recovery to imxtools/sbloader, fix ↵Amaury Pouly20-194/+388
tools to correctly handle/free memory, properly return error codes git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30907 a1c6a512-1295-4272-9138-f99709370657
2011-11-06usb-s3c6400x.c: Fix memory corruption bug (closes FS#12310)Michael Sparmann1-6/+10
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30906 a1c6a512-1295-4272-9138-f99709370657
2011-11-06usb-s3c6400x.c: Remove an unused variableMichael Sparmann1-6/+8
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30905 a1c6a512-1295-4272-9138-f99709370657
2011-11-05MPIO HD300: vastly improve sound quality. This unfortunately means reverting ↵Marcin Bukat2-30/+17
r28797 which introduced poping noise git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30904 a1c6a512-1295-4272-9138-f99709370657
2011-11-05Sansa clip zip: do not enable display if it's already enabledBertrik Sikken1-1/+5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30903 a1c6a512-1295-4272-9138-f99709370657
2011-11-05Rework manual Makefile a bit.Dominik Riebeling1-25/+38
- move some stuff out of manual-prep and improve dependencies. - always update version information, version.sh is run anyway. - use $(SILENT) in more places to allow showing the commands. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30902 a1c6a512-1295-4272-9138-f99709370657
2011-11-05Change cyrillic name in CREDITS to latin transliteration.Dominik Riebeling1-1/+1
As discussed on IRC the cyrillic characters can cause various problems and not all fonts include them so stick with extended latin. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30901 a1c6a512-1295-4272-9138-f99709370657
2011-11-05Fix FS#12279 - playback starts from the beginning when changing themes.Thomas Martitz1-8/+26
Very frequent start-stop cycles (as caused by frequent core_alloc() calls) of audio makes the codecs lose the resume position, and this causes playback from the beginning. To work around, use queue_post() instead of queue_send() to delay the resume so that it only resumes once per core_alloc() set. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30900 a1c6a512-1295-4272-9138-f99709370657
2011-11-04Rockbox Utility: polish translation update by Marcin Bukat (FS#12366).Dominik Riebeling1-688/+694
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30899 a1c6a512-1295-4272-9138-f99709370657
2011-11-04Sansa clip zip: swap RGB<>BGR for WiseChip displayBertrik Sikken1-3/+5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30898 a1c6a512-1295-4272-9138-f99709370657
2011-11-03Make local functions and variables static where possibleBertrik Sikken4-8/+7
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30897 a1c6a512-1295-4272-9138-f99709370657
2011-11-03Rockbox Utility: update german translation.Dominik Riebeling1-489/+491
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30896 a1c6a512-1295-4272-9138-f99709370657
2011-11-03Rockbox Utility: update russian translation by Постолати Максим.Dominik Riebeling2-181/+182
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30895 a1c6a512-1295-4272-9138-f99709370657
2011-11-03Properly initialize variable to get voice going again. GCC didn't catch this ↵Thomas Martitz1-1/+1
one introduced r30840. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30894 a1c6a512-1295-4272-9138-f99709370657
2011-11-03In the playback buflib shrink callback, ensure a minimum buffer remains forThomas Martitz1-4/+13
audio playback. If it goes below 256K new buflib allocations fail. This prevents buffer underruns as the new buffer size wasn't actually checked at all. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30893 a1c6a512-1295-4272-9138-f99709370657
2011-11-03RockboxUtility: update dutch translationBertrik Sikken1-652/+658
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30892 a1c6a512-1295-4272-9138-f99709370657
2011-11-03Added HiFiMAN HM-801 target. FS#12355. This also renames tda1543.{ch} used ↵Andrew Ryabinin19-13/+560
by HM-60x to dummy_codec.{ch} as it works for PCM1704 used by HM-801. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30891 a1c6a512-1295-4272-9138-f99709370657
2011-11-02Sansa clip zip: show AMSv2 variant in debug menuBertrik Sikken1-2/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30890 a1c6a512-1295-4272-9138-f99709370657
2011-11-02fuze+: use macro and add a few staticAmaury Pouly1-4/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30889 a1c6a512-1295-4272-9138-f99709370657
2011-11-02Add me to docs/COMMITTERSAndrew Ryabinin1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30888 a1c6a512-1295-4272-9138-f99709370657
2011-11-01Rename internal h10_5gb.ums name and add some comments.Dominik Riebeling1-2/+33
- When trying to retrieve the human readable device name on target mismatch detection it is not possible to figure the "extra" variant internally used from the information in rockbox-info.txt. Since the h10_5gb didn't have a non-extra version resolving the name would fail. Remove the extra part for the UMS version so that will get used. It's better to display a slightly wrong name instead of none. - Add some comments describing the sections and their values. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30887 a1c6a512-1295-4272-9138-f99709370657
2011-11-01Show user friendly name on target mismatch.Dominik Riebeling1-4/+4
Instead of showing the target name as stored in rockbox-info.txt retrieve the full descriptive name. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30886 a1c6a512-1295-4272-9138-f99709370657
2011-11-01Fix Gigabeat S configure string.Dominik Riebeling1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30885 a1c6a512-1295-4272-9138-f99709370657
2011-11-01Revert r30869 "Remove buildserver_modelname value."Dominik Riebeling2-0/+54
The buildserver_modelname is still in use, and the commit missed some parts on removal, causing segfaults on start. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30884 a1c6a512-1295-4272-9138-f99709370657
2011-11-01Add missing copyright headerAmaury Pouly1-0/+20
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30883 a1c6a512-1295-4272-9138-f99709370657
2011-11-01sbtoos: restore elf extraction functionality of sbtoelfAmaury Pouly3-15/+80
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30882 a1c6a512-1295-4272-9138-f99709370657
2011-11-01sbtools: move sb reading from sbtoelf.c to sb.c with a proper interface, fix ↵Amaury Pouly7-645/+750
sb production bug, fix ugly code, add sb dump code and sbtoelf loopback facility git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30881 a1c6a512-1295-4272-9138-f99709370657
2011-11-01sbtools: rework the color hack and add switch to disable color outputAmaury Pouly3-18/+34
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30880 a1c6a512-1295-4272-9138-f99709370657
2011-11-01Fix playlist catalog directory manual spellingFrank Gevaerts1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30879 a1c6a512-1295-4272-9138-f99709370657