aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-01-13 09:05:08 +0100
committerMattias Andrée <maandree@kth.se>2017-01-13 09:05:08 +0100
commit4674ec0e4b833ab0d0365225ba99228df14abe87 (patch)
tree1b89fe1559fc9a2422e20048700e694a72d17751 /src
parentvu-from-video: fix Y'UV encoding + add vu-to-video (diff)
downloadblind-4674ec0e4b833ab0d0365225ba99228df14abe87.tar.gz
blind-4674ec0e4b833ab0d0365225ba99228df14abe87.tar.bz2
blind-4674ec0e4b833ab0d0365225ba99228df14abe87.tar.xz
Rename to blind
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'src')
-rw-r--r--src/blind-arithm.c (renamed from src/vu-arithm.c)0
-rw-r--r--src/blind-colour-srgb.c (renamed from src/vu-colour-srgb.c)0
-rw-r--r--src/blind-concat.c (renamed from src/vu-concat.c)0
-rw-r--r--src/blind-crop.c (renamed from src/vu-crop.c)0
-rw-r--r--src/blind-cut.c (renamed from src/vu-cut.c)0
-rw-r--r--src/blind-dissolve.c (renamed from src/vu-dissolve.c)0
-rw-r--r--src/blind-extend.c (renamed from src/vu-extend.c)0
-rw-r--r--src/blind-flip.c (renamed from src/vu-flip.c)0
-rw-r--r--src/blind-flop.c (renamed from src/vu-flop.c)0
-rw-r--r--src/blind-from-image.c (renamed from src/vu-from-image.c)0
-rw-r--r--src/blind-from-text.c (renamed from src/vu-from-text.c)0
-rw-r--r--src/blind-from-video.c (renamed from src/vu-from-video.c)0
-rw-r--r--src/blind-gauss-blur.c (renamed from src/vu-gauss-blur.c)0
-rw-r--r--src/blind-invert-luma.c (renamed from src/vu-invert-luma.c)0
-rw-r--r--src/blind-next-frame.c (renamed from src/vu-next-frame.c)0
-rw-r--r--src/blind-read-head.c (renamed from src/vu-read-head.c)0
-rw-r--r--src/blind-repeat.c (renamed from src/vu-repeat.c)0
-rw-r--r--src/blind-reverse.c (renamed from src/vu-reverse.c)0
-rw-r--r--src/blind-rewrite-head.c (renamed from src/vu-rewrite-head.c)0
-rw-r--r--src/blind-set-alpha.c (renamed from src/vu-set-alpha.c)0
-rw-r--r--src/blind-set-luma.c (renamed from src/vu-set-luma.c)0
-rw-r--r--src/blind-set-saturation.c (renamed from src/vu-set-saturation.c)0
-rw-r--r--src/blind-single-colour.c (renamed from src/vu-single-colour.c)0
-rw-r--r--src/blind-split.c (renamed from src/vu-split.c)0
-rw-r--r--src/blind-stack.c (renamed from src/vu-stack.c)0
-rw-r--r--src/blind-to-image.c (renamed from src/vu-to-image.c)0
-rw-r--r--src/blind-to-text.c (renamed from src/vu-to-text.c)0
-rw-r--r--src/blind-to-video.c (renamed from src/vu-to-video.c)0
-rw-r--r--src/blind-transpose.c (renamed from src/vu-transpose.c)0
-rw-r--r--src/blind-write-head.c (renamed from src/vu-write-head.c)0
30 files changed, 0 insertions, 0 deletions
diff --git a/src/vu-arithm.c b/src/blind-arithm.c
index ce85287..ce85287 100644
--- a/src/vu-arithm.c
+++ b/src/blind-arithm.c
diff --git a/src/vu-colour-srgb.c b/src/blind-colour-srgb.c
index 53fb784..53fb784 100644
--- a/src/vu-colour-srgb.c
+++ b/src/blind-colour-srgb.c
diff --git a/src/vu-concat.c b/src/blind-concat.c
index 95676e2..95676e2 100644
--- a/src/vu-concat.c
+++ b/src/blind-concat.c
diff --git a/src/vu-crop.c b/src/blind-crop.c
index bf5a930..bf5a930 100644
--- a/src/vu-crop.c
+++ b/src/blind-crop.c
diff --git a/src/vu-cut.c b/src/blind-cut.c
index e229cf1..e229cf1 100644
--- a/src/vu-cut.c
+++ b/src/blind-cut.c
diff --git a/src/vu-dissolve.c b/src/blind-dissolve.c
index 83b9091..83b9091 100644
--- a/src/vu-dissolve.c
+++ b/src/blind-dissolve.c
diff --git a/src/vu-extend.c b/src/blind-extend.c
index 71be7f0..71be7f0 100644
--- a/src/vu-extend.c
+++ b/src/blind-extend.c
diff --git a/src/vu-flip.c b/src/blind-flip.c
index 98e0d58..98e0d58 100644
--- a/src/vu-flip.c
+++ b/src/blind-flip.c
diff --git a/src/vu-flop.c b/src/blind-flop.c
index e98771d..e98771d 100644
--- a/src/vu-flop.c
+++ b/src/blind-flop.c
diff --git a/src/vu-from-image.c b/src/blind-from-image.c
index 9c2d047..9c2d047 100644
--- a/src/vu-from-image.c
+++ b/src/blind-from-image.c
diff --git a/src/vu-from-text.c b/src/blind-from-text.c
index 88cee62..88cee62 100644
--- a/src/vu-from-text.c
+++ b/src/blind-from-text.c
diff --git a/src/vu-from-video.c b/src/blind-from-video.c
index c780b55..c780b55 100644
--- a/src/vu-from-video.c
+++ b/src/blind-from-video.c
diff --git a/src/vu-gauss-blur.c b/src/blind-gauss-blur.c
index b64391c..b64391c 100644
--- a/src/vu-gauss-blur.c
+++ b/src/blind-gauss-blur.c
diff --git a/src/vu-invert-luma.c b/src/blind-invert-luma.c
index aa3b260..aa3b260 100644
--- a/src/vu-invert-luma.c
+++ b/src/blind-invert-luma.c
diff --git a/src/vu-next-frame.c b/src/blind-next-frame.c
index 6a55790..6a55790 100644
--- a/src/vu-next-frame.c
+++ b/src/blind-next-frame.c
diff --git a/src/vu-read-head.c b/src/blind-read-head.c
index afb2fbc..afb2fbc 100644
--- a/src/vu-read-head.c
+++ b/src/blind-read-head.c
diff --git a/src/vu-repeat.c b/src/blind-repeat.c
index 367d976..367d976 100644
--- a/src/vu-repeat.c
+++ b/src/blind-repeat.c
diff --git a/src/vu-reverse.c b/src/blind-reverse.c
index 5c978f2..5c978f2 100644
--- a/src/vu-reverse.c
+++ b/src/blind-reverse.c
diff --git a/src/vu-rewrite-head.c b/src/blind-rewrite-head.c
index 0de1716..0de1716 100644
--- a/src/vu-rewrite-head.c
+++ b/src/blind-rewrite-head.c
diff --git a/src/vu-set-alpha.c b/src/blind-set-alpha.c
index 2e80154..2e80154 100644
--- a/src/vu-set-alpha.c
+++ b/src/blind-set-alpha.c
diff --git a/src/vu-set-luma.c b/src/blind-set-luma.c
index 4500645..4500645 100644
--- a/src/vu-set-luma.c
+++ b/src/blind-set-luma.c
diff --git a/src/vu-set-saturation.c b/src/blind-set-saturation.c
index 1d3ed83..1d3ed83 100644
--- a/src/vu-set-saturation.c
+++ b/src/blind-set-saturation.c
diff --git a/src/vu-single-colour.c b/src/blind-single-colour.c
index 254ea2a..254ea2a 100644
--- a/src/vu-single-colour.c
+++ b/src/blind-single-colour.c
diff --git a/src/vu-split.c b/src/blind-split.c
index ff6ce38..ff6ce38 100644
--- a/src/vu-split.c
+++ b/src/blind-split.c
diff --git a/src/vu-stack.c b/src/blind-stack.c
index a03fd91..a03fd91 100644
--- a/src/vu-stack.c
+++ b/src/blind-stack.c
diff --git a/src/vu-to-image.c b/src/blind-to-image.c
index 4b3d20c..4b3d20c 100644
--- a/src/vu-to-image.c
+++ b/src/blind-to-image.c
diff --git a/src/vu-to-text.c b/src/blind-to-text.c
index 73bf981..73bf981 100644
--- a/src/vu-to-text.c
+++ b/src/blind-to-text.c
diff --git a/src/vu-to-video.c b/src/blind-to-video.c
index ac4707e..ac4707e 100644
--- a/src/vu-to-video.c
+++ b/src/blind-to-video.c
diff --git a/src/vu-transpose.c b/src/blind-transpose.c
index 0c32d81..0c32d81 100644
--- a/src/vu-transpose.c
+++ b/src/blind-transpose.c
diff --git a/src/vu-write-head.c b/src/blind-write-head.c
index 9e7c4a3..9e7c4a3 100644
--- a/src/vu-write-head.c
+++ b/src/blind-write-head.c