- 9e23e9d Fix FS#7826 - make the view catalog option in the main menu > playlists menu use the same text as the view catalog option in the onplay menus by Jonathan Gordon · 17 years ago
- 155f928 fix FS#8064 - screen scroll step and screen scroll out of view needed a restart o take effect by Jonathan Gordon · 17 years ago
- ff9cdb4 Temporary work around for the situation where a single codec request is for more data than a single file_chunk and that file gets stuck. This should be fixed differently as it could lead to unresponsive behavior from the buffering thread for the duration of a file load. by Brandon Low · 17 years ago
- 7127199 Lets use the measurements Toni took months ago for the Sansa battery, instead of the using the Archos ones. by Michael Giacomelli · 17 years ago
- a076da6 Remove an unneeded #include - action.h is already included by plugin.h by Dave Chapman · 17 years ago
- fe93919 Update Dutch language file by Peter D'Hoye · 17 years ago
- 5e37895 RbUtilQt: Make Sansa bootloader installation work on Windows. (Compiler warnings _are_ useful. :) by Magnus Holmgren · 17 years ago
- 164b8f6 Use O_BINARY when reading the firmware file - for win32 compatibility by Dave Chapman · 17 years ago
- 7f79564 Accept FS#8053 by Bertrik Sikken: playback.c and mpeg.c simplification by removal of last_track argument in track_(un)buffer callback. by Nicolas Pennequin · 17 years ago
- b41b1b3 Register me into a couple maintainer slots. by Nicolas Pennequin · 17 years ago
- f04a9b3 FS#8057: Update finnish translation by Jani Kinnunen. by Mustapha Senhaji · 17 years ago
- 6c2a904 * For a better access to the information of the Rockbox Info menu by visually by Alessio Lenzi · 17 years ago
- 3c64ace Fix FS#8052 - kernel.c compilation errors when compiling for debug. Just some minor typos that got in with last minute SW corelock changes. by Michael Sevakis · 17 years ago
- 9d05e50 Fix a file descriptor leak that happened with large directories of small files with some invalid ones. by Nicolas Pennequin · 17 years ago
- fabdd38 Make the playlist catalog use the following settings as appropriate: show filename extensions, load last bookmark, party mode and warn when erasing dynamic playlist. by Magnus Holmgren · 17 years ago
- 09bce70 Slight rework of the buffering logic: by Nicolas Pennequin · 17 years ago
- 151b7c9 Further improve the mistakes I made in add_handle (thanks Nico_P for not beating me with them) by Brandon Low · 17 years ago
- 7030279 Fix a logf warning by Brandon Low · 17 years ago
- 4ff2f9f can_add_handle() can be removed, but its logic must remain: before adding a handle, we need to make sure the there'll be space left for the curent one to finish buffering. This should fix the audio dropout problems people were experiencing. by Nicolas Pennequin · 17 years ago
- be6e85d Revert r15360: It didn't completely fix the problem and it's a bit dirty. A better solution has to be found. by Nicolas Pennequin · 17 years ago
- 9626948 Fix FS #8019, caused by memcpy() being called before "rb = api;". Be cautious of this one, it'll certainly bite us again. Gut out all the silly file selection stuff, this plugin is already a viewer. Note that mp3_encoder still is buggy and needs more work (or we need a transcoder plugin...). by Thom Johansen · 17 years ago
- c436657 some improvements to FS#8008 - see tracker entry for details by Robert Kukla · 17 years ago
- e9001ae Just because it's #if 0 doesn't make it inferior... by Thom Johansen · 17 years ago
- daf9374 Fix faulty clipping when dithering is enabled (thanks to Jens Arnold). This bug would only affect people using WMA. Also, add a small comment in an unrelated place. by Thom Johansen · 17 years ago
- 781c82c Argh. by Michael Giacomelli · 17 years ago
- 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