- 09 Dec, 2008 2 commits
-
-
Jean-Baptiste Kempf authored
This is a big chunk, and is very experimental. Functionnalities are (at best) very limited.
-
Jean-Baptiste Kempf authored
-
- 07 Dec, 2008 2 commits
-
-
Rémi Denis-Courmont authored
(probably impossible in practice as memory would run out first)
-
Rémi Denis-Courmont authored
-
- 06 Dec, 2008 5 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Joseph Tulou authored
Signed-off-by:
Rémi Denis-Courmont <rdenis@simphalempin.com>
-
ssbssa authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
- 05 Dec, 2008 2 commits
-
-
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 12 commits
-
-
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
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
It removes the need of INPUT_GET_BYTE_POSITION/INPUT_SET_BYTE_SIZE which where not thread safe.
-
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
Cosmetic on the file too.
-
Jean-Baptiste Kempf authored
-
- 03 Dec, 2008 8 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).
-
bercik 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
-
Danny Wood authored
Signed-off-by:
Rémi Denis-Courmont <rdenis@simphalempin.com>
-
- 02 Dec, 2008 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
(cherry picked from commit a684d0267892b3cafed7cbf2ae8175a806bb547d)
-
- 01 Dec, 2008 3 commits
-
-
Rémi Denis-Courmont authored
-
Pierre Ynard authored
Replaces a function declaration by the needed empty definition for WinCE Signed-off-by:
Rémi Denis-Courmont <rdenis@simphalempin.com>
-
Jean-Baptiste Kempf authored
-
- 30 Nov, 2008 4 commits
-
-
ivoire authored
-
Laurent Aimar authored
-
ivoire authored
-
ivoire authored
-