1. 05 Jan, 2004 5 commits
    • Clément Stenac's avatar
      * modules/misc/sap.c : · 0697a96a
      Clément Stenac authored
            - Use the new playlist API
            - Track title changes
            - Timeout. Delete an item if we haven't heard about it for too long.
      0697a96a
    • Clément Stenac's avatar
      * Makefile.am : Added src/playlist/item-ext.c and src/playlist/info.c · 17557ea6
      Clément Stenac authored
      * src/playlist/item.c
        src/playlist/info.c
        src/playlist/item-ext.c
        src/playlist/group.c
        src/playlist/sort.c
        src/playlist/loadsave.c
        include/vlc_playlist.h
            - New playlist_info structures and accessors
              It works pretty like the old input_info (with categories)
              It provides modularity to the playlist
            - Removed ppsz_options and i_options from playlist_item
              (we use the special category Options)
            - Added a unique id to each playlist_item to be able to track the
              items accross playlist reorders
            - Simplified adding of items.
                 - playlist_AddExt is removed
                 - playlist_AddItem is still here and exported but should not be used
                 - use playlist_Add( p_playlist, uri, name, duration, mode, pos )
                   and use the accessors for all other things
            - Added setters for fields of the playlist_item structure
            - Introduced "item-change" and "playlist-current" playlist variables
              to give more flexibility than only intf-change
      
            At the moment, duration is still in the structure (easier to use, IMHO)
      
      * src/input/input.c
        src/libvlc.c :
              playlist item options parsing changed
      
      * include/vlc_common.h : added playlist_info structures
      17557ea6
    • Jon Lech Johansen's avatar
      * ./modules/demux/mp4: DRMS support. · 051ce627
      Jon Lech Johansen authored
      051ce627
    • Jon Lech Johansen's avatar
      d7dce911
    • Laurent Aimar's avatar
      * nsv: clean up, added seek support. · 20275a0b
      Laurent Aimar authored
      20275a0b
  2. 04 Jan, 2004 17 commits
  3. 03 Jan, 2004 17 commits
  4. 02 Jan, 2004 1 commit