- 17 Nov, 2008 7 commits
-
-
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 6 commits
-
-
Christophe Mutricy authored
-
Felix Paul Kühne authored
-
Laurent Aimar authored
-
David Flynn authored
libdirac is currently a higher quality (albeit much slower) encoder than libschroedinger. The intention is to port its algorithim to schro and depricate the codebase. A previous patch removes libdirac decoding support in preference to the schroedinger module which is designed to be much faster. This patch corrects previous attempts at doing an encoder module. It takes into account: - input PTS - correctly forming output pts&dts (progressive and field coding modes) - gathering dirac data units into encapsulation units - encoder options - simplified encoder options (block overlap) - choosing of suitable parameters from input frame parameters - OggDirac compliant stashing of headers in p_extra Signed-off-by: David Flynn <davidf@rd.bbc.co.uk> Signed-off-by: Laurent Aimar <fenrir@videolan.org>
-
Ludovic Fauvet authored
Also introduce a smart selection where the selection is restored after text is inserted. Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
-
Paul Corke authored
...in the case where there are multiple clients, not all of which are waiting to be serviced. Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
-