- e32f28b amsinfo: do not assume library blocks always have the same size by Rafaël Carré · 15 years ago
- 63f0b2b Correction of musepack SV8 replaygain. The album/title peak is saved in a logarithmic representation and needs to be converted to linear fixed point for further processing. by Andree Buschmann · 15 years ago
- f6ada7c ftl-nano2g.c: s/\(\*([^)]+)\)\./\1->/ by Michael Sparmann · 15 years ago
- c3c7306 sd-as3525: do not reverse 2 times long responses, read them directly in the needed order by Rafaël Carré · 15 years ago
- db7aedf sd-as3525v2: do not reverse 2 times long responses, read them directly in the needed order by Rafaël Carré · 15 years ago
- 291e2b1 sd-as3525v2: delay a bit before reading the command response by Rafaël Carré · 15 years ago
- 9b416c0 Nano2G NAND: Don't continue reading on that bank if starting the read failed. by Michael Sparmann · 15 years ago
- af38e09 Finally fast Nano2G NAND reading, also works on remapped blocks this time. by Michael Sparmann · 15 years ago
- 5cf262c Rename some glyphs in 08-Atadore font to standard unicode names (part 2 of FS#11082) by Alexander Levin · 15 years ago
- 6d066ab Polish character set for 08-Atadore font (FS#11082 by Tomasz Kowalczyk), part 1 by Alexander Levin · 15 years ago
- c736696 Minor clean up in playback.c by Andree Buschmann · 15 years ago
- b6ed0b6 Fix rbspeex on big endian hosts. by Dominik Riebeling · 15 years ago
- 3e9222d Nano2G: switch over to slow writes at VFL level by Michael Sparmann · 15 years ago
- 1a38f38 Re-enable fast reads in the Nano2G VFL/FTL. (Using the wrapper API in the NAND driver) by Michael Sparmann · 15 years ago
- 64b9586 Implement Nano2G fast NAND read API as a wrapper around the slow one. by Michael Sparmann · 15 years ago
- b09f624 Nano2G FTL: Enlarge FTL buffers for faster write operations by Michael Sparmann · 15 years ago
- c99d4fd Nano2G VFL/FTL: Use fast writes by Michael Sparmann · 15 years ago
- 4d8bf06 Nano2G NAND: Detect if the chip supports interleaved and/or cached writes. by Michael Sparmann · 15 years ago
- 7e4b538 Revert Nano2G fast VFL reads for now. They just won't work on some hardware. by Michael Sparmann · 15 years ago
- c18e80e Implement resume for alac codec. by Andree Buschmann · 15 years ago
- 5de6151 Don't parallelize Nano2G NAND reads, just do pipelined ECC. (10% performance loss :-/ ) by Michael Sparmann · 15 years ago
- 183e9f1 Nano2G VFL: reset the bank again before the second slow read try by Michael Sparmann · 15 years ago
- 884147c Nano 2G VFL: try slow read twice if fast read failed by Michael Sparmann · 15 years ago
- a0692a4 Make resume handling in the AAC codec less confusing. No functional change. by Magnus Holmgren · 15 years ago
- 1f725eb Fix FS#11103. Resuming musepack files was handled wrong since ages. This change converts the decoders exact sample position to an estimated byte position within the file. The resume position in samples is calculated the reverse way, by Andree Buschmann · 15 years ago
- 2e32502 More detailed panic message for Nano2G VFL fast read problems by Michael Sparmann · 15 years ago
- 0f69a81 fiddle with the skin debug output so the load lines arnt shown unless debugwps is enabled by Jonathan Gordon · 15 years ago
- 2d1937a wave metadata parser reduces binsize. by Yoshihisa Uchida · 15 years ago
- efeb43b Make voicefont produce proper files on big endian machines. by Dominik Riebeling · 15 years ago
- 1759a29 fix FS#11100 - statusbar would show up on multiscreen targets if either screen had it enabled by Jonathan Gordon · 15 years ago
- 1e67a28 Fix wavtrim not working correctly on PPC. by Dominik Riebeling · 15 years ago
- 9c2baa6 Make the Nano2G FTL use the new parallel read function by Michael Sparmann · 15 years ago
- afd7a86 Add the new Nano2G NAND functions to nand-target.g by Michael Sparmann · 15 years ago
- a99f8fa Nano2G NAND interleaved erase support by Michael Sparmann · 15 years ago
- 382b6dc Nano2G NAND interleaved write support by Michael Sparmann · 15 years ago
- cb41b2f Nano2G NAND parallel read support by Michael Sparmann · 15 years ago
- af77b18 Nano2G lowlevel NAND operation transaction splitting support by Michael Sparmann · 15 years ago
- 0d6784f Reset the Nano2G NAND idle timer also when leaving a NAND function, not just when entering them. by Michael Sparmann · 15 years ago
- 9859381 Nano2G FTL: Increase spare buffer size to 4, values below that lead to problems by Michael Sparmann · 15 years ago
- 1fd3221 Use the new read API and introduce fast highlevel FTL code. by Michael Sparmann · 15 years ago
- a9e732c Fix a bug introduced in r25145 by Michael Sparmann · 15 years ago
- 1658790 Implement fast VFL read API (as a dummy) for Nano2G by Michael Sparmann · 15 years ago
- 4a6d160 Re-commit another small Nano2G FTL bugfix that got lost by Michael Sparmann · 15 years ago
- 2cfd0f2 Implement Nano2G VFL multi-page read API (as a dummy for now) by Michael Sparmann · 15 years ago
- 1a7e090 Make Nano2G FTL buffer size configurable, no (intended) function changes by Michael Sparmann · 15 years ago
- 4a7b2cc Isolate and commit some innocent Nano2G FTL bugfixes that were introduced as part of the performance improvements by Michael Sparmann · 15 years ago
- 394b579 Add a note to the gigabeat F manual to be in the correct USB mode before installing. by Alex Parker · 15 years ago
- 0996bbd corrects the smaf parser the following. by Yoshihisa Uchida · 15 years ago
- 4446d1b reduce firmware and sun audio codec. by Yoshihisa Uchida · 15 years ago
- 131bb69 Revert r25099, r25101, r25109 and r25137 for now. This doesn't seem to be quite stable on some NAND types yet. by Michael Sparmann · 15 years ago
- a4caff9 Respect the exit code of external encoder called. by Dominik Riebeling · 15 years ago
- 9f8e76b Hopefully fix the latest Nano2G NAND issues. (FS#11092) Transfers for some of the chips apple is using will be slow until someone implements cached writes. by Michael Sparmann · 15 years ago
- 24c0474 Fix comment on interpolation macro. by Andree Buschmann · 15 years ago
- 76e8701 Fix playback of atrac3 joint stereo encoded files. Define the interpolation macro in the right way. by Andree Buschmann · 15 years ago
- 2ac401f Make atrac3 streams in wav containers work again (error was introduced with r24782). Add additional info to atrac3 debug information. by Andree Buschmann · 15 years ago
- c82cac4 Restore musepack's IRAM configuration to pre r25127 for non PP5022/24. by Andree Buschmann · 15 years ago
- 86dc6c1 Change USB HID mode string from just "Multimedia Mode" (or similar) to say "USB keypad mode: Multimedia" (or similar). by Torne Wuff · 15 years ago
- 2a9c42d libpcm: output depth corrects for the sign 1bit. linear pcm corrects bits shift. by Yoshihisa Uchida · 15 years ago
- c7517f5 Add experimental support for isochronous transfers in the usb ARC driver. There are several details to tweaks however. by Amaury Pouly · 15 years ago
- 263e4d5 Minor optimization for musepack codec through moving functions to IRAM on PP processors. Speed ups codec by 0.25 MHzon PP5022. by Andree Buschmann · 15 years ago
- 398ec52 Refacturate IRAM configuration for musepack codec. No functional change. by Andree Buschmann · 15 years ago
- b4401e5 Implement speed adjustment for OS X TTS. by Dominik Riebeling · 15 years ago
- c8752b4 Rearrange libraries linking order to work with --as-needed linker option. by Dominik Riebeling · 15 years ago
- 405f6e6 SansaAMS: debug-as3525.c Allow View HW info page to display correct info for both V1 & V2 versions of as3525. by Jack Halpin · 15 years ago
- e39b653 Fix Nano2G rolo once again by Michael Sparmann · 15 years ago
- 1fd57a2 Packard Bell Vibe 500: add specific strings to the languages. by Szymon Dziok · 15 years ago
- 72f0d26 Fix scrolling direction in the Nano2G __dbg_hw_info screen by Michael Sparmann · 15 years ago
- 462bdfe Implement (unused) ADC wrapper for Nano2G to fix the red by Michael Sparmann · 15 years ago
- 52b4a1e Remove a bunch of superfluous stuff from the Nano2G bootloader and fix __dbg_hw_info for Nano2G yet again by Michael Sparmann · 15 years ago
- db569e6 Fix bootloader red by Michael Sparmann · 15 years ago
- 20980e6 Nano2G __dbg_hw_info (courtesy of Franz-Josef Haider) by Michael Sparmann · 15 years ago
- 14b1f00 Increase Nano2G main stack size to 16K again. We won't get rid of the stkov's at 8K easily. by Michael Sparmann · 15 years ago
- 62c011c Even more Nano2G FTL speedup. Now 8% faster than disk mode, 10% slower than the OFW. 4.5MB/s sustained (contiguous) write, 6.0MB/s read for me now. by Michael Sparmann · 15 years ago
- 029e748 Move (small) data into DRAM on PP5020, it's ~4.5% faster that way. Closes about half of the performance gap towards PP5022. The (relatively large) buffers for decoded data stay in IRAM, as does the reciprocal table. Clarify some comments. by Jens Arnold · 15 years ago
- 20f5a53 Oops. forget static. by Yoshihisa Uchida · 15 years ago
- 207a84a unify the wave/wave64 parser. by Yoshihisa Uchida · 15 years ago
- 5606947 Get rid of the parent_dir field in dir_uncached.c by using the same FAT trick as in dircache. This should save ~20KB on 512B/sector targets and ~80KB on 2K/sector ones. by Amaury Pouly · 15 years ago
- 0be28e8 Disable HID on Nano2G for now - it's causing some instability that needs to be debugged by Michael Sparmann · 15 years ago
- 32ffcfa Some Nano2G define corrections / updates by Michael Sparmann · 15 years ago
- f61fb37 Add the raw battery voltage to the Nano2G battery debug screen by Michael Sparmann · 15 years ago
- 6945aa9 Fix bootloader red by Michael Sparmann · 15 years ago
- 0592704 Detect iPod Nano 2G charging state correctly by Michael Sparmann · 15 years ago
- 287eff2 iPod Nano 2G FTL performance enhancements. Still not quite as fast as the OFW, but way better than before. by Michael Sparmann · 15 years ago
- 3710ae9 Coldfire targets: tiny optimisation. by Jens Arnold · 15 years ago
- 1dfa0e9 Get rid of unnecessary alignment of struct member which also caused arm-elf-eabi-gcc to mess up parameter passing to mpeg2_idct_add(). by Jens Arnold · 15 years ago
- ec73e79 Packard Bell Vibe 500: reset all allowed devices like in the OF. by Szymon Dziok · 15 years ago
- 1f251ea mkamsboot: Use audio master irq_enrd0 usb_status bit instead of gpio on C200V2 by Rafaël Carré · 15 years ago
- 8d720f4 Display Fault status address register on data/prefetch aborts by Rafaël Carré · 15 years ago
- 226cd04 Nano2G battery calibration by Michael Sparmann · 15 years ago
- 6c12fc2 Statically init array to 0 instead of runtime memset by Nils Wallménius · 15 years ago
- c7f4773 Simplify makefile by Nils Wallménius · 15 years ago
- d2c1765 Use bx lr unconditionally in setjmp_arm.S by Rafaël Carré · 15 years ago
- 9a3c077 Fix two warnings that appear with gcc4.4.3. The one in recording.c ("compact_view is used uninitialized" seems to be false positive unfortunately). by Thomas Martitz · 15 years ago
- 61320ce Make mini2440 compile again. by Thomas Martitz · 15 years ago
- a2e788b Fix red. by Thomas Martitz · 15 years ago
- d581b23 Use ldr instead of adr, so that it compiles with a newer ld, although setting lr at that point hardly matters anyway. by Thomas Martitz · 15 years ago
- 0266055 Fix a bunch of boot.lds files so that they build with newer ld. The stack/bss sections need NOLOAD. otherwise the linker would try to include those into the binary. I don't know why this ever worked with our current ld version. by Thomas Martitz · 15 years ago
- 6b988af fix yellow by Peter D'Hoye · 15 years ago
- 5602383 Fix musepack sv8 metadata parser. Thanks to Magnus Holmgren for spotting. by Andree Buschmann · 15 years ago
- 1abda91 change histogram display principle to scrolling and simplify the code a bit by Peter D'Hoye · 15 years ago