- 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>
-
- 11 Nov, 2008 8 commits
-
-
Dominique Leuenberger authored
Radio only for the moment Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-
Laurent Aimar authored
This reverts commit 4332c070. A higher value creates problem with OSD. This will need more thinking.
-
Laurent Aimar authored
Demuxer running their own thread sending data to es_out will have to properly handle es_out (reset).
-
Laurent Aimar authored
Normal stream layer should be about the same latency now.
-
Laurent Aimar authored
It removed the need of access_t.info.b_prebuffered It reduces latency (removing the need for stream immediate) It may increase a little the CPU usage but only for demuxer that already do too much small stream reads.
-
Laurent Aimar authored
It is still needed as filter change need to be checked and do not use this wait/lock (they are about picture fifo).
-