- 04 Dec, 2008 6 commits
-
-
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 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).
-
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
-
Danny Wood authored
Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
-
- 02 Dec, 2008 4 commits
-
-
Rémi Denis-Courmont authored
-
Michael Hanselmann authored
us_asprintf() has the same prototype as asprintf(), but doesn't use the system locale. Signed-off-by: Michael Hanselmann <public@hansmi.ch> Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
-
Pierre Ynard authored
Fix typo in comment: "spurious" instead of "supurious" Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
-
Rémi Denis-Courmont authored
(cherry picked from commit a684d026)
-
- 01 Dec, 2008 5 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Duraffort 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>
-
Vicente Jimenez Aguilar authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
- 30 Nov, 2008 15 commits
-
-
Rémi Duraffort authored
-
Laurent Aimar authored
There was a segfault probably due to taglib module changes.
-
Rémi Duraffort authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
It avoids useless es creation every time the current active es is destroyed.
-
Laurent Aimar authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This is trivially exploitable to run code. Pointed-out-by: Tobias Klein
-
- 29 Nov, 2008 2 commits
-
-
Ilkka Ollakka authored
could do reviewing.
-
Iain Wade authored
The attached patch adds support for decrypting and playing drm protected video, such as those from iTunes movie store. The patch was created against the 0.9.5 source tarball, and was compiled and tested on OSX against some (legitimately purchased) iTunes purchased songs and movies. Just like the existing audio support it requires decryption keys to be deposited in ~/.drms/ and extracting the keys is left as an exercise for the user. [Commit message edited by Laurent Aimar] Signed-off-by: Iain Wade <iwade@optusnet.com.au> Signed-off-by: Laurent Aimar <fenrir@videolan.org>
-