]> git.sesse.net Git - mlt/commitdiff
Rename glsl_manager.h to filter_glsl_manager.h, to be consistent with the .cpp file.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 3 Jan 2014 01:30:47 +0000 (02:30 +0100)
committerDan Dennedy <dan@dennedy.org>
Mon, 6 Jan 2014 03:26:50 +0000 (19:26 -0800)
19 files changed:
src/modules/opengl/filter_deconvolution_sharpen.cpp
src/modules/opengl/filter_glsl_manager.cpp
src/modules/opengl/filter_glsl_manager.h [moved from src/modules/opengl/glsl_manager.h with 99% similarity]
src/modules/opengl/filter_lift_gamma_gain.cpp
src/modules/opengl/filter_movit_blur.cpp
src/modules/opengl/filter_movit_convert.cpp
src/modules/opengl/filter_movit_crop.cpp
src/modules/opengl/filter_movit_diffusion.cpp
src/modules/opengl/filter_movit_glow.cpp
src/modules/opengl/filter_movit_mirror.cpp
src/modules/opengl/filter_movit_opacity.cpp
src/modules/opengl/filter_movit_rect.cpp
src/modules/opengl/filter_movit_resample.cpp
src/modules/opengl/filter_movit_resize.cpp
src/modules/opengl/filter_movit_saturation.cpp
src/modules/opengl/filter_movit_vignette.cpp
src/modules/opengl/filter_white_balance.cpp
src/modules/opengl/transition_movit_mix.cpp
src/modules/opengl/transition_movit_overlay.cpp

index f93a4674e87b06cb2381a22a447043e978d18441..716d0252900a910865b79450e867ad9b4bea8605 100644 (file)
@@ -21,7 +21,7 @@
 #include <string.h>
 #include <assert.h>
 
-#include "glsl_manager.h"
+#include "filter_glsl_manager.h"
 #include <movit/deconvolution_sharpen_effect.h>
 
 static int get_image( mlt_frame frame, uint8_t **image, mlt_image_format *format, int *width, int *height, int writable )
index f1dfaa6a469f4183185381d587f50aedca92ae14..35c6074e89e05a270ff5d54be72e224159bb02c7 100644 (file)
@@ -20,7 +20,7 @@
 
 #include <stdlib.h>
 #include <string>
-#include "glsl_manager.h"
+#include "filter_glsl_manager.h"
 #include <movit/init.h>
 #include <movit/util.h>
 #include <movit/effect_chain.h>
similarity index 99%
rename from src/modules/opengl/glsl_manager.h
rename to src/modules/opengl/filter_glsl_manager.h
index 554459158e3aeac75307ae1998d751b5b9b1fb87..2c08f6e456da6da7bfab386e65b76621fa0364da 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * glsl_manager.h
+ * filter_glsl_manager.h
  * Copyright (C) 2013 Dan Dennedy <dan@dennedy.org>
  *
  * This program is free software; you can redistribute it and/or modify
index 5bc3a6a26c05d5218dd487337748566ecec690c4..7f1e0f685bdb528253efed7fccf031b5fc904d9e 100644 (file)
@@ -21,7 +21,7 @@
 #include <string.h>
 #include <assert.h>
 
-#include "glsl_manager.h"
+#include "filter_glsl_manager.h"
 #include <movit/lift_gamma_gain_effect.h>
 
 static int get_image( mlt_frame frame, uint8_t **image, mlt_image_format *format, int *width, int *height, int writable )
index e41e805005757b87c35038a722731b1b993414c8..162db82a6bce130375b25b165321287036a92315 100644 (file)
@@ -21,7 +21,7 @@
 #include <string.h>
 #include <assert.h>
 
-#include "glsl_manager.h"
+#include "filter_glsl_manager.h"
 #include <movit/blur_effect.h>
 
 static int get_image( mlt_frame frame, uint8_t **image, mlt_image_format *format, int *width, int *height, int writable )
index 124cb34f79d45bd9f90419f76c981d8e5d354114..aaf43c94c4c64446d753eec63229f358c21a9343 100644 (file)
@@ -22,7 +22,7 @@
 #include <stdlib.h>
 #include <assert.h>
 
-#include "glsl_manager.h"
+#include "filter_glsl_manager.h"
 #include <movit/effect_chain.h>
 #include <movit/util.h>
 #include "mlt_movit_input.h"
index 2927f6bd9eab3b2a83a291ef6594ba03e9f902f9..1c346460ae69ade1d880409f904326c56bdab8e3 100644 (file)
@@ -21,7 +21,7 @@
 #include <string.h>
 #include <assert.h>
 
-#include "glsl_manager.h"
+#include "filter_glsl_manager.h"
 #include <movit/padding_effect.h>
 
 static int get_image( mlt_frame frame, uint8_t **image, mlt_image_format *format, int *width, int *height, int writable )
index 7434937b55691ce5f03da7bc3b6cbdd1ea934c2d..7c86b62f68ee7dfe706caebe14827314a3d46d5f 100644 (file)
@@ -21,7 +21,7 @@
 #include <string.h>
 #include <assert.h>
 
-#include "glsl_manager.h"
+#include "filter_glsl_manager.h"
 #include <movit/diffusion_effect.h>
 
 static int get_image( mlt_frame frame, uint8_t **image, mlt_image_format *format, int *width, int *height, int writable )
index b333359771e6f4a639085c12784a22719e11a0e8..61d9289b0e7fffea08ebf7afa15a845e38004203 100644 (file)
@@ -21,7 +21,7 @@
 #include <string.h>
 #include <assert.h>
 
-#include "glsl_manager.h"
+#include "filter_glsl_manager.h"
 #include <movit/glow_effect.h>
 
 static int get_image( mlt_frame frame, uint8_t **image, mlt_image_format *format, int *width, int *height, int writable )
index 8b6ab1fe48114f69c256e4df65b67a58d0f47db3..be71ca65e0244c83d7e5c580953f3f90638c1d84 100644 (file)
@@ -21,7 +21,7 @@
 #include <string.h>
 #include <assert.h>
 
-#include "glsl_manager.h"
+#include "filter_glsl_manager.h"
 #include <movit/mirror_effect.h>
 
 static mlt_frame process( mlt_filter filter, mlt_frame frame )
index d0a815350c10dba3fa6e5adaf3f419dcae4a0fda..377eb77364feb39e04b0f735767f15f637e2ae26 100644 (file)
@@ -21,7 +21,7 @@
 #include <string.h>
 #include <assert.h>
 
-#include "glsl_manager.h"
+#include "filter_glsl_manager.h"
 #include <movit/mix_effect.h>
 
 static int get_image( mlt_frame frame, uint8_t **image, mlt_image_format *format, int *width, int *height, int writable )
index a065e0094d621e388e5df092a1e0165cffef311e..7f2386eb3bb98a8d23921adb9b2751a1aa6e8bbb 100644 (file)
@@ -18,7 +18,7 @@
  */
 
 #include <framework/mlt.h>
-#include "glsl_manager.h"
+#include "filter_glsl_manager.h"
 
 static mlt_frame process( mlt_filter filter, mlt_frame frame )
 {
index 3375b2862828889d492d101a8324d799d57b2d44..adb60b07cd9f0d5355de12b72c023248b1715576 100644 (file)
@@ -21,7 +21,7 @@
 #include <string.h>
 #include <assert.h>
 
-#include "glsl_manager.h"
+#include "filter_glsl_manager.h"
 #include <movit/resample_effect.h>
 
 static int get_image( mlt_frame frame, uint8_t **image, mlt_image_format *format, int *width, int *height, int writable )
index 9756f37c5954ad30f9afcaf2c4e147c1e33855c4..cc8f46cd9e3f85e852b98a5cd3e62b56f3f24073 100644 (file)
@@ -23,7 +23,7 @@
 #include <stdlib.h>
 #include <assert.h>
 
-#include "glsl_manager.h"
+#include "filter_glsl_manager.h"
 #include <movit/init.h>
 #include <movit/padding_effect.h>
 
index 9e77c10ed25611a8b8dcbf954310bac155a21527..3376b9fbaf4392be69d853485c13782ea9d6675c 100644 (file)
@@ -21,7 +21,7 @@
 #include <string.h>
 #include <assert.h>
 
-#include "glsl_manager.h"
+#include "filter_glsl_manager.h"
 #include <movit/saturation_effect.h>
 
 static int get_image( mlt_frame frame, uint8_t **image, mlt_image_format *format, int *width, int *height, int writable )
index 7259d9bf0be0c566c3e1d507b52152c375ab0cc3..2fc35d4ec213ad36b898838fa8bcac430f63eb18 100644 (file)
@@ -21,7 +21,7 @@
 #include <string.h>
 #include <assert.h>
 
-#include "glsl_manager.h"
+#include "filter_glsl_manager.h"
 #include <movit/vignette_effect.h>
 
 static int get_image( mlt_frame frame, uint8_t **image, mlt_image_format *format, int *width, int *height, int writable )
index 5080bcf473b6c0ee13031f797bf4b1384167a090..1c39969b7f1cbd3682d1e8985dfa112fd8876e4c 100644 (file)
@@ -22,7 +22,7 @@
 #include <math.h>
 #include <assert.h>
 
-#include "glsl_manager.h"
+#include "filter_glsl_manager.h"
 #include <movit/white_balance_effect.h>
 
 static double srgb8_to_linear(int c)
index ec02752f2b807af52b99f72920bcf5579bd309ca..1697d12e7f47e8d75024efe5a13b5b2f3576f1c5 100644 (file)
@@ -22,7 +22,7 @@
 #include <string.h>
 #include <assert.h>
 
-#include "glsl_manager.h"
+#include "filter_glsl_manager.h"
 #include <movit/init.h>
 #include <movit/effect_chain.h>
 #include <movit/util.h>
index 5273ab838edc82d202154031ef182c336b475542..4492ce6b035a759ba6303ab0f344264c2768952a 100644 (file)
@@ -22,7 +22,7 @@
 #include <string.h>
 #include <assert.h>
 
-#include "glsl_manager.h"
+#include "filter_glsl_manager.h"
 #include <movit/init.h>
 #include <movit/effect_chain.h>
 #include <movit/util.h>