- 06 Dec, 2008 2 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 05 Dec, 2008 3 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
This is getting insane.
-
Ilkka Ollakka authored
from r15367 onward and refuses to mux without them matching. Should fix flv-muxing.
-
- 04 Dec, 2008 28 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
The associated libvlc_MediaPlayerBuffering and libvlc_Buffering value could probably be removed (not done as I do not know the maintainer opinion).
-
Laurent Aimar authored
They will allow interfaces to display the current buffering status.
-
Laurent Aimar authored
-
Laurent Aimar authored
The associated libvlc_MediaPlayerStopped and libvlc_Stopped value could probably be removed (not done as I do not know the maintainer opinion).
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
The spu has to be detached from the vout object, otherwise the vout will never be destroyed.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
It removes the need of INPUT_GET_BYTE_POSITION/INPUT_SET_BYTE_SIZE which where not thread safe.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
We do it more properly when creating a source anyway.
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Cosmetic on the file too.
-
Jean-Baptiste Kempf authored
-
- 03 Dec, 2008 7 commits
-
-
Rémi Denis-Courmont authored
We were always picking the same values. This is pretty bad as it breaks fast resynchronization (and is totally lame anyway).
-
Robert Paciorek authored
This module make possible uses libvlc as output (not input as vmem) for video stream rendering in aplication ... motivation to create this patch can find at http://forum.videolan.org/viewtopic.php?f=32&t=53256 Usage is similar to vmem output module. We need next vlc_argv[] options: "--codec", "invmem", "--invmem-width", width, "--invmem-height", height, "--invmem-lock", clock, "--invmem-unlock", cunlock, "--invmem-data", cdata, and calling libvlc_media_new with "fake://" access string: libvlc_media_new(libvlc, "fake://", &ex); Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
-
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
-