- 28 Nov, 2009 2 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
- 21 Nov, 2009 1 commit
-
-
Rémi Denis-Courmont authored
-
- 11 Nov, 2009 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 18 Sep, 2009 1 commit
-
-
Erwan Tulou authored
core: create two variables at initialization (for var_AddCallback to get a higher chance to succeed!)
-
- 14 Sep, 2009 7 commits
-
-
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.
-
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>
-
- 12 Sep, 2009 1 commit
-
-
Rémi Denis-Courmont authored
-
- 03 Sep, 2009 1 commit
-
-
Laurent Aimar authored
-
- 23 Aug, 2009 3 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 21 Aug, 2009 1 commit
-
-
Pierre authored
This try to avoid vlc_object_find() as much as possible. This is conservative, because where there is no associated parent input, we'll try to find in certain cases the parent input. This will probably be removed later on. Because yes, there is not necessarily a parent input for access and demux, especially if created from stream_UrlNew().
-
- 20 Aug, 2009 1 commit
-
-
Pierre authored
-
- 15 Aug, 2009 1 commit
-
-
Rémi Denis-Courmont authored
Deeper code can cope with too overly large values. We need to accept seemingly too far start times because the length is typically not known at startup (and hence set to zero).
-
- 19 Jul, 2009 1 commit
-
-
Laurent Aimar authored
It will allows to control the moment at which the meta are updated to fix the delay introduced by timeshift and buffering. It will also simplify the way meta data are read by demuxers.
-
- 18 Jul, 2009 1 commit
-
-
Rémi Denis-Courmont authored
-
- 17 Jul, 2009 2 commits
-
-
Laurent Aimar authored
It would be the proper thing to do to convert real time access_demux to work without pf_demux callback (it includes oss,alsa,rtp,screen at least).
-
Laurent Aimar authored
-
- 16 Jul, 2009 1 commit
-
-
Laurent Aimar authored
It allows to decrease the number of input thread wakeup and to improve its reactiveness at user commands in case of data starvation.
-
- 15 Jul, 2009 1 commit
-
-
Laurent Aimar authored
-
- 01 Jul, 2009 1 commit
-
-
Laurent Aimar authored
-
- 29 Jun, 2009 1 commit
-
-
file://localhost/filePierre authored
-
- 25 Jun, 2009 1 commit
-
-
Derk-Jan Hartman authored
-
- 24 Jun, 2009 1 commit
-
-
Rémi Duraffort authored
-
- 18 Jun, 2009 1 commit
-
-
Laurent Aimar authored
-
- 16 Jun, 2009 2 commits
-
-
Pierre Ynard authored
Yes it's invalid, but there's little point in rejecting it
-
Pierre Ynard authored
file:// URI syntax on Windows features a leading slash before the drive letter (file:///C:/Foobar/...). This is irrelevant on WinCE, that only has a root directory.
-
- 12 Jun, 2009 1 commit
-
-
Rémi Denis-Courmont authored
-
- 09 Jun, 2009 1 commit
-
-
Laurent Aimar authored
The repeat was done before buffered data were consumed.
-
- 03 Jun, 2009 1 commit
-
-
Laurent Aimar authored
Patch by ozvald (see #2733)
-
- 26 May, 2009 1 commit
-
-
Rémi Duraffort authored
I'm not sure that VLC can't still leak memory in this case...
-
- 25 May, 2009 1 commit
-
-
Rémi Denis-Courmont authored
Brought to you by M2X. Needless to mention that this is complete 100% crap. Depending cases, it's not either ignoring errors (and e.g. leaking memory which is very stupid in OOM situations), or worse, introducing bugs in places where realloc() was used correctly. And exactly one day after I WARNED EXPLICITLY AGAINST DOING THIS. This reverts commit ec5d8611.
-
- 24 May, 2009 1 commit
-
-
Jean-Paul Saman authored
-