- 22 Oct, 2014 16 commits
-
-
Mikaël Salson authored
* .data files are renamed to .vidjil * by default output filenames have the same basename as the input file Documentation and tests have been updated accordingly
-
Mikaël Salson authored
-
Mikaël Salson authored
Extracts the basename of a path. There is a basename() function in C but takes char * (not even const char*), which is not convenient with string in C++. And basename() doesn't remove extension. Unit tests added.
-
-
Marc Duez authored
-
Marc Duez authored
-
Marc Duez authored
-
Marc Duez authored
-display only most recent results_file -use only most recent result file for fuse
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
This was hardcoded twice in the code.
-
Mathieu Giraud authored
This feature was not documented and not used. The browser offers better normalization features.
-
Mikaël Salson authored
Bash automatically strips backslashes. So we need them to be escaped to ensure that one \ will still be present.
-
- 21 Oct, 2014 9 commits
- 20 Oct, 2014 15 commits
-
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mikaël Salson authored
Fixed thanks to Valgrind.
-
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
This may help the upcoming modularization of vidjil.cpp (Soissons)
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
This allows to remove any representative computation or fine segmenation with '-y 0' or '-z 0'. Moreover, '-A' debug option now properly sets these two values.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
Moreover, the argument 's' was not used
-