summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-03-14Make resume handling in the AAC codec less confusing. No functional change.Magnus Holmgren1-8/+4
2010-03-14Fix FS#11103. Resuming musepack files was handled wrong since ages. This chan...Andree Buschmann1-6/+13
2010-03-14More detailed panic message for Nano2G VFL fast read problemsMichael Sparmann1-1/+3
2010-03-14fiddle with the skin debug output so the load lines arnt shown unless debugwp...Jonathan Gordon3-3/+8
2010-03-14wave metadata parser reduces binsize.Yoshihisa Uchida1-64/+53
2010-03-13Make voicefont produce proper files on big endian machines.Dominik Riebeling1-1/+6
2010-03-13fix FS#11100 - statusbar would show up on multiscreen targets if either scree...Jonathan Gordon1-1/+2
2010-03-13Fix wavtrim not working correctly on PPC.Dominik Riebeling1-3/+6
2010-03-13Make the Nano2G FTL use the new parallel read functionMichael Sparmann1-9/+46
2010-03-13Add the new Nano2G NAND functions to nand-target.gMichael Sparmann1-0/+7
2010-03-13Nano2G NAND interleaved erase supportMichael Sparmann1-0/+35
2010-03-13Nano2G NAND interleaved write supportMichael Sparmann1-9/+54
2010-03-13Nano2G NAND parallel read supportMichael Sparmann1-0/+132
2010-03-13Nano2G lowlevel NAND operation transaction splitting supportMichael Sparmann1-21/+32
2010-03-13Reset the Nano2G NAND idle timer also when leaving a NAND function, not just ...Michael Sparmann1-0/+1
2010-03-13Nano2G FTL: Increase spare buffer size to 4, values below that lead to problemsMichael Sparmann1-1/+1
2010-03-13Use the new read API and introduce fast highlevel FTL code.Michael Sparmann1-44/+117
2010-03-13Fix a bug introduced in r25145Michael Sparmann1-1/+6
2010-03-13Implement fast VFL read API (as a dummy) for Nano2GMichael Sparmann1-0/+29
2010-03-13Re-commit another small Nano2G FTL bugfix that got lostMichael Sparmann1-1/+1
2010-03-13Implement Nano2G VFL multi-page read API (as a dummy for now)Michael Sparmann1-9/+23
2010-03-13Make Nano2G FTL buffer size configurable, no (intended) function changesMichael Sparmann1-81/+84
2010-03-13Isolate and commit some innocent Nano2G FTL bugfixes that were introduced as ...Michael Sparmann1-1/+3
2010-03-13Add a note to the gigabeat F manual to be in the correct USB mode before inst...Alex Parker1-2/+5
2010-03-13corrects the smaf parser the following.Yoshihisa Uchida3-396/+536
2010-03-13reduce firmware and sun audio codec.Yoshihisa Uchida5-98/+81
2010-03-13Revert r25099, r25101, r25109 and r25137 for now. This doesn't seem to be qui...Michael Sparmann3-541/+157
2010-03-12Respect the exit code of external encoder called.Dominik Riebeling1-2/+2
2010-03-12Hopefully fix the latest Nano2G NAND issues. (FS#11092) Transfers for some of...Michael Sparmann3-87/+46
2010-03-12Fix comment on interpolation macro.Andree Buschmann1-3/+3
2010-03-12Fix playback of atrac3 joint stereo encoded files. Define the interpolation m...Andree Buschmann1-7/+7
2010-03-12Make atrac3 streams in wav containers work again (error was introduced with r...Andree Buschmann3-3/+5
2010-03-12Restore musepack's IRAM configuration to pre r25127 for non PP5022/24.Andree Buschmann2-5/+11
2010-03-12Change USB HID mode string from just "Multimedia Mode" (or similar) to say "U...Torne Wuff2-13/+18
2010-03-12libpcm: output depth corrects for the sign 1bit. linear pcm corrects bits shift.Yoshihisa Uchida7-9/+9
2010-03-12Add experimental support for isochronous transfers in the usb ARC driver. The...Amaury Pouly2-7/+27
2010-03-11Minor optimization for musepack codec through moving functions to IRAM on PP ...Andree Buschmann2-7/+9
2010-03-11Refacturate IRAM configuration for musepack codec. No functional change.Andree Buschmann1-23/+12
2010-03-11Implement speed adjustment for OS X TTS.Dominik Riebeling3-2/+16
2010-03-11Rearrange libraries linking order to work with --as-needed linker option.Dominik Riebeling1-8/+11
2010-03-11SansaAMS: debug-as3525.c Allow View HW info page to display correct info for...Jack Halpin1-27/+49
2010-03-11Fix Nano2G rolo once againMichael Sparmann1-3/+3
2010-03-11Packard Bell Vibe 500: add specific strings to the languages.Szymon Dziok42-213/+548
2010-03-11Fix scrolling direction in the Nano2G __dbg_hw_info screenMichael Sparmann1-2/+2
2010-03-11Implement (unused) ADC wrapper for Nano2G to fix the redMichael Sparmann2-2/+42
2010-03-11Remove a bunch of superfluous stuff from the Nano2G bootloader and fix __dbg_...Michael Sparmann2-29/+14
2010-03-11Fix bootloader redMichael Sparmann1-3/+13
2010-03-11Nano2G __dbg_hw_info (courtesy of Franz-Josef Haider)Michael Sparmann2-11/+109
2010-03-11Increase Nano2G main stack size to 16K again. We won't get rid of the stkov's...Michael Sparmann1-1/+1
2010-03-11Even more Nano2G FTL speedup. Now 8% faster than disk mode, 10% slower than t...Michael Sparmann5-281/+282