0
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 20 hours ago.
Dec 01, 2024 — Dec 01, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
The DMA controller issued a DMA IRQ immediately when started, making it skip the entire first audio block. Setting the DONE bit before initializing seems to fix this. More... almost 20 years ago
Fixed red recorder builds. More... almost 20 years ago
don't load the language file into the buffer untill we know it is not too big and of the right version (files can now be 3 bytes bigger ;-) More... almost 20 years ago
Big Code Police raid. Pretty pretty please, we do no macrofy simple assignments and things just to make them appear as function calls. That makes code harder to follow. Did some gcc4 warning fixes as well. More... almost 20 years ago
kill gcc4 warnings More... almost 20 years ago
moved crossfeed from the Playback menu to Sound Settings More... almost 20 years ago
another makeover of the simulator stuff to be more sed-friendly with non-GNU versions More... almost 20 years ago
added "DancePuffDuo" theme More... almost 20 years ago
Adjusted the decompressor work to build a compressed image for the Archos targets in case it is too big to fit. More... almost 20 years ago
added "marquee" theme More... almost 20 years ago
full engineeer2 theme More... almost 20 years ago
Make use of the generated dependency file. More... almost 20 years ago
Codec makefile cleanup: remove redundant things, don't generate dependency files when cleaning. More... almost 20 years ago
Playback speed changing support for H300. More... almost 20 years ago
Stop using sed's /c option when building the simulator Makefile. This should lessen the requirments on what sed (version) that is used. More... almost 20 years ago
Fixed non-working WPS on the player. Removed some TABs. More... almost 20 years ago
iPod targets need tools/scramble building More... almost 20 years ago
Build convbdf for player too, although it feels a bit funny. Also builds the tools for the sims as well, since they need convbdf at least and it makes life easier if we just do the same for them as for normal target builds. More... almost 20 years ago
Bugfix: Prevent spurious bitswap when switching from recording to playback. This caused erratic voice UI behaviour under certain conditions. More... almost 20 years ago
Replace references to HAVE_RTC with CONFIG_RTC and remove the HAVE_RTC defines from config-*.h More... almost 20 years ago
set default sound scaling metric properly More... almost 20 years ago
iRiver: new sound option "prevent clipping:adjust volume/adjust bass/adjust current/off" More... almost 20 years ago
Split the HAVE_RTC define into HAVE_RTC, HAVE_RTC_RAM and CONFIG_RTC - in preparation for targets (H300, iPod) which have a clock (HAVE_RTC) but no general purpose RAM available for settings data (HAVE_RTC_RAM). CONFIG_RTC is used to specify the low-level driver required. More... almost 20 years ago
Simplified yield() in the Win32 simulator. Now only hogs the CPU during playback, and playback doesn't stutter that much. More... almost 20 years ago
iRiver: Make logf-enabled builds of the simulator work again. More... almost 20 years ago
Fixed the red builds for archos. More... almost 20 years ago
Morse code fixed and added a few characters (including non-standard code for blank). Cursor can be moved directly with arrows in morse mode. More... almost 20 years ago
Fixed the yellow builds. More... almost 20 years ago
no longer needed by ipodVOL More... almost 20 years ago
fixed battery icon More... almost 20 years ago