1. 18 Jul, 2007 4 commits
    • Philippe Morin's avatar
      91287e97
    • Jean-Baptiste Kempf's avatar
      Contribs: build taglib on Windows. Don't know yet about the detection in main... · 78f3edc5
      Jean-Baptiste Kempf authored
      Contribs:  build taglib on Windows. Don't know yet about the detection in main configure. (Ref #1247)
      
      78f3edc5
    • Jean-Baptiste Kempf's avatar
      D-Bus: "org.mpris.vlc" adjustement. · 360c0d94
      Jean-Baptiste Kempf authored
      Patch from Mirsal, as often.
      
      360c0d94
    • Jean-Baptiste Kempf's avatar
      Default keys for !mac changes: · 4261df82
      Jean-Baptiste Kempf authored
      The idea is that "Ctrl + small letter" are now reserved to interface for
      dialogs/windows showing.
      
      =====
      * Subtitles delay are now 'g','h' (g down, h up) instead of Ctrl+'h'|'j'
      * Audio delay are now 'k', 'j' ( j down, k up ) in order to mimic
      subtitles delay (g h j k are next to each other on most keyboards).
      
      * loop is 'l' instead of shift+l to simplify and match random that is 'r'.
      
      * audio and subtitles tracks are 'b' and 'v', instead of 'l', 'k', used
      now for delay, since all delays are regrouped.
      
      * Menus, title and chapter are now alt+  instead of Ctrl+ and are using
      'n','p' for next/previous chapter and 'o','b' for other (title) next/previous
      (o, b are next to n, p)
      
      History is using alt+g, alt+h instead of ctrl+v , ctrl+b, (g & h are
      next to each other)
      
      Record is using now Ctrl+shift+r to mimic dump which is ctrl + shift +d.
      
      4261df82
  2. 17 Jul, 2007 12 commits
  3. 16 Jul, 2007 2 commits
  4. 15 Jul, 2007 3 commits
  5. 14 Jul, 2007 1 commit
  6. 13 Jul, 2007 3 commits
  7. 12 Jul, 2007 4 commits
  8. 11 Jul, 2007 9 commits
  9. 10 Jul, 2007 2 commits
    • Jean-Baptiste Kempf's avatar
      * Adds a raster animation to text tagged with <karaoke> tags (like in USF · 2293854f
      Jean-Baptiste Kempf authored
        files)The timing of the raster is determined by t= tags contained within
        the tags. For a  demonstration of karaoke refer to the sample file attached.
      
      * Support for bi-directional text needs to behave inside karaoke
        tags. (In right to left text the raster needs to move from right to left
        instead of left to right - it is supporting this feature that makes this
        patch a little more complicated than it would otherwise be)
      
      * Made the internal handling of font color and alpha tags more consistent
        and convenient in a few places by storing in one variable as AARRGGBB,
        rather than 2.
      
      * Some cleanup of other code.
      
      Patch by Bernie Purcell.
      
      2293854f
    • Pierre d'Herbemont's avatar
      52576d03