1. 15 May, 2010 8 commits
  2. 14 May, 2010 2 commits
  3. 13 May, 2010 4 commits
  4. 12 May, 2010 4 commits
  5. 10 May, 2010 20 commits
  6. 09 May, 2010 2 commits
    • Jean-Baptiste Kempf's avatar
      On the road to 1.1.0-RC · e0371747
      Jean-Baptiste Kempf authored
      e0371747
    • Erwan Tulou's avatar
      skins2: fix skins crashing when playlist is flat · 0484db2c
      Erwan Tulou authored
      m_firstPos (iterator associated to a stl list container) is not guaranteed to be valid (the associated item may have been deleted). Up to vlc1.0, this was no problem, because deleting an item was also buggy (a no-op). From vlc1.1 on, m_firstPos must now be recomputed to ensure it keeps on pointing to a valid item in all cases.
      
      start for instance a playlist with the 'Dragon' skin as a test case.
      This was pointed out by colt45 (from the forum)
      (cherry picked from commit 1ef175cb28927f1ad01acabaf6e09936c451dc60)
      Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
      0484db2c