1. 05 Sep, 2008 3 commits
  2. 04 Sep, 2008 30 commits
  3. 03 Sep, 2008 7 commits
    • Antoine Cellerier's avatar
      355d80f1
    • Antoine Cellerier's avatar
      Add placeholder feature to bridge module ("No Signal" anyone?) · 39dcd7cc
      Antoine Cellerier authored
      This commit allows using the bridge-out and bridge-in module to
      configure a placeholder stream. This placeholder stream replaces the
      input stream if it dies for more than place-holder ms.
      
      Example configuration:
       # The input
       new test broadcast enabled
       setup test input /home/antoine/media/wall-e/Sample.avi
       setup test output #duplicate{dst=bridge-out,select=video,dst=bridge-out,select=audio}
      
       # The placeholder
       new master broadcast enabled
       setup master input /home/antoine/media/wall-e/wall-e.avi
       setup master output #bridge-in{placeholder,placeholder-delay=5000}:display
      
       # control test play
       control master play
      
      Placeholder and input should have the same format (aspect ratio, dimension,
      codec, ...). Connect to VLC's telnet interface and issue some
      "control test play" and "control test stop" commands to simulate input loss.
      The placeholder stream should kick in after 5000 ms (5 s) of input loss.
      39dcd7cc
    • Antoine Cellerier's avatar
      Make it possible to have more than one bridge in a VLC instance · 299bbb55
      Antoine Cellerier authored
      This commit adds an in-name property to bridge-out and a name property
      to brige-in which allows selecting which bridge-out go to which bridge-in
      modules. Default behvior is unchanged (everything goes to the same
      bridge-in).
      299bbb55
    • Laurent Aimar's avatar
      Do not set sout-keep by default. · e0b32b4c
      Laurent Aimar authored
       While it is great for (some) streaming cases it is really wrong for saving
      to a file for example and/or without using the gather module.
      
       If you have read how to use the gather module, you probably have read enough
      documentation to add sout-keep...
      e0b32b4c
    • Laurent Aimar's avatar
      Fixed config.h include order. · 814c571d
      Laurent Aimar authored
      814c571d
    • Antoine Cellerier's avatar
      Properly malloc(), memcpy() and free() the quantizer matrix. (Somebody please... · 1273e688
      Antoine Cellerier authored
      Properly malloc(), memcpy() and free() the quantizer matrix. (Somebody please patch libmpeg2 so we can postproc it's output too!) Thanks to fenrir for his help.
      1273e688
    • Rémi Duraffort's avatar
      Fix a typo to make the buildbot happy. · cb1b8ce0
      Rémi Duraffort authored
      cb1b8ce0