| Commit message (Expand) | Author | Age |
| ... | |
| * | Make the standalone decoder actually work on Windows (need to open the output... | Jens Arnold | 2008-11-16 |
| * | Make the standalone decoder build on cygwin. | Jens Arnold | 2008-11-16 |
| * | Move the contents of rangecoding.h into entropy.c, and remove the former. It ... | Jens Arnold | 2008-11-16 |
| * | Avoid unnecessary register copies on ARMv5. | Jens Arnold | 2008-11-16 |
| * | Make the standalone demac program compile again | Dave Chapman | 2008-11-15 |
| * | Fix comments. | Jens Arnold | 2008-11-12 |
| * | Tiny speedup by simplifying the filter wrap check. | Jens Arnold | 2008-11-12 |
| * | Tiny performance improvement for the (not yet usable) compression levels >= -... | Jens Arnold | 2008-11-12 |
| * | ARMv4 unsigned integer division: Using an overflow-safe comparison method in ... | Jens Arnold | 2008-11-06 |
| * | Correct a comment and police comment style, no functional change | Nils Wallménius | 2008-11-06 |
| * | Re-added libspc which got dropped in a black hole. | Björn Stenberg | 2008-11-05 |
| * | Codec lib directories renamed, except for demac. | Björn Stenberg | 2008-11-05 |
| * | Trimmed off redundant dependencies. | Björn Stenberg | 2008-11-05 |
| * | Added libcodec.a as dependency for all codecs. | Björn Stenberg | 2008-11-05 |
| * | This optimisation breaks for very large divisors (MSB set), so remove it. | Jens Arnold | 2008-11-05 |
| * | Set missing SVN properties. | Jens Arnold | 2008-11-05 |
| * | Further optimised (vs. libgcc) unsigned 32 bit division for ARMv4 (based on t... | Jens Arnold | 2008-11-05 |
| * | Some entropy decoder tweaks. Also removed unnecessary 'tmp' variables. | Jens Arnold | 2008-11-04 |
| * | Remove the event object in the kernel since it's rather extraneous at the mom... | Michael Sevakis | 2008-10-23 |
| * | Codec memory reorganization | Nils Wallménius | 2008-10-19 |
| * | Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. M... | Björn Stenberg | 2008-10-15 |
| * | Correct poor assumption on my part that WMA frames are 2048 samples long. Fi... | Michael Giacomelli | 2008-10-14 |
| * | New recording setting to configure how mono recordings are made. Previously, ... | Peter D'Hoye | 2008-10-08 |
| * | Another minor improvement: better pipelining and one less register used in ve... | Jens Arnold | 2008-10-07 |
| * | APE: Further ARMv6 filter optimisations: Save 4 'ror's per round by utilising... | Jens Arnold | 2008-10-07 |
| * | Fix warnings on non-arm targets. | Jens Arnold | 2008-10-03 |
| * | Various speedups: (1) Put actual decoding functions into IRAM on PP5002. (2) ... | Jens Arnold | 2008-10-03 |
| * | Speed up decoding on Gigabeat F/X and S by lowering BLOCKS_PER_LOOP. This hel... | Jens Arnold | 2008-10-03 |
| * | Put the rangecoder struct into IRAM for a nice speedup on coldfire. | Jens Arnold | 2008-10-03 |
| * | Further speedup for ARMv6 by better pipelining in scalarproduct(). | Jens Arnold | 2008-10-03 |
| * | Fix static noise on armv6. | Jens Arnold | 2008-10-03 |
| * | Add preliminary ARMv5te optimisations (verified working, but can probably be ... | Jens Arnold | 2008-10-03 |
| * | Add armv6 specific asm code for the APE filters, speeding up -c2000..-c5000 a... | Jens Arnold | 2008-10-03 |
| * | Opening function brace style police. | Michael Sevakis | 2008-09-23 |
| * | Simplify synchronizaton for MPA codec and make it fully atomic, let synth thr... | Michael Sevakis | 2008-09-23 |
| * | Add simple ASMed fixed point multiply functions for ARM to AC3. Gives a 38% ... | Michael Giacomelli | 2008-09-23 |
| * | Correct version of memory sizes in config-logikdax.h (previous values were ju... | Dave Chapman | 2008-09-22 |
| * | Trivial changes to make the main Rockbox builds for the Sansa m200 and Logik ... | Dave Chapman | 2008-09-22 |
| * | Fix careless typo on my part that broke MP3 playback on Coldfire. | Michael Giacomelli | 2008-09-22 |
| * | Hopefully fix glitches when seeking in MP3s on dual core processors. Also, c... | Michael Giacomelli | 2008-09-22 |
| * | Opps, fix mp3 decoding in the sim. | Michael Giacomelli | 2008-09-20 |
| * | Commit FS#9318 - MP3 synthesis filter on COP. Loads the MP3 synth filer on t... | Michael Giacomelli | 2008-09-20 |
| * | More files that were missed in the previous commit. | Michael Giacomelli | 2008-09-04 |
| * | Combine the Vorbis, WMA and AAC IMDCT functions and put them into the codecli... | Michael Giacomelli | 2008-09-04 |
| * | Made local functions static for vorbis and speex codecs | Bertrik Sikken | 2008-08-12 |
| * | Removed unused abort function implementation | Bertrik Sikken | 2008-08-12 |
| * | Use WMA windowing optimizations for AAC. Saves about 3.5MHz on Coldfire, and... | Michael Giacomelli | 2008-08-10 |
| * | Actually put the output in IRAM this time by combining some buffers that were... | Michael Giacomelli | 2008-08-10 |
| * | Speed up WMA decoding on coldfire (14% speedup with a 128kbps test file). | Jens Arnold | 2008-08-09 |
| * | Commit FS#9170 by Dave Hooper. Adds support for profiling on ARM, and fixes ... | Michael Giacomelli | 2008-07-28 |