Skip to content
Permalink
mtp-new

Commits on May 12, 2010

  1. Merge branch 'master' into mtp-new

    Conflicts:
    	apps/misc.c
    pamaury committed May 12, 2010
  2. mtp: integrate a patch by JdGordon slightly modified here and there t…

    …o have a nice menu on usb plug. Much work remains to be done on the apps/ part.
    pamaury committed May 12, 2010
  3. fix red and yellow (most of it anyway)

    git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25965 a1c6a512-1295-4272-9138-f99709370657
    jdgordon
    jdgordon committed May 12, 2010
  4. FS#10853 - Skin support in the radio screen! Check CustomWPS for the …

    …new tags
    
    git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25964 a1c6a512-1295-4272-9138-f99709370657
    jdgordon
    jdgordon committed May 12, 2010
  5. ok, use a smaller font size on shorter display targets (3K instead of…

    … 10K)
    
    git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25963 a1c6a512-1295-4272-9138-f99709370657
    jdgordon
    jdgordon committed May 12, 2010
  6. mtp:

    - add more debugging in case of errors
    - fix a comment
    pamaury committed May 12, 2010
  7. Borrow another 10K to make sure multifont will have room on even the …

    …smallerst screens
    
    git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25962 a1c6a512-1295-4272-9138-f99709370657
    jdgordon
    jdgordon committed May 12, 2010
  8. Fix F_T_SOUND voicing for decimals and physical values.

    git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25961 a1c6a512-1295-4272-9138-f99709370657
    jethead71
    jethead71 committed May 12, 2010
  9. Have option_get_valuestring always call sound_val2phys before formatt…

    …ing rather than only if fractional places are specified.
    
    git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25960 a1c6a512-1295-4272-9138-f99709370657
    jethead71
    jethead71 committed May 12, 2010

Commits on May 11, 2010

  1. Faster assembler strlen for coldfire using the load-a-whole-word-and-…

    …test-i-for-nullbytes-at-one trick, benched 28% faster than the old version
    
    git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25959 a1c6a512-1295-4272-9138-f99709370657
    nls
    nls committed May 11, 2010
  2. Add the cyrillic 'yo' to 12-Adobe-Helvetica font

    git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25958 a1c6a512-1295-4272-9138-f99709370657
    alle
    alle committed May 11, 2010
  3. rbutil: change the binary name here too. Thanks to PyroBor for findin…

    …g that.
    
    git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25957 a1c6a512-1295-4272-9138-f99709370657
    Domonoky Domonoky
    Domonoky authored and Domonoky committed May 11, 2010
  4. No need to have a variable for a thing computed by the preprocessor

    git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25956 a1c6a512-1295-4272-9138-f99709370657
    alle
    alle committed May 11, 2010
  5. rbutil: fix fuzev2 firmware filename. Thanks to kisak for spotting it.

    git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25955 a1c6a512-1295-4272-9138-f99709370657
    Domonoky Domonoky
    Domonoky authored and Domonoky committed May 11, 2010
  6. Gigabeat F/X: Let us clear up confusion about just what the core freq…

    …uency is. Fix frequency display in buffering screen.
    
    git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25953 a1c6a512-1295-4272-9138-f99709370657
    jethead71
    jethead71 committed May 11, 2010
  7. Fix yellow

    git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25951 a1c6a512-1295-4272-9138-f99709370657
    Blue_Dude Blue_Dude
    Blue_Dude authored and Blue_Dude committed May 11, 2010
  8. Add Insert Shuffled to hotkey options

    git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25950 a1c6a512-1295-4272-9138-f99709370657
    Blue_Dude Blue_Dude
    Blue_Dude authored and Blue_Dude committed May 11, 2010
  9. ARM DSP: Add assembly custom sound channel processing. 13% to 14% fas…

    …ter than currently-used default C code on ARMv4.
    
    git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25949 a1c6a512-1295-4272-9138-f99709370657
    jethead71
    jethead71 committed May 11, 2010
  10. HD200 - fix in asm optimised ATA reads&writes

    git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25948 a1c6a512-1295-4272-9138-f99709370657
    wodz
    wodz committed May 11, 2010
  11. ARM DSP: Get an instruction out of the crossfeed main loop and improv…

    …e loads and interlocks for stacked vars.
    
    git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25946 a1c6a512-1295-4272-9138-f99709370657
    jethead71
    jethead71 committed May 11, 2010
  12. ARM DSP: Remove a couple comments that no longer apply.

    git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25945 a1c6a512-1295-4272-9138-f99709370657
    jethead71
    jethead71 committed May 11, 2010
  13. ARM DSP: fore some reason I neglected dsp_downsample completely. Do a…

    … small reordering.
    
    git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25944 a1c6a512-1295-4272-9138-f99709370657
    jethead71
    jethead71 committed May 11, 2010
  14. ARM DSP: Make things a little more pipeline friendly. Reduce nonvolat…

    …ile register stacking where possible. Routines now handle odd sample counts properly and will not over-write in that case. Remove a few pointless labels.
    
    git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25943 a1c6a512-1295-4272-9138-f99709370657
    jethead71
    jethead71 committed May 11, 2010
  15. More hotkey code cleanup

    git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25942 a1c6a512-1295-4272-9138-f99709370657
    Blue_Dude Blue_Dude
    Blue_Dude authored and Blue_Dude committed May 11, 2010
  16. r25940 oops. No, no, no, that wasn't quite right. Must be truthful ab…

    …out the level in decidecibels for subsequent code.
    
    git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25941 a1c6a512-1295-4272-9138-f99709370657
    jethead71
    jethead71 committed May 11, 2010
  17. MRobe100, HD200, Gigabeat F/X (anything with wm8750 or wm8751). Prope…

    …rly prescale bass and treble controls to avoid clipping.
    
    git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25940 a1c6a512-1295-4272-9138-f99709370657
    jethead71
    jethead71 committed May 11, 2010

Commits on May 10, 2010

  1. No need to use alternating registers for dual register read/write seq…

    …uence. Correct comment.
    
    git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25939 a1c6a512-1295-4272-9138-f99709370657
    Buschel Buschel
    Buschel authored and Buschel committed May 10, 2010
  2. Minor speed up (+3%) of iPod Video screen updates.

    git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25938 a1c6a512-1295-4272-9138-f99709370657
    Buschel Buschel
    Buschel authored and Buschel committed May 10, 2010
  3. Revert r25929. Test have shown that the assembler code is more than 5…

    …0% faster than the C code both on ARM7TDMI (tested on PP5002 and PP5022) and on ARM1136JF-S (tested on Gigabeat S). If it is slower on ARM9*, it should be disabled for ARM9 only.
    
    git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25937 a1c6a512-1295-4272-9138-f99709370657
    amiconn
    amiconn committed May 10, 2010
  4. sd-as3525v2: Set LP bits in MCI_CLKENA for cards after they have been…

    … initialized.
    
    The OF does this and while we don't have the documentation to be sure I think it's highly likely this is a low power mode referred to in one of the product "briefs".
    
    git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25936 a1c6a512-1295-4272-9138-f99709370657
    FlynDice FlynDice
    FlynDice authored and FlynDice committed May 10, 2010
  5. sd-as3525v2: Add delay after SD_SWITCH_FUNC to while switching to hig…

    …h speed timings and wait until after this switch to bring the card clock back up to full speed.
    
    This seems to make switching the uSD card to high speed timing much more reliable.
    
    git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25935 a1c6a512-1295-4272-9138-f99709370657
    FlynDice FlynDice
    FlynDice authored and FlynDice committed May 10, 2010
  6. Convert quotes to fancy ones in the license text as well

    git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25934 a1c6a512-1295-4272-9138-f99709370657
    alle
    alle committed May 10, 2010
  7. See 0x429c in OF (lcd_init), B6 is lcd reset line.

    Hopefully setting this properly to output will cure the random lcd resets.
    
    
    git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25933 a1c6a512-1295-4272-9138-f99709370657
    ranma
    ranma committed May 10, 2010
  8. as3525(v1) : correct CPU_FREQ

    git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25932 a1c6a512-1295-4272-9138-f99709370657
    funman
    funman committed May 10, 2010
Older
You can’t perform that action at this time.