- 821652d string.h shouldn't include stddef.h by Frank Gevaerts · 15 years ago
- d67bf4c Fix last sprintf warning. by Thomas Martitz · 15 years ago
- 55e4fe7 Fix the remaining reds. by Thomas Martitz · 15 years ago
- b91f15d Fix c&p error from r25853 that should've fixed some snprintf warnings. by Thomas Martitz · 15 years ago
- 6ac6420 Revert r25854 which was bad for the database tool (I forgot it still needs the wrappers from uisimulator/common/io.c). Fix it so it works for both. by Thomas Martitz · 15 years ago
- ab4a162 Fix gigabeat S includes so it builds again by Frank Gevaerts · 15 years ago
- 3e400b2 Fix checkwps by using host system's file IO (thanks to r25843/r25844) and by including a work around for systems that try to get intN_t via sys/types.h (which should be wrong, but well). by Thomas Martitz · 15 years ago
- 77dfff5 Fix some more snprintf related warnings. by Thomas Martitz · 15 years ago
- 54548df Fix some size_t related warnings (hopefully, they seem system dependant). by Thomas Martitz · 15 years ago
- 7210f69 Add firmware/include to the include path to fix checkwps. by Thomas Martitz · 15 years ago
- 50a6ca3 Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes). by Thomas Martitz · 15 years ago
- adb506d Ingenic Jz4740: Use lcd_putsf() instead of lcd_puts() in exception handler by Maurus Cuelenaere · 15 years ago
- b753447 Add available recording sample rates for different iPod types to manual. by Andree Buschmann · 15 years ago
- 19e28e2 Add Luca_S to CREDITS. Thanks for your time & effort! by Jack Halpin · 15 years ago
- db8d075 ad-as3525v2: Ask for a reponse from SD_APP_CMD to help with timing issues when switching to 4 bit widebus. by Jack Halpin · 15 years ago
- ba0f831 Use correct spelling for 'dB'. by Andree Buschmann · 15 years ago
- 0a1d7c2 Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. by Thomas Martitz · 15 years ago
- c61e89c Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrapped via a static inline. by Thomas Martitz · 15 years ago
- 684c70b HD200 - fix stupid bug in lcd_grey_data by Marcin Bukat · 15 years ago
- 49f2709 If dircache and database "load to ram" is enabled then get the id3 info from the database in the WPS playlist viewer for non buffered tracks by Jonathan Gordon · 15 years ago
- 0defb84 Gigabeat S bootloader: Fix archaic call placement in dptc_stop which hangs the bootloader before jumping to FW. Let the backlight LED ramp up after unplugging USB which just looks better. by Michael Sevakis · 15 years ago
- 992b7e1 Gigabeat S: There's no compelling reason to start automatic scaling in the bootloader only stop it milliseconds later. Do init to default frequency and working point, however. by Michael Sevakis · 15 years ago
- 021f9e9 Changed a macro to a raw in int constant. Didn't mean to do that. Put it back right. by Michael Sevakis · 15 years ago
- a36a498 i.MX31/Gigabeat S: This should fix stability problems. One problem was to start using the DVFS controller properly so that interrupts will be masked at the lowest and highest frequency indexes. Millions of useless interrupts were occurring at 132MHz because its index was 2, not 3, which masks it automatically when it can't go slower. Stopping the flood was enough to actually see the difference in general. IRQ must be disabled when fiddling with the CCM registers and only enabled when waiting for voltage ramp as having them enables also causes spurious DVFS ints. Implement interruptible ISR pro/epilogue more safely (always using IRQ stack even in SVC mode handling). Fix an improper inequality in DVFS code (which set regs for down when going up and v.v.). Misc. support changes. Have internal tables take less RAM. by Michael Sevakis · 15 years ago
- 8fd3ec9 sd-as3525v2.c: Set MCI interrupt mask immediately prior to enabling DMA for the transfer. by Jack Halpin · 15 years ago
- d48b335 fix libmkmpioboot.a building. by Dominik Wenger · 15 years ago
- 8e2ebc1 rbutil: fix compiling on windows. by Dominik Wenger · 15 years ago
- ab0a0bf Another logf fix in voice_thread.c by Jeffrey Goode · 15 years ago
- 1801768 as3525v2: don't modify audioset2 as it seems the bits have changed by Rafaël Carré · 15 years ago
- bc91c5a Clip+: current usage estimation based on battery bench by Rafaël Carré · 15 years ago
- 7a0efce rbutil: fix fuzev2 entry. by Dominik Wenger · 15 years ago
- ccd113a Remove unneeded include from screens.c by Jeffrey Goode · 15 years ago
- 1453275 fix player red. by Jonathan Gordon · 15 years ago
- efd1f4e Make it possible to move the UI viewport using conditional viewports. by Jonathan Gordon · 15 years ago
- 268f7c4 fix mkamsboot compilation on systems where 'make' is not 'GNU make' (FreeBSD for example) by Marcoen Hirschberg · 15 years ago
- e77550a rbutil: add fuzev2 by Rafaël Carré · 15 years ago
- 630b4fc i.MX31/Gigabeat S: The nested IRQ code was just totally wrong and not actually working anyway (which is why it wasn't crashing). AVIC doesn't seem truthful about priority of current ISR either :\. Sometimes there were channel swaps during really active DVFS due to FIFO underflow from a needed long delay in the ISR (100us, and IIS TX only has 45us reserve) and DMARQ *must* be serviced low-latency. Get it doing as was intended. by Michael Sevakis · 15 years ago bootloader_fuze_v2 tcctool_v1_0
- 9dd81ae Use settings for DAC AGC, cpeaker driver bias current (which is unused in rockbox), dither, and headphone bias current taken from c200v2 firmware. These should result in several mA power savings on all as3525, and probably an improvement on AS3525v2 as well as the c200v1 and e200v1. RMAA tests on the e200v1, clipv1 and clipv2 show no measurable difference in output when driving a 16 ohm load. by Michael Giacomelli · 15 years ago
- 0864194 sd-as3525v2.c: Implement 4 bit widebus for SD Transfers. by Jack Halpin · 15 years ago
- 145135f Fuzev2: don't disable interrupts in fm code, allow button tick to run by Rafaël Carré · 15 years ago
- a69e1c4 Fuzev2: FM - tested on 2 different models by Rafaël Carré · 15 years ago
- aec0af5 as3525 FM i2c : don't assume SCL and SDA are on the same GPIO by Rafaël Carré · 15 years ago
- e6bb174 Clip+: use correct 290mAh battery capacity by Rafaël Carré · 15 years ago
- d11f5a7 as3525* : all as3525(v1) use ADC_BVDD for reading battery by Rafaël Carré · 15 years ago
- 00e2252 Fix typos in the comment (now in .c) by Alexander Levin · 15 years ago
- 295da3f Fix typos in the comment by Alexander Levin · 15 years ago
- adcbb32 sd-as3525v2: Check for response timeout error in addition to response crc error. Remove TODO comment. by Jack Halpin · 15 years ago bootloader_vibe500_v1
- 09cd188 Fix logf behavior in voice_thread.c by Jeffrey Goode · 15 years ago
- 054ddfd Make some internal things static, add logf line to sound.c by Jeffrey Goode · 15 years ago
- 433cad6 Add logf line to talk.c by Jeffrey Goode · 15 years ago
- 6a2b516 HD200 - fix random partition corruption on USB unplug (hopefully) by Marcin Bukat · 15 years ago
- 69fa42d HD200 - rework bootloader logic by Marcin Bukat · 15 years ago
- bccdcf2 HD200 - move adc channel variable to iram as it is used in ISR by Marcin Bukat · 15 years ago
- 5ad4d13 HD200 - fix backlight flashes during startup by Marcin Bukat · 15 years ago
- 5bcdd92 HD200 - remove fm glue code from bootloader build by Marcin Bukat · 15 years ago
- 4048a1c Merely correct a comment. by Michael Sevakis · 15 years ago
- 5edcb11 i.MX31/Gigabeat S: Just a little paranoid change to switcher write to active regulators method, to keep things localized a bit more from global data pool, for safety's sake. It's going to Mars afterall. by Michael Sevakis · 15 years ago
- 931e06d i.MX31/Gigabeat S: Actually enable DPTC which can set optimal voltage for 528MHz. Requires an SPI and PMIC interface rework because of the low-latency needs for the DPTC to work best with minimal panicing. SPI can work with multitasking and asynchronously from interrupt handlers or normal code. by Michael Sevakis · 15 years ago
- 7480afb as3525v2: Use CD Interrupt vs. CD polling in send_cmd() by Rafaël Carré · 15 years ago
- 1bc5945 rolo: make PP code pp6100-compatible by Rafaël Carré · 15 years ago
- 056f608 Ingenic Jz4740: eliminate EP0 state machine + small cleanups by Maurus Cuelenaere · 15 years ago
- 35f3414 Ingenic Jz4740: cleanup USB driver a bit (no externally visible functional changes) by Maurus Cuelenaere · 15 years ago
- c5abd15 Stop scrolling when exiting the CPU boost log menu by Maurus Cuelenaere · 15 years ago
- 883e5ce Update a comment to reflect the previous commit. by Thomas Martitz · 15 years ago
- 69f8e8d Move read_line() further down so that it can be used in checkwps and remove checkwps' copy if it. by Thomas Martitz · 15 years ago
- b3f1eb8 Gigabeat S: Those odd calls to irq_handler can still happen rarely after executing WFI. With no explanation forthcoming after trying many things, hide head in sand and ignore them and the IRQ will get vectored to the correct handler anyway. Have vector tables execute an immediate return and remove irq_handler from compilation altogether. by Michael Sevakis · 15 years ago
- bc90a61 FFT plugin: The 64-bit sqrt function is no longer needed by Delyan Kratunov · 15 years ago
- af466f3 FFT plugin: eliminate 64-bit math. This should result in faster and probably more accurate calculations. by Delyan Kratunov · 15 years ago
- 7f9d30b missed a comment by Mohamed Tarek · 15 years ago
- 2fa864b Remove unnecessary parameter (struct codec_api* ci) passed to libasf functions, and consequently remove the no-longer needed #ifdef in apps/codecs/libasf/asf.h by Mohamed Tarek · 15 years ago
- 9a74223 Test more possible alignments in the Write & Verify test. Some ata drivers apply optimisations up to line size alignment. by Jens Arnold · 15 years ago
- e891e90 Save a few instructions by better use of conditions. by Jens Arnold · 15 years ago
- 5768f2b Remove residual tabs in codec directory. by Andree Buschmann · 15 years ago
- b95326d Change naming of arm asm routines in libmad's synthesis to match their functionality. by Andree Buschmann · 15 years ago
- 7aaae54 - Modify metadata/asf.c to use libasf. by Mohamed Tarek · 15 years ago
- 2ab15d9 Add myself to COMMITERS by Delyan Kratunov · 15 years ago
- 80b9bb4 Add the Rockbox GPL header to apps/codecs/libasf/asf.c and fix the one in apps/codecs/wma.c by Mohamed Tarek · 15 years ago
- 792ae6b - Factor out container specific code from apps/codecs/wma.c. by Mohamed Tarek · 15 years ago
- 13075de Fix a bug introduced with r25777. by Andree Buschmann · 15 years ago
- 703608d Fix intdentation apps/codecs/libwma/asf.h, no functional changes. by Mohamed Tarek · 15 years ago
- eec5eb9 Refacturate arm version of libmad's synthesis filter. Only two asm macros left, renamed asm-implementation for better clarity. No change in speed or precision. by Andree Buschmann · 15 years ago
- 0fd111d Improve motion compensation for ARM: * Use less registers in the simple copy routines -> less stack usage. * Save a few instructions in constants + jumptable handling. * ARM6 optimisations. Unfortunately we can't just use uhadd8 because that rounds down, while we have to round up. by Jens Arnold · 15 years ago
- f275930 Gigabeat S: Reduce stalling in the ARMv6 IDCT. Also save one instruction per loop, and fix comments. Speeds up fullscreen video decoding by about 5% (excluding video output). Still not perfect... by Jens Arnold · 15 years ago
- 9de9b9d Take version number from SVN, or via VERSION variable in Makefile - i.e. use "make VERSION=v1.0" to build with that version number. by Dave Chapman · 15 years ago
- cdcca87 Add support for the Cowon S9, based on the information from http://iaudiophile.net/forums/showthread.php?t=36073 by Dave Chapman · 15 years ago
- 5b4a84a FS#11149: alternative fix for ipod startup/shutdown issue by Torne Wuff · 15 years ago
- 9f157ad Do some SPC codec optimizing for ARMv6 (as a training exercise), tweak realtime BRR for all CPU that use it, add Gaussian ASM optimization for all ARM that can use it. Add some LIKELY/UNLIKELY branch hints. On Gigabeat-S gives +22% speedup. For Gigabeat F, about +5% speedup. For less-powerful players, no real change aside possibly from branch hints. by Michael Sevakis · 15 years ago
- 3adac47 Fix wrong udelay logic that made it be way off. by Thomas Martitz · 15 years ago
- a607a6c pdbox: Fixed loading of sound files, pdpod_drums.pd works now. by Wincent Balin · 15 years ago
- 2788f8d Small correction of the translation of a musical term by Alexander Levin · 15 years ago
- 88baa4d HD200 - implement blit functions by Marcin Bukat · 15 years ago
- 572ac53 HD200 - small fix in backlight code by Marcin Bukat · 15 years ago
- 2a50270 HD200 - remove moving average filtering of ADC readouts by Marcin Bukat · 15 years ago
- fe147ce Modify the ffmpeg source files in apps/codecs/libwmapro in order to compile the codec standalone. by Mohamed Tarek · 15 years ago
- cf43e50 Add libwmapro to apps/codecs. These files comprise a set of unmodified files needed from ffmpeg's libavcodec and libavutil to compile and use the wma pro decoder standalone. The files were taken from ffmpeg's svn r22886 dated 15 April 2010. by Mohamed Tarek · 15 years ago
- bc3c5c1 sd-as3525v2: cosmetics by Rafaël Carré · 15 years ago
- 021d4db Add MPIO HD200 to builds.pm by Marcin Bukat · 15 years ago
- 67f7ecf Revert r25739 which added libwmapro to apps/codecs, in preparation to commit the unmodified ffmpeg files first, for the sake of a consistent/complete svn history. by Mohamed Tarek · 15 years ago
- c740af2 HD200 - add FM support. by Marcin Bukat · 15 years ago
- 4c03e9a fix red by Jonathan Gordon · 15 years ago