1. 12 Aug, 2005 17 commits
  2. 11 Aug, 2005 18 commits
  3. 10 Aug, 2005 5 commits
    • Jean-Paul Saman's avatar
    • Derk-Jan Hartman's avatar
      * Fixed VLC_IsPlaying (fixes #259) · 88bb86ec
      Derk-Jan Hartman authored
        Now uses the state variable instead of playlist_IsPlaying. The PLAYLIST_PAUSED state is no longer reliable since the introduction of the state variable for testing if playback is in a paused state. Perhaps we should remove this part of the playlist logic and keep it to RUNNING and STOPPED.
      88bb86ec
    • Jean-Paul Saman's avatar
      Forward port of branches/0.8.1-jpsaman-thedj revision 12070. The OSD menu... · 26e60046
      Jean-Paul Saman authored
      Forward port of branches/0.8.1-jpsaman-thedj revision 12070. The OSD menu subsystem consists of two parts a core part (src/osd, include/vlc_osd.h) and a subfilter (modules/video_filter/osdmenu.c). The OSD menu can be used locally or it can be streamed. It depends on the way the functionality is called from the vlc commandline. Currently there is only one way to make the subpictures appear on the video and that is through the rc-interface. The following commands are supported by it: "menu on" (show OSD menu), "menu off" (hide OSD menu), "menu left" (highlight button on the left), "menu right" (highlight button on the right), "menu up" (highlight button above), "menu down" (highlight button below) or "menu select" (perform hotkey action). When there is no button on the left, right, up or down then the menu-command will be ignored.
      
      To stream use a commandline similar to this:
      
      ./vlc dvdsimple:///dev/dvd --sub-filter=osdmenu --osdmenu-file=share/osdmenu/default.cfg --extraintf rc --sout '#transcode{sfilter=osdmenu}:std{mux=ts,access=udp,url=127.0.0.1:1234}' -vvvv
      
      For local playback a commandline like this is needed:
      
      ./vlc dvdsimple:///dev/dvd --sub-filter=osdmenu --osdmenu-file=share/osdmenu/default.cfg -vvvv
      
      Have fun with the basic functionality - jpsaman.
      
      26e60046
    • Jean-Paul Saman's avatar
    • Jean-Paul Saman's avatar
      The OSD menu pictures in two flavors a simple (default.cfg) and a more full... · fdbb38ee
      Jean-Paul Saman authored
      The OSD menu pictures in two flavors a simple (default.cfg) and a more full version (dvd.cfg). (forward ported from branches/0.8.1-jpsaman-thedj)
      
      fdbb38ee