- 05 Sep, 2008 3 commits
-
-
Antoine Cellerier authored
-
Antoine Cellerier authored
Already available in the interface sprefs. This reverts commit c1a144df.
-
Antoine Cellerier authored
-
- 04 Sep, 2008 30 commits
-
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
We were already blending directly on top of the destination picture. This simplifies the code and should prevent further confusion.
-
Felix Paul Kühne authored
-
Christophe Mutricy authored
-
Laurent Aimar authored
(it was used by net_OpenDgram when no server is specified).
-
Rémi Denis-Courmont authored
This reverts commit 9a5e5236. Not intended for master.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Laurent Aimar authored
SleepEx expects a duration in milli second.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Antoine Cellerier authored
Make sure that we don't add the briged elementary streams to the next stream output chain element when in placeholder mode. Maybe I should split normal bridge-in and placeholder mode because the code is begining to be filled with quite a few if( p_sys->b_placeholder ).
-
Antoine Cellerier authored
Add default enabled option to force placeholder state toggling to happen only on iframes. This removes artifacts at the expense of a longer switch delay.
-
Antoine Cellerier authored
-
Jean-Philippe Andre authored
-
Jean-Philippe Andre authored
This Widget (base QLabel) is designed to show the cover art. It handles right-click, and show a context menu that has only one entry: - Download cover art When the user clicks it, vlc downloads the cover art (or finds it in the cache), and displays it when downloaded
-
- 03 Sep, 2008 7 commits
-
-
Antoine Cellerier authored
-
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.
-
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).
-
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...
-
Laurent Aimar authored
-
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.
-
Rémi Duraffort authored
-