- 12 Nov, 2008 1 commit
-
-
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 11 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).
-
Felix Paul Kühne authored
forward-port [578af5df020a05e7deb7f4b0fdf5b6c5d402814e] Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Ilkka Ollakka authored
100 200 300 750 2500 For http/rtsp caching is doubled, for mms its 10x that (maybe too much on that one).
-
Ilkka Ollakka authored
-
- 10 Nov, 2008 6 commits
-
-
David Flynn authored
The schroedinger project and vlc module are much faster dirac decoders; that should be used in preference to libdirac[-research] Signed-off-by: David Flynn <davidf@rd.bbc.co.uk> Signed-off-by: Laurent Aimar <fenrir@videolan.org>
-
Laurent Aimar authored
-
David Flynn authored
- OggDirac support using revised granule_position mapping: http://www.diracvideo.org/specification (20081109) - Uses p_extra for BOS page - Flushes Ogg page after each OggDirac packet Signed-off-by: David Flynn <davidf@rd.bbc.co.uk> Signed-off-by: Laurent Aimar <fenrir@videolan.org>
-
Jean-Baptiste Kempf authored
-
Sebastien Escudier authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
- 09 Nov, 2008 5 commits
-
-
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
-
- 08 Nov, 2008 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 07 Nov, 2008 11 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Lukas Durfina authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Laurent Aimar authored
-
Laurent Aimar authored
Used vlc_fourcc_t. Protected a macro. Used var_CreateGetNonEmptyString where needed. Cosmetics.
-
Laurent Aimar authored
The rawvideo stream may not be CFR but has a timestamp for every frame. Anyway I prefer that we try to display the stream even with small glitches than rejecting it.
-
David Flynn authored
demux: - Use accurate timestamps (date_t) - Signal frame rate in fmt_out - Fix aspect ratio for YUV4MPEG2 - Reoganise input options to allow sensible overrides Ie: extension gussing < yuv4mpeg < cmdline codec/packetizer: - Fix incorrect assumption of 25 fps video - Use accurate timestamps (date_t) - Copy input format as output format (to preserve frame rate) - Set progressive flag per picture TODO: - Have module option for interlaced - Detect interlaced in demux for YUV4MPEG2 - Have codec read set the interlaced flags in the video All seems rather tricky for the moment (well, YUV4MPEG2 bit does, since the demuxer strips the headers that reveal the interlace mode). 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
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 06 Nov, 2008 1 commit
-
-
Rémi Denis-Courmont authored
Iinvalid on POSIX (pthread_t is not scalar), crashing on Win32
-
- 05 Nov, 2008 3 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Joseph Tulou authored
Signed-off-b: Rémi Denis-Courmont <rdenis@simphalempin.com>
-