blob: dd0e6e62bb4e25962f297f836a5b28b03cf2d12f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
|
@comment $NetBSD: PLIST,v 1.1 2019/08/02 10:11:35 nia Exp $
include/movit/alpha_division_effect.h
include/movit/alpha_multiplication_effect.h
include/movit/blur_effect.h
include/movit/colorspace_conversion_effect.h
include/movit/complex_modulate_effect.h
include/movit/deconvolution_sharpen_effect.h
include/movit/defs.h
include/movit/deinterlace_effect.h
include/movit/diffusion_effect.h
include/movit/dither_effect.h
include/movit/effect.h
include/movit/effect_chain.h
include/movit/effect_util.h
include/movit/fft_convolution_effect.h
include/movit/fft_input.h
include/movit/fft_pass_effect.h
include/movit/flat_input.h
include/movit/fp16.h
include/movit/gamma_compression_effect.h
include/movit/gamma_expansion_effect.h
include/movit/glow_effect.h
include/movit/image_format.h
include/movit/init.h
include/movit/input.h
include/movit/lift_gamma_gain_effect.h
include/movit/luma_mix_effect.h
include/movit/mirror_effect.h
include/movit/mix_effect.h
include/movit/multiply_effect.h
include/movit/overlay_effect.h
include/movit/padding_effect.h
include/movit/resample_effect.h
include/movit/resize_effect.h
include/movit/resource_pool.h
include/movit/sandbox_effect.h
include/movit/saturation_effect.h
include/movit/slice_effect.h
include/movit/unsharp_mask_effect.h
include/movit/util.h
include/movit/version.h
include/movit/vignette_effect.h
include/movit/white_balance_effect.h
include/movit/ycbcr.h
include/movit/ycbcr_422interleaved_input.h
include/movit/ycbcr_conversion_effect.h
include/movit/ycbcr_input.h
lib/libmovit.la
lib/pkgconfig/movit.pc
share/movit/alpha_division_effect.frag
share/movit/alpha_multiplication_effect.frag
share/movit/blur_effect.frag
share/movit/colorspace_conversion_effect.frag
share/movit/complex_modulate_effect.frag
share/movit/deconvolution_sharpen_effect.frag
share/movit/deinterlace_effect.comp
share/movit/deinterlace_effect.frag
share/movit/dither_effect.frag
share/movit/fft_pass_effect.frag
share/movit/flat_input.frag
share/movit/footer.comp
share/movit/footer.frag
share/movit/gamma_compression_effect.frag
share/movit/gamma_expansion_effect.frag
share/movit/header.130.frag
share/movit/header.150.frag
share/movit/header.300es.frag
share/movit/header.comp
share/movit/highlight_cutoff_effect.frag
share/movit/identity.frag
share/movit/lift_gamma_gain_effect.frag
share/movit/luma_mix_effect.frag
share/movit/mirror_effect.frag
share/movit/mix_effect.frag
share/movit/multiply_effect.frag
share/movit/overlay_effect.frag
share/movit/overlay_matte_effect.frag
share/movit/padding_effect.frag
share/movit/resample_effect.frag
share/movit/sandbox_effect.frag
share/movit/saturation_effect.frag
share/movit/slice_effect.frag
share/movit/texture1d.130.frag
share/movit/texture1d.150.frag
share/movit/texture1d.300es.frag
share/movit/vignette_effect.frag
share/movit/vs.130.vert
share/movit/vs.150.vert
share/movit/vs.300es.vert
share/movit/vs.vert
share/movit/white_balance_effect.frag
share/movit/ycbcr_422interleaved_input.frag
share/movit/ycbcr_conversion_effect.frag
share/movit/ycbcr_input.frag
|