- 17 Nov, 2008 12 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
There are some problems: - The data are stored in memory. - Only pause/unpause are supported. - Data are sent too fast to the next es_out.
-
Laurent Aimar authored
It is not yet functionnal.
-
Laurent Aimar authored
-
Jean-Baptiste Kempf authored
- x11-event option is renamed vout-event and become global (libvlc-module.c) - var_CreateGetInteger is called once at x11 initialization Patch by Joseph Tulou
-
Pierre Ynard authored
The printf functions on Windows don't support the z length modifier, which can shift field arguments, and causes an unconditional crash in modules.c on start-up. For now, strip it on Windows and have vlc work again, until a better solution is found and applied. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Default is not QAM_AUTO because ATSC is mainly using VSB_8 for non-cable operations. Patch by Charles Hordis
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-
- 16 Nov, 2008 1 commit
-
-
Alexis Ballier authored
Add a configure switch to allow disabling libsysfs support instead of letting it check what is on the build host and enable it accordingly. The default behavior is unchanged. Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
- 15 Nov, 2008 12 commits
-
-
Laurent Aimar authored
-
David Flynn authored
Signed-off-by: David Flynn <davidf@rd.bbc.co.uk> Signed-off-by: Laurent Aimar <fenrir@videolan.org>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Vincent Penquerc'h authored
do not mind large time discontinuities in SPU streams these are to be expected, so do not reset timing Signed-off-by: Laurent Aimar <fenrir@videolan.org>
-
Laurent Aimar authored
-
David Flynn authored
PES_EXTENDED_STREAM_ID is handled inside PESHeader() Not handling PES_PRIVATE_STREAM_1 inside PESHeader() just moves complication into the calling function and creates an extra argument. Signed-off-by: David Flynn <davidf@rd.bbc.co.uk> Signed-off-by: Laurent Aimar <fenrir@videolan.org>
-
David Flynn authored
Signed-off-by: David Flynn <davidf@rd.bbc.co.uk> Signed-off-by: Laurent Aimar <fenrir@videolan.org>
-
David Flynn authored
ISO/IEC 13818-1:2000/Amd.2:2003 Adds support for signalling a stream_id_extension. This is used in mapping standards for Dirac/VC-2 and VC-1. Signed-off-by: David Flynn <davidf@rd.bbc.co.uk> Signed-off-by: Laurent Aimar <fenrir@videolan.org>
-
Laurent Aimar authored
-
David Flynn authored
For some stream_id's in a transport stream, the PES packet may be unbounded in length; add support for this. Signed-off-by: David Flynn <davidf@rd.bbc.co.uk> Signed-off-by: Laurent Aimar <fenrir@videolan.org>
-
David Flynn authored
Signed-off-by: David Flynn <davidf@rd.bbc.co.uk> Signed-off-by: Laurent Aimar <fenrir@videolan.org>
-
- 14 Nov, 2008 2 commits
-
-
Rémi Duraffort authored
This commit breaks 'make check'. This reverts commit c87ca8bb.
-
Jean-Baptiste Kempf authored
-
- 13 Nov, 2008 12 commits
-
-
Rémi Duraffort authored
-
Rémi Duraffort authored
(Don't use dummy code to hide these warnings)
-
Rémi Duraffort authored
-
Jean-Baptiste Kempf authored
-
COCQUEBERT Cédric authored
Slight modification by jb Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Antoine Lejeune authored
Its interface is close to swscale and the library used part of the swscale module code. The library was developped by Siarhei Siamashka. Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
-
Antoine Lejeune authored
Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
-
Vicente Jimenez Aguilar authored
Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 12 Nov, 2008 1 commit
-
-
Christophe Mutricy authored
-