- 23 May, 2018 1 commit
-
-
Vityusha V. Vinokurov authored
Modified-and-... Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- 18 May, 2017 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 11 Dec, 2015 2 commits
-
-
Jean-Baptiste Kempf authored
-
Zhao Zhili authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 22 Apr, 2014 1 commit
-
-
Rémi Denis-Courmont authored
-
- 15 Feb, 2014 1 commit
-
-
Rafaël Carré authored
All our private context end in sys_t Do the same for elementary stream specific context inside sout modules
-
- 20 Nov, 2013 1 commit
-
-
Jean-Baptiste Kempf authored
Re-license almost all the streaming modules to LGPLv2.1+ with authorization from their respective contributors After access_output, this includes stream_out and mux. The duplicate and rtp modules are not concerned by this relicensing because of unreachable authors. Notably: - An L. Ber (dedd7cd2) - Andy chenee (5caa2bab) Thanks to everyone for their help and answers in due time
-
- 05 Jun, 2013 1 commit
-
-
Rafaël Carré authored
http://msdn.microsoft.com/en-us/library/b0084kay(v=vs.80).aspx only mentions the _ prefixed variable. gcc will always define the _ prefixed variable, like Visual Studio. The prefixless one is defined in some language standards, e.g. gnu99 but not c99.
-
- 02 Sep, 2012 1 commit
-
-
Rémi Denis-Courmont authored
-
- 01 Apr, 2012 1 commit
-
-
Rémi Denis-Courmont authored
-
- 14 Jan, 2012 1 commit
-
-
Pierre Ynard authored
The deadlock would occur when the VLM would stop an instance and detach its RTP output, at the same time as an RTSP client would issue a VoD command to the VLM. Unfortunately this introduces a race condition where wrong RTP-Info can be returned.
-
- 16 Oct, 2011 1 commit
-
-
Pierre Ynard authored
This is getting a bit lame
-
- 14 Oct, 2011 1 commit
-
-
KO Myung-Hun authored
Modified-by:
Rémi Denis-Courmont <remi@remlab.net> Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- 04 Oct, 2011 1 commit
-
-
Pierre Ynard authored
-
- 28 Sep, 2011 1 commit
-
-
Rémi Denis-Courmont authored
-
- 02 Aug, 2011 4 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Also prefix with vlc_ for namespace cleanliness.
-
- 14 Mar, 2011 2 commits
-
-
Pierre Ynard authored
-
Pierre Ynard authored
This fixes a crash with VoD when all tracks were not set up
-
- 25 Jan, 2011 1 commit
-
-
Pierre Ynard authored
For VoD, the synchronization is bad, but accurate synchronization would require at least changes in the core to add support for some kind of "instant pausing" to the stream output. Synchronous calls to the VLM shouldn't cause delay problems, no operation waits for the input.
-
- 23 Dec, 2010 1 commit
-
-
Pierre Ynard authored
-
- 17 Dec, 2010 6 commits
-
-
Pierre Ynard authored
-
Pierre Ynard authored
Half of it is still unimplemented, so it's just sweeping under the VLM rug
-
Pierre Ynard authored
-
Pierre Ynard authored
-
Pierre Ynard authored
-
Pierre Ynard authored
-
- 15 Dec, 2010 1 commit
-
-
Pierre Ynard authored
-
- 14 Dec, 2010 1 commit
-
-
Pierre Ynard authored
-
- 12 Dec, 2010 3 commits
-
-
Pierre Ynard authored
-
Pierre Ynard authored
-
Pierre Ynard authored
-
- 27 Nov, 2010 1 commit
-
-
Pierre Ynard authored
Based on keep-alive RTSP requests
-
- 19 Nov, 2010 1 commit
-
-
Pierre Ynard authored
RTSP doesn't toggle pause state, it sends unconditional PLAY/PAUSE commands. Let the VLM handle it.
-
- 17 Nov, 2010 1 commit
-
-
Pierre Ynard authored
RTSP uses NPT in seconds, so don't convert for nothing...
-
- 16 Nov, 2010 1 commit
-
-
Pierre Ynard authored
Cleaner and better working solution for VoD than the bad hack that we currently have. Instead of (badly) duplicating large portions of codes, it reuses the existing RTSP stack and factorizes the RTP payload code, and provides support for a number of ES not limited to one audio and one video tracks, as well as for missing features in RTSP headers. The VoD module is responsible for starting and running the RTSP stack. When a VoD media instance is started, the VLM passes down media and session parameters as variables to the RTP stream output object, that uses them to hook back into the VoD code (and through it, into the RTSP stack), to retrieve accurate, already set up parameters, and provide playback data.
-
- 01 Nov, 2010 1 commit
-
-
Pierre Ynard authored
-