Age | Commit message (Expand) | Author |
2007-07-18 | Cosmetic changes - update a comment and add more info to a DEBUGF | Dave Chapman |
2007-07-16 | simplified the codec specification part in configure | Daniel Stenberg |
2007-07-16 | Forgot to add a file as usual. | Michael Sevakis |
2007-07-16 | Make the SPC codec run like it used to on Coldfire before -Os crushed it. Bui... | Michael Sevakis |
2007-07-15 | Clean out unused code | Nils Wallménius |
2007-07-13 | Fix warnings. | Michael Giacomelli |
2007-07-12 | WMA codec: Coldfire is capable of unaligned memory accesses, so lets make use... | Jens Arnold |
2007-07-12 | Fix the above by including all required files and updating SOURCES. | Michael Giacomelli |
2007-07-12 | Sync the bitstream functions with ffmpeg. Switch wmadeci.c over to get_vlc2 ... | Michael Giacomelli |
2007-07-11 | TAB and whitespace police | Dave Chapman |
2007-07-11 | Don't assume files are WMAv2, instead actually check that they are and quit g... | Michael Giacomelli |
2007-07-11 | Ancient ffmpeg bug fix that should never have been missed. Prevents floating... | Michael Giacomelli |
2007-07-10 | ASF parser improvements - it now correctly handles files containing multiple ... | Dave Chapman |
2007-07-09 | 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 | 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 | 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-08 | 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 | 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-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-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 | Code clean up: Move fixed point functions into their own files. Move variou... | Michael Giacomelli |
2007-07-04 | Shorten the coldfire fixmul32() by 2 instructions and use one register less. ... | Jens Arnold |
2007-07-03 | Replace some 64 bit multiplies with assembly on Coldfire targets. Codec lots ... | Thom Johansen |
2007-07-03 | WMA clean-up commit - fix 64-bit sim warnings, set svn keywords property, and... | Dave Chapman |
2007-07-03 | Initial, work-in-progress, version of a WMA codec using Michael Giacomelli's ... | Dave Chapman |
2007-07-01 | Vorbis: Apply various bugfixes from upstream Tremor. | Magnus Holmgren |
2007-06-16 | AAC: Add support for iTunes-style gapless playback. | Magnus Holmgren |
2007-06-14 | Remove some unused code | Dave Chapman |
2007-06-13 | Oops, forgot to set keywords prop | Dave Chapman |
2007-06-13 | ARM assembler predictor decoding function. This increases my -c1000 test tra... | Dave Chapman |
2007-06-10 | C optimisations to the predictor decoding - create a single function for deco... | Dave Chapman |
2007-06-09 | Define and use a local APE_MAX function to make the standalone demac decoder ... | Dave Chapman |
2007-06-08 | Build Tremor with -O3 for coldfire targets, gives a slight increase in speed,... | Nils Wallménius |
2007-06-08 | Seeking and resume support for Monkey's Audio | Dave Chapman |
2007-06-06 | Make v3.97 APE files work in Rockbox | Dave Chapman |
2007-06-06 | Correct a comment (thanks to Markun for spotting) | Dave Chapman |
2007-06-05 | Initial commit of Monkey's Audio (.ape/.mac) support. Note that Monkey's is ... | Dave Chapman |