- b8a51ad vuprintf does not belong in stdio.h, causes problems with other versions of stdio.h by Jeffrey Goode · 15 years ago
- f2a5616 Fix yellow: missed a cast by Jeffrey Goode · 15 years ago
- 6ef04a7 Eliminate %zd tag in printf format strings, replace them with %ld. The %z formatter kept generating type mismatch warnings. by Jeffrey Goode · 15 years ago
- ff548fa Fix include problem by Jeffrey Goode · 15 years ago
- 6083f3d Fix logf lines in codecs (type mismatches) by Jeffrey Goode · 15 years ago
- 530c251 Make the sim buildable with mingw again by Frank Gevaerts · 15 years ago
- 759cfec Hopefully the last warning by Frank Gevaerts · 15 years ago
- ed56682 Fix various size_t related warnings and errors by Frank Gevaerts · 15 years ago
- 9e974e4 another cast ssize_t -> long by Rafaël Carré · 15 years ago
- 84cd376 cast ssize_t to long by Rafaël Carré · 15 years ago
- db42781 Fix FS#11261 (slow seek forward in mpc files). Since the introduction of the sv8 library mpc did not use efficient buffering when seeking forward. With this change the implementation will not flush the buffer on each frame but will keep the already buffered data as long as possible. by Andree Buschmann · 15 years ago
- 7036a10 fuzev2: prevent button light flickering when accessing µSD by Rafaël Carré · 15 years ago
- 5d987d6 Move include/sys along with libc/, so hosted (sim/RaaA) builds use the proper files for their OS by Frank Gevaerts · 15 years ago
- 84b7747 as3525v1: detect correctly internal storage capacity by Rafaël Carré · 15 years ago
- e72d2da as3525v2: check if SD transfers fit with the card capacity by Rafaël Carré · 15 years ago
- 685209d as3525: add some comments in the microphone channel copy loop by Rafaël Carré · 15 years ago
- ea6eb92 builds: make clipv2/clip+/fuzev2 unstable by Rafaël Carré · 15 years ago
- 0246f0c Fix remaining reds/yellows. by Thomas Martitz · 15 years ago
- ac43fd3 as3525v1: duplicate the right channel into the left channel when recording microphone by Rafaël Carré · 15 years ago
- 59d827f Fix wrong #ifdefs. by Thomas Martitz · 15 years ago
- 110b30e Revert r26008. Fonts in the font pack should at least be able to display English menus. This font can maybe included in a theme bundle. by Alexander Levin · 15 years ago
- 6894747 Move math.h to firmware/libc/include/ and fix slight incompatibilities between our and the host's math.h by Thomas Martitz · 15 years ago
- 3cca7e8 Include host system's header files and don't compile our c library replacements in the sim. by Thomas Martitz · 15 years ago
- 3d1a856 Give pitch_detector the IRAMming it deserves. by Michael Sevakis · 15 years ago
- 9fedf45 updates the README document. by Yoshihisa Uchida · 15 years ago
- 800e710 Set up EMAC mode in cook, fixing whitenois when transitioning from a codec using different emac mode.' by Nils Wallménius · 15 years ago
- 32794a9 fix: The second playback time is not correct in playing TTA musics continuously. by Yoshihisa Uchida · 15 years ago
- 020dddf Enable recording on clipv1/m200v4/c200v2 by Rafaël Carré · 15 years ago
- abd6b14 Restor setting of EMAC mode on coldfire lost in r25056 fixes whitenoise when transitioning from a codec using a different EMAC mode. by Nils Wallménius · 15 years ago
- 92a6081 Disable shutting down with the charger connected on the gigabeat s since it doesn't charge while powered off. Ideally we should implement a mode where it charges untill the battery is full and then powers off. by Nils Wallménius · 15 years ago
- d665c92 Cache align the pitch detector audiobuffer where needed. Some other misc. changes to try to make sure everything builds. by Michael Sevakis · 15 years ago
- 8cce39b as3514: mute headphones at the lowest volume by Rafaël Carré · 15 years ago
- 39e4b84 as3525: change SDRAM settings only in models for which there is a bootloader by Rafaël Carré · 15 years ago
- a1e19d8 22 pixel high Nimbus-like font, containing only digits and the period; intended for use in FM screen for displaying frequency (FS#11271) by Alexander Levin · 15 years ago
- 057c111 Fix LUA red and yellow. by Michael Sevakis · 15 years ago
- ef0b8ca Fix some sim warnings. by Michael Sevakis · 15 years ago
- 7250405 pitch_detector: Use continuous recording, even if the algorithm is too slow for that and record a whole buffer even if the min frequency is higher. Use the minimum samplerate that allows C-4186 to be detected (usually 11.025kHz, which can reduce computational load to 1/16 compared to 44.1kHz). Get rid of 64-bit multiplies when calculating input RMS value. Stop audio playback when entering plugin. Better backlight and CPU frequency handling. audio_sample_type->int16_t. simpler buffer size rounding. by Michael Sevakis · 15 years ago
- 0b52d34 FS#11272 by Gerhard Zintel fixing a bug when resetting the database in keybox by Nils Wallménius · 15 years ago
- 90963dc as3525: retain & release DMA engine when starting and stopping recording by Rafaël Carré · 15 years ago
- 289b6bd fix pitch_detector: recording will stop itself if the callback returns <0 by Rafaël Carré · 15 years ago
- 5734091 Generating .c file make internal data structures unusable so that .fnt file can not be produced after that. Make sure that both options are not used at the same time. Better fix would be to adjust the function that generates .c file, but it would require more time. by Alexander Levin · 15 years ago
- 6c09fe7 clipv2: current usage estimation by Rafaël Carré · 15 years ago
- 2251f07 fix a typo in comment by Rafaël Carré · 15 years ago
- 8cb4183 Put decoder array into IRAM. Improves Coldfire (h300) performance 218MHz ->102.84 MHz. Should be realtime on all CF targets. by Michael Giacomelli · 15 years ago
- 2192040 Correct English. by Alex Parker · 15 years ago
- 990179e Correct register defines. I had to look at the disassembly to spot this bug. orz by Tobias Diedrich · 15 years ago
- c64ac19 add the true audio codec. by Yoshihisa Uchida · 15 years ago
- 0f5c6d4 add True Audio (TTA) codec by Yoshihisa Uchida · 15 years ago
- 889b4a8 Two tiny tweaks to some arm asm by Nils Wallménius · 15 years ago
- 1940a0b Use nice quotation marks by Alexander Levin · 15 years ago
- 9f95a0b Use a nice apostroph by Alexander Levin · 15 years ago
- 230f040 Correct detection of the absence of the current preset by Alexander Levin · 15 years ago
- cd8ed00 as3525: use the correct uncached address for rec peak buffer by Rafaël Carré · 15 years ago
- 0926e3e Add FMS tags to the manual. by Alex Parker · 15 years ago
- 6d549df FS#11243 - The %VI (capital i) WPS tag is not described in the manual. by Alex Parker · 15 years ago
- 40782d5 Update the discussion of themeing in the manual, and put a note in the wps tags appendix that the actual discussion is elsewhere. by Alex Parker · 15 years ago
- c66e1ee Fix FS#11196 - update %pv in the manual. by Alex Parker · 15 years ago
- 88bd8e7 Some asm for mdct on coldfire, speeds up vorbis decoding by about 0.3MHz by Nils Wallménius · 15 years ago
- 182d13e fix the freq bar after music plays by Jonathan Gordon · 15 years ago
- 3fbe4d2 fix FS#11264 - frequency bar and presets not working in the sbs by Jonathan Gordon · 15 years ago
- bc0434d as3525: use a table for mclk dividers, get rid of a division by Rafaël Carré · 15 years ago
- d556f26 as3525: use DMA for recording by Rafaël Carré · 15 years ago
- 9abd82f fuzev2: current estimation assuming same battery capacity than v1 by Rafaël Carré · 15 years ago
- 18c7e0e Trim down peak calculation a bit. by Michael Sevakis · 15 years ago
- 85f0873 Simplify special case function, speedup of about 0.2MHz on both coldfire and pp decoding the files in the test set by Nils Wallménius · 15 years ago
- e5d6d7a More nice apostrophes by Alexander Levin · 15 years ago
- e0bb2218 Use a nice apostroph by Alexander Levin · 15 years ago
- 9df5638 Make table headers bold; fix a typo by Alexander Levin · 15 years ago
- 6e294e2 Avoid duplicated code, create a formatting function for FM frequency by Alexander Levin · 15 years ago
- 59063c6 Missed a yellow on Cowon D2. :) by Michael Sevakis · 15 years ago
- cc7457e Fix r25970 red and yellow *and* a bug uncovered for pp5002 where pcm_play_dma_start wasn't actually initializing the dma_play_data with the first buffer info (must've happened during pp502x DMA conversion). by Michael Sevakis · 15 years ago
- 4d04132 PCM bottom layer simplification. pcm_rec_peak_addr variable no longer has to be handled there. Driver can just return current pointer for recording peaks. A new define, HAVE_PCM_REC_DMA_ADDRESS, specifies that physical addresses are being used for recording and translation is needed before starting a new block. The drivers need not worry about aligning start and size nor should care if either will be zero. All this will be checked in the logical layer first. by Michael Sevakis · 15 years ago
- f2df42e fix: the problem to which new filetypes cannot be registered. by Yoshihisa Uchida · 15 years ago
- aa1e471 Coldfire strlen, slight optimization pointed out by amiconn, eliminate some unconditionla branches by rearranging the code handling the head bytes by Nils Wallménius · 15 years ago
- a5d8d21 fix the last of the reds, and make RDS tags actually work (and add them to the hardcoded radio skin) by Jonathan Gordon · 15 years ago
- 7b931f0 fix red and yellow (most of it anyway) by Jonathan Gordon · 15 years ago
- 1bd072c FS#10853 - Skin support in the radio screen! Check CustomWPS for the new tags by Jonathan Gordon · 15 years ago
- f9736c0 ok, use a smaller font size on shorter display targets (3K instead of 10K) by Jonathan Gordon · 15 years ago
- d6dbfef Borrow another 10K to make sure multifont will have room on even the smallerst screens by Jonathan Gordon · 15 years ago
- 35fd1e4 Fix F_T_SOUND voicing for decimals and physical values. by Michael Sevakis · 15 years ago
- 1de56ac Have option_get_valuestring always call sound_val2phys before formatting rather than only if fractional places are specified. by Michael Sevakis · 15 years ago
- 418c9ee Faster assembler strlen for coldfire using the load-a-whole-word-and-test-i-for-nullbytes-at-one trick, benched 28% faster than the old version by Nils Wallménius · 15 years ago
- cdcb4ba Add the cyrillic 'yo' to 12-Adobe-Helvetica font by Alexander Levin · 15 years ago
- 738e23c rbutil: change the binary name here too. Thanks to PyroBor for finding that. by Dominik Wenger · 15 years ago
- c79bc80 No need to have a variable for a thing computed by the preprocessor by Alexander Levin · 15 years ago
- c699914 rbutil: fix fuzev2 firmware filename. Thanks to kisak for spotting it. by Dominik Wenger · 15 years ago
- 8261051 Gigabeat F/X: Let us clear up confusion about just what the core frequency is. Fix frequency display in buffering screen. by Michael Sevakis · 15 years ago
- aaa0797 Fix yellow by Jeffrey Goode · 15 years ago
- e141f80 Add Insert Shuffled to hotkey options by Jeffrey Goode · 15 years ago
- 565a863 ARM DSP: Add assembly custom sound channel processing. 13% to 14% faster than currently-used default C code on ARMv4. by Michael Sevakis · 15 years ago
- 68da06f HD200 - fix in asm optimised ATA reads&writes by Marcin Bukat · 15 years ago
- 81bfa13 ARM DSP: Get an instruction out of the crossfeed main loop and improve loads and interlocks for stacked vars. by Michael Sevakis · 15 years ago
- 51845b3 ARM DSP: Remove a couple comments that no longer apply. by Michael Sevakis · 15 years ago
- 1e3eec2 ARM DSP: fore some reason I neglected dsp_downsample completely. Do a small reordering. by Michael Sevakis · 15 years ago
- ab4c86c ARM DSP: Make things a little more pipeline friendly. Reduce nonvolatile register stacking where possible. Routines now handle odd sample counts properly and will not over-write in that case. Remove a few pointless labels. by Michael Sevakis · 15 years ago
- 156272f More hotkey code cleanup by Jeffrey Goode · 15 years ago
- f16912f r25940 oops. No, no, no, that wasn't quite right. Must be truthful about the level in decidecibels for subsequent code. by Michael Sevakis · 15 years ago
- 8ce5b01 MRobe100, HD200, Gigabeat F/X (anything with wm8750 or wm8751). Properly prescale bass and treble controls to avoid clipping. by Michael Sevakis · 15 years ago
- 7d21e5a No need to use alternating registers for dual register read/write sequence. Correct comment. by Andree Buschmann · 15 years ago
- 18b5488 Minor speed up (+3%) of iPod Video screen updates. by Andree Buschmann · 15 years ago