- 07 May, 2009 27 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
(Crop is currently dysfunctional, picture offset are missing)
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Laurent Aimar authored
Thanks David Flynn for the remark.
-
Laurent Aimar authored
This one is more for consistency with what the core do.
-
Laurent Aimar authored
demux_PacketizerNew has been fixed in that regard.
-
Laurent Aimar authored
-
David Flynn authored
Updated 20090507 with: - migrate to VLC_TS_INVALID - fix coding style - use generic handling of DEMUX_SET_TIME - don't add +1 to dts/pts - zero point hack while VLC_TS_INVALID = 0 Signed-off-by: David Flynn <davidf@rd.bbc.co.uk> Signed-off-by: Laurent Aimar <fenrir@videolan.org>
-
Laurent Aimar authored
On such flag, the bitstream before and after it are not related at all and so are the timestamp. In order to not confuse the core, do not output wrong timestamps.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
David Flynn authored
Also, don't reset pts interpolator at discontinuity Signed-off-by: David Flynn <davidf@rd.bbc.co.uk> Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
David Flynn authored
timestamp will be interpolated at output of decoder instead. Signed-off-by: David Flynn <davidf@rd.bbc.co.uk> Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
David Flynn authored
Signed-off-by: David Flynn <davidf@rd.bbc.co.uk> Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
David Flynn authored
Signed-off-by: David Flynn <davidf@rd.bbc.co.uk> Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
-
Joris van Rooij authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
-
Joris van Rooij authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Rémi Duraffort authored
-
Jean-Baptiste Kempf authored
Noticed by fenrir.
-
Jean-Baptiste Kempf authored
Close blocker #2723
-
- 06 May, 2009 13 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
It seems that ffmpeg care about VP30 != VP31 fourcc.
-
Jean-Baptiste Kempf authored
Audioscrobbler: activate libre.fm capacity since last.fm is geing more and more on the dark side... :D
-
Jean-Baptiste Kempf authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Rémi Denis-Courmont authored
-
Jarmo Torvinen authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
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
This was a bit sloppy. In some cases, we had the config fiel lock, but that that does not protect against config_Put*(). In some cases, the lock was only taken for strings but not float/integers.
-