1. 16 Jan, 2004 7 commits
  2. 15 Jan, 2004 14 commits
  3. 14 Jan, 2004 4 commits
  4. 13 Jan, 2004 4 commits
  5. 12 Jan, 2004 8 commits
  6. 11 Jan, 2004 3 commits
    • Simon Latapie's avatar
    • Sigmund Augdal Helberg's avatar
      modules/demux/playlist/playlist.c: · 64c5b318
      Sigmund Augdal Helberg authored
       * Added common functions for handling relative paths in playlist files
       * Module declaration for pls import module
      modules/demux/playlist/m3u.c:
       * implemented m3u import module
      modules/demux/playlist/pls.c:
       * new pls import module
      modules/demux/playlist/playlist.h:
       * common prototypes
      modules/demux/playlist/Modules.ac
       * activated pls module
      64c5b318
    • Cyril Deguet's avatar
      * modules/gui/skins/*: · c45fb127
      Cyril Deguet authored
       - huge cleaning of the interpreter; all the variables are stored in
       the container VarManager, and can be retrieved by their name (with
       type checking if needed). Some variables are still owned by VlcProc
       for technical reasons (their interface is not compliant with normal
       variable, because of the "updateVLC" trick)
       - replaced double by float
      c45fb127