- e68a2e6 Remote keys support for the demystify plugin (added remote_directions to the plugins actions), updated key bindings in manual by Kevin Ferrare · 18 years ago
- f074b46 Cleaned up the demistify plugin a litle bit, switched the key handling to the action API by Kevin Ferrare · 18 years ago
- e6a3f7d Cosmetic changes - update a comment and add more info to a DEBUGF by Dave Chapman · 18 years ago
- 8219912 simplified the codec specification part in configure by Daniel Stenberg · 18 years ago
- 8450149 Forgot to add a file as usual. by Michael Sevakis · 18 years ago
- 8552eff Make the SPC codec run like it used to on Coldfire before -Os crushed it. Build as a lib using the old -O option. Should not impact ARM targets. by Michael Sevakis · 18 years ago
- c74e9a0 Better keep those buffers a multiple of 32 bit, extends the number of unicode characters to 5 which is better too. by Peter D'Hoye · 18 years ago
- ad9db0c Reserve more bytes to display unicode in the recording trigger settings menu. Fixes FS #7192 by Peter D'Hoye · 18 years ago
- 497a1f0 Clean out unused code by Nils Wallménius · 18 years ago
- e9d6276 Fix yellow. by Michael Sevakis · 18 years ago
- a16035d Hopefully get the rest of the quirks out of the debug menus and save some size too. by Michael Sevakis · 18 years ago
- 3d73b8e Use the multi-screen api in the usb and time screens by Jonathan Gordon · 18 years ago
- f22dd51 unused variable by Jonathan Gordon · 18 years ago
- 9dca6aa convert the last of the menus in text_editor to the new api by Jonathan Gordon · 18 years ago
- b43bf7e e200 doesnt have multiple batt capacities, so remove the option. by Jonathan Gordon · 18 years ago
- dc05124 e200: Tuner driver needs to yield alot and also be mutexed. FM debug screen got broken again and was ignoring cancellation and not drawing the lines. by Michael Sevakis · 18 years ago
- 8235efb Dutch language file update by Peter D'Hoye · 18 years ago
- e2014a9 unused param by Jonathan Gordon · 18 years ago
- 7d04c81 minor update to the debug screens to handle dynamic screens a bit better. And so there is no need to manually call the callback before enetering dbg_list() by Jonathan Gordon · 18 years ago
- 07b6cc4 Update Swedish translation. by Magnus Holmgren · 18 years ago
- b41cde5 fix radio screen by Jonathan Gordon · 18 years ago
- 4259eb1 make the radio debug screen auto-update by Jonathan Gordon · 18 years ago
- 680afaf Fix all the red this time? by Michael Sevakis · 18 years ago
- 227a733 Fix typo in the debug disk info screen by Robert Keevil · 18 years ago
- 7d759f6 Do some planned radio interface cleanup since adding in the LV24020LP. by Michael Sevakis · 18 years ago
- 60e7472 Fix FS#7044 - if the color RGB(0,255,255) is in a bmp it will be replaced with the current foreground colour by Jonathan Gordon · 18 years ago
- 5890f60 Fix radio screen, and use the actual card type name for the title in the disk screen on ondio and sansa by Jonathan Gordon · 18 years ago
- 1a059e5 Update francais language by me. by Mustapha Senhaji · 18 years ago
- 4f9bffe Fix warnings. by Michael Giacomelli · 18 years ago
- 42bd5b4 WMA codec: Coldfire is capable of unaligned memory accesses, so lets make use of it. ~1.5% speedup. by Jens Arnold · 18 years ago
- d7dd239 convert the disk info debug screen to a list. by Jonathan Gordon · 18 years ago
- 9ac2756 Fix the above by including all required files and updating SOURCES. by Michael Giacomelli · 18 years ago
- 362f894 Sync the bitstream functions with ffmpeg. Switch wmadeci.c over to get_vlc2 which is how ffmpeg now does it and is also slightly faster. Add in defines for later VLC memory usage optization. Kill some header files that weren't needed and update others that were out of sync. We're now much closer to the current ffmpeg codec which should make fixing the remaining issues much easier. by Michael Giacomelli · 18 years ago
- a9df713 TAB and whitespace police by Dave Chapman · 18 years ago
- fe0d92d Make the ASF parser reject streams which are not wmav1 or wmav2. Also restore some DEBUGF error message to indicate why a file has been rejected. by Dave Chapman · 18 years ago
- 5737254 Give the plugin menu its own title (when configured). Fixes FS #7371 by Peter D'Hoye · 18 years ago
- 28b0c58 Don't assume files are WMAv2, instead actually check that they are and quit gracefully if they are not. by Michael Giacomelli · 18 years ago
- ed4df23 convert the tagcache, database and radio debug screens to nice lists by Jonathan Gordon · 18 years ago
- f115804 make the debug menu nice and fast by Jonathan Gordon · 18 years ago
- a5278fa Rearrange and cleanup settings code by Jonathan Gordon · 18 years ago
- 50dc0ca same as previous commit, but more forgotten cases by Jonathan Gordon · 18 years ago
- 953e7cf woops, menus stopped getting redrawn when the setting screen exited by Jonathan Gordon · 18 years ago
- 411f3e2 If the action handler for the menu returns ACTION_REDRAW the list will be redrawn. Fixes the Now Playing/Resume Playback text not updating by Jonathan Gordon · 18 years ago
- b9f22af Redraw the menus once every action, not 3 times by Jonathan Gordon · 18 years ago
- 00b16fa Ancient ffmpeg bug fix that should never have been missed. Prevents floating point value from truncating downward. My files are byte for byte identical with this fix, but the ffmpeg mailing list claims its important. by Michael Giacomelli · 18 years ago
- 85568d6 iPod G3: Clock setup register display and CPU clock estimation in debug menu. * Fix clock being set to only half of what it should be (introduced with clock setup changes for PP502x). by Jens Arnold · 18 years ago
- 696432a Updated italian translation. by Alessio Lenzi · 18 years ago
- 84e939d Jewels puzzle tiles - better adaptation to the different screen sizes and a bit of polishing. by Marianne Arnold · 18 years ago
- 795401c Disable the DEBUGF statements by Dave Chapman · 18 years ago
- 47e9692 ASF parser improvements - it now correctly handles files containing multiple payloads. i.e. files where the audio packets are split into multiple payloads, and streams where audio/video payloads are mixed within the same packet. by Dave Chapman · 18 years ago
- 415e9d7 User configurable recording path (my patch in FS#7201). path defaults to / and can be changed in the folder context menu (cleared in the recording settings menu) by Jonathan Gordon · 18 years ago
- 0fd4e3f Restore some lost copyright headers from the ffmpeg project by Dave Chapman · 18 years ago
- 88e32c2 Reorganise the wma_decode_superframe() function - split into a separate init and decode functions. Each call to the decode function now decodes a single frame (2048 samples) instead of an entire superframe (which typically contained about 7 or 8 frames and can in theory contain up to 16 frames). This allows us to replace the 256KB output buffer with a 8KB buffer, and also perform more yields in the main decoding loop. by Dave Chapman · 18 years ago
- 07fabd1 ICONST_ATTR most constant tables in Speex. Results in a 10% improvement on Coldfire (200% to 220% realtime). Almost certainly not the best use of IRAM, but it works now. by Dan Everton · 18 years ago
- 85aa3a8 Code reorganisation - move the vlc functions back to common.c/common.h (where they originally were in the ffmpeg source). This code is still identical to the ffmpeg source. by Dave Chapman · 18 years ago
- 4b1cf3e Compute MDCT in place. Make that place within IRAM. Gives nice speed boost on ARM. Probably make a huge difference on Coldfire. by Michael Giacomelli · 18 years ago
- 5a1999e Move very commonly accessed array into IRAM. Should give a nice speedup on Coldfire. by Michael Giacomelli · 18 years ago
- 0361fd5 wma_decode_end() doesn't exist any more - it was only used to deallocate memory. by Dave Chapman · 18 years ago
- 8992128 Code clean up. by Michael Giacomelli · 18 years ago
- 9b176d8 Inline wma_window functions. No real performance improvement. Also, thanks to Benjamin Larsson for cleaning up some code I was simply to lazy to fix myself. by Michael Giacomelli · 18 years ago
- 610d3b4 Merge bit reverse tables together. by Michael Giacomelli · 18 years ago
- 3f8c075 ifdef out charging screen for targets that do not use it, + minor cleaning by Nils Wallménius · 18 years ago
- 32eddb4 Jewels: repair resuming of puzzle mode games. by Jens Arnold · 18 years ago
- cf872bd Remove test_codec. by Michael Giacomelli · 18 years ago
- 93bc5ef Fix rare overflow when decoding MDCT coefficients. As a bonus, decoding is now slightly faster. Thanks to preglow for suggesting I test with a full scale normalized square wave. by Michael Giacomelli · 18 years ago
- 030dce6 Fix previous by Michael Giacomelli · 18 years ago
- f5114da Move MDCT reconstruction window code over to new trig function. Improves accuracy significantly and slightly reduces code size. Codec SNR now appears to be limited by truncation to 16 bit. Comparison to MS decoder gives > 91 dB of agreement, and a lower RMS error verses the source wav then MS. Additionally, move one commonly accessed table into IRAM. by Michael Giacomelli · 18 years ago
- 68d70b3 Turn on backlight when test_codec speed test is finished by Nils Wallménius · 18 years ago
- 1cf80c3 Improved clock estimation in debug menu. by Jens Arnold · 18 years ago
- 276ff3b Copy current track path as a string, not a slightly-oversized block. by Steve Bavin · 18 years ago
- cbed7a2 Fix problem where follow playlist picks the next track, not the current one (FS#7244). Hopefully also fixes the wrong filename being displayed on the WPS (FS#7248). by Steve Bavin · 18 years ago
- 2f1da8d Merged in first part of ffmpeg accuracy improvments. No change on my samples, but brings us closer to ffmpeg's source and clears the way for additional bug fixes. by Michael Giacomelli · 18 years ago
- e047371 Merged in ffmpeg combined MDCT reconstruction. Saves us a 16KB buffer, and gives a nice speed increase. Brings code much closer to ffmpeg's. by Michael Giacomelli · 18 years ago
- 16b67e5 Make sure statusbar is updated when time changes. Fixes FS #7388. Moved time variable around and added init of info struct. by Peter D'Hoye · 18 years ago
- 96e8a1b Increase filetypes array a bit more to give headroom... by Peter D'Hoye · 18 years ago
- b0ce5ad add reversi sources to tarball. by Dominik Riebeling · 18 years ago
- 6f36bf4 Oops...that wasn't suppose to get left there. :P by Michael Sevakis · 18 years ago
- 60efd38 Gigabeat: Use vectored IRQ mode interrupts and add a trap for unhandled ones. by Michael Sevakis · 18 years ago
- 21b90e3 Ooops by Dave Chapman · 18 years ago
- b081b94d Add tag parsing to the ASF metadata parser. TODO: 1) Stress test to ensure it deals correctly with very long tags and the id3v2/v2 buffers becoming full. 2) Review the entire parser and attempt to reduce the binary size. by Dave Chapman · 18 years ago
- 9b96d666 Yet more dead code removal by Dave Chapman · 18 years ago
- ba3f4ed Remove some unused code by Dave Chapman · 18 years ago
- e7cdd6c Assemblerised CMUL() for ARM, giving ~20% speedup. by Jens Arnold · 18 years ago
- fe8ae10 Attempt #2 by Michael Giacomelli · 18 years ago
- 51b3bbb Opps fix static ASM function on coldfire by Michael Giacomelli · 18 years ago
- a16d0f3 Code clean up: Move fixed point functions into their own files. Move various lookup tables into header files. by Michael Giacomelli · 18 years ago
- 5717a0a Shorten the coldfire fixmul32() by 2 instructions and use one register less. Smaller code, but practically no speed change. by Jens Arnold · 18 years ago
- c7c21ae Remove tabs (I wonder why Anjuta decided to insert them there) by Peter D'Hoye · 18 years ago
- 11b559a Use splashes for errors in the properties plugin by Peter D'Hoye · 18 years ago
- 76855f0 File/Dir properties should at least print an error message when something goes wrong by Peter D'Hoye · 18 years ago
- 4aeab55 Replace some 64 bit multiplies with assembly on Coldfire targets. Codec lots closer to realtime on those targets now. by Thom Johansen · 18 years ago
- 9337efd Accept FS #7303 by Christoph Reiter: add context menu to FM radio entry in main menu. Also changes a small naming inconsistency. by Peter D'Hoye · 18 years ago
- 98d4e09 Increase filetypes array to make room for our latest supported audioformat by Peter D'Hoye · 18 years ago
- d4a9713 Updated Italian translation (FS#7389) by Jonathan Gordon · 18 years ago
- 1419347 The WMA decoder crashes when attempting to decode files encoded at less than 32kbps, so reject them at the metadata parsing stage. Current SVN ffmpeg can decode these files, so hopefully this can be fixed. by Dave Chapman · 18 years ago
- 48304ce Add .wmv and .asf as supported filetypes for the WMA codec by Dave Chapman · 18 years ago
- 92718a8 Oops, this change shouldn't have been committed by Dave Chapman · 18 years ago
- 9cb40ea WMA clean-up commit - fix 64-bit sim warnings, set svn keywords property, and add new files to apps/FILES by Dave Chapman · 18 years ago
- c728247 Initial, work-in-progress, version of a WMA codec using Michael Giacomelli's fixed-point and malloc-less WMA decoder (based on the ffmpeg WMA decoder from early 2006, and also building on the work started by Paul Jones). The codec itself and the ASF parsing code were written by me, inspired by the ASF parser in libasf. Current performance is around 400% realtime on gigabeat, 100% realtime on PP and 20% realtime on Coldfire. by Dave Chapman · 18 years ago
- 2ca895b Fix FS#7387 - trying to go into the file browser when the last folder was on the MMC/mSD card (which was removed) would go into an infinite loop. by Jonathan Gordon · 18 years ago