- 24 Apr, 2007 3 commits
-
-
Jean-Baptiste Kempf authored
-
Pierre d'Herbemont authored
-
Olivier Aubert authored
-
- 23 Apr, 2007 8 commits
-
-
Antoine Cellerier authored
time option to use floats instead of integers. Performance comparison is: (performance is in numbers of samples output by oprofile. Less is better) sigma old version (integers) integers floats 2.0 556889 466435 (-17%) 481293 (-13%) 4.0 902749 (core maxed out) 732755 (-19%) 716070 (-21%) I'll have to check why relative performance gain depends on sigma when comparing the the float and integer versions. I'll aslo add another module (most likely named fastgaussianblur.c) based on Frederick M. Waltz and John W. V. Miller's "An efficient algorithm for Gaussian blur using finite-state machines" article. This seems to be way faster (but it's doesn't allow as much granularity in the gaussian's choice and it adds an error compared to this module).
-
Jean-Baptiste Kempf authored
The arm.config error that occurs is just that someone commited a dos file... dos2unix could fix it. but it is not on Apples....
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Damien Fouilleul authored
-
Damien Fouilleul authored
-
Damien Fouilleul authored
-
- 22 Apr, 2007 11 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Antoine Cellerier authored
Gaussian blur optimisation. It now runs without skipping images with default sigma (2.0) using my small sample video (352x240). This still needs to be optimised a lot.
-
Jean-Paul Saman authored
-
- 21 Apr, 2007 10 commits
-
-
Antoine Cellerier authored
New gaussian blur video filter. This currently takes way too much CPU. I'm not sure how it should be optimised. Maybe using floats instead of ints might work (if it can remove the need for a division).
-
Christophe Mutricy authored
-
Antoine Cellerier authored
-
Olivier Aubert authored
no exception was passed
-
Olivier Aubert authored
if it is NULL (memleak pointed by Pierre D'Herbemont)
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Christophe Mutricy authored
-
- 20 Apr, 2007 7 commits
-
-
Christophe Mutricy authored
gnome-vlc-default.sh is a script but i don't think it has anything to do in $PREFIX/bin and even less in $PREFIX/bin/application. so Put it in $PREFIX/share/vlc/utils
-
Antoine Cellerier authored
* motion.c: reflect changes on rotate.c
-
Rémi Denis-Courmont authored
-
Pavlov Konstantin authored
-
Felix Paul Kühne authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 19 Apr, 2007 1 commit
-
-
Jean-Baptiste Kempf authored
-