1. 09 Aug, 2009 2 commits
  2. 08 Aug, 2009 20 commits
  3. 07 Aug, 2009 12 commits
  4. 06 Aug, 2009 6 commits
    • Laurent Aimar's avatar
      Revert "Remove useless assignation" · 0b6f7750
      Laurent Aimar authored
      This reverts commit 33835542.
      It segfaults as p_next is now uninitialized.
      
      ==25869== Conditional jump or move depends on uninitialised value(s)
      ==25869==    at 0x5078332: GetNextItem (tree.c:441)
      ==25869==    by 0x5078D7A: playlist_GetNextLeaf (tree.c:362)
      ==25869==    by 0x5071CFE: ResetCurrentlyPlaying (thread.c:197)
      ==25869==    by 0x5072952: Thread (thread.c:596)
      ==25869==    by 0x577AFC6: start_thread (in /lib/libpthread-2.7.so)
      ==25869==    by 0x5EE65AC: clone (in /lib/libc-2.7.so)
      0b6f7750
    • Laurent Aimar's avatar
      9b3a219b
    • Grigori Goronzy's avatar
      libass: rename types to match upstream · e8189268
      Grigori Goronzy authored
      Rename types and add compatibility macro for old libass versions.
      Signed-off-by: default avatarLaurent Aimar <fenrir@videolan.org>
      e8189268
    • Rémi Denis-Courmont's avatar
      Remove useless assignation · 33835542
      Rémi Denis-Courmont authored
      33835542
    • Ilkka Ollakka's avatar
      freetype: add error-output · 4ae0ca4d
      Ilkka Ollakka authored
      4ae0ca4d
    • Ilkka Ollakka's avatar
      freetype: force updating fontcache on loading of module · 507bd586
      Ilkka Ollakka authored
      Remove external thread for fontdbbuiler, and do it on load. First run is
      slower on windows, so show dialog about it to user. Following runs
      should be much faster (atleast according to my own tests).
      
      So on optimal case user sees that font-dialog only once when initial
      cache is created.
      
      One idea was to load freetype-module on start of vlc, so it would create
      that cache on start of vlc instead of start of video (when showing
      title), and could be changed to show something like 'VLC is starting
      first time, please wait a while...' or so.
      
      Feel free to revert/change/complain about this if it doesn't work for
      you.
      507bd586