Age | Commit message (Expand) | Author |
2007-10-28 | The iPod Video has the HW version at a different address in ROM. | Jens Arnold |
2007-10-28 | e200: shorten some delays so the backlight turn on is snappier. Values seem t... | Michael Sevakis |
2007-10-27 | Add queue_peek to the kernel (written by Mike Sevakis), and use it to improve... | Nicolas Pennequin |
2007-10-27 | Prevent the audio queue from getting flooded with fill buffer messages. | Nicolas Pennequin |
2007-10-27 | Add support for co-processor instructions. I'm not 100% sure about this, but... | Dave Chapman |
2007-10-27 | Make voice and codec queues private so they don't receive system messages. Th... | Michael Sevakis |
2007-10-27 | Correct the value for SDCFG for the c100 - based on a USB log of the C100 fir... | Dave Chapman |
2007-10-27 | Initial, untested support for C100. Also increase the firmware size limit to... | Dave Chapman |
2007-10-27 | Hopefully fix codec load and data abort problems by making add_handle and mov... | Brandon Low |
2007-10-27 | Whoops, that thread can't run until the linked list is initialized | Brandon Low |
2007-10-27 | Create queue stuff before the thread that will use it | Brandon Low |
2007-10-27 | Make buffering initialization versus reset separate functions to avoid double... | Brandon Low |
2007-10-27 | Add some const keywords, improve some comments, add a safety check or two, sh... | Brandon Low |
2007-10-27 | * Only call bufgetcodec once | Nicolas Pennequin |
2007-10-27 | Simple fix which should improve track change performance slightly | Brandon Low |
2007-10-26 | Correct some commenting left from an earlier set_irq_level version. | Michael Sevakis |
2007-10-26 | Argh. Forgot to 'svn add' as usual. | Michael Sevakis |
2007-10-26 | Implement as genuine a set_irq_level function for the sim as possible. The yi... | Michael Sevakis |
2007-10-26 | Remove unnecessary #include - this fixes compilation of the standalone demac ... | Dave Chapman |
2007-10-26 | Update Dutch language file | Peter D'Hoye |
2007-10-26 | Don't lock up simulators when lists are used with TIMEOUT_NOBLOCK. Fixes FS#8... | Steve Bavin |
2007-10-26 | Fixed the Total being out of screen with huge fonts like ter-u32b | Kevin Ferrare |
2007-10-26 | Fix starfield displaying stars in white on grayscale devices (they remain vis... | Kevin Ferrare |
2007-10-26 | QMF filter memory doesn't need to be 32 bits, so convert it to 16 bits. Alter... | Thom Johansen |
2007-10-26 | Code police: static internal functions. | Steve Bavin |
2007-10-26 | Spelling mistake reported by boyko on IRC. | Catalin Patulea |
2007-10-26 | Some small cleanups and code for testing | Karl Kurbjun |
2007-10-26 | Forgot a file. Remove files we don't need to build from SOURCES. | Thom Johansen |
2007-10-26 | Sync with Speex SVN. Syntactic change in filters_cf.S. | Thom Johansen |
2007-10-25 | Check the audio queue for new messages while filling the buffer with tracks. ... | Nicolas Pennequin |
2007-10-25 | Remove unused struct members | Nils Wallménius |
2007-10-25 | Set svn:keywords | Nicolas Pennequin |
2007-10-25 | Finally commit Metadata on Buffer! | Nicolas Pennequin |
2007-10-25 | Factor out some common code, for simplicity (I hope...) and to save size. | Magnus Holmgren |
2007-10-25 | Further optimised the filter vector math assembly for coldfire, and added ass... | Jens Arnold |
2007-10-25 | Fix a fixme in flac and make the usage of the read_filebuf codec api more con... | Brandon Low |
2007-10-25 | Further optimised the filter vector math assembly for coldfire, and added ass... | Jens Arnold |
2007-10-25 | * Flip argument order for scalarproduct() so that the first argument is alway... | Jens Arnold |
2007-10-25 | Rename TMS320DSC25 CONFIG_CPU value to DSC25 to prevent confusion with TMS320... | Dave Chapman |
2007-10-25 | FS#8013 - tidy up ADC readings in debug menu. | Barry Wardell |
2007-10-25 | FS#8022: AS3514 missing initialisation. | Barry Wardell |
2007-10-25 | FS#8023: Use of AS3514 #defines instead of magic values. | Barry Wardell |
2007-10-25 | enable jpeg, mpegplayer and midiplay on the mr500 (only jpeg is actually usab... | Jonathan Gordon |
2007-10-25 | get the mrobe plugins running again | Jonathan Gordon |
2007-10-24 | Negate _after_ output so we don't negate the whole output signal. | Thom Johansen |
2007-10-24 | Coldfire assembler version of inner_prod() for another small speedup. | Thom Johansen |
2007-10-24 | Coldfire assembler version of qmf_synth(). Wideband and ultra-wideband Speex ... | Thom Johansen |
2007-10-24 | logf changes: | Nicolas Pennequin |
2007-10-24 | Updated italian translation. | Alessio Lenzi |
2007-10-24 | Try and save some bytes, seeing as we already assumed LANG_ constants for mon... | Steve Bavin |