- 15 Sep, 2009 2 commits
-
-
Pierre Ynard authored
-
Ilkka Ollakka authored
-
- 14 Sep, 2009 38 commits
-
-
Mindaugas Baranauskas authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Laurent Aimar authored
For the moment, it is only deactivated when using input_Read and input_Preparse (it was making blocking vlc at start-up).
-
Laurent Aimar authored
-
Laurent Aimar authored
It is unused and not correctly implemented (!b_block case).
-
Laurent Aimar authored
The pause must be done when the fifo of the decoder gets empty otherwise the pause occurs too soon (especially with large caching).
-
Laurent Aimar authored
It avoids to quit the pause state.
-
Laurent Aimar authored
p_input->b_eof cannot be true at this stage.
-
Laurent Aimar authored
-
Laurent Aimar authored
When a callback on int-event is needed, it is a bit cleaner.
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
The thread used by it can still be restarted, but it will allow to move some variable from vout_sys_t to event_thread_t.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
It is more symetric with StopEventThread.
-
Felix Paul Kühne authored
-
Hugo Beauzee-Luyssen authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
This was requested for Arabic.
-
Rémi Denis-Courmont authored
-
Christophe Courtaut authored
The smem sout module allows you to stream out to memory buffer. Currently only video is implemented. This module should be used with the transcode sout module, to get raw data from it. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Sébastien Escudier authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Elliot Murphy authored
Added a new option, play-and-pause. When this option is set, the input thread is automatically paused when each item reaches the end of the file. This option is intended to make it easier to use VLC during live productions featuring instructors and speakers working with American Sign Language (ASL), or really any Sign Language, where it is common for a lecturer to refer to video clips during a presentation. The automatic pausing provides a smooth pause for the video operator to switch the projection system back to the camera with the live speaker once a clip has finished playing. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
James Turner authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Sébastien Escudier authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Marian Ďurkovič authored
-
Marian Ďurkovič authored
-
Marian Ďurkovič authored
-
Pierre Ynard authored
The avcodec module can be successfully opened to encode subtitle formats that it recognizes, but support is absent and pf_encode_sub is never set, which leads to a crash.
-
Pierre Ynard authored
This piece of code really ought to be fixed better than that
-
Marian Ďurkovič authored
Info they provide is typically also present in the text or not usefull to VLC.
-
Marian Ďurkovič authored
-