- 18 Aug, 2010 13 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
It allows to: - properly support filters that do not have 1:1 input/output relation (yadif2x, bob, ... are back). - filter only once each picture (for the 'static' filter chain). It fixes filters with state behavior. - display as soon as possible the first frame after a flush. There are still a few issues: - when paused, on filter changes, the picture displayed step forward the first time. - preventive frame dropping is not enough agressive.
-
Laurent Aimar authored
Due to the way dynamic configuration is managed, the static chain contains only deinterlace/postproc for now.
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
As reported by xxcv
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Close #3996
-
Ilkka Ollakka authored
Should fix #4078 , same issue was in linux side also.
-
Jean-Baptiste Kempf authored
-
- 17 Aug, 2010 15 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
I am not sure it had consequences, but it seems more logical and it follows the libxml2 code example I found (reader1.c).
-
Laurent Aimar authored
xml_ReaderReset(reader, NULL) followed by xml_ReaderDelete(reader) lead to a double free. xml_ReaderReset(reader, stream) would leak the module upon error.
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
The script is faster and decrease the load on the server.
-
Rafaël Carré authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Close #4041
-
Jean-Baptiste Kempf authored
-
- 16 Aug, 2010 3 commits
-
-
Rémi Denis-Courmont authored
Our NEON optimizations don't compile on ARMv5 and lower. It is dubious that there would be any use for NEON on such processor anyway.
-
Rémi Duraffort authored
-
- 15 Aug, 2010 4 commits
-
-
Jean-Baptiste Kempf authored
You know, there is a wiki that is actually useful
-
Erwan Tulou authored
This fixes a compil problem on FreeBSD pointed out by jsa@FreeBSD.org
-
Felix Paul Kühne authored
-
Sasha Koruga authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 14 Aug, 2010 5 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Sasha Koruga authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-