- 09 Nov, 2008 1 commit
-
-
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 7 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Joseph Tulou authored
Signed-off-b: Rémi Denis-Courmont <rdenis@simphalempin.com>
-
Rémi Denis-Courmont authored
Pointed-out-by: Tobias Klein <tk@trapkit.de>
-
Rémi Denis-Courmont authored
Pointed-out-by. Tobias Klein <tk@trapkit.de>
-
Laurent Aimar authored
Do not use vout_Request in aout_filter_t anymore but aout_filter_RequestVout. They have the same semantic but it will allows to control every vout creation from aout.
-
David Flynn authored
NB, this highlights some reference counting strangeness. Signed-off-by: David Flynn <davidf@rd.bbc.co.uk> Signed-off-by: Laurent Aimar <fenrir@videolan.org>
-
- 04 Nov, 2008 18 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
David Flynn authored
Should fix some aspect ratio related pain, amongst others. 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>
-
Laurent Aimar authored
-
Rémi Denis-Courmont authored
-
Sebastien Escudier authored
Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
-
David Flynn authored
In particular, calculating i_dts and i_length in p_stream. Signed-off-by: David Flynn <davidf@rd.bbc.co.uk> Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
-
David Flynn authored
Individual flags on overridden interlace coding modes are nolonger transmitted. Just a single uint. Signed-off-by: David Flynn <davidf@rd.bbc.co.uk> Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
-
Sébastien Escudier authored
Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
-