- 04 Sep, 2008 1 commit
-
-
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 26 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
-
Rémi Duraffort 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
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Duraffort authored
-
Jean-Baptiste Kempf authored
-
Laurent Aimar authored
-
Rémi Denis-Courmont authored
This reverts commit df65d657.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
- 02 Sep, 2008 13 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
This prevents rendering subtitles multiple times (but at the cost of a picture copy when subtiles are rendered).
-
Laurent Aimar authored
-
Christophe Mutricy authored
Add some aliases Some : -> ://
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-
Laurent Aimar authored
-
Laurent Aimar authored
DEMUX_GET_PTS_DELAY should returns microsecond. You should NOT remove caching to PTS to create PCR. It was probably a workaround for the previous bug. It could explains the problems with TS over RTP (for TS with small pcr/pts delay that is, not created by VLC) Implemented missing DEMUX_CAN_* query.
-
Laurent Aimar authored
-
Rémi Denis-Courmont authored
-
Antoine Cellerier authored
Encoders are allowed to change the input format. Hence we need to check that our second attempt to spawn an encoder didn't do so.
-
Antoine Cellerier authored
-