summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2007-07-11If the action handler for the menu returns ACTION_REDRAW the list will be red...Jonathan Gordon2-1/+13
2007-07-11Redraw the menus once every action, not 3 timesJonathan Gordon1-4/+4
2007-07-11Ancient ffmpeg bug fix that should never have been missed. Prevents floating...Michael Giacomelli1-2/+3
2007-07-10iPod G3: Clock setup register display and CPU clock estimation in debug menu....Jens Arnold1-3/+26
2007-07-10Updated italian translation.Alessio Lenzi1-0/+42
2007-07-10Jewels puzzle tiles - better adaptation to the different screen sizes and a b...Marianne Arnold7-0/+0
2007-07-10Disable the DEBUGF statementsDave Chapman1-21/+21
2007-07-10ASF parser improvements - it now correctly handles files containing multiple ...Dave Chapman1-42/+66
2007-07-10User configurable recording path (my patch in FS#7201). path defaults to / an...Jonathan Gordon8-58/+111
2007-07-09Restore some lost copyright headers from the ffmpeg projectDave Chapman3-0/+60
2007-07-09Reorganise the wma_decode_superframe() function - split into a separate init ...Dave Chapman3-65/+104
2007-07-09ICONST_ATTR most constant tables in Speex. Results in a 10% improvement on Co...Dan Everton15-29/+46
2007-07-09Code reorganisation - move the vlc functions back to common.c/common.h (where...Dave Chapman4-221/+222
2007-07-09Compute MDCT in place. Make that place within IRAM. Gives nice speed boost o...Michael Giacomelli1-18/+18
2007-07-09Move very commonly accessed array into IRAM. Should give a nice speedup on C...Michael Giacomelli2-9/+13
2007-07-09wma_decode_end() doesn't exist any more - it was only used to deallocate memory.Dave Chapman1-2/+0
2007-07-09Code clean up.Michael Giacomelli1-117/+24
2007-07-08Inline wma_window functions. No real performance improvement. Also, thanks t...Michael Giacomelli1-2/+2
2007-07-08Merge bit reverse tables together.Michael Giacomelli1-17/+33
2007-07-08ifdef out charging screen for targets that do not use it, + minor cleaningNils Wallménius2-8/+9
2007-07-08Jewels: repair resuming of puzzle mode games.Jens Arnold1-0/+2
2007-07-08Remove test_codec.Michael Giacomelli1-1/+0
2007-07-08Fix rare overflow when decoding MDCT coefficients. As a bonus, decoding is n...Michael Giacomelli2-17/+10
2007-07-08Fix previousMichael Giacomelli3-4/+19
2007-07-08Move MDCT reconstruction window code over to new trig function. Improves acc...Michael Giacomelli3-45/+16
2007-07-07Turn on backlight when test_codec speed test is finishedNils Wallménius1-0/+1
2007-07-07Improved clock estimation in debug menu.Jens Arnold1-3/+5
2007-07-06Copy current track path as a string, not a slightly-oversized block.Steve Bavin3-3/+7
2007-07-06Fix problem where follow playlist picks the next track, not the current one (...Steve Bavin1-1/+1
2007-07-06Merged in first part of ffmpeg accuracy improvments. No change on my samples...Michael Giacomelli2-37/+17
2007-07-06Merged in ffmpeg combined MDCT reconstruction. Saves us a 16KB buffer, and g...Michael Giacomelli1-94/+83
2007-07-05Make sure statusbar is updated when time changes. Fixes FS #7388. Moved time ...Peter D'Hoye2-7/+14
2007-07-05Increase filetypes array a bit more to give headroom...Peter D'Hoye1-1/+1
2007-07-05add reversi sources to tarball.Dominik Riebeling1-0/+3
2007-07-05Oops...that wasn't suppose to get left there. :PMichael Sevakis1-27/+0
2007-07-05Gigabeat: Use vectored IRQ mode interrupts and add a trap for unhandled ones.Michael Sevakis1-0/+27
2007-07-04OoopsDave Chapman1-1/+1
2007-07-04Add tag parsing to the ASF metadata parser. TODO: 1) Stress test to ensure i...Dave Chapman1-78/+180
2007-07-04Yet more dead code removalDave Chapman5-152/+1
2007-07-04Remove some unused codeDave Chapman2-149/+0
2007-07-04Assemblerised CMUL() for ARM, giving ~20% speedup.Jens Arnold2-25/+23
2007-07-04Attempt #2Michael Giacomelli3-25/+25
2007-07-04Opps fix static ASM function on coldfireMichael Giacomelli1-1/+1
2007-07-04Code clean up: Move fixed point functions into their own files. Move variou...Michael Giacomelli5-521/+551
2007-07-04Shorten the coldfire fixmul32() by 2 instructions and use one register less. ...Jens Arnold1-21/+21
2007-07-03Remove tabs (I wonder why Anjuta decided to insert them there)Peter D'Hoye1-2/+2
2007-07-03Use splashes for errors in the properties pluginPeter D'Hoye1-10/+3
2007-07-03File/Dir properties should at least print an error message when something goe...Peter D'Hoye1-9/+9
2007-07-03Replace some 64 bit multiplies with assembly on Coldfire targets. Codec lots ...Thom Johansen1-2/+47
2007-07-03Accept FS #7303 by Christoph Reiter: add context menu to FM radio entry in ma...Peter D'Hoye3-7/+8