- 31b74ecb Copyright. by Michael Giacomelli · 17 years ago
- 132bc63 We removed the old Q15.16 precision trig functions from decoding ages ago, so no need to leave them in. Also, this code needs a GPL header. by Michael Giacomelli · 17 years ago
- 3da91a9 FS#8044: Update potugues-brasileiro translation by Adilson Vicente Xavier. by Mustapha Senhaji · 17 years ago
- b583ff6 Turn the DEBUGF messages into logf in the ID3 parser, so that by default they don't get shown. by Nicolas Pennequin · 17 years ago
- 4649eec Fix yellow, not sure how to properly specify this argument's nature so this is fine by Brandon Low · 17 years ago
- 483dca9 Remove can_add_handle, its safety and benefit are both questionable. Make shrink_buffer a function to reduce code duplication. Change move_handle semantics so that the caller never loses track of the current position of h, even if the move fails. by Brandon Low · 17 years ago
- 30d3d36 Invalidate prevtrack_id3 on all track skips to prevent next track info from being displaying for a split second after skipping to the previous track. by Nicolas Pennequin · 17 years ago
- aecca66 Update "elapsed" and "offset" in the mp3entries on the main buffer in the corresponding codec callbacks. by Nicolas Pennequin · 17 years ago
- d400e23 Prefix the error constants with ERR_ by Nicolas Pennequin · 17 years ago
- 75eff7a rework my previous commit (FS#8008) to be able to work for any of the strings in the id3 info struct, new ones need to be added to tagtree.c and tagnavi.config by Jonathan Gordon · 17 years ago
- c985903 Oops, sucky workaround wasn't meant to be committed. by Steve Bavin · 17 years ago
- 7707f7f Tiny bit of code policing: remove unneeded variable and spaces at end-of-line. by Steve Bavin · 17 years ago
- 1f415e2 fix yellow by Jonathan Gordon · 17 years ago
- 4d18aa3 Accept FS#8008 - allows the current artist or album to be used in databse searches (use the #artist# or #album# keywords in tagnavi.config) by Jonathan Gordon · 17 years ago
- bae8f4c More code police... by Peter D'Hoye · 17 years ago
- bf9615f Code police, no functional changes (yet) by Peter D'Hoye · 17 years ago
- 4feab10 Improve move_handle's semantics. Shoudl have no functional impact by Brandon Low · 17 years ago
- 94b133a Comment improvements by Brandon Low · 17 years ago
- a8eeff0 Improve the fake interrupt stuff on the sim a bit. by Michael Sevakis · 17 years ago
- 7807279 Add #defines for error values. Makes the code easier to read. by Nicolas Pennequin · 17 years ago
- 9f6719e Oops. The function should be static. by Nicolas Pennequin · 17 years ago
- 895eb98 Some genre strings must not be adjusted by adjust_mp3_entry. Thanks to PaulJam for the report. by Nicolas Pennequin · 17 years ago
- 36cd5f1 Mandelbrot: Don't update the display more often than 50 times per second on colour targets. Significantly increases speed on iPod Video. by Jens Arnold · 17 years ago
- fec406c add some informations about this file by Christian Gmeiner · 17 years ago
- b77893e C200: Reworked the LCD driver a bit, and fixed a bug with single column updates (was only visible in mandelbrot). by Jens Arnold · 17 years ago
- 0e2852b Detabify a line... by Magnus Holmgren · 17 years ago
- b05066d iPod Video: Further optimised LCD data transfer (5..6% speedup, but increase in FPS measured with test_fps is less), making use of the fact that the low address bits aren't decoded by the BCM. Major cleanup of the driver, and introduced register names. by Jens Arnold · 17 years ago
- 868d3ce Add ReplayGain support to WMA (based on tags written by Foobar2000). by Magnus Holmgren · 17 years ago
- 28f6ae4 Initial work on a port to the Logik DAX 1GB MP3/DAB player. The bootloader build compiles and runs (but only displays some debugging info), and the LCD and ADC drivers are working. Two different bootloader builds are possible: 1) The default build is just a test application for uploading to the device via tcctool; 2) Adding -DTCCBOOT to EXTRA_DEFINES in the build directory Makefile will compile the bootloader so that it can be appended to the end of the original firmware and installed on the device, dual-booting. This commit also includes some work by Hein-Pieter van Braam on a port to the iAudio 7, but that doesn't build yet. A large part of these ports will be generic to all TCC77x devices - see the TelechipsInfo wiki page for some other devices with this CPU. NOTE: Compiling these builds requires an arm-elf-gcc with armv5 support - the current version of rockboxdev.sh compiles such a gcc. by Dave Chapman · 17 years ago
- d3e101b The iPod Video has the HW version at a different address in ROM. by Jens Arnold · 17 years ago
- c266204 e200: shorten some delays so the backlight turn on is snappier. Values seem to have a safe margin. by Michael Sevakis · 17 years ago
- 1839edf Add queue_peek to the kernel (written by Mike Sevakis), and use it to improve upon my previous commit. by Nicolas Pennequin · 17 years ago
- 41add08 Prevent the audio queue from getting flooded with fill buffer messages. by Nicolas Pennequin · 17 years ago
- d0c44f5 Add support for co-processor instructions. I'm not 100% sure about this, but it seems to work... by Dave Chapman · 17 years ago
- 3c1d206 Make voice and codec queues private so they don't receive system messages. The audio thread controls them just fine. Important so codec stack-stealing plugins don't crash when system events are broadcast. Simpler too. by Michael Sevakis · 17 years ago
- 738a897 Correct the value for SDCFG for the c100 - based on a USB log of the C100 firmware updater. by Dave Chapman · 17 years ago
- 28c5ba8 Initial, untested support for C100. Also increase the firmware size limit to 10MB to make it work withe the Cowon D2 and a little cleanup. by Dave Chapman · 17 years ago
- 18c9aba Hopefully fix codec load and data abort problems by making add_handle and move_handle much better at wrapping the buffer smartly and not putting the wrong things on the wrap by Brandon Low · 17 years ago
- 7104ad5 Whoops, that thread can't run until the linked list is initialized by Brandon Low · 17 years ago
- 2c1e828 Create queue stuff before the thread that will use it by Brandon Low · 17 years ago
- 14b6f43 Make buffering initialization versus reset separate functions to avoid double initializing threads or mutexes more easily by Brandon Low · 17 years ago
- 404c6fb Add some const keywords, improve some comments, add a safety check or two, should have no functional difference by Brandon Low · 17 years ago
- d08131a * Only call bufgetcodec once by Nicolas Pennequin · 17 years ago
- 0652663 Simple fix which should improve track change performance slightly by Brandon Low · 17 years ago
- 4a5894d Correct some commenting left from an earlier set_irq_level version. by Michael Sevakis · 17 years ago
- c935ed5 Argh. Forgot to 'svn add' as usual. by Michael Sevakis · 17 years ago
- d6af287 Implement as genuine a set_irq_level function for the sim as possible. The yield added earlier is still nescessary since other threads won't run anyway while viewing the database screen on either sim or target. by Michael Sevakis · 17 years ago
- f026c0f Remove unnecessary #include - this fixes compilation of the standalone demac tool by Dave Chapman · 17 years ago
- bb3c9ac Update Dutch language file by Peter D'Hoye · 17 years ago
- ab78464 Don't lock up simulators when lists are used with TIMEOUT_NOBLOCK. Fixes FS#8030. by Steve Bavin · 17 years ago
- a63181c Fixed the Total being out of screen with huge fonts like ter-u32b by Kevin Ferrare · 17 years ago
- 2531d2a Fix starfield displaying stars in white on grayscale devices (they remain visible) when printing info message ... by Kevin Ferrare · 17 years ago
- 8431c08 QMF filter memory doesn't need to be 32 bits, so convert it to 16 bits. Alter assembler code to reflect this. Also do a small optimization in the reverse block copy of the qmf_synth() Coldfire assembler. by Thom Johansen · 17 years ago
- 530abe8 Code police: static internal functions. by Steve Bavin · 17 years ago
- 9c5318b Spelling mistake reported by boyko on IRC. by Catalin Patulea · 17 years ago
- 0a63268 Some small cleanups and code for testing by Karl Kurbjun · 17 years ago
- cf86a98 Forgot a file. Remove files we don't need to build from SOURCES. by Thom Johansen · 17 years ago
- fa971b1 Sync with Speex SVN. Syntactic change in filters_cf.S. by Thom Johansen · 17 years ago
- 14da611 Check the audio queue for new messages while filling the buffer with tracks. This cuts down the long wait for a skip (or any other action) while adding a large number of tracks to the buffer. by Nicolas Pennequin · 17 years ago
- c9389e4 Remove unused struct members by Nils Wallménius · 17 years ago
- 5a1ce9c Set svn:keywords by Nicolas Pennequin · 17 years ago
- 3e3c43c Finally commit Metadata on Buffer! by Nicolas Pennequin · 17 years ago
- ccbe242 Factor out some common code, for simplicity (I hope...) and to save size. by Magnus Holmgren · 17 years ago
- 06aca92 Further optimised the filter vector math assembly for coldfire, and added assembly filter vector math for ARM. Both make use of the fact that the first argument of the vector functions is longword aligned. * The ARM version is tailored for ARM7TDMI, and would slow down arm9 or higher. Introduced a new CPU_ macro for ARM7TDMI. Speedup for coldfire: -c3000 104%->109%, -c4000 43%->46%, -c5000 1.7%->2.0%. Speedup for PP502x: -c2000 66%->75%, -c3000 37%->48%, -c4000 11%->18%, -c5000 2.5%->3.7% by Jens Arnold · 17 years ago
- 4bde898 Fix a fixme in flac and make the usage of the read_filebuf codec api more consistent with its actual contract. by Brandon Low · 17 years ago
- 35f2326 Further optimised the filter vector math assembly for coldfire, and added assembly filter vector math for ARM. Both make use of the fact that the first argument of the vector functions is longword aligned. * The ARM version is tailored for ARM7TDMI, and would slow down arm9 or higher. Introduced a new CPU_ macro for ARM7TDMI. Speedup for coldfire: -c3000 104%->109%, -c4000 43%->46%, -c5000 1.7%->2.0%. Speedup for PP502x: -c2000 66%->75%, -c3000 37%->48%, -c4000 11%->18%, -c5000 2.5%->3.7% by Jens Arnold · 17 years ago
- 3ea3caf * Flip argument order for scalarproduct() so that the first argument is always 32 bit aligned, like it is already the case for vector_add() and vector_sub(), for upcoming optimisations. * Un-inline the apply_filter functions for better cache utilisation. by Jens Arnold · 17 years ago
- 347cd86 Rename TMS320DSC25 CONFIG_CPU value to DSC25 to prevent confusion with TMS320DM320 by Dave Chapman · 17 years ago
- 67d5b2b FS#8013 - tidy up ADC readings in debug menu. by Barry Wardell · 17 years ago
- 3461027 FS#8022: AS3514 missing initialisation. by Barry Wardell · 17 years ago
- 007563c FS#8023: Use of AS3514 #defines instead of magic values. by Barry Wardell · 17 years ago
- a256878 enable jpeg, mpegplayer and midiplay on the mr500 (only jpeg is actually usable though, mpegplayer data aborts) by Jonathan Gordon · 17 years ago
- 902a1b5 get the mrobe plugins running again by Jonathan Gordon · 17 years ago
- f6b358d Negate _after_ output so we don't negate the whole output signal. by Thom Johansen · 17 years ago
- 4c913fc Coldfire assembler version of inner_prod() for another small speedup. by Thom Johansen · 17 years ago
- cd9fc7a Coldfire assembler version of qmf_synth(). Wideband and ultra-wideband Speex files should see a great speedup. Also add faster and symmetric clipping in iir_mem16(). by Thom Johansen · 17 years ago
- fb70952 logf changes: by Nicolas Pennequin · 17 years ago
- 4c22f0b Updated italian translation. by Alessio Lenzi · 17 years ago
- fda41b8 Try and save some bytes, seeing as we already assumed LANG_ constants for month and weekday names are contiguous. by Steve Bavin · 17 years ago
- 1e45eec fix up the (c) notice by Jonathan Gordon · 17 years ago
- b76b5b9 Use some consts... by Steve Bavin · 17 years ago
- 7c95e5e Improved enum naming. by Steve Bavin · 17 years ago
- d5b0246 Clarify the identifier naming rules by Linus Nielsen Feltzing · 17 years ago
- 072a3c5 Complete info screen voicing; now consistent with displayed screen by Steve Bavin · 17 years ago
- 537b27d Save a few bytes by changing unit selection strategy by Nils Wallménius · 17 years ago
- 56ddddc make the first bunch of plugins compile for the mrobe. an earlier commit broke the loading though, need to sort that out by Jonathan Gordon · 17 years ago
- a311732 Fix vroken logic that _could_ lead to memory corruption though it was very unlikely by Nils Wallménius · 17 years ago
- eed41ff mrobe changes: by Jonathan Gordon · 17 years ago
- dbff373 enable the RTC on the mrobe. by Jonathan Gordon · 17 years ago
- d40db19 Fix the FRAME offset calculation on Gigabeat (m:robe 500 too?). by Michael Sevakis · 17 years ago
- d7adb15 update manual with recent changes to mpegplayer by Robert Kukla · 17 years ago
- a82a860 Small voice-related tweaks and fixes to simplelists. by Stéphane Doyon · 17 years ago
- 5a9a2b7 Unify the Gigabeat F/X and M:Robe MMU code while enabling it for the M:Robe by Karl Kurbjun · 17 years ago
- 9d9225e iir_mem16() in assembler for Coldfire for a decent performance boost. Add EMAC init in nb_celp.c, since all modes need this as a base. by Thom Johansen · 17 years ago
- 4b259e9 Prevent an unwanted action which increases volume to be triggered at the same time when pausing in the c200 radio screen by Marianne Arnold · 17 years ago
- deb743c Updated italian translation. by Alessio Lenzi · 17 years ago
- 4c06ad6 mr500 sort of working battery measurments. probably could be done better, but it works by Jonathan Gordon · 17 years ago
- 0ed7989 Re-enable robotfindskitten, that accidentally got lost in the previous commits. Sorry for the inconvenience. by Marianne Arnold · 17 years ago
- 5cc2a60 Oops, forgot to add the two needed bitmaps... by Marianne Arnold · 17 years ago
- 58938ab Add missing c200 chessbox screenshot. by Marianne Arnold · 17 years ago