| Commit message (Expand) | Author | Age |
| * | Restore some lost copyright headers from the ffmpeg project | Dave Chapman | 2007-07-09 |
| * | Reorganise the wma_decode_superframe() function - split into a separate init ... | Dave Chapman | 2007-07-09 |
| * | Add divide-by-zero trap for ARM instead of just silently ignoring them. | Michael Sevakis | 2007-07-09 |
| * | ICONST_ATTR most constant tables in Speex. Results in a 10% improvement on Co... | Dan Everton | 2007-07-09 |
| * | Code reorganisation - move the vlc functions back to common.c/common.h (where... | Dave Chapman | 2007-07-09 |
| * | Gigabeat: Squeeze down lcd_bitmap_transparent_part a bit. Let the compiler ch... | Michael Sevakis | 2007-07-09 |
| * | Compute MDCT in place. Make that place within IRAM. Gives nice speed boost o... | Michael Giacomelli | 2007-07-09 |
| * | Move very commonly accessed array into IRAM. Should give a nice speedup on C... | Michael Giacomelli | 2007-07-09 |
| * | wma_decode_end() doesn't exist any more - it was only used to deallocate memory. | Dave Chapman | 2007-07-09 |
| * | Code clean up. | Michael Giacomelli | 2007-07-09 |
| * | e200: Remove all that inlining in the display driver to get rid of the bloat.... | Michael Sevakis | 2007-07-09 |
| * | Inline wma_window functions. No real performance improvement. Also, thanks t... | Michael Giacomelli | 2007-07-08 |
| * | Merge bit reverse tables together. | Michael Giacomelli | 2007-07-08 |
| * | Gigabeat: properly confined framebuffer copies and a few pendantic changes to... | Michael Sevakis | 2007-07-08 |
| * | ifdef out charging screen for targets that do not use it, + minor cleaning | Nils Wallménius | 2007-07-08 |
| * | Add lcd_sleep stub to sim too. | Michael Sevakis | 2007-07-08 |
| * | e200 lcd mashup: 1) Enable flipped and inverted mode. 2) Fully enable all pow... | Michael Sevakis | 2007-07-08 |
| * | Jewels: repair resuming of puzzle mode games. | Jens Arnold | 2007-07-08 |
| * | Remove test_codec. | Michael Giacomelli | 2007-07-08 |
| * | Fix rare overflow when decoding MDCT coefficients. As a bonus, decoding is n... | Michael Giacomelli | 2007-07-08 |
| * | Fix previous | Michael Giacomelli | 2007-07-08 |
| * | Move MDCT reconstruction window code over to new trig function. Improves acc... | Michael Giacomelli | 2007-07-08 |
| * | Turn on backlight when test_codec speed test is finished | Nils Wallménius | 2007-07-07 |
| * | Improved clock estimation in debug menu. | Jens Arnold | 2007-07-07 |
| * | Stop the crashes on some PP5022C targets (iPod Video, perhaps also Nano) intr... | Jens Arnold | 2007-07-07 |
| * | e200: Better power_off to lock the system down while waiting for PMU to cut p... | Michael Sevakis | 2007-07-07 |
| * | Copy current track path as a string, not a slightly-oversized block. | Steve Bavin | 2007-07-06 |
| * | Gigabeat: oops, forgot to set correct timer prescaler limit. | Michael Sevakis | 2007-07-06 |
| * | Gigabeat: Add timer functionality. Rework tick timer setup to be exactly 100H... | Michael Sevakis | 2007-07-06 |
| * | Fix problem where follow playlist picks the next track, not the current one (... | Steve Bavin | 2007-07-06 |
| * | Merged in first part of ffmpeg accuracy improvments. No change on my samples... | Michael Giacomelli | 2007-07-06 |
| * | Merged in ffmpeg combined MDCT reconstruction. Saves us a 16KB buffer, and g... | Michael Giacomelli | 2007-07-06 |
| * | Make sure statusbar is updated when time changes. Fixes FS #7388. Moved time ... | Peter D'Hoye | 2007-07-05 |
| * | rbuti: fix the same false error message, when uninstalling the ipod bootloader | Dominik Wenger | 2007-07-05 |
| * | Increase filetypes array a bit more to give headroom... | Peter D'Hoye | 2007-07-05 |
| * | Give credit to the chip8 developer(s) and the contributor who ported it | Peter D'Hoye | 2007-07-05 |
| * | rbutil: fix false error message when installing ipod bootloader | Dominik Wenger | 2007-07-05 |
| * | Fix a (minor) disk corruption when moving directories around. Fixes FS #7359 | Peter D'Hoye | 2007-07-05 |
| * | add reversi sources to tarball. | Dominik Riebeling | 2007-07-05 |
| * | Temporary fix for FS#7257 and FS#7261 - playback resumes while paused when se... | Robert Keevil | 2007-07-05 |
| * | Get rid of yellow plus an optimization I should have seen in the first place. | Michael Sevakis | 2007-07-05 |
| * | Oops...that wasn't suppose to get left there. :P | Michael Sevakis | 2007-07-05 |
| * | Gigabeat: Use vectored IRQ mode interrupts and add a trap for unhandled ones. | Michael Sevakis | 2007-07-05 |
| * | Ooops | Dave Chapman | 2007-07-04 |
| * | Add tag parsing to the ASF metadata parser. TODO: 1) Stress test to ensure i... | Dave Chapman | 2007-07-04 |
| * | Yet more dead code removal | Dave Chapman | 2007-07-04 |
| * | Remove some unused code | Dave Chapman | 2007-07-04 |
| * | Assemblerised CMUL() for ARM, giving ~20% speedup. | Jens Arnold | 2007-07-04 |
| * | Attempt #2 | Michael Giacomelli | 2007-07-04 |
| * | Opps fix static ASM function on coldfire | Michael Giacomelli | 2007-07-04 |