2009-01-24 |
amiconn | Simulator: Fix an almost 3 years old colour init bug...
|
commit | commitdiff | tree |
2009-01-23 |
amiconn | Explicitly exclude the font for the Player in rockbox_defaul...
|
commit | commitdiff | tree |
2009-01-23 |
amiconn | Don't copy too many files either. Wait with the copying...
|
commit | commitdiff | tree |
2009-01-18 |
amiconn | Fix TYPE_BOOL settings format string. Boolean settings...
|
commit | commitdiff | tree |
2009-01-08 |
amiconn | Fix test_codec for r19704 (prefix removed from plugin...
|
commit | commitdiff | tree |
2009-01-02 |
amiconn | Speed up Player build a bit by not building a useless...
|
commit | commitdiff | tree |
2008-12-28 |
amiconn | Make sure pictureflow always uses the user font, both...
|
commit | commitdiff | tree |
2008-12-28 |
amiconn | Make the greylib text output functions handle unicode...
|
commit | commitdiff | tree |
2008-12-23 |
amiconn | No need to have a separate voice string for the Player...
|
commit | commitdiff | tree |
2008-12-22 |
amiconn | Slight speedup for the APE filters. Most noticeable...
|
commit | commitdiff | tree |
2008-12-21 |
amiconn | Fix decoding of stereo frames with silence in only...
|
commit | commitdiff | tree |
2008-12-21 |
amiconn | Fix handling of 8 bit mono and stereo APE files, and...
|
commit | commitdiff | tree |
2008-12-12 |
amiconn | Make some more constants involved in right shifts unsigned...
|
commit | commitdiff | tree |
2008-12-12 |
amiconn | Reclaim a bit of binsize on hdd based archoses by making...
|
commit | commitdiff | tree |
2008-12-09 |
amiconn | Assembler optimised mono predictor for ARM. Speedup...
|
commit | commitdiff | tree |
2008-12-02 |
amiconn | Implement mono predictor in assembler for coldfire...
|
commit | commitdiff | tree |
2008-12-01 |
amiconn | Shuffling around register allocation allows to keep...
|
commit | commitdiff | tree |
2008-11-30 |
amiconn | Remove extraneous semicolons, and fix a comment.
|
commit | commitdiff | tree |
2008-11-30 |
amiconn | Remove extraneous semicolons, and fix a comment.
|
commit | commitdiff | tree |
2008-11-30 |
amiconn | Fix APE 16-bit mono output: mono signals need to be...
|
commit | commitdiff | tree |
2008-11-29 |
amiconn | Fix wrong data type.
|
commit | commitdiff | tree |
2008-11-28 |
amiconn | Resurrect the ARM7 16-bit packed vector addition/subtraction...
|
commit | commitdiff | tree |
2008-11-28 |
amiconn | Add another missing file to 'clean' target.
|
commit | commitdiff | tree |
2008-11-27 |
amiconn | On ARM9TDMI (e.g. Gigabeat F) it's faster to use a...
|
commit | commitdiff | tree |
2008-11-27 |
amiconn | Speed up the predictor a little by using ldrd/strd...
|
commit | commitdiff | tree |
2008-11-26 |
amiconn | Get rid of unused return values, except the one from...
|
commit | commitdiff | tree |
2008-11-24 |
amiconn | Reorder instructions to avoid pipeline stalls on ARMv6...
|
commit | commitdiff | tree |
2008-11-24 |
amiconn | Branch optimisation in both C (giving hints to gcc...
|
commit | commitdiff | tree |
2008-11-24 |
amiconn | Tweak the ARMv6 filter assembly a bit further.
|
commit | commitdiff | tree |
2008-11-23 |
amiconn | Fix test_codec precision. The old version effectively...
|
commit | commitdiff | tree |
2008-11-21 |
amiconn | $* doesn't work if the target doesn't use a wildcard...
|
commit | commitdiff | tree |
2008-11-21 |
amiconn | Stop overwriting rockbox.map (depending on build order...
|
commit | commitdiff | tree |
2008-11-21 |
amiconn | That test plugin was forgotten in the make system overhaul.
|
commit | commitdiff | tree |
2008-11-19 |
amiconn | Several tweaks and cleanups: * Use .rept instead of...
|
commit | commitdiff | tree |
2008-11-19 |
amiconn | Compile-time choice between 16 bit and 32 bit integers...
|
commit | commitdiff | tree |
2008-11-16 |
amiconn | Centralise compile-time configuration.
|
commit | commitdiff | tree |
2008-11-16 |
amiconn | Make it compile again on linux...
|
commit | commitdiff | tree |
2008-11-16 |
amiconn | Make the standalone decoder actually work on Windows...
|
commit | commitdiff | tree |
2008-11-16 |
amiconn | Make the standalone decoder build on cygwin.
|
commit | commitdiff | tree |
2008-11-16 |
amiconn | Move the contents of rangecoding.h into entropy.c,...
|
commit | commitdiff | tree |
2008-11-16 |
amiconn | Avoid unnecessary register copies on ARMv5.
|
commit | commitdiff | tree |
2008-11-12 |
amiconn | Fix comments.
|
commit | commitdiff | tree |
2008-11-12 |
amiconn | Tiny speedup by simplifying the filter wrap check.
|
commit | commitdiff | tree |
2008-11-12 |
amiconn | Tiny performance improvement for the (not yet usable...
|
commit | commitdiff | tree |
2008-11-09 |
amiconn | Video plugin: Fix OSD for font_height != 8. Don't fiddle...
|
commit | commitdiff | tree |
2008-11-07 |
amiconn | Fix tabs galore.
|
commit | commitdiff | tree |
2008-11-07 |
amiconn | Common data must be included in .bss or it won't get...
|
commit | commitdiff | tree |
2008-11-06 |
amiconn | ARMv4 unsigned integer division: Using an overflow...
|
commit | commitdiff | tree |
2008-11-05 |
amiconn | This optimisation breaks for very large divisors (MSB...
|
commit | commitdiff | tree |
2008-11-05 |
amiconn | Set missing SVN properties.
|
commit | commitdiff | tree |
2008-11-05 |
amiconn | Further optimised (vs. libgcc) unsigned 32 bit division...
|
commit | commitdiff | tree |
2008-11-04 |
amiconn | Some entropy decoder tweaks. Also removed unnecessary...
|
commit | commitdiff | tree |
2008-11-03 |
amiconn | Tweak for German TTS engines.
|
commit | commitdiff | tree |
2008-11-01 |
amiconn | Shave off another 4 instructions (8 bytes).
|
commit | commitdiff | tree |
2008-10-31 |
amiconn | Revert r18947, and add a comment why the backlight...
|
commit | commitdiff | tree |
2008-10-30 |
amiconn | Update the README, and add a warning.
|
commit | commitdiff | tree |
2008-10-30 |
amiconn | Minimon is loaded to 0x0ffff000 by uart_boot, so it...
|
commit | commitdiff | tree |
2008-10-30 |
amiconn | Use the asm optimised UCL decompressor for the flash...
|
commit | commitdiff | tree |
2008-10-29 |
amiconn | state->savedboard doesn't exist, so revert that part...
|
commit | commitdiff | tree |
2008-10-29 |
amiconn | Save another 4 bytes without sacrificing performance...
|
commit | commitdiff | tree |
2008-10-29 |
amiconn | AS3525 is ARMv4, not ARMv5.
|
commit | commitdiff | tree |
2008-10-28 |
amiconn | Self-extractor for on-disk firmware image: UCL decompressor...
|
commit | commitdiff | tree |
2008-10-21 |
amiconn | Fix .talk clips on hwcodec targets. mp3info() must...
|
commit | commitdiff | tree |
2008-10-20 |
amiconn | Fix title case in a section header, switch a sentence...
|
commit | commitdiff | tree |
2008-10-19 |
amiconn | Rewrite of the Archos flashing chapter, bringing it...
|
commit | commitdiff | tree |
2008-10-18 |
amiconn | Increase UCL blocksize in order to fix 'blocksize too...
|
commit | commitdiff | tree |
2008-10-16 |
amiconn | Merge the necessary changes for the new archos firmware...
|
commit | commitdiff | tree |
2008-10-12 |
amiconn | Archos flash loader: compile with -Os and make all...
|
commit | commitdiff | tree |
2008-10-12 |
amiconn | Bootloaders don't need special handling in sys_poweroff...
|
commit | commitdiff | tree |
2008-10-11 |
amiconn | Make the MIPS toolchain build on gcc 4.3+.
|
commit | commitdiff | tree |
2008-10-08 |
amiconn | Use internal function 'findtool' instead of external...
|
commit | commitdiff | tree |
2008-10-08 |
amiconn | Make the array static const char, and use it for direct...
|
commit | commitdiff | tree |
2008-10-07 |
amiconn | Another minor improvement: better pipelining and one...
|
commit | commitdiff | tree |
2008-10-07 |
amiconn | APE: Further ARMv6 filter optimisations: Save 4 'ror...
|
commit | commitdiff | tree |
2008-10-06 |
amiconn | Let 'configure' figure out the full path to the various...
|
commit | commitdiff | tree |
2008-10-06 |
amiconn | Squash 2 warnings in each of (voicefont.c, wavtrim.c).
|
commit | commitdiff | tree |
2008-10-03 |
amiconn | Fix warnings on non-arm targets.
|
commit | commitdiff | tree |
2008-10-03 |
amiconn | Various speedups: (1) Put actual decoding functions...
|
commit | commitdiff | tree |
2008-10-03 |
amiconn | Speed up decoding on Gigabeat F/X and S by lowering...
|
commit | commitdiff | tree |
2008-10-03 |
amiconn | Put the rangecoder struct into IRAM for a nice speedup...
|
commit | commitdiff | tree |
2008-10-03 |
amiconn | Further speedup for ARMv6 by better pipelining in scalarprod...
|
commit | commitdiff | tree |
2008-10-03 |
amiconn | Fix static noise on armv6.
|
commit | commitdiff | tree |
2008-10-03 |
amiconn | Add preliminary ARMv5te optimisations (verified working...
|
commit | commitdiff | tree |
2008-10-03 |
amiconn | Add armv6 specific asm code for the APE filters, speeding...
|
commit | commitdiff | tree |
2008-09-30 |
amiconn | Revert unnecessary fix for broken Interix-gcc 4.2.
|
commit | commitdiff | tree |
2008-09-29 |
amiconn | Fixes for building the MIPS toolchain on Interix: ...
|
commit | commitdiff | tree |
2008-09-28 |
amiconn | Interix also doesn't like the m68040.
|
commit | commitdiff | tree |
2008-09-25 |
amiconn | Make a local function static.
|
commit | commitdiff | tree |
2008-09-24 |
amiconn | Clean up bootbox main file.
|
commit | commitdiff | tree |
2008-09-24 |
amiconn | Limit the buil-in font to ASCII for bootloaders.
|
commit | commitdiff | tree |
2008-09-24 |
amiconn | Fix red.
|
commit | commitdiff | tree |
2008-09-24 |
amiconn | Repair bootbox on the archoses (that bug went undetected...
|
commit | commitdiff | tree |
2008-09-23 |
amiconn | Bootloaders don't need idle callbacks.
|
commit | commitdiff | tree |
2008-09-23 |
amiconn | Disable the whole loadable font code including font...
|
commit | commitdiff | tree |
2008-09-23 |
amiconn | Disable bidirectional text handling and arabic joining...
|
commit | commitdiff | tree |
2008-09-23 |
amiconn | Oops, forgot the touchscreen targets.
|
commit | commitdiff | tree |
2008-09-23 |
amiconn | Simplify controls in order to resolve impossible combos...
|
commit | commitdiff | tree |
2008-09-21 |
amiconn | Define the various CPUFREQ_* macros so that Gigabeat...
|
commit | commitdiff | tree |
2008-09-19 |
amiconn | Some more size optimisations, giving a tiny write speedup...
|
commit | commitdiff | tree |
2008-09-19 |
amiconn | Change the way send_cmd() returns data to make it cleaner...
|
commit | commitdiff | tree |