Ticket #6519: valgrind-fate-ssim-yuv.log

File valgrind-fate-ssim-yuv.log, 219.5 KB (added by t.rapp, 9 years ago)
Line 
1==17447== Memcheck, a memory error detector
2==17447== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
3==17447== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info
4==17447== Command: /home/tobias/Projects/ffmpeg-git-master/build-linux/ffmpeg-dbg_g -nostdin -nostats -cpuflags all -fflags +bitexact -flags +bitexact -sws_flags +accurate_rnd+bitexact -f lavfi -hwaccel none -threads 1 -thread_type frame+slice -i testsrc=size=300x200:rate=1:duration=5 -filter:v format=yuv422p,split[ref][tmp];[tmp]avgblur=4[enc];[enc][ref]ssim,metadata=print:file=- -f null /dev/null
5==17447==
6ffmpeg version N-86790-g6a47a84 Copyright (c) 2000-2017 the FFmpeg developers
7 built with gcc 5.4.0 (Ubuntu 5.4.0-6ubuntu1~16.04.4) 20160609
8 configuration: --disable-network --enable-libtwolame --enable-libmp3lame --enable-libvorbis --enable-libfreetype --enable-static --disable-shared --progs-suffix=-dbg --enable-debug --disable-optimizations --enable-extra-warnings --assert-level=2 --toolchain=valgrind-memcheck --prefix=/usr/local
9 libavutil 55. 67.100 / 55. 67.100
10 libavcodec 57.100.104 / 57.100.104
11 libavformat 57. 75.100 / 57. 75.100
12 libavdevice 57. 7.100 / 57. 7.100
13 libavfilter 6. 95.100 / 6. 95.100
14 libswscale 4. 7.101 / 4. 7.101
15 libswresample 2. 8.100 / 2. 8.100
16Input #0, lavfi, from 'testsrc=size=300x200:rate=1:duration=5':
17 Duration: N/A, start: 0.000000, bitrate: N/A
18 Stream #0:0: Video: rawvideo (RGB[24] / 0x18424752), rgb24, 300x200 [SAR 1:1 DAR 3:2], 1 fps, 1 tbr, 1 tbn, 1 tbc
19Stream mapping:
20 Stream #0:0 -> #0:0 (rawvideo (native) -> wrapped_avframe (native))
21Output #0, null, to '/dev/null':
22 Metadata:
23 encoder : Lavf57.75.100
24 Stream #0:0: Video: wrapped_avframe, yuv422p, 300x200 [SAR 1:1 DAR 3:2], q=2-31, 200 kb/s, 1 fps, 1 tbn, 1 tbc
25 Metadata:
26 encoder : Lavc57.100.104 wrapped_avframe
27[swscaler @ 0xc85c300] Warning: data is not aligned! This can lead to a speedloss
28==17447== Invalid write of size 8
29==17447== at 0x6975E8: ff_ssim_4x4_line_ssse3 (in /home/tobias/Projects/ffmpeg-git-master/build-linux/ffmpeg-dbg_g)
30==17447== by 0x5D6ABD: do_ssim (vf_ssim.c:294)
31==17447== by 0x68AA41: process_frame (dualinput.c:37)
32==17447== by 0x4786E3: ff_framesync_process_frame (framesync.c:291)
33==17447== by 0x4787C0: ff_framesync_filter_frame (framesync.c:312)
34==17447== by 0x68AC71: ff_dualinput_filter_frame (dualinput.c:79)
35==17447== by 0x5D73C9: filter_frame (vf_ssim.c:441)
36==17447== by 0x45F9EB: ff_filter_frame_framed (avfilter.c:1116)
37==17447== by 0x460271: ff_filter_frame_to_filter (avfilter.c:1264)
38==17447== by 0x46047C: ff_filter_activate_default (avfilter.c:1315)
39==17447== by 0x460696: ff_filter_activate (avfilter.c:1476)
40==17447== by 0x46543F: ff_filter_graph_run_once (avfiltergraph.c:1449)
41==17447== Address 0xc8bc470 is 0 bytes after a block of size 2,448 alloc'd
42==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
43==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
44==17447== by 0x166C7F7: av_malloc (mem.c:87)
45==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
46==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
47==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
48==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
49==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
50==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
51==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
52==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
53==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
54==17447==
55{
56 <insert_a_suppression_name_here>
57 Memcheck:Addr8
58 fun:ff_ssim_4x4_line_ssse3
59 fun:do_ssim
60 fun:process_frame
61 fun:ff_framesync_process_frame
62 fun:ff_framesync_filter_frame
63 fun:ff_dualinput_filter_frame
64 fun:filter_frame
65 fun:ff_filter_frame_framed
66 fun:ff_filter_frame_to_filter
67 fun:ff_filter_activate_default
68 fun:ff_filter_activate
69 fun:ff_filter_graph_run_once
70}
71==17447== Invalid read of size 16
72==17447== at 0x697715: ff_ssim_end_line_sse4 (in /home/tobias/Projects/ffmpeg-git-master/build-linux/ffmpeg-dbg_g)
73==17447== by 0x5D6ABD: do_ssim (vf_ssim.c:294)
74==17447== by 0x68AA41: process_frame (dualinput.c:37)
75==17447== by 0x4786E3: ff_framesync_process_frame (framesync.c:291)
76==17447== by 0x4787C0: ff_framesync_filter_frame (framesync.c:312)
77==17447== by 0x68AC71: ff_dualinput_filter_frame (dualinput.c:79)
78==17447== by 0x5D73C9: filter_frame (vf_ssim.c:441)
79==17447== by 0x45F9EB: ff_filter_frame_framed (avfilter.c:1116)
80==17447== by 0x460271: ff_filter_frame_to_filter (avfilter.c:1264)
81==17447== by 0x46047C: ff_filter_activate_default (avfilter.c:1315)
82==17447== by 0x460696: ff_filter_activate (avfilter.c:1476)
83==17447== by 0x46543F: ff_filter_graph_run_once (avfiltergraph.c:1449)
84==17447== Address 0xc8bc470 is 0 bytes after a block of size 2,448 alloc'd
85==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
86==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
87==17447== by 0x166C7F7: av_malloc (mem.c:87)
88==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
89==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
90==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
91==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
92==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
93==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
94==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
95==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
96==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
97==17447==
98{
99 <insert_a_suppression_name_here>
100 Memcheck:Addr16
101 fun:ff_ssim_end_line_sse4
102 fun:do_ssim
103 fun:process_frame
104 fun:ff_framesync_process_frame
105 fun:ff_framesync_filter_frame
106 fun:ff_dualinput_filter_frame
107 fun:filter_frame
108 fun:ff_filter_frame_framed
109 fun:ff_filter_frame_to_filter
110 fun:ff_filter_activate_default
111 fun:ff_filter_activate
112 fun:ff_filter_graph_run_once
113}
114==17447== Invalid read of size 16
115==17447== at 0x69772B: ff_ssim_end_line_sse4 (in /home/tobias/Projects/ffmpeg-git-master/build-linux/ffmpeg-dbg_g)
116==17447== by 0x5D6ABD: do_ssim (vf_ssim.c:294)
117==17447== by 0x68AA41: process_frame (dualinput.c:37)
118==17447== by 0x4786E3: ff_framesync_process_frame (framesync.c:291)
119==17447== by 0x4787C0: ff_framesync_filter_frame (framesync.c:312)
120==17447== by 0x68AC71: ff_dualinput_filter_frame (dualinput.c:79)
121==17447== by 0x5D73C9: filter_frame (vf_ssim.c:441)
122==17447== by 0x45F9EB: ff_filter_frame_framed (avfilter.c:1116)
123==17447== by 0x460271: ff_filter_frame_to_filter (avfilter.c:1264)
124==17447== by 0x46047C: ff_filter_activate_default (avfilter.c:1315)
125==17447== by 0x460696: ff_filter_activate (avfilter.c:1476)
126==17447== by 0x46543F: ff_filter_graph_run_once (avfiltergraph.c:1449)
127==17447== Address 0xc8bc480 is 16 bytes after a block of size 2,448 alloc'd
128==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
129==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
130==17447== by 0x166C7F7: av_malloc (mem.c:87)
131==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
132==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
133==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
134==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
135==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
136==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
137==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
138==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
139==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
140==17447==
141{
142 <insert_a_suppression_name_here>
143 Memcheck:Addr16
144 fun:ff_ssim_end_line_sse4
145 fun:do_ssim
146 fun:process_frame
147 fun:ff_framesync_process_frame
148 fun:ff_framesync_filter_frame
149 fun:ff_dualinput_filter_frame
150 fun:filter_frame
151 fun:ff_filter_frame_framed
152 fun:ff_filter_frame_to_filter
153 fun:ff_filter_activate_default
154 fun:ff_filter_activate
155 fun:ff_filter_graph_run_once
156}
157==17447== Invalid read of size 16
158==17447== at 0x697702: ff_ssim_end_line_sse4 (in /home/tobias/Projects/ffmpeg-git-master/build-linux/ffmpeg-dbg_g)
159==17447== by 0x5D6ABD: do_ssim (vf_ssim.c:294)
160==17447== by 0x68AA41: process_frame (dualinput.c:37)
161==17447== by 0x4786E3: ff_framesync_process_frame (framesync.c:291)
162==17447== by 0x4787C0: ff_framesync_filter_frame (framesync.c:312)
163==17447== by 0x68AC71: ff_dualinput_filter_frame (dualinput.c:79)
164==17447== by 0x5D73C9: filter_frame (vf_ssim.c:441)
165==17447== by 0x45F9EB: ff_filter_frame_framed (avfilter.c:1116)
166==17447== by 0x460271: ff_filter_frame_to_filter (avfilter.c:1264)
167==17447== by 0x46047C: ff_filter_activate_default (avfilter.c:1315)
168==17447== by 0x460696: ff_filter_activate (avfilter.c:1476)
169==17447== by 0x46543F: ff_filter_graph_run_once (avfiltergraph.c:1449)
170==17447== Address 0xc8bc470 is 0 bytes after a block of size 2,448 alloc'd
171==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
172==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
173==17447== by 0x166C7F7: av_malloc (mem.c:87)
174==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
175==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
176==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
177==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
178==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
179==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
180==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
181==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
182==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
183==17447==
184{
185 <insert_a_suppression_name_here>
186 Memcheck:Addr16
187 fun:ff_ssim_end_line_sse4
188 fun:do_ssim
189 fun:process_frame
190 fun:ff_framesync_process_frame
191 fun:ff_framesync_filter_frame
192 fun:ff_dualinput_filter_frame
193 fun:filter_frame
194 fun:ff_filter_frame_framed
195 fun:ff_filter_frame_to_filter
196 fun:ff_filter_activate_default
197 fun:ff_filter_activate
198 fun:ff_filter_graph_run_once
199}
200==17447== Invalid read of size 16
201==17447== at 0x697726: ff_ssim_end_line_sse4 (in /home/tobias/Projects/ffmpeg-git-master/build-linux/ffmpeg-dbg_g)
202==17447== by 0x5D6ABD: do_ssim (vf_ssim.c:294)
203==17447== by 0x68AA41: process_frame (dualinput.c:37)
204==17447== by 0x4786E3: ff_framesync_process_frame (framesync.c:291)
205==17447== by 0x4787C0: ff_framesync_filter_frame (framesync.c:312)
206==17447== by 0x68AC71: ff_dualinput_filter_frame (dualinput.c:79)
207==17447== by 0x5D73C9: filter_frame (vf_ssim.c:441)
208==17447== by 0x45F9EB: ff_filter_frame_framed (avfilter.c:1116)
209==17447== by 0x460271: ff_filter_frame_to_filter (avfilter.c:1264)
210==17447== by 0x46047C: ff_filter_activate_default (avfilter.c:1315)
211==17447== by 0x460696: ff_filter_activate (avfilter.c:1476)
212==17447== by 0x46543F: ff_filter_graph_run_once (avfiltergraph.c:1449)
213==17447== Address 0xc8bc480 is 16 bytes after a block of size 2,448 alloc'd
214==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
215==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
216==17447== by 0x166C7F7: av_malloc (mem.c:87)
217==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
218==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
219==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
220==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
221==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
222==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
223==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
224==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
225==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
226==17447==
227{
228 <insert_a_suppression_name_here>
229 Memcheck:Addr16
230 fun:ff_ssim_end_line_sse4
231 fun:do_ssim
232 fun:process_frame
233 fun:ff_framesync_process_frame
234 fun:ff_framesync_filter_frame
235 fun:ff_dualinput_filter_frame
236 fun:filter_frame
237 fun:ff_filter_frame_framed
238 fun:ff_filter_frame_to_filter
239 fun:ff_filter_activate_default
240 fun:ff_filter_activate
241 fun:ff_filter_graph_run_once
242}
243==17447== Conditional jump or move depends on uninitialised value(s)
244==17447== at 0x79876C8: __printf_fp_l (printf_fp.c:381)
245==17447== by 0x79860B8: vfprintf (vfprintf.c:1631)
246==17447== by 0x79ADA48: vsnprintf (vsnprintf.c:114)
247==17447== by 0x798C931: snprintf (snprintf.c:33)
248==17447== by 0x5D5CF2: set_meta (vf_ssim.c:86)
249==17447== by 0x5D6BB8: do_ssim (vf_ssim.c:303)
250==17447== by 0x68AA41: process_frame (dualinput.c:37)
251==17447== by 0x4786E3: ff_framesync_process_frame (framesync.c:291)
252==17447== by 0x4787C0: ff_framesync_filter_frame (framesync.c:312)
253==17447== by 0x68AC71: ff_dualinput_filter_frame (dualinput.c:79)
254==17447== by 0x5D73C9: filter_frame (vf_ssim.c:441)
255==17447== by 0x45F9EB: ff_filter_frame_framed (avfilter.c:1116)
256==17447== Uninitialised value was created by a heap allocation
257==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
258==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
259==17447== by 0x166C7F7: av_malloc (mem.c:87)
260==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
261==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
262==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
263==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
264==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
265==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
266==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
267==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
268==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
269==17447==
270{
271 <insert_a_suppression_name_here>
272 Memcheck:Cond
273 fun:__printf_fp_l
274 fun:vfprintf
275 fun:vsnprintf
276 fun:snprintf
277 fun:set_meta
278 fun:do_ssim
279 fun:process_frame
280 fun:ff_framesync_process_frame
281 fun:ff_framesync_filter_frame
282 fun:ff_dualinput_filter_frame
283 fun:filter_frame
284 fun:ff_filter_frame_framed
285}
286==17447== Conditional jump or move depends on uninitialised value(s)
287==17447== at 0x79876E2: __printf_fp_l (printf_fp.c:395)
288==17447== by 0x79860B8: vfprintf (vfprintf.c:1631)
289==17447== by 0x79ADA48: vsnprintf (vsnprintf.c:114)
290==17447== by 0x798C931: snprintf (snprintf.c:33)
291==17447== by 0x5D5CF2: set_meta (vf_ssim.c:86)
292==17447== by 0x5D6BB8: do_ssim (vf_ssim.c:303)
293==17447== by 0x68AA41: process_frame (dualinput.c:37)
294==17447== by 0x4786E3: ff_framesync_process_frame (framesync.c:291)
295==17447== by 0x4787C0: ff_framesync_filter_frame (framesync.c:312)
296==17447== by 0x68AC71: ff_dualinput_filter_frame (dualinput.c:79)
297==17447== by 0x5D73C9: filter_frame (vf_ssim.c:441)
298==17447== by 0x45F9EB: ff_filter_frame_framed (avfilter.c:1116)
299==17447== Uninitialised value was created by a heap allocation
300==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
301==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
302==17447== by 0x166C7F7: av_malloc (mem.c:87)
303==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
304==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
305==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
306==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
307==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
308==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
309==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
310==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
311==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
312==17447==
313{
314 <insert_a_suppression_name_here>
315 Memcheck:Cond
316 fun:__printf_fp_l
317 fun:vfprintf
318 fun:vsnprintf
319 fun:snprintf
320 fun:set_meta
321 fun:do_ssim
322 fun:process_frame
323 fun:ff_framesync_process_frame
324 fun:ff_framesync_filter_frame
325 fun:ff_dualinput_filter_frame
326 fun:filter_frame
327 fun:ff_filter_frame_framed
328}
329==17447== Conditional jump or move depends on uninitialised value(s)
330==17447== at 0x7981060: __mpn_extract_double (dbl2mpn.c:56)
331==17447== by 0x7987711: __printf_fp_l (printf_fp.c:411)
332==17447== by 0x79860B8: vfprintf (vfprintf.c:1631)
333==17447== by 0x79ADA48: vsnprintf (vsnprintf.c:114)
334==17447== by 0x798C931: snprintf (snprintf.c:33)
335==17447== by 0x5D5CF2: set_meta (vf_ssim.c:86)
336==17447== by 0x5D6BB8: do_ssim (vf_ssim.c:303)
337==17447== by 0x68AA41: process_frame (dualinput.c:37)
338==17447== by 0x4786E3: ff_framesync_process_frame (framesync.c:291)
339==17447== by 0x4787C0: ff_framesync_filter_frame (framesync.c:312)
340==17447== by 0x68AC71: ff_dualinput_filter_frame (dualinput.c:79)
341==17447== by 0x5D73C9: filter_frame (vf_ssim.c:441)
342==17447== Uninitialised value was created by a heap allocation
343==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
344==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
345==17447== by 0x166C7F7: av_malloc (mem.c:87)
346==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
347==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
348==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
349==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
350==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
351==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
352==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
353==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
354==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
355==17447==
356{
357 <insert_a_suppression_name_here>
358 Memcheck:Cond
359 fun:__mpn_extract_double
360 fun:__printf_fp_l
361 fun:vfprintf
362 fun:vsnprintf
363 fun:snprintf
364 fun:set_meta
365 fun:do_ssim
366 fun:process_frame
367 fun:ff_framesync_process_frame
368 fun:ff_framesync_filter_frame
369 fun:ff_dualinput_filter_frame
370 fun:filter_frame
371}
372==17447== Conditional jump or move depends on uninitialised value(s)
373==17447== at 0x7987786: __printf_fp_l (printf_fp.c:464)
374==17447== by 0x79860B8: vfprintf (vfprintf.c:1631)
375==17447== by 0x79ADA48: vsnprintf (vsnprintf.c:114)
376==17447== by 0x798C931: snprintf (snprintf.c:33)
377==17447== by 0x5D5CF2: set_meta (vf_ssim.c:86)
378==17447== by 0x5D6BB8: do_ssim (vf_ssim.c:303)
379==17447== by 0x68AA41: process_frame (dualinput.c:37)
380==17447== by 0x4786E3: ff_framesync_process_frame (framesync.c:291)
381==17447== by 0x4787C0: ff_framesync_filter_frame (framesync.c:312)
382==17447== by 0x68AC71: ff_dualinput_filter_frame (dualinput.c:79)
383==17447== by 0x5D73C9: filter_frame (vf_ssim.c:441)
384==17447== by 0x45F9EB: ff_filter_frame_framed (avfilter.c:1116)
385==17447== Uninitialised value was created by a heap allocation
386==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
387==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
388==17447== by 0x166C7F7: av_malloc (mem.c:87)
389==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
390==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
391==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
392==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
393==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
394==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
395==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
396==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
397==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
398==17447==
399{
400 <insert_a_suppression_name_here>
401 Memcheck:Cond
402 fun:__printf_fp_l
403 fun:vfprintf
404 fun:vsnprintf
405 fun:snprintf
406 fun:set_meta
407 fun:do_ssim
408 fun:process_frame
409 fun:ff_framesync_process_frame
410 fun:ff_framesync_filter_frame
411 fun:ff_dualinput_filter_frame
412 fun:filter_frame
413 fun:ff_filter_frame_framed
414}
415==17447== Conditional jump or move depends on uninitialised value(s)
416==17447== at 0x798778E: __printf_fp_l (printf_fp.c:638)
417==17447== by 0x79860B8: vfprintf (vfprintf.c:1631)
418==17447== by 0x79ADA48: vsnprintf (vsnprintf.c:114)
419==17447== by 0x798C931: snprintf (snprintf.c:33)
420==17447== by 0x5D5CF2: set_meta (vf_ssim.c:86)
421==17447== by 0x5D6BB8: do_ssim (vf_ssim.c:303)
422==17447== by 0x68AA41: process_frame (dualinput.c:37)
423==17447== by 0x4786E3: ff_framesync_process_frame (framesync.c:291)
424==17447== by 0x4787C0: ff_framesync_filter_frame (framesync.c:312)
425==17447== by 0x68AC71: ff_dualinput_filter_frame (dualinput.c:79)
426==17447== by 0x5D73C9: filter_frame (vf_ssim.c:441)
427==17447== by 0x45F9EB: ff_filter_frame_framed (avfilter.c:1116)
428==17447== Uninitialised value was created by a heap allocation
429==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
430==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
431==17447== by 0x166C7F7: av_malloc (mem.c:87)
432==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
433==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
434==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
435==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
436==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
437==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
438==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
439==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
440==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
441==17447==
442{
443 <insert_a_suppression_name_here>
444 Memcheck:Cond
445 fun:__printf_fp_l
446 fun:vfprintf
447 fun:vsnprintf
448 fun:snprintf
449 fun:set_meta
450 fun:do_ssim
451 fun:process_frame
452 fun:ff_framesync_process_frame
453 fun:ff_framesync_filter_frame
454 fun:ff_dualinput_filter_frame
455 fun:filter_frame
456 fun:ff_filter_frame_framed
457}
458==17447== Use of uninitialised value of size 8
459==17447== at 0x7988F66: __printf_fp_l (printf_fp.c:646)
460==17447== by 0x79860B8: vfprintf (vfprintf.c:1631)
461==17447== by 0x79ADA48: vsnprintf (vsnprintf.c:114)
462==17447== by 0x798C931: snprintf (snprintf.c:33)
463==17447== by 0x5D5CF2: set_meta (vf_ssim.c:86)
464==17447== by 0x5D6BB8: do_ssim (vf_ssim.c:303)
465==17447== by 0x68AA41: process_frame (dualinput.c:37)
466==17447== by 0x4786E3: ff_framesync_process_frame (framesync.c:291)
467==17447== by 0x4787C0: ff_framesync_filter_frame (framesync.c:312)
468==17447== by 0x68AC71: ff_dualinput_filter_frame (dualinput.c:79)
469==17447== by 0x5D73C9: filter_frame (vf_ssim.c:441)
470==17447== by 0x45F9EB: ff_filter_frame_framed (avfilter.c:1116)
471==17447== Uninitialised value was created by a heap allocation
472==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
473==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
474==17447== by 0x166C7F7: av_malloc (mem.c:87)
475==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
476==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
477==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
478==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
479==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
480==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
481==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
482==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
483==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
484==17447==
485{
486 <insert_a_suppression_name_here>
487 Memcheck:Value8
488 fun:__printf_fp_l
489 fun:vfprintf
490 fun:vsnprintf
491 fun:snprintf
492 fun:set_meta
493 fun:do_ssim
494 fun:process_frame
495 fun:ff_framesync_process_frame
496 fun:ff_framesync_filter_frame
497 fun:ff_dualinput_filter_frame
498 fun:filter_frame
499 fun:ff_filter_frame_framed
500}
501==17447== Use of uninitialised value of size 8
502==17447== at 0x797F988: __mpn_lshift (lshift.S:59)
503==17447== by 0x7988F6A: __printf_fp_l (printf_fp.c:646)
504==17447== by 0x79860B8: vfprintf (vfprintf.c:1631)
505==17447== by 0x79ADA48: vsnprintf (vsnprintf.c:114)
506==17447== by 0x798C931: snprintf (snprintf.c:33)
507==17447== by 0x5D5CF2: set_meta (vf_ssim.c:86)
508==17447== by 0x5D6BB8: do_ssim (vf_ssim.c:303)
509==17447== by 0x68AA41: process_frame (dualinput.c:37)
510==17447== by 0x4786E3: ff_framesync_process_frame (framesync.c:291)
511==17447== by 0x4787C0: ff_framesync_filter_frame (framesync.c:312)
512==17447== by 0x68AC71: ff_dualinput_filter_frame (dualinput.c:79)
513==17447== by 0x5D73C9: filter_frame (vf_ssim.c:441)
514==17447== Uninitialised value was created by a heap allocation
515==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
516==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
517==17447== by 0x166C7F7: av_malloc (mem.c:87)
518==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
519==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
520==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
521==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
522==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
523==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
524==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
525==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
526==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
527==17447==
528{
529 <insert_a_suppression_name_here>
530 Memcheck:Value8
531 fun:__mpn_lshift
532 fun:__printf_fp_l
533 fun:vfprintf
534 fun:vsnprintf
535 fun:snprintf
536 fun:set_meta
537 fun:do_ssim
538 fun:process_frame
539 fun:ff_framesync_process_frame
540 fun:ff_framesync_filter_frame
541 fun:ff_dualinput_filter_frame
542 fun:filter_frame
543}
544==17447== Use of uninitialised value of size 8
545==17447== at 0x797F98B: __mpn_lshift (lshift.S:60)
546==17447== by 0x7988F6A: __printf_fp_l (printf_fp.c:646)
547==17447== by 0x79860B8: vfprintf (vfprintf.c:1631)
548==17447== by 0x79ADA48: vsnprintf (vsnprintf.c:114)
549==17447== by 0x798C931: snprintf (snprintf.c:33)
550==17447== by 0x5D5CF2: set_meta (vf_ssim.c:86)
551==17447== by 0x5D6BB8: do_ssim (vf_ssim.c:303)
552==17447== by 0x68AA41: process_frame (dualinput.c:37)
553==17447== by 0x4786E3: ff_framesync_process_frame (framesync.c:291)
554==17447== by 0x4787C0: ff_framesync_filter_frame (framesync.c:312)
555==17447== by 0x68AC71: ff_dualinput_filter_frame (dualinput.c:79)
556==17447== by 0x5D73C9: filter_frame (vf_ssim.c:441)
557==17447== Uninitialised value was created by a heap allocation
558==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
559==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
560==17447== by 0x166C7F7: av_malloc (mem.c:87)
561==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
562==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
563==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
564==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
565==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
566==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
567==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
568==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
569==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
570==17447==
571{
572 <insert_a_suppression_name_here>
573 Memcheck:Value8
574 fun:__mpn_lshift
575 fun:__printf_fp_l
576 fun:vfprintf
577 fun:vsnprintf
578 fun:snprintf
579 fun:set_meta
580 fun:do_ssim
581 fun:process_frame
582 fun:ff_framesync_process_frame
583 fun:ff_framesync_filter_frame
584 fun:ff_dualinput_filter_frame
585 fun:filter_frame
586}
587==17447== Use of uninitialised value of size 8
588==17447== at 0x7988FA1: __printf_fp_l (printf_fp.c:647)
589==17447== by 0x79860B8: vfprintf (vfprintf.c:1631)
590==17447== by 0x79ADA48: vsnprintf (vsnprintf.c:114)
591==17447== by 0x798C931: snprintf (snprintf.c:33)
592==17447== by 0x5D5CF2: set_meta (vf_ssim.c:86)
593==17447== by 0x5D6BB8: do_ssim (vf_ssim.c:303)
594==17447== by 0x68AA41: process_frame (dualinput.c:37)
595==17447== by 0x4786E3: ff_framesync_process_frame (framesync.c:291)
596==17447== by 0x4787C0: ff_framesync_filter_frame (framesync.c:312)
597==17447== by 0x68AC71: ff_dualinput_filter_frame (dualinput.c:79)
598==17447== by 0x5D73C9: filter_frame (vf_ssim.c:441)
599==17447== by 0x45F9EB: ff_filter_frame_framed (avfilter.c:1116)
600==17447== Uninitialised value was created by a heap allocation
601==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
602==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
603==17447== by 0x166C7F7: av_malloc (mem.c:87)
604==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
605==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
606==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
607==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
608==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
609==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
610==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
611==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
612==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
613==17447==
614{
615 <insert_a_suppression_name_here>
616 Memcheck:Value8
617 fun:__printf_fp_l
618 fun:vfprintf
619 fun:vsnprintf
620 fun:snprintf
621 fun:set_meta
622 fun:do_ssim
623 fun:process_frame
624 fun:ff_framesync_process_frame
625 fun:ff_framesync_filter_frame
626 fun:ff_dualinput_filter_frame
627 fun:filter_frame
628 fun:ff_filter_frame_framed
629}
630==17447== Conditional jump or move depends on uninitialised value(s)
631==17447== at 0x7988FD0: __printf_fp_l (printf_fp.c:658)
632==17447== by 0x79860B8: vfprintf (vfprintf.c:1631)
633==17447== by 0x79ADA48: vsnprintf (vsnprintf.c:114)
634==17447== by 0x798C931: snprintf (snprintf.c:33)
635==17447== by 0x5D5CF2: set_meta (vf_ssim.c:86)
636==17447== by 0x5D6BB8: do_ssim (vf_ssim.c:303)
637==17447== by 0x68AA41: process_frame (dualinput.c:37)
638==17447== by 0x4786E3: ff_framesync_process_frame (framesync.c:291)
639==17447== by 0x4787C0: ff_framesync_filter_frame (framesync.c:312)
640==17447== by 0x68AC71: ff_dualinput_filter_frame (dualinput.c:79)
641==17447== by 0x5D73C9: filter_frame (vf_ssim.c:441)
642==17447== by 0x45F9EB: ff_filter_frame_framed (avfilter.c:1116)
643==17447== Uninitialised value was created by a heap allocation
644==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
645==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
646==17447== by 0x166C7F7: av_malloc (mem.c:87)
647==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
648==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
649==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
650==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
651==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
652==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
653==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
654==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
655==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
656==17447==
657{
658 <insert_a_suppression_name_here>
659 Memcheck:Cond
660 fun:__printf_fp_l
661 fun:vfprintf
662 fun:vsnprintf
663 fun:snprintf
664 fun:set_meta
665 fun:do_ssim
666 fun:process_frame
667 fun:ff_framesync_process_frame
668 fun:ff_framesync_filter_frame
669 fun:ff_dualinput_filter_frame
670 fun:filter_frame
671 fun:ff_filter_frame_framed
672}
673==17447== Conditional jump or move depends on uninitialised value(s)
674==17447== at 0x798913C: __printf_fp_l (printf_fp.c:770)
675==17447== by 0x79860B8: vfprintf (vfprintf.c:1631)
676==17447== by 0x79ADA48: vsnprintf (vsnprintf.c:114)
677==17447== by 0x798C931: snprintf (snprintf.c:33)
678==17447== by 0x5D5CF2: set_meta (vf_ssim.c:86)
679==17447== by 0x5D6BB8: do_ssim (vf_ssim.c:303)
680==17447== by 0x68AA41: process_frame (dualinput.c:37)
681==17447== by 0x4786E3: ff_framesync_process_frame (framesync.c:291)
682==17447== by 0x4787C0: ff_framesync_filter_frame (framesync.c:312)
683==17447== by 0x68AC71: ff_dualinput_filter_frame (dualinput.c:79)
684==17447== by 0x5D73C9: filter_frame (vf_ssim.c:441)
685==17447== by 0x45F9EB: ff_filter_frame_framed (avfilter.c:1116)
686==17447== Uninitialised value was created by a heap allocation
687==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
688==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
689==17447== by 0x166C7F7: av_malloc (mem.c:87)
690==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
691==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
692==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
693==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
694==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
695==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
696==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
697==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
698==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
699==17447==
700{
701 <insert_a_suppression_name_here>
702 Memcheck:Cond
703 fun:__printf_fp_l
704 fun:vfprintf
705 fun:vsnprintf
706 fun:snprintf
707 fun:set_meta
708 fun:do_ssim
709 fun:process_frame
710 fun:ff_framesync_process_frame
711 fun:ff_framesync_filter_frame
712 fun:ff_dualinput_filter_frame
713 fun:filter_frame
714 fun:ff_filter_frame_framed
715}
716==17447== Conditional jump or move depends on uninitialised value(s)
717==17447== at 0x79894BA: __printf_fp_l (printf_fp.c:772)
718==17447== by 0x79860B8: vfprintf (vfprintf.c:1631)
719==17447== by 0x79ADA48: vsnprintf (vsnprintf.c:114)
720==17447== by 0x798C931: snprintf (snprintf.c:33)
721==17447== by 0x5D5CF2: set_meta (vf_ssim.c:86)
722==17447== by 0x5D6BB8: do_ssim (vf_ssim.c:303)
723==17447== by 0x68AA41: process_frame (dualinput.c:37)
724==17447== by 0x4786E3: ff_framesync_process_frame (framesync.c:291)
725==17447== by 0x4787C0: ff_framesync_filter_frame (framesync.c:312)
726==17447== by 0x68AC71: ff_dualinput_filter_frame (dualinput.c:79)
727==17447== by 0x5D73C9: filter_frame (vf_ssim.c:441)
728==17447== by 0x45F9EB: ff_filter_frame_framed (avfilter.c:1116)
729==17447== Uninitialised value was created by a heap allocation
730==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
731==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
732==17447== by 0x166C7F7: av_malloc (mem.c:87)
733==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
734==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
735==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
736==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
737==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
738==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
739==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
740==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
741==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
742==17447==
743{
744 <insert_a_suppression_name_here>
745 Memcheck:Cond
746 fun:__printf_fp_l
747 fun:vfprintf
748 fun:vsnprintf
749 fun:snprintf
750 fun:set_meta
751 fun:do_ssim
752 fun:process_frame
753 fun:ff_framesync_process_frame
754 fun:ff_framesync_filter_frame
755 fun:ff_dualinput_filter_frame
756 fun:filter_frame
757 fun:ff_filter_frame_framed
758}
759==17447== Use of uninitialised value of size 8
760==17447== at 0x797FFA4: __mpn_mul_1 (mul_1.S:36)
761==17447== by 0x79894D5: __printf_fp_l (printf_fp.c:776)
762==17447== by 0x79860B8: vfprintf (vfprintf.c:1631)
763==17447== by 0x79ADA48: vsnprintf (vsnprintf.c:114)
764==17447== by 0x798C931: snprintf (snprintf.c:33)
765==17447== by 0x5D5CF2: set_meta (vf_ssim.c:86)
766==17447== by 0x5D6BB8: do_ssim (vf_ssim.c:303)
767==17447== by 0x68AA41: process_frame (dualinput.c:37)
768==17447== by 0x4786E3: ff_framesync_process_frame (framesync.c:291)
769==17447== by 0x4787C0: ff_framesync_filter_frame (framesync.c:312)
770==17447== by 0x68AC71: ff_dualinput_filter_frame (dualinput.c:79)
771==17447== by 0x5D73C9: filter_frame (vf_ssim.c:441)
772==17447== Uninitialised value was created by a heap allocation
773==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
774==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
775==17447== by 0x166C7F7: av_malloc (mem.c:87)
776==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
777==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
778==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
779==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
780==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
781==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
782==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
783==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
784==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
785==17447==
786{
787 <insert_a_suppression_name_here>
788 Memcheck:Value8
789 fun:__mpn_mul_1
790 fun:__printf_fp_l
791 fun:vfprintf
792 fun:vsnprintf
793 fun:snprintf
794 fun:set_meta
795 fun:do_ssim
796 fun:process_frame
797 fun:ff_framesync_process_frame
798 fun:ff_framesync_filter_frame
799 fun:ff_dualinput_filter_frame
800 fun:filter_frame
801}
802==17447== Use of uninitialised value of size 8
803==17447== at 0x798002F: __mpn_mul_1 (mul_1.S:85)
804==17447== by 0x79894D5: __printf_fp_l (printf_fp.c:776)
805==17447== by 0x79860B8: vfprintf (vfprintf.c:1631)
806==17447== by 0x79ADA48: vsnprintf (vsnprintf.c:114)
807==17447== by 0x798C931: snprintf (snprintf.c:33)
808==17447== by 0x5D5CF2: set_meta (vf_ssim.c:86)
809==17447== by 0x5D6BB8: do_ssim (vf_ssim.c:303)
810==17447== by 0x68AA41: process_frame (dualinput.c:37)
811==17447== by 0x4786E3: ff_framesync_process_frame (framesync.c:291)
812==17447== by 0x4787C0: ff_framesync_filter_frame (framesync.c:312)
813==17447== by 0x68AC71: ff_dualinput_filter_frame (dualinput.c:79)
814==17447== by 0x5D73C9: filter_frame (vf_ssim.c:441)
815==17447== Uninitialised value was created by a heap allocation
816==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
817==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
818==17447== by 0x166C7F7: av_malloc (mem.c:87)
819==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
820==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
821==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
822==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
823==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
824==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
825==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
826==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
827==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
828==17447==
829{
830 <insert_a_suppression_name_here>
831 Memcheck:Value8
832 fun:__mpn_mul_1
833 fun:__printf_fp_l
834 fun:vfprintf
835 fun:vsnprintf
836 fun:snprintf
837 fun:set_meta
838 fun:do_ssim
839 fun:process_frame
840 fun:ff_framesync_process_frame
841 fun:ff_framesync_filter_frame
842 fun:ff_dualinput_filter_frame
843 fun:filter_frame
844}
845==17447== Use of uninitialised value of size 8
846==17447== at 0x79800A2: __mpn_mul_1 (mul_1.S:117)
847==17447== by 0x79894D5: __printf_fp_l (printf_fp.c:776)
848==17447== by 0x79860B8: vfprintf (vfprintf.c:1631)
849==17447== by 0x79ADA48: vsnprintf (vsnprintf.c:114)
850==17447== by 0x798C931: snprintf (snprintf.c:33)
851==17447== by 0x5D5CF2: set_meta (vf_ssim.c:86)
852==17447== by 0x5D6BB8: do_ssim (vf_ssim.c:303)
853==17447== by 0x68AA41: process_frame (dualinput.c:37)
854==17447== by 0x4786E3: ff_framesync_process_frame (framesync.c:291)
855==17447== by 0x4787C0: ff_framesync_filter_frame (framesync.c:312)
856==17447== by 0x68AC71: ff_dualinput_filter_frame (dualinput.c:79)
857==17447== by 0x5D73C9: filter_frame (vf_ssim.c:441)
858==17447== Uninitialised value was created by a heap allocation
859==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
860==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
861==17447== by 0x166C7F7: av_malloc (mem.c:87)
862==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
863==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
864==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
865==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
866==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
867==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
868==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
869==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
870==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
871==17447==
872{
873 <insert_a_suppression_name_here>
874 Memcheck:Value8
875 fun:__mpn_mul_1
876 fun:__printf_fp_l
877 fun:vfprintf
878 fun:vsnprintf
879 fun:snprintf
880 fun:set_meta
881 fun:do_ssim
882 fun:process_frame
883 fun:ff_framesync_process_frame
884 fun:ff_framesync_filter_frame
885 fun:ff_dualinput_filter_frame
886 fun:filter_frame
887}
888==17447== Use of uninitialised value of size 8
889==17447== at 0x79894E9: __printf_fp_l (printf_fp.c:780)
890==17447== by 0x79860B8: vfprintf (vfprintf.c:1631)
891==17447== by 0x79ADA48: vsnprintf (vsnprintf.c:114)
892==17447== by 0x798C931: snprintf (snprintf.c:33)
893==17447== by 0x5D5CF2: set_meta (vf_ssim.c:86)
894==17447== by 0x5D6BB8: do_ssim (vf_ssim.c:303)
895==17447== by 0x68AA41: process_frame (dualinput.c:37)
896==17447== by 0x4786E3: ff_framesync_process_frame (framesync.c:291)
897==17447== by 0x4787C0: ff_framesync_filter_frame (framesync.c:312)
898==17447== by 0x68AC71: ff_dualinput_filter_frame (dualinput.c:79)
899==17447== by 0x5D73C9: filter_frame (vf_ssim.c:441)
900==17447== by 0x45F9EB: ff_filter_frame_framed (avfilter.c:1116)
901==17447== Uninitialised value was created by a heap allocation
902==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
903==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
904==17447== by 0x166C7F7: av_malloc (mem.c:87)
905==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
906==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
907==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
908==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
909==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
910==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
911==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
912==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
913==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
914==17447==
915{
916 <insert_a_suppression_name_here>
917 Memcheck:Value8
918 fun:__printf_fp_l
919 fun:vfprintf
920 fun:vsnprintf
921 fun:snprintf
922 fun:set_meta
923 fun:do_ssim
924 fun:process_frame
925 fun:ff_framesync_process_frame
926 fun:ff_framesync_filter_frame
927 fun:ff_dualinput_filter_frame
928 fun:filter_frame
929 fun:ff_filter_frame_framed
930}
931==17447== Conditional jump or move depends on uninitialised value(s)
932==17447== at 0x79894F8: __printf_fp_l (printf_fp.c:781)
933==17447== by 0x79860B8: vfprintf (vfprintf.c:1631)
934==17447== by 0x79ADA48: vsnprintf (vsnprintf.c:114)
935==17447== by 0x798C931: snprintf (snprintf.c:33)
936==17447== by 0x5D5CF2: set_meta (vf_ssim.c:86)
937==17447== by 0x5D6BB8: do_ssim (vf_ssim.c:303)
938==17447== by 0x68AA41: process_frame (dualinput.c:37)
939==17447== by 0x4786E3: ff_framesync_process_frame (framesync.c:291)
940==17447== by 0x4787C0: ff_framesync_filter_frame (framesync.c:312)
941==17447== by 0x68AC71: ff_dualinput_filter_frame (dualinput.c:79)
942==17447== by 0x5D73C9: filter_frame (vf_ssim.c:441)
943==17447== by 0x45F9EB: ff_filter_frame_framed (avfilter.c:1116)
944==17447== Uninitialised value was created by a heap allocation
945==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
946==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
947==17447== by 0x166C7F7: av_malloc (mem.c:87)
948==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
949==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
950==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
951==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
952==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
953==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
954==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
955==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
956==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
957==17447==
958{
959 <insert_a_suppression_name_here>
960 Memcheck:Cond
961 fun:__printf_fp_l
962 fun:vfprintf
963 fun:vsnprintf
964 fun:snprintf
965 fun:set_meta
966 fun:do_ssim
967 fun:process_frame
968 fun:ff_framesync_process_frame
969 fun:ff_framesync_filter_frame
970 fun:ff_dualinput_filter_frame
971 fun:filter_frame
972 fun:ff_filter_frame_framed
973}
974==17447== Use of uninitialised value of size 8
975==17447== at 0x797FA98: __mpn_rshift (rshift.S:62)
976==17447== by 0x79898C3: __printf_fp_l (printf_fp.c:789)
977==17447== by 0x79860B8: vfprintf (vfprintf.c:1631)
978==17447== by 0x79ADA48: vsnprintf (vsnprintf.c:114)
979==17447== by 0x798C931: snprintf (snprintf.c:33)
980==17447== by 0x5D5CF2: set_meta (vf_ssim.c:86)
981==17447== by 0x5D6BB8: do_ssim (vf_ssim.c:303)
982==17447== by 0x68AA41: process_frame (dualinput.c:37)
983==17447== by 0x4786E3: ff_framesync_process_frame (framesync.c:291)
984==17447== by 0x4787C0: ff_framesync_filter_frame (framesync.c:312)
985==17447== by 0x68AC71: ff_dualinput_filter_frame (dualinput.c:79)
986==17447== by 0x5D73C9: filter_frame (vf_ssim.c:441)
987==17447== Uninitialised value was created by a heap allocation
988==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
989==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
990==17447== by 0x166C7F7: av_malloc (mem.c:87)
991==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
992==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
993==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
994==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
995==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
996==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
997==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
998==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
999==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
1000==17447==
1001{
1002 <insert_a_suppression_name_here>
1003 Memcheck:Value8
1004 fun:__mpn_rshift
1005 fun:__printf_fp_l
1006 fun:vfprintf
1007 fun:vsnprintf
1008 fun:snprintf
1009 fun:set_meta
1010 fun:do_ssim
1011 fun:process_frame
1012 fun:ff_framesync_process_frame
1013 fun:ff_framesync_filter_frame
1014 fun:ff_dualinput_filter_frame
1015 fun:filter_frame
1016}
1017==17447== Use of uninitialised value of size 8
1018==17447== at 0x797FABD: __mpn_rshift (rshift.S:73)
1019==17447== by 0x79898C3: __printf_fp_l (printf_fp.c:789)
1020==17447== by 0x79860B8: vfprintf (vfprintf.c:1631)
1021==17447== by 0x79ADA48: vsnprintf (vsnprintf.c:114)
1022==17447== by 0x798C931: snprintf (snprintf.c:33)
1023==17447== by 0x5D5CF2: set_meta (vf_ssim.c:86)
1024==17447== by 0x5D6BB8: do_ssim (vf_ssim.c:303)
1025==17447== by 0x68AA41: process_frame (dualinput.c:37)
1026==17447== by 0x4786E3: ff_framesync_process_frame (framesync.c:291)
1027==17447== by 0x4787C0: ff_framesync_filter_frame (framesync.c:312)
1028==17447== by 0x68AC71: ff_dualinput_filter_frame (dualinput.c:79)
1029==17447== by 0x5D73C9: filter_frame (vf_ssim.c:441)
1030==17447== Uninitialised value was created by a heap allocation
1031==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
1032==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
1033==17447== by 0x166C7F7: av_malloc (mem.c:87)
1034==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
1035==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
1036==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
1037==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
1038==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
1039==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
1040==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
1041==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
1042==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
1043==17447==
1044{
1045 <insert_a_suppression_name_here>
1046 Memcheck:Value8
1047 fun:__mpn_rshift
1048 fun:__printf_fp_l
1049 fun:vfprintf
1050 fun:vsnprintf
1051 fun:snprintf
1052 fun:set_meta
1053 fun:do_ssim
1054 fun:process_frame
1055 fun:ff_framesync_process_frame
1056 fun:ff_framesync_filter_frame
1057 fun:ff_dualinput_filter_frame
1058 fun:filter_frame
1059}
1060==17447== Use of uninitialised value of size 8
1061==17447== at 0x7988369: hack_digit (printf_fp.c:176)
1062==17447== by 0x7988369: __printf_fp_l (printf_fp.c:947)
1063==17447== by 0x79860B8: vfprintf (vfprintf.c:1631)
1064==17447== by 0x79ADA48: vsnprintf (vsnprintf.c:114)
1065==17447== by 0x798C931: snprintf (snprintf.c:33)
1066==17447== by 0x5D5CF2: set_meta (vf_ssim.c:86)
1067==17447== by 0x5D6BB8: do_ssim (vf_ssim.c:303)
1068==17447== by 0x68AA41: process_frame (dualinput.c:37)
1069==17447== by 0x4786E3: ff_framesync_process_frame (framesync.c:291)
1070==17447== by 0x4787C0: ff_framesync_filter_frame (framesync.c:312)
1071==17447== by 0x68AC71: ff_dualinput_filter_frame (dualinput.c:79)
1072==17447== by 0x5D73C9: filter_frame (vf_ssim.c:441)
1073==17447== by 0x45F9EB: ff_filter_frame_framed (avfilter.c:1116)
1074==17447== Uninitialised value was created by a heap allocation
1075==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
1076==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
1077==17447== by 0x166C7F7: av_malloc (mem.c:87)
1078==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
1079==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
1080==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
1081==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
1082==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
1083==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
1084==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
1085==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
1086==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
1087==17447==
1088{
1089 <insert_a_suppression_name_here>
1090 Memcheck:Value8
1091 fun:hack_digit
1092 fun:__printf_fp_l
1093 fun:vfprintf
1094 fun:vsnprintf
1095 fun:snprintf
1096 fun:set_meta
1097 fun:do_ssim
1098 fun:process_frame
1099 fun:ff_framesync_process_frame
1100 fun:ff_framesync_filter_frame
1101 fun:ff_dualinput_filter_frame
1102 fun:filter_frame
1103 fun:ff_filter_frame_framed
1104}
1105==17447== Use of uninitialised value of size 8
1106==17447== at 0x797FFA4: __mpn_mul_1 (mul_1.S:36)
1107==17447== by 0x7988370: hack_digit (printf_fp.c:177)
1108==17447== by 0x7988370: __printf_fp_l (printf_fp.c:947)
1109==17447== by 0x79860B8: vfprintf (vfprintf.c:1631)
1110==17447== by 0x79ADA48: vsnprintf (vsnprintf.c:114)
1111==17447== by 0x798C931: snprintf (snprintf.c:33)
1112==17447== by 0x5D5CF2: set_meta (vf_ssim.c:86)
1113==17447== by 0x5D6BB8: do_ssim (vf_ssim.c:303)
1114==17447== by 0x68AA41: process_frame (dualinput.c:37)
1115==17447== by 0x4786E3: ff_framesync_process_frame (framesync.c:291)
1116==17447== by 0x4787C0: ff_framesync_filter_frame (framesync.c:312)
1117==17447== by 0x68AC71: ff_dualinput_filter_frame (dualinput.c:79)
1118==17447== by 0x5D73C9: filter_frame (vf_ssim.c:441)
1119==17447== Uninitialised value was created by a heap allocation
1120==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
1121==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
1122==17447== by 0x166C7F7: av_malloc (mem.c:87)
1123==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
1124==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
1125==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
1126==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
1127==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
1128==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
1129==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
1130==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
1131==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
1132==17447==
1133{
1134 <insert_a_suppression_name_here>
1135 Memcheck:Value8
1136 fun:__mpn_mul_1
1137 fun:hack_digit
1138 fun:__printf_fp_l
1139 fun:vfprintf
1140 fun:vsnprintf
1141 fun:snprintf
1142 fun:set_meta
1143 fun:do_ssim
1144 fun:process_frame
1145 fun:ff_framesync_process_frame
1146 fun:ff_framesync_filter_frame
1147 fun:ff_dualinput_filter_frame
1148 fun:filter_frame
1149}
1150==17447== Use of uninitialised value of size 8
1151==17447== at 0x797FFC8: __mpn_mul_1 (mul_1.S:52)
1152==17447== by 0x7988370: hack_digit (printf_fp.c:177)
1153==17447== by 0x7988370: __printf_fp_l (printf_fp.c:947)
1154==17447== by 0x79860B8: vfprintf (vfprintf.c:1631)
1155==17447== by 0x79ADA48: vsnprintf (vsnprintf.c:114)
1156==17447== by 0x798C931: snprintf (snprintf.c:33)
1157==17447== by 0x5D5CF2: set_meta (vf_ssim.c:86)
1158==17447== by 0x5D6BB8: do_ssim (vf_ssim.c:303)
1159==17447== by 0x68AA41: process_frame (dualinput.c:37)
1160==17447== by 0x4786E3: ff_framesync_process_frame (framesync.c:291)
1161==17447== by 0x4787C0: ff_framesync_filter_frame (framesync.c:312)
1162==17447== by 0x68AC71: ff_dualinput_filter_frame (dualinput.c:79)
1163==17447== by 0x5D73C9: filter_frame (vf_ssim.c:441)
1164==17447== Uninitialised value was created by a heap allocation
1165==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
1166==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
1167==17447== by 0x166C7F7: av_malloc (mem.c:87)
1168==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
1169==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
1170==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
1171==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
1172==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
1173==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
1174==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
1175==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
1176==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
1177==17447==
1178{
1179 <insert_a_suppression_name_here>
1180 Memcheck:Value8
1181 fun:__mpn_mul_1
1182 fun:hack_digit
1183 fun:__printf_fp_l
1184 fun:vfprintf
1185 fun:vsnprintf
1186 fun:snprintf
1187 fun:set_meta
1188 fun:do_ssim
1189 fun:process_frame
1190 fun:ff_framesync_process_frame
1191 fun:ff_framesync_filter_frame
1192 fun:ff_dualinput_filter_frame
1193 fun:filter_frame
1194}
1195==17447== Conditional jump or move depends on uninitialised value(s)
1196==17447== at 0x79883B8: __printf_fp_l (printf_fp.c:959)
1197==17447== by 0x79860B8: vfprintf (vfprintf.c:1631)
1198==17447== by 0x79ADA48: vsnprintf (vsnprintf.c:114)
1199==17447== by 0x798C931: snprintf (snprintf.c:33)
1200==17447== by 0x5D5CF2: set_meta (vf_ssim.c:86)
1201==17447== by 0x5D6BB8: do_ssim (vf_ssim.c:303)
1202==17447== by 0x68AA41: process_frame (dualinput.c:37)
1203==17447== by 0x4786E3: ff_framesync_process_frame (framesync.c:291)
1204==17447== by 0x4787C0: ff_framesync_filter_frame (framesync.c:312)
1205==17447== by 0x68AC71: ff_dualinput_filter_frame (dualinput.c:79)
1206==17447== by 0x5D73C9: filter_frame (vf_ssim.c:441)
1207==17447== by 0x45F9EB: ff_filter_frame_framed (avfilter.c:1116)
1208==17447== Uninitialised value was created by a heap allocation
1209==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
1210==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
1211==17447== by 0x166C7F7: av_malloc (mem.c:87)
1212==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
1213==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
1214==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
1215==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
1216==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
1217==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
1218==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
1219==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
1220==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
1221==17447==
1222{
1223 <insert_a_suppression_name_here>
1224 Memcheck:Cond
1225 fun:__printf_fp_l
1226 fun:vfprintf
1227 fun:vsnprintf
1228 fun:snprintf
1229 fun:set_meta
1230 fun:do_ssim
1231 fun:process_frame
1232 fun:ff_framesync_process_frame
1233 fun:ff_framesync_filter_frame
1234 fun:ff_dualinput_filter_frame
1235 fun:filter_frame
1236 fun:ff_filter_frame_framed
1237}
1238==17447== Use of uninitialised value of size 8
1239==17447== at 0x7987189: hack_digit (printf_fp.c:176)
1240==17447== by 0x79883D0: __printf_fp_l (printf_fp.c:960)
1241==17447== by 0x79860B8: vfprintf (vfprintf.c:1631)
1242==17447== by 0x79ADA48: vsnprintf (vsnprintf.c:114)
1243==17447== by 0x798C931: snprintf (snprintf.c:33)
1244==17447== by 0x5D5CF2: set_meta (vf_ssim.c:86)
1245==17447== by 0x5D6BB8: do_ssim (vf_ssim.c:303)
1246==17447== by 0x68AA41: process_frame (dualinput.c:37)
1247==17447== by 0x4786E3: ff_framesync_process_frame (framesync.c:291)
1248==17447== by 0x4787C0: ff_framesync_filter_frame (framesync.c:312)
1249==17447== by 0x68AC71: ff_dualinput_filter_frame (dualinput.c:79)
1250==17447== by 0x5D73C9: filter_frame (vf_ssim.c:441)
1251==17447== Uninitialised value was created by a heap allocation
1252==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
1253==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
1254==17447== by 0x166C7F7: av_malloc (mem.c:87)
1255==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
1256==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
1257==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
1258==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
1259==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
1260==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
1261==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
1262==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
1263==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
1264==17447==
1265{
1266 <insert_a_suppression_name_here>
1267 Memcheck:Value8
1268 fun:hack_digit
1269 fun:__printf_fp_l
1270 fun:vfprintf
1271 fun:vsnprintf
1272 fun:snprintf
1273 fun:set_meta
1274 fun:do_ssim
1275 fun:process_frame
1276 fun:ff_framesync_process_frame
1277 fun:ff_framesync_filter_frame
1278 fun:ff_dualinput_filter_frame
1279 fun:filter_frame
1280}
1281==17447== Use of uninitialised value of size 8
1282==17447== at 0x797FFA4: __mpn_mul_1 (mul_1.S:36)
1283==17447== by 0x7987190: hack_digit (printf_fp.c:177)
1284==17447== by 0x79883D0: __printf_fp_l (printf_fp.c:960)
1285==17447== by 0x79860B8: vfprintf (vfprintf.c:1631)
1286==17447== by 0x79ADA48: vsnprintf (vsnprintf.c:114)
1287==17447== by 0x798C931: snprintf (snprintf.c:33)
1288==17447== by 0x5D5CF2: set_meta (vf_ssim.c:86)
1289==17447== by 0x5D6BB8: do_ssim (vf_ssim.c:303)
1290==17447== by 0x68AA41: process_frame (dualinput.c:37)
1291==17447== by 0x4786E3: ff_framesync_process_frame (framesync.c:291)
1292==17447== by 0x4787C0: ff_framesync_filter_frame (framesync.c:312)
1293==17447== by 0x68AC71: ff_dualinput_filter_frame (dualinput.c:79)
1294==17447== Uninitialised value was created by a heap allocation
1295==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
1296==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
1297==17447== by 0x166C7F7: av_malloc (mem.c:87)
1298==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
1299==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
1300==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
1301==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
1302==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
1303==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
1304==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
1305==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
1306==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
1307==17447==
1308{
1309 <insert_a_suppression_name_here>
1310 Memcheck:Value8
1311 fun:__mpn_mul_1
1312 fun:hack_digit
1313 fun:__printf_fp_l
1314 fun:vfprintf
1315 fun:vsnprintf
1316 fun:snprintf
1317 fun:set_meta
1318 fun:do_ssim
1319 fun:process_frame
1320 fun:ff_framesync_process_frame
1321 fun:ff_framesync_filter_frame
1322 fun:ff_dualinput_filter_frame
1323}
1324==17447== Use of uninitialised value of size 8
1325==17447== at 0x797FFC8: __mpn_mul_1 (mul_1.S:52)
1326==17447== by 0x7987190: hack_digit (printf_fp.c:177)
1327==17447== by 0x79883D0: __printf_fp_l (printf_fp.c:960)
1328==17447== by 0x79860B8: vfprintf (vfprintf.c:1631)
1329==17447== by 0x79ADA48: vsnprintf (vsnprintf.c:114)
1330==17447== by 0x798C931: snprintf (snprintf.c:33)
1331==17447== by 0x5D5CF2: set_meta (vf_ssim.c:86)
1332==17447== by 0x5D6BB8: do_ssim (vf_ssim.c:303)
1333==17447== by 0x68AA41: process_frame (dualinput.c:37)
1334==17447== by 0x4786E3: ff_framesync_process_frame (framesync.c:291)
1335==17447== by 0x4787C0: ff_framesync_filter_frame (framesync.c:312)
1336==17447== by 0x68AC71: ff_dualinput_filter_frame (dualinput.c:79)
1337==17447== Uninitialised value was created by a heap allocation
1338==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
1339==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
1340==17447== by 0x166C7F7: av_malloc (mem.c:87)
1341==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
1342==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
1343==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
1344==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
1345==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
1346==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
1347==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
1348==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
1349==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
1350==17447==
1351{
1352 <insert_a_suppression_name_here>
1353 Memcheck:Value8
1354 fun:__mpn_mul_1
1355 fun:hack_digit
1356 fun:__printf_fp_l
1357 fun:vfprintf
1358 fun:vsnprintf
1359 fun:snprintf
1360 fun:set_meta
1361 fun:do_ssim
1362 fun:process_frame
1363 fun:ff_framesync_process_frame
1364 fun:ff_framesync_filter_frame
1365 fun:ff_dualinput_filter_frame
1366}
1367==17447== Conditional jump or move depends on uninitialised value(s)
1368==17447== at 0x79883DB: __printf_fp_l (printf_fp.c:962)
1369==17447== by 0x79860B8: vfprintf (vfprintf.c:1631)
1370==17447== by 0x79ADA48: vsnprintf (vsnprintf.c:114)
1371==17447== by 0x798C931: snprintf (snprintf.c:33)
1372==17447== by 0x5D5CF2: set_meta (vf_ssim.c:86)
1373==17447== by 0x5D6BB8: do_ssim (vf_ssim.c:303)
1374==17447== by 0x68AA41: process_frame (dualinput.c:37)
1375==17447== by 0x4786E3: ff_framesync_process_frame (framesync.c:291)
1376==17447== by 0x4787C0: ff_framesync_filter_frame (framesync.c:312)
1377==17447== by 0x68AC71: ff_dualinput_filter_frame (dualinput.c:79)
1378==17447== by 0x5D73C9: filter_frame (vf_ssim.c:441)
1379==17447== by 0x45F9EB: ff_filter_frame_framed (avfilter.c:1116)
1380==17447== Uninitialised value was created by a heap allocation
1381==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
1382==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
1383==17447== by 0x166C7F7: av_malloc (mem.c:87)
1384==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
1385==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
1386==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
1387==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
1388==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
1389==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
1390==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
1391==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
1392==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
1393==17447==
1394{
1395 <insert_a_suppression_name_here>
1396 Memcheck:Cond
1397 fun:__printf_fp_l
1398 fun:vfprintf
1399 fun:vsnprintf
1400 fun:snprintf
1401 fun:set_meta
1402 fun:do_ssim
1403 fun:process_frame
1404 fun:ff_framesync_process_frame
1405 fun:ff_framesync_filter_frame
1406 fun:ff_dualinput_filter_frame
1407 fun:filter_frame
1408 fun:ff_filter_frame_framed
1409}
1410==17447== Conditional jump or move depends on uninitialised value(s)
1411==17447== at 0x79883E9: __printf_fp_l (printf_fp.c:962)
1412==17447== by 0x79860B8: vfprintf (vfprintf.c:1631)
1413==17447== by 0x79ADA48: vsnprintf (vsnprintf.c:114)
1414==17447== by 0x798C931: snprintf (snprintf.c:33)
1415==17447== by 0x5D5CF2: set_meta (vf_ssim.c:86)
1416==17447== by 0x5D6BB8: do_ssim (vf_ssim.c:303)
1417==17447== by 0x68AA41: process_frame (dualinput.c:37)
1418==17447== by 0x4786E3: ff_framesync_process_frame (framesync.c:291)
1419==17447== by 0x4787C0: ff_framesync_filter_frame (framesync.c:312)
1420==17447== by 0x68AC71: ff_dualinput_filter_frame (dualinput.c:79)
1421==17447== by 0x5D73C9: filter_frame (vf_ssim.c:441)
1422==17447== by 0x45F9EB: ff_filter_frame_framed (avfilter.c:1116)
1423==17447== Uninitialised value was created by a heap allocation
1424==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
1425==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
1426==17447== by 0x166C7F7: av_malloc (mem.c:87)
1427==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
1428==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
1429==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
1430==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
1431==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
1432==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
1433==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
1434==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
1435==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
1436==17447==
1437{
1438 <insert_a_suppression_name_here>
1439 Memcheck:Cond
1440 fun:__printf_fp_l
1441 fun:vfprintf
1442 fun:vsnprintf
1443 fun:snprintf
1444 fun:set_meta
1445 fun:do_ssim
1446 fun:process_frame
1447 fun:ff_framesync_process_frame
1448 fun:ff_framesync_filter_frame
1449 fun:ff_dualinput_filter_frame
1450 fun:filter_frame
1451 fun:ff_filter_frame_framed
1452}
1453==17447== Conditional jump or move depends on uninitialised value(s)
1454==17447== at 0x7988A8B: round_away (rounding-mode.h:52)
1455==17447== by 0x7988A8B: __printf_fp_l (printf_fp.c:979)
1456==17447== by 0x79860B8: vfprintf (vfprintf.c:1631)
1457==17447== by 0x79ADA48: vsnprintf (vsnprintf.c:114)
1458==17447== by 0x798C931: snprintf (snprintf.c:33)
1459==17447== by 0x5D5CF2: set_meta (vf_ssim.c:86)
1460==17447== by 0x5D6BB8: do_ssim (vf_ssim.c:303)
1461==17447== by 0x68AA41: process_frame (dualinput.c:37)
1462==17447== by 0x4786E3: ff_framesync_process_frame (framesync.c:291)
1463==17447== by 0x4787C0: ff_framesync_filter_frame (framesync.c:312)
1464==17447== by 0x68AC71: ff_dualinput_filter_frame (dualinput.c:79)
1465==17447== by 0x5D73C9: filter_frame (vf_ssim.c:441)
1466==17447== by 0x45F9EB: ff_filter_frame_framed (avfilter.c:1116)
1467==17447== Uninitialised value was created by a heap allocation
1468==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
1469==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
1470==17447== by 0x166C7F7: av_malloc (mem.c:87)
1471==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
1472==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
1473==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
1474==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
1475==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
1476==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
1477==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
1478==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
1479==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
1480==17447==
1481{
1482 <insert_a_suppression_name_here>
1483 Memcheck:Cond
1484 fun:round_away
1485 fun:__printf_fp_l
1486 fun:vfprintf
1487 fun:vsnprintf
1488 fun:snprintf
1489 fun:set_meta
1490 fun:do_ssim
1491 fun:process_frame
1492 fun:ff_framesync_process_frame
1493 fun:ff_framesync_filter_frame
1494 fun:ff_dualinput_filter_frame
1495 fun:filter_frame
1496 fun:ff_filter_frame_framed
1497}
1498==17447== Conditional jump or move depends on uninitialised value(s)
1499==17447== at 0x798855F: __printf_fp_l (printf_fp.c:1147)
1500==17447== by 0x79860B8: vfprintf (vfprintf.c:1631)
1501==17447== by 0x79ADA48: vsnprintf (vsnprintf.c:114)
1502==17447== by 0x798C931: snprintf (snprintf.c:33)
1503==17447== by 0x5D5CF2: set_meta (vf_ssim.c:86)
1504==17447== by 0x5D6BB8: do_ssim (vf_ssim.c:303)
1505==17447== by 0x68AA41: process_frame (dualinput.c:37)
1506==17447== by 0x4786E3: ff_framesync_process_frame (framesync.c:291)
1507==17447== by 0x4787C0: ff_framesync_filter_frame (framesync.c:312)
1508==17447== by 0x68AC71: ff_dualinput_filter_frame (dualinput.c:79)
1509==17447== by 0x5D73C9: filter_frame (vf_ssim.c:441)
1510==17447== by 0x45F9EB: ff_filter_frame_framed (avfilter.c:1116)
1511==17447== Uninitialised value was created by a heap allocation
1512==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
1513==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
1514==17447== by 0x166C7F7: av_malloc (mem.c:87)
1515==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
1516==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
1517==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
1518==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
1519==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
1520==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
1521==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
1522==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
1523==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
1524==17447==
1525{
1526 <insert_a_suppression_name_here>
1527 Memcheck:Cond
1528 fun:__printf_fp_l
1529 fun:vfprintf
1530 fun:vsnprintf
1531 fun:snprintf
1532 fun:set_meta
1533 fun:do_ssim
1534 fun:process_frame
1535 fun:ff_framesync_process_frame
1536 fun:ff_framesync_filter_frame
1537 fun:ff_dualinput_filter_frame
1538 fun:filter_frame
1539 fun:ff_filter_frame_framed
1540}
1541==17447== Conditional jump or move depends on uninitialised value(s)
1542==17447== at 0x7988836: __printf_fp_l (printf_fp.c:1154)
1543==17447== by 0x79860B8: vfprintf (vfprintf.c:1631)
1544==17447== by 0x79ADA48: vsnprintf (vsnprintf.c:114)
1545==17447== by 0x798C931: snprintf (snprintf.c:33)
1546==17447== by 0x5D5CF2: set_meta (vf_ssim.c:86)
1547==17447== by 0x5D6BB8: do_ssim (vf_ssim.c:303)
1548==17447== by 0x68AA41: process_frame (dualinput.c:37)
1549==17447== by 0x4786E3: ff_framesync_process_frame (framesync.c:291)
1550==17447== by 0x4787C0: ff_framesync_filter_frame (framesync.c:312)
1551==17447== by 0x68AC71: ff_dualinput_filter_frame (dualinput.c:79)
1552==17447== by 0x5D73C9: filter_frame (vf_ssim.c:441)
1553==17447== by 0x45F9EB: ff_filter_frame_framed (avfilter.c:1116)
1554==17447== Uninitialised value was created by a heap allocation
1555==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
1556==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
1557==17447== by 0x166C7F7: av_malloc (mem.c:87)
1558==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
1559==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
1560==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
1561==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
1562==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
1563==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
1564==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
1565==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
1566==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
1567==17447==
1568{
1569 <insert_a_suppression_name_here>
1570 Memcheck:Cond
1571 fun:__printf_fp_l
1572 fun:vfprintf
1573 fun:vsnprintf
1574 fun:snprintf
1575 fun:set_meta
1576 fun:do_ssim
1577 fun:process_frame
1578 fun:ff_framesync_process_frame
1579 fun:ff_framesync_filter_frame
1580 fun:ff_dualinput_filter_frame
1581 fun:filter_frame
1582 fun:ff_filter_frame_framed
1583}
1584==17447== Conditional jump or move depends on uninitialised value(s)
1585==17447== at 0x79889F1: __printf_fp_l (printf_fp.c:1210)
1586==17447== by 0x79860B8: vfprintf (vfprintf.c:1631)
1587==17447== by 0x79ADA48: vsnprintf (vsnprintf.c:114)
1588==17447== by 0x798C931: snprintf (snprintf.c:33)
1589==17447== by 0x5D5CF2: set_meta (vf_ssim.c:86)
1590==17447== by 0x5D6BB8: do_ssim (vf_ssim.c:303)
1591==17447== by 0x68AA41: process_frame (dualinput.c:37)
1592==17447== by 0x4786E3: ff_framesync_process_frame (framesync.c:291)
1593==17447== by 0x4787C0: ff_framesync_filter_frame (framesync.c:312)
1594==17447== by 0x68AC71: ff_dualinput_filter_frame (dualinput.c:79)
1595==17447== by 0x5D73C9: filter_frame (vf_ssim.c:441)
1596==17447== by 0x45F9EB: ff_filter_frame_framed (avfilter.c:1116)
1597==17447== Uninitialised value was created by a heap allocation
1598==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
1599==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
1600==17447== by 0x166C7F7: av_malloc (mem.c:87)
1601==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
1602==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
1603==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
1604==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
1605==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
1606==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
1607==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
1608==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
1609==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
1610==17447==
1611{
1612 <insert_a_suppression_name_here>
1613 Memcheck:Cond
1614 fun:__printf_fp_l
1615 fun:vfprintf
1616 fun:vsnprintf
1617 fun:snprintf
1618 fun:set_meta
1619 fun:do_ssim
1620 fun:process_frame
1621 fun:ff_framesync_process_frame
1622 fun:ff_framesync_filter_frame
1623 fun:ff_dualinput_filter_frame
1624 fun:filter_frame
1625 fun:ff_filter_frame_framed
1626}
1627==17447== Conditional jump or move depends on uninitialised value(s)
1628==17447== at 0x79889D3: __printf_fp_l (printf_fp.c:1212)
1629==17447== by 0x79860B8: vfprintf (vfprintf.c:1631)
1630==17447== by 0x79ADA48: vsnprintf (vsnprintf.c:114)
1631==17447== by 0x798C931: snprintf (snprintf.c:33)
1632==17447== by 0x5D5CF2: set_meta (vf_ssim.c:86)
1633==17447== by 0x5D6BB8: do_ssim (vf_ssim.c:303)
1634==17447== by 0x68AA41: process_frame (dualinput.c:37)
1635==17447== by 0x4786E3: ff_framesync_process_frame (framesync.c:291)
1636==17447== by 0x4787C0: ff_framesync_filter_frame (framesync.c:312)
1637==17447== by 0x68AC71: ff_dualinput_filter_frame (dualinput.c:79)
1638==17447== by 0x5D73C9: filter_frame (vf_ssim.c:441)
1639==17447== by 0x45F9EB: ff_filter_frame_framed (avfilter.c:1116)
1640==17447== Uninitialised value was created by a heap allocation
1641==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
1642==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
1643==17447== by 0x166C7F7: av_malloc (mem.c:87)
1644==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
1645==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
1646==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
1647==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
1648==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
1649==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
1650==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
1651==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
1652==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
1653==17447==
1654{
1655 <insert_a_suppression_name_here>
1656 Memcheck:Cond
1657 fun:__printf_fp_l
1658 fun:vfprintf
1659 fun:vsnprintf
1660 fun:snprintf
1661 fun:set_meta
1662 fun:do_ssim
1663 fun:process_frame
1664 fun:ff_framesync_process_frame
1665 fun:ff_framesync_filter_frame
1666 fun:ff_dualinput_filter_frame
1667 fun:filter_frame
1668 fun:ff_filter_frame_framed
1669}
1670==17447== Conditional jump or move depends on uninitialised value(s)
1671==17447== at 0x4C30F78: strlen (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
1672==17447== by 0x166CBC1: av_strdup (mem.c:241)
1673==17447== by 0x165B23E: av_dict_set (dict.c:87)
1674==17447== by 0x5D5D4F: set_meta (vf_ssim.c:90)
1675==17447== by 0x5D6BB8: do_ssim (vf_ssim.c:303)
1676==17447== by 0x68AA41: process_frame (dualinput.c:37)
1677==17447== by 0x4786E3: ff_framesync_process_frame (framesync.c:291)
1678==17447== by 0x4787C0: ff_framesync_filter_frame (framesync.c:312)
1679==17447== by 0x68AC71: ff_dualinput_filter_frame (dualinput.c:79)
1680==17447== by 0x5D73C9: filter_frame (vf_ssim.c:441)
1681==17447== by 0x45F9EB: ff_filter_frame_framed (avfilter.c:1116)
1682==17447== by 0x460271: ff_filter_frame_to_filter (avfilter.c:1264)
1683==17447== Uninitialised value was created by a heap allocation
1684==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
1685==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
1686==17447== by 0x166C7F7: av_malloc (mem.c:87)
1687==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
1688==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
1689==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
1690==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
1691==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
1692==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
1693==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
1694==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
1695==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
1696==17447==
1697{
1698 <insert_a_suppression_name_here>
1699 Memcheck:Cond
1700 fun:strlen
1701 fun:av_strdup
1702 fun:av_dict_set
1703 fun:set_meta
1704 fun:do_ssim
1705 fun:process_frame
1706 fun:ff_framesync_process_frame
1707 fun:ff_framesync_filter_frame
1708 fun:ff_dualinput_filter_frame
1709 fun:filter_frame
1710 fun:ff_filter_frame_framed
1711 fun:ff_filter_frame_to_filter
1712}
1713==17447== Use of uninitialised value of size 8
1714==17447== at 0x7988804: __printf_fp_l (printf_fp.c:972)
1715==17447== by 0x79860B8: vfprintf (vfprintf.c:1631)
1716==17447== by 0x79ADA48: vsnprintf (vsnprintf.c:114)
1717==17447== by 0x798C931: snprintf (snprintf.c:33)
1718==17447== by 0x5D5CF2: set_meta (vf_ssim.c:86)
1719==17447== by 0x5D6C0D: do_ssim (vf_ssim.c:307)
1720==17447== by 0x68AA41: process_frame (dualinput.c:37)
1721==17447== by 0x4786E3: ff_framesync_process_frame (framesync.c:291)
1722==17447== by 0x4787C0: ff_framesync_filter_frame (framesync.c:312)
1723==17447== by 0x68AC71: ff_dualinput_filter_frame (dualinput.c:79)
1724==17447== by 0x5D73C9: filter_frame (vf_ssim.c:441)
1725==17447== by 0x45F9EB: ff_filter_frame_framed (avfilter.c:1116)
1726==17447== Uninitialised value was created by a heap allocation
1727==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
1728==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
1729==17447== by 0x166C7F7: av_malloc (mem.c:87)
1730==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
1731==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
1732==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
1733==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
1734==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
1735==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
1736==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
1737==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
1738==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
1739==17447==
1740{
1741 <insert_a_suppression_name_here>
1742 Memcheck:Value8
1743 fun:__printf_fp_l
1744 fun:vfprintf
1745 fun:vsnprintf
1746 fun:snprintf
1747 fun:set_meta
1748 fun:do_ssim
1749 fun:process_frame
1750 fun:ff_framesync_process_frame
1751 fun:ff_framesync_filter_frame
1752 fun:ff_dualinput_filter_frame
1753 fun:filter_frame
1754 fun:ff_filter_frame_framed
1755}
1756==17447== Conditional jump or move depends on uninitialised value(s)
1757==17447== at 0x798880A: __printf_fp_l (printf_fp.c:972)
1758==17447== by 0x79860B8: vfprintf (vfprintf.c:1631)
1759==17447== by 0x79ADA48: vsnprintf (vsnprintf.c:114)
1760==17447== by 0x798C931: snprintf (snprintf.c:33)
1761==17447== by 0x5D5CF2: set_meta (vf_ssim.c:86)
1762==17447== by 0x5D6C0D: do_ssim (vf_ssim.c:307)
1763==17447== by 0x68AA41: process_frame (dualinput.c:37)
1764==17447== by 0x4786E3: ff_framesync_process_frame (framesync.c:291)
1765==17447== by 0x4787C0: ff_framesync_filter_frame (framesync.c:312)
1766==17447== by 0x68AC71: ff_dualinput_filter_frame (dualinput.c:79)
1767==17447== by 0x5D73C9: filter_frame (vf_ssim.c:441)
1768==17447== by 0x45F9EB: ff_filter_frame_framed (avfilter.c:1116)
1769==17447== Uninitialised value was created by a heap allocation
1770==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
1771==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
1772==17447== by 0x166C7F7: av_malloc (mem.c:87)
1773==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
1774==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
1775==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
1776==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
1777==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
1778==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
1779==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
1780==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
1781==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
1782==17447==
1783{
1784 <insert_a_suppression_name_here>
1785 Memcheck:Cond
1786 fun:__printf_fp_l
1787 fun:vfprintf
1788 fun:vsnprintf
1789 fun:snprintf
1790 fun:set_meta
1791 fun:do_ssim
1792 fun:process_frame
1793 fun:ff_framesync_process_frame
1794 fun:ff_framesync_filter_frame
1795 fun:ff_dualinput_filter_frame
1796 fun:filter_frame
1797 fun:ff_filter_frame_framed
1798}
1799==17447== Conditional jump or move depends on uninitialised value(s)
1800==17447== at 0x7988A91: round_away (rounding-mode.h:52)
1801==17447== by 0x7988A91: __printf_fp_l (printf_fp.c:979)
1802==17447== by 0x79860B8: vfprintf (vfprintf.c:1631)
1803==17447== by 0x79ADA48: vsnprintf (vsnprintf.c:114)
1804==17447== by 0x798C931: snprintf (snprintf.c:33)
1805==17447== by 0x5D5CF2: set_meta (vf_ssim.c:86)
1806==17447== by 0x5D6C0D: do_ssim (vf_ssim.c:307)
1807==17447== by 0x68AA41: process_frame (dualinput.c:37)
1808==17447== by 0x4786E3: ff_framesync_process_frame (framesync.c:291)
1809==17447== by 0x4787C0: ff_framesync_filter_frame (framesync.c:312)
1810==17447== by 0x68AC71: ff_dualinput_filter_frame (dualinput.c:79)
1811==17447== by 0x5D73C9: filter_frame (vf_ssim.c:441)
1812==17447== by 0x45F9EB: ff_filter_frame_framed (avfilter.c:1116)
1813==17447== Uninitialised value was created by a heap allocation
1814==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
1815==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
1816==17447== by 0x166C7F7: av_malloc (mem.c:87)
1817==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
1818==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
1819==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
1820==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
1821==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
1822==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
1823==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
1824==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
1825==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
1826==17447==
1827{
1828 <insert_a_suppression_name_here>
1829 Memcheck:Cond
1830 fun:round_away
1831 fun:__printf_fp_l
1832 fun:vfprintf
1833 fun:vsnprintf
1834 fun:snprintf
1835 fun:set_meta
1836 fun:do_ssim
1837 fun:process_frame
1838 fun:ff_framesync_process_frame
1839 fun:ff_framesync_filter_frame
1840 fun:ff_dualinput_filter_frame
1841 fun:filter_frame
1842 fun:ff_filter_frame_framed
1843}
1844==17447== Conditional jump or move depends on uninitialised value(s)
1845==17447== at 0x7988D0B: __printf_fp_l (printf_fp.c:989)
1846==17447== by 0x79860B8: vfprintf (vfprintf.c:1631)
1847==17447== by 0x79ADA48: vsnprintf (vsnprintf.c:114)
1848==17447== by 0x798C931: snprintf (snprintf.c:33)
1849==17447== by 0x5D5CF2: set_meta (vf_ssim.c:86)
1850==17447== by 0x5D6C0D: do_ssim (vf_ssim.c:307)
1851==17447== by 0x68AA41: process_frame (dualinput.c:37)
1852==17447== by 0x4786E3: ff_framesync_process_frame (framesync.c:291)
1853==17447== by 0x4787C0: ff_framesync_filter_frame (framesync.c:312)
1854==17447== by 0x68AC71: ff_dualinput_filter_frame (dualinput.c:79)
1855==17447== by 0x5D73C9: filter_frame (vf_ssim.c:441)
1856==17447== by 0x45F9EB: ff_filter_frame_framed (avfilter.c:1116)
1857==17447== Uninitialised value was created by a heap allocation
1858==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
1859==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
1860==17447== by 0x166C7F7: av_malloc (mem.c:87)
1861==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
1862==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
1863==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
1864==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
1865==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
1866==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
1867==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
1868==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
1869==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
1870==17447==
1871{
1872 <insert_a_suppression_name_here>
1873 Memcheck:Cond
1874 fun:__printf_fp_l
1875 fun:vfprintf
1876 fun:vsnprintf
1877 fun:snprintf
1878 fun:set_meta
1879 fun:do_ssim
1880 fun:process_frame
1881 fun:ff_framesync_process_frame
1882 fun:ff_framesync_filter_frame
1883 fun:ff_dualinput_filter_frame
1884 fun:filter_frame
1885 fun:ff_filter_frame_framed
1886}
1887==17447== Conditional jump or move depends on uninitialised value(s)
1888==17447== at 0x7988D32: __printf_fp_l (printf_fp.c:989)
1889==17447== by 0x79860B8: vfprintf (vfprintf.c:1631)
1890==17447== by 0x79ADA48: vsnprintf (vsnprintf.c:114)
1891==17447== by 0x798C931: snprintf (snprintf.c:33)
1892==17447== by 0x5D5CF2: set_meta (vf_ssim.c:86)
1893==17447== by 0x5D6C0D: do_ssim (vf_ssim.c:307)
1894==17447== by 0x68AA41: process_frame (dualinput.c:37)
1895==17447== by 0x4786E3: ff_framesync_process_frame (framesync.c:291)
1896==17447== by 0x4787C0: ff_framesync_filter_frame (framesync.c:312)
1897==17447== by 0x68AC71: ff_dualinput_filter_frame (dualinput.c:79)
1898==17447== by 0x5D73C9: filter_frame (vf_ssim.c:441)
1899==17447== by 0x45F9EB: ff_filter_frame_framed (avfilter.c:1116)
1900==17447== Uninitialised value was created by a heap allocation
1901==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
1902==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
1903==17447== by 0x166C7F7: av_malloc (mem.c:87)
1904==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
1905==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
1906==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
1907==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
1908==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
1909==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
1910==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
1911==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
1912==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
1913==17447==
1914{
1915 <insert_a_suppression_name_here>
1916 Memcheck:Cond
1917 fun:__printf_fp_l
1918 fun:vfprintf
1919 fun:vsnprintf
1920 fun:snprintf
1921 fun:set_meta
1922 fun:do_ssim
1923 fun:process_frame
1924 fun:ff_framesync_process_frame
1925 fun:ff_framesync_filter_frame
1926 fun:ff_dualinput_filter_frame
1927 fun:filter_frame
1928 fun:ff_filter_frame_framed
1929}
1930==17447== Conditional jump or move depends on uninitialised value(s)
1931==17447== at 0x7988D59: __printf_fp_l (printf_fp.c:1009)
1932==17447== by 0x79860B8: vfprintf (vfprintf.c:1631)
1933==17447== by 0x79ADA48: vsnprintf (vsnprintf.c:114)
1934==17447== by 0x798C931: snprintf (snprintf.c:33)
1935==17447== by 0x5D5CF2: set_meta (vf_ssim.c:86)
1936==17447== by 0x5D6C0D: do_ssim (vf_ssim.c:307)
1937==17447== by 0x68AA41: process_frame (dualinput.c:37)
1938==17447== by 0x4786E3: ff_framesync_process_frame (framesync.c:291)
1939==17447== by 0x4787C0: ff_framesync_filter_frame (framesync.c:312)
1940==17447== by 0x68AC71: ff_dualinput_filter_frame (dualinput.c:79)
1941==17447== by 0x5D73C9: filter_frame (vf_ssim.c:441)
1942==17447== by 0x45F9EB: ff_filter_frame_framed (avfilter.c:1116)
1943==17447== Uninitialised value was created by a heap allocation
1944==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
1945==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
1946==17447== by 0x166C7F7: av_malloc (mem.c:87)
1947==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
1948==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
1949==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
1950==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
1951==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
1952==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
1953==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
1954==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
1955==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
1956==17447==
1957{
1958 <insert_a_suppression_name_here>
1959 Memcheck:Cond
1960 fun:__printf_fp_l
1961 fun:vfprintf
1962 fun:vsnprintf
1963 fun:snprintf
1964 fun:set_meta
1965 fun:do_ssim
1966 fun:process_frame
1967 fun:ff_framesync_process_frame
1968 fun:ff_framesync_filter_frame
1969 fun:ff_dualinput_filter_frame
1970 fun:filter_frame
1971 fun:ff_filter_frame_framed
1972}
1973==17447== Conditional jump or move depends on uninitialised value(s)
1974==17447== at 0x4C30F78: strlen (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
1975==17447== by 0x166CBC1: av_strdup (mem.c:241)
1976==17447== by 0x165B23E: av_dict_set (dict.c:87)
1977==17447== by 0x5D5D73: set_meta (vf_ssim.c:92)
1978==17447== by 0x5D6C0D: do_ssim (vf_ssim.c:307)
1979==17447== by 0x68AA41: process_frame (dualinput.c:37)
1980==17447== by 0x4786E3: ff_framesync_process_frame (framesync.c:291)
1981==17447== by 0x4787C0: ff_framesync_filter_frame (framesync.c:312)
1982==17447== by 0x68AC71: ff_dualinput_filter_frame (dualinput.c:79)
1983==17447== by 0x5D73C9: filter_frame (vf_ssim.c:441)
1984==17447== by 0x45F9EB: ff_filter_frame_framed (avfilter.c:1116)
1985==17447== by 0x460271: ff_filter_frame_to_filter (avfilter.c:1264)
1986==17447== Uninitialised value was created by a heap allocation
1987==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
1988==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
1989==17447== by 0x166C7F7: av_malloc (mem.c:87)
1990==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
1991==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
1992==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
1993==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
1994==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
1995==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
1996==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
1997==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
1998==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
1999==17447==
2000{
2001 <insert_a_suppression_name_here>
2002 Memcheck:Cond
2003 fun:strlen
2004 fun:av_strdup
2005 fun:av_dict_set
2006 fun:set_meta
2007 fun:do_ssim
2008 fun:process_frame
2009 fun:ff_framesync_process_frame
2010 fun:ff_framesync_filter_frame
2011 fun:ff_dualinput_filter_frame
2012 fun:filter_frame
2013 fun:ff_filter_frame_framed
2014 fun:ff_filter_frame_to_filter
2015}
2016==17447== Conditional jump or move depends on uninitialised value(s)
2017==17447== at 0x7218DE8: log10 (w_log10.c:28)
2018==17447== by 0x5D699C: ssim_db (vf_ssim.c:280)
2019==17447== by 0x5D6C1F: do_ssim (vf_ssim.c:308)
2020==17447== by 0x68AA41: process_frame (dualinput.c:37)
2021==17447== by 0x4786E3: ff_framesync_process_frame (framesync.c:291)
2022==17447== by 0x4787C0: ff_framesync_filter_frame (framesync.c:312)
2023==17447== by 0x68AC71: ff_dualinput_filter_frame (dualinput.c:79)
2024==17447== by 0x5D73C9: filter_frame (vf_ssim.c:441)
2025==17447== by 0x45F9EB: ff_filter_frame_framed (avfilter.c:1116)
2026==17447== by 0x460271: ff_filter_frame_to_filter (avfilter.c:1264)
2027==17447== by 0x46047C: ff_filter_activate_default (avfilter.c:1315)
2028==17447== by 0x460696: ff_filter_activate (avfilter.c:1476)
2029==17447== Uninitialised value was created by a heap allocation
2030==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2031==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2032==17447== by 0x166C7F7: av_malloc (mem.c:87)
2033==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
2034==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
2035==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
2036==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
2037==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
2038==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
2039==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
2040==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
2041==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
2042==17447==
2043{
2044 <insert_a_suppression_name_here>
2045 Memcheck:Cond
2046 fun:log10
2047 fun:ssim_db
2048 fun:do_ssim
2049 fun:process_frame
2050 fun:ff_framesync_process_frame
2051 fun:ff_framesync_filter_frame
2052 fun:ff_dualinput_filter_frame
2053 fun:filter_frame
2054 fun:ff_filter_frame_framed
2055 fun:ff_filter_frame_to_filter
2056 fun:ff_filter_activate_default
2057 fun:ff_filter_activate
2058}
2059==17447== Conditional jump or move depends on uninitialised value(s)
2060==17447== at 0x7208742: __log10_finite (e_log10.c:65)
2061==17447== by 0x5D699C: ssim_db (vf_ssim.c:280)
2062==17447== by 0x5D6C1F: do_ssim (vf_ssim.c:308)
2063==17447== by 0x68AA41: process_frame (dualinput.c:37)
2064==17447== by 0x4786E3: ff_framesync_process_frame (framesync.c:291)
2065==17447== by 0x4787C0: ff_framesync_filter_frame (framesync.c:312)
2066==17447== by 0x68AC71: ff_dualinput_filter_frame (dualinput.c:79)
2067==17447== by 0x5D73C9: filter_frame (vf_ssim.c:441)
2068==17447== by 0x45F9EB: ff_filter_frame_framed (avfilter.c:1116)
2069==17447== by 0x460271: ff_filter_frame_to_filter (avfilter.c:1264)
2070==17447== by 0x46047C: ff_filter_activate_default (avfilter.c:1315)
2071==17447== by 0x460696: ff_filter_activate (avfilter.c:1476)
2072==17447== Uninitialised value was created by a heap allocation
2073==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2074==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2075==17447== by 0x166C7F7: av_malloc (mem.c:87)
2076==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
2077==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
2078==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
2079==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
2080==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
2081==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
2082==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
2083==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
2084==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
2085==17447==
2086{
2087 <insert_a_suppression_name_here>
2088 Memcheck:Cond
2089 fun:__log10_finite
2090 fun:ssim_db
2091 fun:do_ssim
2092 fun:process_frame
2093 fun:ff_framesync_process_frame
2094 fun:ff_framesync_filter_frame
2095 fun:ff_dualinput_filter_frame
2096 fun:filter_frame
2097 fun:ff_filter_frame_framed
2098 fun:ff_filter_frame_to_filter
2099 fun:ff_filter_activate_default
2100 fun:ff_filter_activate
2101}
2102==17447== Conditional jump or move depends on uninitialised value(s)
2103==17447== at 0x7208795: __log10_finite (e_log10.c:76)
2104==17447== by 0x5D699C: ssim_db (vf_ssim.c:280)
2105==17447== by 0x5D6C1F: do_ssim (vf_ssim.c:308)
2106==17447== by 0x68AA41: process_frame (dualinput.c:37)
2107==17447== by 0x4786E3: ff_framesync_process_frame (framesync.c:291)
2108==17447== by 0x4787C0: ff_framesync_filter_frame (framesync.c:312)
2109==17447== by 0x68AC71: ff_dualinput_filter_frame (dualinput.c:79)
2110==17447== by 0x5D73C9: filter_frame (vf_ssim.c:441)
2111==17447== by 0x45F9EB: ff_filter_frame_framed (avfilter.c:1116)
2112==17447== by 0x460271: ff_filter_frame_to_filter (avfilter.c:1264)
2113==17447== by 0x46047C: ff_filter_activate_default (avfilter.c:1315)
2114==17447== by 0x460696: ff_filter_activate (avfilter.c:1476)
2115==17447== Uninitialised value was created by a heap allocation
2116==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2117==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2118==17447== by 0x166C7F7: av_malloc (mem.c:87)
2119==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
2120==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
2121==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
2122==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
2123==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
2124==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
2125==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
2126==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
2127==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
2128==17447==
2129{
2130 <insert_a_suppression_name_here>
2131 Memcheck:Cond
2132 fun:__log10_finite
2133 fun:ssim_db
2134 fun:do_ssim
2135 fun:process_frame
2136 fun:ff_framesync_process_frame
2137 fun:ff_framesync_filter_frame
2138 fun:ff_dualinput_filter_frame
2139 fun:filter_frame
2140 fun:ff_filter_frame_framed
2141 fun:ff_filter_frame_to_filter
2142 fun:ff_filter_activate_default
2143 fun:ff_filter_activate
2144}
2145==17447== Conditional jump or move depends on uninitialised value(s)
2146==17447== at 0x72071CB: __ieee754_log_sse2 (e_log.c:81)
2147==17447== by 0x72087EB: __log10_finite (e_log10.c:83)
2148==17447== by 0x5D699C: ssim_db (vf_ssim.c:280)
2149==17447== by 0x5D6C1F: do_ssim (vf_ssim.c:308)
2150==17447== by 0x68AA41: process_frame (dualinput.c:37)
2151==17447== by 0x4786E3: ff_framesync_process_frame (framesync.c:291)
2152==17447== by 0x4787C0: ff_framesync_filter_frame (framesync.c:312)
2153==17447== by 0x68AC71: ff_dualinput_filter_frame (dualinput.c:79)
2154==17447== by 0x5D73C9: filter_frame (vf_ssim.c:441)
2155==17447== by 0x45F9EB: ff_filter_frame_framed (avfilter.c:1116)
2156==17447== by 0x460271: ff_filter_frame_to_filter (avfilter.c:1264)
2157==17447== by 0x46047C: ff_filter_activate_default (avfilter.c:1315)
2158==17447== Uninitialised value was created by a heap allocation
2159==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2160==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2161==17447== by 0x166C7F7: av_malloc (mem.c:87)
2162==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
2163==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
2164==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
2165==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
2166==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
2167==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
2168==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
2169==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
2170==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
2171==17447==
2172{
2173 <insert_a_suppression_name_here>
2174 Memcheck:Cond
2175 fun:__ieee754_log_sse2
2176 fun:__log10_finite
2177 fun:ssim_db
2178 fun:do_ssim
2179 fun:process_frame
2180 fun:ff_framesync_process_frame
2181 fun:ff_framesync_filter_frame
2182 fun:ff_dualinput_filter_frame
2183 fun:filter_frame
2184 fun:ff_filter_frame_framed
2185 fun:ff_filter_frame_to_filter
2186 fun:ff_filter_activate_default
2187}
2188==17447== Conditional jump or move depends on uninitialised value(s)
2189==17447== at 0x72071D9: __ieee754_log_sse2 (e_log.c:91)
2190==17447== by 0x72087EB: __log10_finite (e_log10.c:83)
2191==17447== by 0x5D699C: ssim_db (vf_ssim.c:280)
2192==17447== by 0x5D6C1F: do_ssim (vf_ssim.c:308)
2193==17447== by 0x68AA41: process_frame (dualinput.c:37)
2194==17447== by 0x4786E3: ff_framesync_process_frame (framesync.c:291)
2195==17447== by 0x4787C0: ff_framesync_filter_frame (framesync.c:312)
2196==17447== by 0x68AC71: ff_dualinput_filter_frame (dualinput.c:79)
2197==17447== by 0x5D73C9: filter_frame (vf_ssim.c:441)
2198==17447== by 0x45F9EB: ff_filter_frame_framed (avfilter.c:1116)
2199==17447== by 0x460271: ff_filter_frame_to_filter (avfilter.c:1264)
2200==17447== by 0x46047C: ff_filter_activate_default (avfilter.c:1315)
2201==17447== Uninitialised value was created by a heap allocation
2202==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2203==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2204==17447== by 0x166C7F7: av_malloc (mem.c:87)
2205==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
2206==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
2207==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
2208==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
2209==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
2210==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
2211==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
2212==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
2213==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
2214==17447==
2215{
2216 <insert_a_suppression_name_here>
2217 Memcheck:Cond
2218 fun:__ieee754_log_sse2
2219 fun:__log10_finite
2220 fun:ssim_db
2221 fun:do_ssim
2222 fun:process_frame
2223 fun:ff_framesync_process_frame
2224 fun:ff_framesync_filter_frame
2225 fun:ff_dualinput_filter_frame
2226 fun:filter_frame
2227 fun:ff_filter_frame_framed
2228 fun:ff_filter_frame_to_filter
2229 fun:ff_filter_activate_default
2230}
2231==17447== Conditional jump or move depends on uninitialised value(s)
2232==17447== at 0x720720A: __ieee754_log_sse2 (e_log.c:97)
2233==17447== by 0x72087EB: __log10_finite (e_log10.c:83)
2234==17447== by 0x5D699C: ssim_db (vf_ssim.c:280)
2235==17447== by 0x5D6C1F: do_ssim (vf_ssim.c:308)
2236==17447== by 0x68AA41: process_frame (dualinput.c:37)
2237==17447== by 0x4786E3: ff_framesync_process_frame (framesync.c:291)
2238==17447== by 0x4787C0: ff_framesync_filter_frame (framesync.c:312)
2239==17447== by 0x68AC71: ff_dualinput_filter_frame (dualinput.c:79)
2240==17447== by 0x5D73C9: filter_frame (vf_ssim.c:441)
2241==17447== by 0x45F9EB: ff_filter_frame_framed (avfilter.c:1116)
2242==17447== by 0x460271: ff_filter_frame_to_filter (avfilter.c:1264)
2243==17447== by 0x46047C: ff_filter_activate_default (avfilter.c:1315)
2244==17447== Uninitialised value was created by a heap allocation
2245==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2246==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2247==17447== by 0x166C7F7: av_malloc (mem.c:87)
2248==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
2249==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
2250==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
2251==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
2252==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
2253==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
2254==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
2255==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
2256==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
2257==17447==
2258{
2259 <insert_a_suppression_name_here>
2260 Memcheck:Cond
2261 fun:__ieee754_log_sse2
2262 fun:__log10_finite
2263 fun:ssim_db
2264 fun:do_ssim
2265 fun:process_frame
2266 fun:ff_framesync_process_frame
2267 fun:ff_framesync_filter_frame
2268 fun:ff_dualinput_filter_frame
2269 fun:filter_frame
2270 fun:ff_filter_frame_framed
2271 fun:ff_filter_frame_to_filter
2272 fun:ff_filter_activate_default
2273}
2274==17447== Conditional jump or move depends on uninitialised value(s)
2275==17447== at 0x720724A: __ieee754_log_sse2 (e_log.c:170)
2276==17447== by 0x72087EB: __log10_finite (e_log10.c:83)
2277==17447== by 0x5D699C: ssim_db (vf_ssim.c:280)
2278==17447== by 0x5D6C1F: do_ssim (vf_ssim.c:308)
2279==17447== by 0x68AA41: process_frame (dualinput.c:37)
2280==17447== by 0x4786E3: ff_framesync_process_frame (framesync.c:291)
2281==17447== by 0x4787C0: ff_framesync_filter_frame (framesync.c:312)
2282==17447== by 0x68AC71: ff_dualinput_filter_frame (dualinput.c:79)
2283==17447== by 0x5D73C9: filter_frame (vf_ssim.c:441)
2284==17447== by 0x45F9EB: ff_filter_frame_framed (avfilter.c:1116)
2285==17447== by 0x460271: ff_filter_frame_to_filter (avfilter.c:1264)
2286==17447== by 0x46047C: ff_filter_activate_default (avfilter.c:1315)
2287==17447== Uninitialised value was created by a heap allocation
2288==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2289==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2290==17447== by 0x166C7F7: av_malloc (mem.c:87)
2291==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
2292==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
2293==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
2294==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
2295==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
2296==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
2297==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
2298==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
2299==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
2300==17447==
2301{
2302 <insert_a_suppression_name_here>
2303 Memcheck:Cond
2304 fun:__ieee754_log_sse2
2305 fun:__log10_finite
2306 fun:ssim_db
2307 fun:do_ssim
2308 fun:process_frame
2309 fun:ff_framesync_process_frame
2310 fun:ff_framesync_filter_frame
2311 fun:ff_dualinput_filter_frame
2312 fun:filter_frame
2313 fun:ff_filter_frame_framed
2314 fun:ff_filter_frame_to_filter
2315 fun:ff_filter_activate_default
2316}
2317==17447== Use of uninitialised value of size 8
2318==17447== at 0x7207297: __ieee754_log_sse2 (e_log.c:183)
2319==17447== by 0x72087EB: __log10_finite (e_log10.c:83)
2320==17447== by 0x5D699C: ssim_db (vf_ssim.c:280)
2321==17447== by 0x5D6C1F: do_ssim (vf_ssim.c:308)
2322==17447== by 0x68AA41: process_frame (dualinput.c:37)
2323==17447== by 0x4786E3: ff_framesync_process_frame (framesync.c:291)
2324==17447== by 0x4787C0: ff_framesync_filter_frame (framesync.c:312)
2325==17447== by 0x68AC71: ff_dualinput_filter_frame (dualinput.c:79)
2326==17447== by 0x5D73C9: filter_frame (vf_ssim.c:441)
2327==17447== by 0x45F9EB: ff_filter_frame_framed (avfilter.c:1116)
2328==17447== by 0x460271: ff_filter_frame_to_filter (avfilter.c:1264)
2329==17447== by 0x46047C: ff_filter_activate_default (avfilter.c:1315)
2330==17447== Uninitialised value was created by a heap allocation
2331==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2332==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2333==17447== by 0x166C7F7: av_malloc (mem.c:87)
2334==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
2335==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
2336==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
2337==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
2338==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
2339==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
2340==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
2341==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
2342==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
2343==17447==
2344{
2345 <insert_a_suppression_name_here>
2346 Memcheck:Value8
2347 fun:__ieee754_log_sse2
2348 fun:__log10_finite
2349 fun:ssim_db
2350 fun:do_ssim
2351 fun:process_frame
2352 fun:ff_framesync_process_frame
2353 fun:ff_framesync_filter_frame
2354 fun:ff_dualinput_filter_frame
2355 fun:filter_frame
2356 fun:ff_filter_frame_framed
2357 fun:ff_filter_frame_to_filter
2358 fun:ff_filter_activate_default
2359}
2360==17447== Use of uninitialised value of size 8
2361==17447== at 0x72072E5: __ieee754_log_sse2 (e_log.c:189)
2362==17447== by 0x72087EB: __log10_finite (e_log10.c:83)
2363==17447== by 0x5D699C: ssim_db (vf_ssim.c:280)
2364==17447== by 0x5D6C1F: do_ssim (vf_ssim.c:308)
2365==17447== by 0x68AA41: process_frame (dualinput.c:37)
2366==17447== by 0x4786E3: ff_framesync_process_frame (framesync.c:291)
2367==17447== by 0x4787C0: ff_framesync_filter_frame (framesync.c:312)
2368==17447== by 0x68AC71: ff_dualinput_filter_frame (dualinput.c:79)
2369==17447== by 0x5D73C9: filter_frame (vf_ssim.c:441)
2370==17447== by 0x45F9EB: ff_filter_frame_framed (avfilter.c:1116)
2371==17447== by 0x460271: ff_filter_frame_to_filter (avfilter.c:1264)
2372==17447== by 0x46047C: ff_filter_activate_default (avfilter.c:1315)
2373==17447== Uninitialised value was created by a heap allocation
2374==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2375==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2376==17447== by 0x166C7F7: av_malloc (mem.c:87)
2377==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
2378==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
2379==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
2380==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
2381==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
2382==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
2383==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
2384==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
2385==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
2386==17447==
2387{
2388 <insert_a_suppression_name_here>
2389 Memcheck:Value8
2390 fun:__ieee754_log_sse2
2391 fun:__log10_finite
2392 fun:ssim_db
2393 fun:do_ssim
2394 fun:process_frame
2395 fun:ff_framesync_process_frame
2396 fun:ff_framesync_filter_frame
2397 fun:ff_dualinput_filter_frame
2398 fun:filter_frame
2399 fun:ff_filter_frame_framed
2400 fun:ff_filter_frame_to_filter
2401 fun:ff_filter_activate_default
2402}
2403==17447== Use of uninitialised value of size 8
2404==17447== at 0x72072F8: __ieee754_log_sse2 (e_log.c:197)
2405==17447== by 0x72087EB: __log10_finite (e_log10.c:83)
2406==17447== by 0x5D699C: ssim_db (vf_ssim.c:280)
2407==17447== by 0x5D6C1F: do_ssim (vf_ssim.c:308)
2408==17447== by 0x68AA41: process_frame (dualinput.c:37)
2409==17447== by 0x4786E3: ff_framesync_process_frame (framesync.c:291)
2410==17447== by 0x4787C0: ff_framesync_filter_frame (framesync.c:312)
2411==17447== by 0x68AC71: ff_dualinput_filter_frame (dualinput.c:79)
2412==17447== by 0x5D73C9: filter_frame (vf_ssim.c:441)
2413==17447== by 0x45F9EB: ff_filter_frame_framed (avfilter.c:1116)
2414==17447== by 0x460271: ff_filter_frame_to_filter (avfilter.c:1264)
2415==17447== by 0x46047C: ff_filter_activate_default (avfilter.c:1315)
2416==17447== Uninitialised value was created by a heap allocation
2417==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2418==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2419==17447== by 0x166C7F7: av_malloc (mem.c:87)
2420==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
2421==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
2422==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
2423==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
2424==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
2425==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
2426==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
2427==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
2428==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
2429==17447==
2430{
2431 <insert_a_suppression_name_here>
2432 Memcheck:Value8
2433 fun:__ieee754_log_sse2
2434 fun:__log10_finite
2435 fun:ssim_db
2436 fun:do_ssim
2437 fun:process_frame
2438 fun:ff_framesync_process_frame
2439 fun:ff_framesync_filter_frame
2440 fun:ff_dualinput_filter_frame
2441 fun:filter_frame
2442 fun:ff_filter_frame_framed
2443 fun:ff_filter_frame_to_filter
2444 fun:ff_filter_activate_default
2445}
2446==17447== Use of uninitialised value of size 8
2447==17447== at 0x720735B: __ieee754_log_sse2 (e_log.c:199)
2448==17447== by 0x72087EB: __log10_finite (e_log10.c:83)
2449==17447== by 0x5D699C: ssim_db (vf_ssim.c:280)
2450==17447== by 0x5D6C1F: do_ssim (vf_ssim.c:308)
2451==17447== by 0x68AA41: process_frame (dualinput.c:37)
2452==17447== by 0x4786E3: ff_framesync_process_frame (framesync.c:291)
2453==17447== by 0x4787C0: ff_framesync_filter_frame (framesync.c:312)
2454==17447== by 0x68AC71: ff_dualinput_filter_frame (dualinput.c:79)
2455==17447== by 0x5D73C9: filter_frame (vf_ssim.c:441)
2456==17447== by 0x45F9EB: ff_filter_frame_framed (avfilter.c:1116)
2457==17447== by 0x460271: ff_filter_frame_to_filter (avfilter.c:1264)
2458==17447== by 0x46047C: ff_filter_activate_default (avfilter.c:1315)
2459==17447== Uninitialised value was created by a heap allocation
2460==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2461==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2462==17447== by 0x166C7F7: av_malloc (mem.c:87)
2463==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
2464==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
2465==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
2466==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
2467==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
2468==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
2469==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
2470==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
2471==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
2472==17447==
2473{
2474 <insert_a_suppression_name_here>
2475 Memcheck:Value8
2476 fun:__ieee754_log_sse2
2477 fun:__log10_finite
2478 fun:ssim_db
2479 fun:do_ssim
2480 fun:process_frame
2481 fun:ff_framesync_process_frame
2482 fun:ff_framesync_filter_frame
2483 fun:ff_dualinput_filter_frame
2484 fun:filter_frame
2485 fun:ff_filter_frame_framed
2486 fun:ff_filter_frame_to_filter
2487 fun:ff_filter_activate_default
2488}
2489==17447== Conditional jump or move depends on uninitialised value(s)
2490==17447== at 0x72073AD: __ieee754_log_sse2 (e_log.c:202)
2491==17447== by 0x72087EB: __log10_finite (e_log10.c:83)
2492==17447== by 0x5D699C: ssim_db (vf_ssim.c:280)
2493==17447== by 0x5D6C1F: do_ssim (vf_ssim.c:308)
2494==17447== by 0x68AA41: process_frame (dualinput.c:37)
2495==17447== by 0x4786E3: ff_framesync_process_frame (framesync.c:291)
2496==17447== by 0x4787C0: ff_framesync_filter_frame (framesync.c:312)
2497==17447== by 0x68AC71: ff_dualinput_filter_frame (dualinput.c:79)
2498==17447== by 0x5D73C9: filter_frame (vf_ssim.c:441)
2499==17447== by 0x45F9EB: ff_filter_frame_framed (avfilter.c:1116)
2500==17447== by 0x460271: ff_filter_frame_to_filter (avfilter.c:1264)
2501==17447== by 0x46047C: ff_filter_activate_default (avfilter.c:1315)
2502==17447== Uninitialised value was created by a heap allocation
2503==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2504==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2505==17447== by 0x166C7F7: av_malloc (mem.c:87)
2506==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
2507==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
2508==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
2509==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
2510==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
2511==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
2512==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
2513==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
2514==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
2515==17447==
2516{
2517 <insert_a_suppression_name_here>
2518 Memcheck:Cond
2519 fun:__ieee754_log_sse2
2520 fun:__log10_finite
2521 fun:ssim_db
2522 fun:do_ssim
2523 fun:process_frame
2524 fun:ff_framesync_process_frame
2525 fun:ff_framesync_filter_frame
2526 fun:ff_dualinput_filter_frame
2527 fun:filter_frame
2528 fun:ff_filter_frame_framed
2529 fun:ff_filter_frame_to_filter
2530 fun:ff_filter_activate_default
2531}
2532==17447== Conditional jump or move depends on uninitialised value(s)
2533==17447== at 0x7207408: __ieee754_log_sse2 (e_log.c:207)
2534==17447== by 0x72087EB: __log10_finite (e_log10.c:83)
2535==17447== by 0x5D699C: ssim_db (vf_ssim.c:280)
2536==17447== by 0x5D6C1F: do_ssim (vf_ssim.c:308)
2537==17447== by 0x68AA41: process_frame (dualinput.c:37)
2538==17447== by 0x4786E3: ff_framesync_process_frame (framesync.c:291)
2539==17447== by 0x4787C0: ff_framesync_filter_frame (framesync.c:312)
2540==17447== by 0x68AC71: ff_dualinput_filter_frame (dualinput.c:79)
2541==17447== by 0x5D73C9: filter_frame (vf_ssim.c:441)
2542==17447== by 0x45F9EB: ff_filter_frame_framed (avfilter.c:1116)
2543==17447== by 0x460271: ff_filter_frame_to_filter (avfilter.c:1264)
2544==17447== by 0x46047C: ff_filter_activate_default (avfilter.c:1315)
2545==17447== Uninitialised value was created by a heap allocation
2546==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2547==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2548==17447== by 0x166C7F7: av_malloc (mem.c:87)
2549==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
2550==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
2551==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
2552==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
2553==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
2554==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
2555==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
2556==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
2557==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
2558==17447==
2559{
2560 <insert_a_suppression_name_here>
2561 Memcheck:Cond
2562 fun:__ieee754_log_sse2
2563 fun:__log10_finite
2564 fun:ssim_db
2565 fun:do_ssim
2566 fun:process_frame
2567 fun:ff_framesync_process_frame
2568 fun:ff_framesync_filter_frame
2569 fun:ff_dualinput_filter_frame
2570 fun:filter_frame
2571 fun:ff_filter_frame_framed
2572 fun:ff_filter_frame_to_filter
2573 fun:ff_filter_activate_default
2574}
2575==17447== Conditional jump or move depends on uninitialised value(s)
2576==17447== at 0x720740A: __ieee754_log_sse2 (e_log.c:207)
2577==17447== by 0x72087EB: __log10_finite (e_log10.c:83)
2578==17447== by 0x5D699C: ssim_db (vf_ssim.c:280)
2579==17447== by 0x5D6C1F: do_ssim (vf_ssim.c:308)
2580==17447== by 0x68AA41: process_frame (dualinput.c:37)
2581==17447== by 0x4786E3: ff_framesync_process_frame (framesync.c:291)
2582==17447== by 0x4787C0: ff_framesync_filter_frame (framesync.c:312)
2583==17447== by 0x68AC71: ff_dualinput_filter_frame (dualinput.c:79)
2584==17447== by 0x5D73C9: filter_frame (vf_ssim.c:441)
2585==17447== by 0x45F9EB: ff_filter_frame_framed (avfilter.c:1116)
2586==17447== by 0x460271: ff_filter_frame_to_filter (avfilter.c:1264)
2587==17447== by 0x46047C: ff_filter_activate_default (avfilter.c:1315)
2588==17447== Uninitialised value was created by a heap allocation
2589==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2590==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2591==17447== by 0x166C7F7: av_malloc (mem.c:87)
2592==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
2593==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
2594==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
2595==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
2596==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
2597==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
2598==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
2599==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
2600==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
2601==17447==
2602{
2603 <insert_a_suppression_name_here>
2604 Memcheck:Cond
2605 fun:__ieee754_log_sse2
2606 fun:__log10_finite
2607 fun:ssim_db
2608 fun:do_ssim
2609 fun:process_frame
2610 fun:ff_framesync_process_frame
2611 fun:ff_framesync_filter_frame
2612 fun:ff_dualinput_filter_frame
2613 fun:filter_frame
2614 fun:ff_filter_frame_framed
2615 fun:ff_filter_frame_to_filter
2616 fun:ff_filter_activate_default
2617}
2618==17447== Use of uninitialised value of size 8
2619==17447== at 0x798779D: __printf_fp_l (printf_fp.c:806)
2620==17447== by 0x79860B8: vfprintf (vfprintf.c:1631)
2621==17447== by 0x79ADA48: vsnprintf (vsnprintf.c:114)
2622==17447== by 0x798C931: snprintf (snprintf.c:33)
2623==17447== by 0x5D5CF2: set_meta (vf_ssim.c:86)
2624==17447== by 0x5D6C39: do_ssim (vf_ssim.c:308)
2625==17447== by 0x68AA41: process_frame (dualinput.c:37)
2626==17447== by 0x4786E3: ff_framesync_process_frame (framesync.c:291)
2627==17447== by 0x4787C0: ff_framesync_filter_frame (framesync.c:312)
2628==17447== by 0x68AC71: ff_dualinput_filter_frame (dualinput.c:79)
2629==17447== by 0x5D73C9: filter_frame (vf_ssim.c:441)
2630==17447== by 0x45F9EB: ff_filter_frame_framed (avfilter.c:1116)
2631==17447== Uninitialised value was created by a heap allocation
2632==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2633==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2634==17447== by 0x166C7F7: av_malloc (mem.c:87)
2635==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
2636==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
2637==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
2638==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
2639==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
2640==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
2641==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
2642==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
2643==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
2644==17447==
2645{
2646 <insert_a_suppression_name_here>
2647 Memcheck:Value8
2648 fun:__printf_fp_l
2649 fun:vfprintf
2650 fun:vsnprintf
2651 fun:snprintf
2652 fun:set_meta
2653 fun:do_ssim
2654 fun:process_frame
2655 fun:ff_framesync_process_frame
2656 fun:ff_framesync_filter_frame
2657 fun:ff_dualinput_filter_frame
2658 fun:filter_frame
2659 fun:ff_filter_frame_framed
2660}
2661==17447== Use of uninitialised value of size 8
2662==17447== at 0x797F988: __mpn_lshift (lshift.S:59)
2663==17447== by 0x79877A1: __printf_fp_l (printf_fp.c:806)
2664==17447== by 0x79860B8: vfprintf (vfprintf.c:1631)
2665==17447== by 0x79ADA48: vsnprintf (vsnprintf.c:114)
2666==17447== by 0x798C931: snprintf (snprintf.c:33)
2667==17447== by 0x5D5CF2: set_meta (vf_ssim.c:86)
2668==17447== by 0x5D6C39: do_ssim (vf_ssim.c:308)
2669==17447== by 0x68AA41: process_frame (dualinput.c:37)
2670==17447== by 0x4786E3: ff_framesync_process_frame (framesync.c:291)
2671==17447== by 0x4787C0: ff_framesync_filter_frame (framesync.c:312)
2672==17447== by 0x68AC71: ff_dualinput_filter_frame (dualinput.c:79)
2673==17447== by 0x5D73C9: filter_frame (vf_ssim.c:441)
2674==17447== Uninitialised value was created by a heap allocation
2675==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2676==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2677==17447== by 0x166C7F7: av_malloc (mem.c:87)
2678==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
2679==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
2680==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
2681==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
2682==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
2683==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
2684==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
2685==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
2686==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
2687==17447==
2688{
2689 <insert_a_suppression_name_here>
2690 Memcheck:Value8
2691 fun:__mpn_lshift
2692 fun:__printf_fp_l
2693 fun:vfprintf
2694 fun:vsnprintf
2695 fun:snprintf
2696 fun:set_meta
2697 fun:do_ssim
2698 fun:process_frame
2699 fun:ff_framesync_process_frame
2700 fun:ff_framesync_filter_frame
2701 fun:ff_dualinput_filter_frame
2702 fun:filter_frame
2703}
2704==17447== Use of uninitialised value of size 8
2705==17447== at 0x797F98B: __mpn_lshift (lshift.S:60)
2706==17447== by 0x79877A1: __printf_fp_l (printf_fp.c:806)
2707==17447== by 0x79860B8: vfprintf (vfprintf.c:1631)
2708==17447== by 0x79ADA48: vsnprintf (vsnprintf.c:114)
2709==17447== by 0x798C931: snprintf (snprintf.c:33)
2710==17447== by 0x5D5CF2: set_meta (vf_ssim.c:86)
2711==17447== by 0x5D6C39: do_ssim (vf_ssim.c:308)
2712==17447== by 0x68AA41: process_frame (dualinput.c:37)
2713==17447== by 0x4786E3: ff_framesync_process_frame (framesync.c:291)
2714==17447== by 0x4787C0: ff_framesync_filter_frame (framesync.c:312)
2715==17447== by 0x68AC71: ff_dualinput_filter_frame (dualinput.c:79)
2716==17447== by 0x5D73C9: filter_frame (vf_ssim.c:441)
2717==17447== Uninitialised value was created by a heap allocation
2718==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2719==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2720==17447== by 0x166C7F7: av_malloc (mem.c:87)
2721==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
2722==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
2723==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
2724==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
2725==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
2726==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
2727==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
2728==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
2729==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
2730==17447==
2731{
2732 <insert_a_suppression_name_here>
2733 Memcheck:Value8
2734 fun:__mpn_lshift
2735 fun:__printf_fp_l
2736 fun:vfprintf
2737 fun:vsnprintf
2738 fun:snprintf
2739 fun:set_meta
2740 fun:do_ssim
2741 fun:process_frame
2742 fun:ff_framesync_process_frame
2743 fun:ff_framesync_filter_frame
2744 fun:ff_dualinput_filter_frame
2745 fun:filter_frame
2746}
2747==17447== Use of uninitialised value of size 8
2748==17447== at 0x79877B2: __printf_fp_l (printf_fp.c:807)
2749==17447== by 0x79860B8: vfprintf (vfprintf.c:1631)
2750==17447== by 0x79ADA48: vsnprintf (vsnprintf.c:114)
2751==17447== by 0x798C931: snprintf (snprintf.c:33)
2752==17447== by 0x5D5CF2: set_meta (vf_ssim.c:86)
2753==17447== by 0x5D6C39: do_ssim (vf_ssim.c:308)
2754==17447== by 0x68AA41: process_frame (dualinput.c:37)
2755==17447== by 0x4786E3: ff_framesync_process_frame (framesync.c:291)
2756==17447== by 0x4787C0: ff_framesync_filter_frame (framesync.c:312)
2757==17447== by 0x68AC71: ff_dualinput_filter_frame (dualinput.c:79)
2758==17447== by 0x5D73C9: filter_frame (vf_ssim.c:441)
2759==17447== by 0x45F9EB: ff_filter_frame_framed (avfilter.c:1116)
2760==17447== Uninitialised value was created by a heap allocation
2761==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2762==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2763==17447== by 0x166C7F7: av_malloc (mem.c:87)
2764==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
2765==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
2766==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
2767==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
2768==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
2769==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
2770==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
2771==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
2772==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
2773==17447==
2774{
2775 <insert_a_suppression_name_here>
2776 Memcheck:Value8
2777 fun:__printf_fp_l
2778 fun:vfprintf
2779 fun:vsnprintf
2780 fun:snprintf
2781 fun:set_meta
2782 fun:do_ssim
2783 fun:process_frame
2784 fun:ff_framesync_process_frame
2785 fun:ff_framesync_filter_frame
2786 fun:ff_dualinput_filter_frame
2787 fun:filter_frame
2788 fun:ff_filter_frame_framed
2789}
2790==17447== Use of uninitialised value of size 8
2791==17447== at 0x7987189: hack_digit (printf_fp.c:176)
2792==17447== by 0x798797B: __printf_fp_l (printf_fp.c:923)
2793==17447== by 0x79860B8: vfprintf (vfprintf.c:1631)
2794==17447== by 0x79ADA48: vsnprintf (vsnprintf.c:114)
2795==17447== by 0x798C931: snprintf (snprintf.c:33)
2796==17447== by 0x5D5CF2: set_meta (vf_ssim.c:86)
2797==17447== by 0x5D6C39: do_ssim (vf_ssim.c:308)
2798==17447== by 0x68AA41: process_frame (dualinput.c:37)
2799==17447== by 0x4786E3: ff_framesync_process_frame (framesync.c:291)
2800==17447== by 0x4787C0: ff_framesync_filter_frame (framesync.c:312)
2801==17447== by 0x68AC71: ff_dualinput_filter_frame (dualinput.c:79)
2802==17447== by 0x5D73C9: filter_frame (vf_ssim.c:441)
2803==17447== Uninitialised value was created by a heap allocation
2804==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2805==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2806==17447== by 0x166C7F7: av_malloc (mem.c:87)
2807==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
2808==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
2809==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
2810==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
2811==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
2812==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
2813==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
2814==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
2815==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
2816==17447==
2817{
2818 <insert_a_suppression_name_here>
2819 Memcheck:Value8
2820 fun:hack_digit
2821 fun:__printf_fp_l
2822 fun:vfprintf
2823 fun:vsnprintf
2824 fun:snprintf
2825 fun:set_meta
2826 fun:do_ssim
2827 fun:process_frame
2828 fun:ff_framesync_process_frame
2829 fun:ff_framesync_filter_frame
2830 fun:ff_dualinput_filter_frame
2831 fun:filter_frame
2832}
2833==17447== Use of uninitialised value of size 8
2834==17447== at 0x797FFA4: __mpn_mul_1 (mul_1.S:36)
2835==17447== by 0x7987190: hack_digit (printf_fp.c:177)
2836==17447== by 0x798797B: __printf_fp_l (printf_fp.c:923)
2837==17447== by 0x79860B8: vfprintf (vfprintf.c:1631)
2838==17447== by 0x79ADA48: vsnprintf (vsnprintf.c:114)
2839==17447== by 0x798C931: snprintf (snprintf.c:33)
2840==17447== by 0x5D5CF2: set_meta (vf_ssim.c:86)
2841==17447== by 0x5D6C39: do_ssim (vf_ssim.c:308)
2842==17447== by 0x68AA41: process_frame (dualinput.c:37)
2843==17447== by 0x4786E3: ff_framesync_process_frame (framesync.c:291)
2844==17447== by 0x4787C0: ff_framesync_filter_frame (framesync.c:312)
2845==17447== by 0x68AC71: ff_dualinput_filter_frame (dualinput.c:79)
2846==17447== Uninitialised value was created by a heap allocation
2847==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2848==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2849==17447== by 0x166C7F7: av_malloc (mem.c:87)
2850==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
2851==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
2852==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
2853==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
2854==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
2855==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
2856==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
2857==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
2858==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
2859==17447==
2860{
2861 <insert_a_suppression_name_here>
2862 Memcheck:Value8
2863 fun:__mpn_mul_1
2864 fun:hack_digit
2865 fun:__printf_fp_l
2866 fun:vfprintf
2867 fun:vsnprintf
2868 fun:snprintf
2869 fun:set_meta
2870 fun:do_ssim
2871 fun:process_frame
2872 fun:ff_framesync_process_frame
2873 fun:ff_framesync_filter_frame
2874 fun:ff_dualinput_filter_frame
2875}
2876==17447== Use of uninitialised value of size 8
2877==17447== at 0x797FFC8: __mpn_mul_1 (mul_1.S:52)
2878==17447== by 0x7987190: hack_digit (printf_fp.c:177)
2879==17447== by 0x798797B: __printf_fp_l (printf_fp.c:923)
2880==17447== by 0x79860B8: vfprintf (vfprintf.c:1631)
2881==17447== by 0x79ADA48: vsnprintf (vsnprintf.c:114)
2882==17447== by 0x798C931: snprintf (snprintf.c:33)
2883==17447== by 0x5D5CF2: set_meta (vf_ssim.c:86)
2884==17447== by 0x5D6C39: do_ssim (vf_ssim.c:308)
2885==17447== by 0x68AA41: process_frame (dualinput.c:37)
2886==17447== by 0x4786E3: ff_framesync_process_frame (framesync.c:291)
2887==17447== by 0x4787C0: ff_framesync_filter_frame (framesync.c:312)
2888==17447== by 0x68AC71: ff_dualinput_filter_frame (dualinput.c:79)
2889==17447== Uninitialised value was created by a heap allocation
2890==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2891==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2892==17447== by 0x166C7F7: av_malloc (mem.c:87)
2893==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
2894==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
2895==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
2896==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
2897==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
2898==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
2899==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
2900==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
2901==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
2902==17447==
2903{
2904 <insert_a_suppression_name_here>
2905 Memcheck:Value8
2906 fun:__mpn_mul_1
2907 fun:hack_digit
2908 fun:__printf_fp_l
2909 fun:vfprintf
2910 fun:vsnprintf
2911 fun:snprintf
2912 fun:set_meta
2913 fun:do_ssim
2914 fun:process_frame
2915 fun:ff_framesync_process_frame
2916 fun:ff_framesync_filter_frame
2917 fun:ff_dualinput_filter_frame
2918}
2919==17447== Conditional jump or move depends on uninitialised value(s)
2920==17447== at 0x4C30F69: strlen (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2921==17447== by 0x166CBC1: av_strdup (mem.c:241)
2922==17447== by 0x165B23E: av_dict_set (dict.c:87)
2923==17447== by 0x5D5D73: set_meta (vf_ssim.c:92)
2924==17447== by 0x5D6C39: do_ssim (vf_ssim.c:308)
2925==17447== by 0x68AA41: process_frame (dualinput.c:37)
2926==17447== by 0x4786E3: ff_framesync_process_frame (framesync.c:291)
2927==17447== by 0x4787C0: ff_framesync_filter_frame (framesync.c:312)
2928==17447== by 0x68AC71: ff_dualinput_filter_frame (dualinput.c:79)
2929==17447== by 0x5D73C9: filter_frame (vf_ssim.c:441)
2930==17447== by 0x45F9EB: ff_filter_frame_framed (avfilter.c:1116)
2931==17447== by 0x460271: ff_filter_frame_to_filter (avfilter.c:1264)
2932==17447== Uninitialised value was created by a heap allocation
2933==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2934==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2935==17447== by 0x166C7F7: av_malloc (mem.c:87)
2936==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
2937==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
2938==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
2939==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
2940==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
2941==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
2942==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
2943==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
2944==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
2945==17447==
2946{
2947 <insert_a_suppression_name_here>
2948 Memcheck:Cond
2949 fun:strlen
2950 fun:av_strdup
2951 fun:av_dict_set
2952 fun:set_meta
2953 fun:do_ssim
2954 fun:process_frame
2955 fun:ff_framesync_process_frame
2956 fun:ff_framesync_filter_frame
2957 fun:ff_dualinput_filter_frame
2958 fun:filter_frame
2959 fun:ff_filter_frame_framed
2960 fun:ff_filter_frame_to_filter
2961}
2962==17447== Conditional jump or move depends on uninitialised value(s)
2963==17447== at 0x7985CC0: vfprintf (vfprintf.c:1632)
2964==17447== by 0x79ADA48: vsnprintf (vsnprintf.c:114)
2965==17447== by 0x46DC8D: print_file (f_metadata.c:186)
2966==17447== by 0x46E4A2: filter_frame (f_metadata.c:319)
2967==17447== by 0x45F9EB: ff_filter_frame_framed (avfilter.c:1116)
2968==17447== by 0x460271: ff_filter_frame_to_filter (avfilter.c:1264)
2969==17447== by 0x46047C: ff_filter_activate_default (avfilter.c:1315)
2970==17447== by 0x460696: ff_filter_activate (avfilter.c:1476)
2971==17447== by 0x46543F: ff_filter_graph_run_once (avfiltergraph.c:1449)
2972==17447== by 0x465671: get_frame_internal (buffersink.c:110)
2973==17447== by 0x4656E1: av_buffersink_get_frame_flags (buffersink.c:121)
2974==17447== by 0x46514C: avfilter_graph_request_oldest (avfiltergraph.c:1402)
2975==17447== Uninitialised value was created by a heap allocation
2976==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2977==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2978==17447== by 0x166C7F7: av_malloc (mem.c:87)
2979==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
2980==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
2981==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
2982==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
2983==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
2984==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
2985==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
2986==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
2987==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
2988==17447==
2989{
2990 <insert_a_suppression_name_here>
2991 Memcheck:Cond
2992 fun:vfprintf
2993 fun:vsnprintf
2994 fun:print_file
2995 fun:filter_frame
2996 fun:ff_filter_frame_framed
2997 fun:ff_filter_frame_to_filter
2998 fun:ff_filter_activate_default
2999 fun:ff_filter_activate
3000 fun:ff_filter_graph_run_once
3001 fun:get_frame_internal
3002 fun:av_buffersink_get_frame_flags
3003 fun:avfilter_graph_request_oldest
3004}
3005==17447== Conditional jump or move depends on uninitialised value(s)
3006==17447== at 0x46D6DE: av_strnlen (avstring.h:143)
3007==17447== by 0x46DCA1: print_file (f_metadata.c:187)
3008==17447== by 0x46E4A2: filter_frame (f_metadata.c:319)
3009==17447== by 0x45F9EB: ff_filter_frame_framed (avfilter.c:1116)
3010==17447== by 0x460271: ff_filter_frame_to_filter (avfilter.c:1264)
3011==17447== by 0x46047C: ff_filter_activate_default (avfilter.c:1315)
3012==17447== by 0x460696: ff_filter_activate (avfilter.c:1476)
3013==17447== by 0x46543F: ff_filter_graph_run_once (avfiltergraph.c:1449)
3014==17447== by 0x465671: get_frame_internal (buffersink.c:110)
3015==17447== by 0x4656E1: av_buffersink_get_frame_flags (buffersink.c:121)
3016==17447== by 0x46514C: avfilter_graph_request_oldest (avfiltergraph.c:1402)
3017==17447== by 0x432A7D: transcode_from_filter (ffmpeg.c:4455)
3018==17447== Uninitialised value was created by a heap allocation
3019==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
3020==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
3021==17447== by 0x166C7F7: av_malloc (mem.c:87)
3022==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
3023==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
3024==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
3025==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
3026==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
3027==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
3028==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
3029==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
3030==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
3031==17447==
3032{
3033 <insert_a_suppression_name_here>
3034 Memcheck:Cond
3035 fun:av_strnlen
3036 fun:print_file
3037 fun:filter_frame
3038 fun:ff_filter_frame_framed
3039 fun:ff_filter_frame_to_filter
3040 fun:ff_filter_activate_default
3041 fun:ff_filter_activate
3042 fun:ff_filter_graph_run_once
3043 fun:get_frame_internal
3044 fun:av_buffersink_get_frame_flags
3045 fun:avfilter_graph_request_oldest
3046 fun:transcode_from_filter
3047}
3048==17447== Conditional jump or move depends on uninitialised value(s)
3049==17447== at 0x7985CC0: vfprintf (vfprintf.c:1632)
3050==17447== by 0x79ADA48: vsnprintf (vsnprintf.c:114)
3051==17447== by 0x46DC8D: print_file (f_metadata.c:186)
3052==17447== by 0x46E4DB: filter_frame (f_metadata.c:321)
3053==17447== by 0x45F9EB: ff_filter_frame_framed (avfilter.c:1116)
3054==17447== by 0x460271: ff_filter_frame_to_filter (avfilter.c:1264)
3055==17447== by 0x46047C: ff_filter_activate_default (avfilter.c:1315)
3056==17447== by 0x460696: ff_filter_activate (avfilter.c:1476)
3057==17447== by 0x46543F: ff_filter_graph_run_once (avfiltergraph.c:1449)
3058==17447== by 0x465671: get_frame_internal (buffersink.c:110)
3059==17447== by 0x4656E1: av_buffersink_get_frame_flags (buffersink.c:121)
3060==17447== by 0x46514C: avfilter_graph_request_oldest (avfiltergraph.c:1402)
3061==17447== Uninitialised value was created by a heap allocation
3062==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
3063==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
3064==17447== by 0x166C7F7: av_malloc (mem.c:87)
3065==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
3066==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
3067==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
3068==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
3069==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
3070==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
3071==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
3072==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
3073==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
3074==17447==
3075{
3076 <insert_a_suppression_name_here>
3077 Memcheck:Cond
3078 fun:vfprintf
3079 fun:vsnprintf
3080 fun:print_file
3081 fun:filter_frame
3082 fun:ff_filter_frame_framed
3083 fun:ff_filter_frame_to_filter
3084 fun:ff_filter_activate_default
3085 fun:ff_filter_activate
3086 fun:ff_filter_graph_run_once
3087 fun:get_frame_internal
3088 fun:av_buffersink_get_frame_flags
3089 fun:avfilter_graph_request_oldest
3090}
3091==17447== Conditional jump or move depends on uninitialised value(s)
3092==17447== at 0x46D6DE: av_strnlen (avstring.h:143)
3093==17447== by 0x46DCA1: print_file (f_metadata.c:187)
3094==17447== by 0x46E4DB: filter_frame (f_metadata.c:321)
3095==17447== by 0x45F9EB: ff_filter_frame_framed (avfilter.c:1116)
3096==17447== by 0x460271: ff_filter_frame_to_filter (avfilter.c:1264)
3097==17447== by 0x46047C: ff_filter_activate_default (avfilter.c:1315)
3098==17447== by 0x460696: ff_filter_activate (avfilter.c:1476)
3099==17447== by 0x46543F: ff_filter_graph_run_once (avfiltergraph.c:1449)
3100==17447== by 0x465671: get_frame_internal (buffersink.c:110)
3101==17447== by 0x4656E1: av_buffersink_get_frame_flags (buffersink.c:121)
3102==17447== by 0x46514C: avfilter_graph_request_oldest (avfiltergraph.c:1402)
3103==17447== by 0x432A7D: transcode_from_filter (ffmpeg.c:4455)
3104==17447== Uninitialised value was created by a heap allocation
3105==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
3106==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
3107==17447== by 0x166C7F7: av_malloc (mem.c:87)
3108==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
3109==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
3110==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
3111==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
3112==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
3113==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
3114==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
3115==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
3116==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
3117==17447==
3118{
3119 <insert_a_suppression_name_here>
3120 Memcheck:Cond
3121 fun:av_strnlen
3122 fun:print_file
3123 fun:filter_frame
3124 fun:ff_filter_frame_framed
3125 fun:ff_filter_frame_to_filter
3126 fun:ff_filter_activate_default
3127 fun:ff_filter_activate
3128 fun:ff_filter_graph_run_once
3129 fun:get_frame_internal
3130 fun:av_buffersink_get_frame_flags
3131 fun:avfilter_graph_request_oldest
3132 fun:transcode_from_filter
3133}
3134==17447== Conditional jump or move depends on uninitialised value(s)
3135==17447== at 0x4C30F78: strlen (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
3136==17447== by 0x166CBC1: av_strdup (mem.c:241)
3137==17447== by 0x165B23E: av_dict_set (dict.c:87)
3138==17447== by 0x165B837: av_dict_copy (dict.c:222)
3139==17447== by 0x16621CB: frame_copy_props (frame.c:333)
3140==17447== by 0x1662571: av_frame_ref (frame.c:406)
3141==17447== by 0x166293B: av_frame_clone (frame.c:496)
3142==17447== by 0xFF499F: wrapped_avframe_encode (wrapped_avframe.c:45)
3143==17447== by 0x907F64: avcodec_encode_video2 (encode.c:304)
3144==17447== by 0x908248: do_encode (encode.c:372)
3145==17447== by 0x908432: avcodec_send_frame (encode.c:421)
3146==17447== by 0x425989: do_video_out (ffmpeg.c:1288)
3147==17447== Uninitialised value was created by a heap allocation
3148==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
3149==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
3150==17447== by 0x166C7F7: av_malloc (mem.c:87)
3151==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
3152==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
3153==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
3154==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
3155==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
3156==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
3157==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
3158==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
3159==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
3160==17447==
3161{
3162 <insert_a_suppression_name_here>
3163 Memcheck:Cond
3164 fun:strlen
3165 fun:av_strdup
3166 fun:av_dict_set
3167 fun:av_dict_copy
3168 fun:frame_copy_props
3169 fun:av_frame_ref
3170 fun:av_frame_clone
3171 fun:wrapped_avframe_encode
3172 fun:avcodec_encode_video2
3173 fun:do_encode
3174 fun:avcodec_send_frame
3175 fun:do_video_out
3176}
3177==17447== Conditional jump or move depends on uninitialised value(s)
3178==17447== at 0x4C30F69: strlen (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
3179==17447== by 0x166CBC1: av_strdup (mem.c:241)
3180==17447== by 0x165B23E: av_dict_set (dict.c:87)
3181==17447== by 0x165B837: av_dict_copy (dict.c:222)
3182==17447== by 0x16621CB: frame_copy_props (frame.c:333)
3183==17447== by 0x1662571: av_frame_ref (frame.c:406)
3184==17447== by 0x166293B: av_frame_clone (frame.c:496)
3185==17447== by 0xFF499F: wrapped_avframe_encode (wrapped_avframe.c:45)
3186==17447== by 0x907F64: avcodec_encode_video2 (encode.c:304)
3187==17447== by 0x908248: do_encode (encode.c:372)
3188==17447== by 0x908432: avcodec_send_frame (encode.c:421)
3189==17447== by 0x425989: do_video_out (ffmpeg.c:1288)
3190==17447== Uninitialised value was created by a heap allocation
3191==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
3192==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
3193==17447== by 0x166C7F7: av_malloc (mem.c:87)
3194==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
3195==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
3196==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
3197==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
3198==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
3199==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
3200==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
3201==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
3202==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
3203==17447==
3204{
3205 <insert_a_suppression_name_here>
3206 Memcheck:Cond
3207 fun:strlen
3208 fun:av_strdup
3209 fun:av_dict_set
3210 fun:av_dict_copy
3211 fun:frame_copy_props
3212 fun:av_frame_ref
3213 fun:av_frame_clone
3214 fun:wrapped_avframe_encode
3215 fun:avcodec_encode_video2
3216 fun:do_encode
3217 fun:avcodec_send_frame
3218 fun:do_video_out
3219}
3220==17447== at 0x16690F0: VALGRIND_PRINTF_BACKTRACE (valgrind.h:6816)
3221==17447== by 0x1669C5D: av_log_default_callback (log.c:355)
3222==17447== by 0x1669E22: av_vlog (log.c:383)
3223==17447== by 0x1669DCA: av_log (log.c:375)
3224==17447== by 0x421F41: term_exit (ffmpeg.c:317)
3225==17447== by 0x433118: transcode (ffmpeg.c:4622)
3226==17447== by 0x433816: main (ffmpeg.c:4803)
3227frame= 5 fps=3.8 q=-0.0 Lsize=N/A time=00:00:05.00 bitrate=N/A speed=3.81x
3228video:3kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknown
3229==17447== Syscall param write(buf) points to uninitialised byte(s)
3230==17447== at 0x772A4BD: ??? (syscall-template.S:84)
3231==17447== by 0x83D020: file_write (file.c:125)
3232==17447== by 0x6C48FA: retry_transfer_wrapper (avio.c:376)
3233==17447== by 0x6C4AE4: ffurl_write (avio.c:427)
3234==17447== by 0x6C797A: io_write_packet (aviobuf.c:878)
3235==17447== by 0x6C577A: writeout (aviobuf.c:156)
3236==17447== by 0x6C58CE: flush_buffer (aviobuf.c:177)
3237==17447== by 0x6C5BE9: avio_flush (aviobuf.c:234)
3238==17447== by 0x6C83DC: avio_close (aviobuf.c:1113)
3239==17447== by 0x6C84CB: avio_closep (aviobuf.c:1130)
3240==17447== by 0x46E0C5: uninit (f_metadata.c:274)
3241==17447== by 0x45EC0E: avfilter_free (avfilter.c:800)
3242==17447== Address 0xc77faf7 is 55 bytes inside a block of size 32,768 alloc'd
3243==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
3244==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
3245==17447== by 0x166C7F7: av_malloc (mem.c:87)
3246==17447== by 0x6C7AE6: ffio_fdopen (aviobuf.c:921)
3247==17447== by 0x6C82D8: ffio_open_whitelist (aviobuf.c:1085)
3248==17447== by 0x6C8352: avio_open2 (aviobuf.c:1096)
3249==17447== by 0x6C8251: avio_open (aviobuf.c:1071)
3250==17447== by 0x46DFDE: init (f_metadata.c:252)
3251==17447== by 0x45F350: avfilter_init_dict (avfilter.c:953)
3252==17447== by 0x45F7F0: avfilter_init_str (avfilter.c:1063)
3253==17447== by 0x479781: create_filter (graphparser.c:149)
3254==17447== by 0x4798D4: parse_filter (graphparser.c:192)
3255==17447== Uninitialised value was created by a heap allocation
3256==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
3257==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
3258==17447== by 0x166C7F7: av_malloc (mem.c:87)
3259==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
3260==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
3261==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
3262==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
3263==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
3264==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
3265==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
3266==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
3267==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
3268==17447==
3269{
3270 <insert_a_suppression_name_here>
3271 Memcheck:Param
3272 write(buf)
3273 obj:/lib/x86_64-linux-gnu/libpthread-2.23.so
3274 fun:file_write
3275 fun:retry_transfer_wrapper
3276 fun:ffurl_write
3277 fun:io_write_packet
3278 fun:writeout
3279 fun:flush_buffer
3280 fun:avio_flush
3281 fun:avio_close
3282 fun:avio_closep
3283 fun:uninit
3284 fun:avfilter_free
3285}
3286==17447== Conditional jump or move depends on uninitialised value(s)
3287==17447== at 0x7218DE8: log10 (w_log10.c:28)
3288==17447== by 0x5D699C: ssim_db (vf_ssim.c:280)
3289==17447== by 0x5D74FF: uninit (vf_ssim.c:460)
3290==17447== by 0x45EC0E: avfilter_free (avfilter.c:800)
3291==17447== by 0x46127E: avfilter_graph_free (avfiltergraph.c:123)
3292==17447== by 0x4222ED: ffmpeg_cleanup (ffmpeg.c:477)
3293==17447== by 0x40819B: exit_program (cmdutils.c:138)
3294==17447== by 0x4338FA: main (in /home/tobias/Projects/ffmpeg-git-master/build-linux/ffmpeg-dbg_g)
3295==17447== Uninitialised value was created by a heap allocation
3296==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
3297==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
3298==17447== by 0x166C7F7: av_malloc (mem.c:87)
3299==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
3300==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
3301==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
3302==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
3303==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
3304==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
3305==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
3306==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
3307==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
3308==17447==
3309{
3310 <insert_a_suppression_name_here>
3311 Memcheck:Cond
3312 fun:log10
3313 fun:ssim_db
3314 fun:uninit
3315 fun:avfilter_free
3316 fun:avfilter_graph_free
3317 fun:ffmpeg_cleanup
3318 fun:exit_program
3319 fun:main
3320}
3321==17447== Conditional jump or move depends on uninitialised value(s)
3322==17447== at 0x7208742: __log10_finite (e_log10.c:65)
3323==17447== by 0x5D699C: ssim_db (vf_ssim.c:280)
3324==17447== by 0x5D74FF: uninit (vf_ssim.c:460)
3325==17447== by 0x45EC0E: avfilter_free (avfilter.c:800)
3326==17447== by 0x46127E: avfilter_graph_free (avfiltergraph.c:123)
3327==17447== by 0x4222ED: ffmpeg_cleanup (ffmpeg.c:477)
3328==17447== by 0x40819B: exit_program (cmdutils.c:138)
3329==17447== by 0x4338FA: main (in /home/tobias/Projects/ffmpeg-git-master/build-linux/ffmpeg-dbg_g)
3330==17447== Uninitialised value was created by a heap allocation
3331==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
3332==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
3333==17447== by 0x166C7F7: av_malloc (mem.c:87)
3334==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
3335==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
3336==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
3337==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
3338==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
3339==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
3340==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
3341==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
3342==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
3343==17447==
3344{
3345 <insert_a_suppression_name_here>
3346 Memcheck:Cond
3347 fun:__log10_finite
3348 fun:ssim_db
3349 fun:uninit
3350 fun:avfilter_free
3351 fun:avfilter_graph_free
3352 fun:ffmpeg_cleanup
3353 fun:exit_program
3354 fun:main
3355}
3356==17447== Conditional jump or move depends on uninitialised value(s)
3357==17447== at 0x7208795: __log10_finite (e_log10.c:76)
3358==17447== by 0x5D699C: ssim_db (vf_ssim.c:280)
3359==17447== by 0x5D74FF: uninit (vf_ssim.c:460)
3360==17447== by 0x45EC0E: avfilter_free (avfilter.c:800)
3361==17447== by 0x46127E: avfilter_graph_free (avfiltergraph.c:123)
3362==17447== by 0x4222ED: ffmpeg_cleanup (ffmpeg.c:477)
3363==17447== by 0x40819B: exit_program (cmdutils.c:138)
3364==17447== by 0x4338FA: main (in /home/tobias/Projects/ffmpeg-git-master/build-linux/ffmpeg-dbg_g)
3365==17447== Uninitialised value was created by a heap allocation
3366==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
3367==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
3368==17447== by 0x166C7F7: av_malloc (mem.c:87)
3369==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
3370==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
3371==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
3372==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
3373==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
3374==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
3375==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
3376==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
3377==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
3378==17447==
3379{
3380 <insert_a_suppression_name_here>
3381 Memcheck:Cond
3382 fun:__log10_finite
3383 fun:ssim_db
3384 fun:uninit
3385 fun:avfilter_free
3386 fun:avfilter_graph_free
3387 fun:ffmpeg_cleanup
3388 fun:exit_program
3389 fun:main
3390}
3391==17447== Conditional jump or move depends on uninitialised value(s)
3392==17447== at 0x72071CB: __ieee754_log_sse2 (e_log.c:81)
3393==17447== by 0x72087EB: __log10_finite (e_log10.c:83)
3394==17447== by 0x5D699C: ssim_db (vf_ssim.c:280)
3395==17447== by 0x5D74FF: uninit (vf_ssim.c:460)
3396==17447== by 0x45EC0E: avfilter_free (avfilter.c:800)
3397==17447== by 0x46127E: avfilter_graph_free (avfiltergraph.c:123)
3398==17447== by 0x4222ED: ffmpeg_cleanup (ffmpeg.c:477)
3399==17447== by 0x40819B: exit_program (cmdutils.c:138)
3400==17447== by 0x4338FA: main (in /home/tobias/Projects/ffmpeg-git-master/build-linux/ffmpeg-dbg_g)
3401==17447== Uninitialised value was created by a heap allocation
3402==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
3403==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
3404==17447== by 0x166C7F7: av_malloc (mem.c:87)
3405==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
3406==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
3407==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
3408==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
3409==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
3410==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
3411==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
3412==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
3413==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
3414==17447==
3415{
3416 <insert_a_suppression_name_here>
3417 Memcheck:Cond
3418 fun:__ieee754_log_sse2
3419 fun:__log10_finite
3420 fun:ssim_db
3421 fun:uninit
3422 fun:avfilter_free
3423 fun:avfilter_graph_free
3424 fun:ffmpeg_cleanup
3425 fun:exit_program
3426 fun:main
3427}
3428==17447== Conditional jump or move depends on uninitialised value(s)
3429==17447== at 0x72071D9: __ieee754_log_sse2 (e_log.c:91)
3430==17447== by 0x72087EB: __log10_finite (e_log10.c:83)
3431==17447== by 0x5D699C: ssim_db (vf_ssim.c:280)
3432==17447== by 0x5D74FF: uninit (vf_ssim.c:460)
3433==17447== by 0x45EC0E: avfilter_free (avfilter.c:800)
3434==17447== by 0x46127E: avfilter_graph_free (avfiltergraph.c:123)
3435==17447== by 0x4222ED: ffmpeg_cleanup (ffmpeg.c:477)
3436==17447== by 0x40819B: exit_program (cmdutils.c:138)
3437==17447== by 0x4338FA: main (in /home/tobias/Projects/ffmpeg-git-master/build-linux/ffmpeg-dbg_g)
3438==17447== Uninitialised value was created by a heap allocation
3439==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
3440==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
3441==17447== by 0x166C7F7: av_malloc (mem.c:87)
3442==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
3443==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
3444==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
3445==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
3446==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
3447==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
3448==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
3449==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
3450==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
3451==17447==
3452{
3453 <insert_a_suppression_name_here>
3454 Memcheck:Cond
3455 fun:__ieee754_log_sse2
3456 fun:__log10_finite
3457 fun:ssim_db
3458 fun:uninit
3459 fun:avfilter_free
3460 fun:avfilter_graph_free
3461 fun:ffmpeg_cleanup
3462 fun:exit_program
3463 fun:main
3464}
3465==17447== Conditional jump or move depends on uninitialised value(s)
3466==17447== at 0x720720A: __ieee754_log_sse2 (e_log.c:97)
3467==17447== by 0x72087EB: __log10_finite (e_log10.c:83)
3468==17447== by 0x5D699C: ssim_db (vf_ssim.c:280)
3469==17447== by 0x5D74FF: uninit (vf_ssim.c:460)
3470==17447== by 0x45EC0E: avfilter_free (avfilter.c:800)
3471==17447== by 0x46127E: avfilter_graph_free (avfiltergraph.c:123)
3472==17447== by 0x4222ED: ffmpeg_cleanup (ffmpeg.c:477)
3473==17447== by 0x40819B: exit_program (cmdutils.c:138)
3474==17447== by 0x4338FA: main (in /home/tobias/Projects/ffmpeg-git-master/build-linux/ffmpeg-dbg_g)
3475==17447== Uninitialised value was created by a heap allocation
3476==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
3477==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
3478==17447== by 0x166C7F7: av_malloc (mem.c:87)
3479==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
3480==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
3481==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
3482==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
3483==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
3484==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
3485==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
3486==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
3487==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
3488==17447==
3489{
3490 <insert_a_suppression_name_here>
3491 Memcheck:Cond
3492 fun:__ieee754_log_sse2
3493 fun:__log10_finite
3494 fun:ssim_db
3495 fun:uninit
3496 fun:avfilter_free
3497 fun:avfilter_graph_free
3498 fun:ffmpeg_cleanup
3499 fun:exit_program
3500 fun:main
3501}
3502==17447== Conditional jump or move depends on uninitialised value(s)
3503==17447== at 0x720724A: __ieee754_log_sse2 (e_log.c:170)
3504==17447== by 0x72087EB: __log10_finite (e_log10.c:83)
3505==17447== by 0x5D699C: ssim_db (vf_ssim.c:280)
3506==17447== by 0x5D74FF: uninit (vf_ssim.c:460)
3507==17447== by 0x45EC0E: avfilter_free (avfilter.c:800)
3508==17447== by 0x46127E: avfilter_graph_free (avfiltergraph.c:123)
3509==17447== by 0x4222ED: ffmpeg_cleanup (ffmpeg.c:477)
3510==17447== by 0x40819B: exit_program (cmdutils.c:138)
3511==17447== by 0x4338FA: main (in /home/tobias/Projects/ffmpeg-git-master/build-linux/ffmpeg-dbg_g)
3512==17447== Uninitialised value was created by a heap allocation
3513==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
3514==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
3515==17447== by 0x166C7F7: av_malloc (mem.c:87)
3516==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
3517==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
3518==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
3519==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
3520==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
3521==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
3522==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
3523==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
3524==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
3525==17447==
3526{
3527 <insert_a_suppression_name_here>
3528 Memcheck:Cond
3529 fun:__ieee754_log_sse2
3530 fun:__log10_finite
3531 fun:ssim_db
3532 fun:uninit
3533 fun:avfilter_free
3534 fun:avfilter_graph_free
3535 fun:ffmpeg_cleanup
3536 fun:exit_program
3537 fun:main
3538}
3539==17447== Use of uninitialised value of size 8
3540==17447== at 0x7207297: __ieee754_log_sse2 (e_log.c:183)
3541==17447== by 0x72087EB: __log10_finite (e_log10.c:83)
3542==17447== by 0x5D699C: ssim_db (vf_ssim.c:280)
3543==17447== by 0x5D74FF: uninit (vf_ssim.c:460)
3544==17447== by 0x45EC0E: avfilter_free (avfilter.c:800)
3545==17447== by 0x46127E: avfilter_graph_free (avfiltergraph.c:123)
3546==17447== by 0x4222ED: ffmpeg_cleanup (ffmpeg.c:477)
3547==17447== by 0x40819B: exit_program (cmdutils.c:138)
3548==17447== by 0x4338FA: main (in /home/tobias/Projects/ffmpeg-git-master/build-linux/ffmpeg-dbg_g)
3549==17447== Uninitialised value was created by a heap allocation
3550==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
3551==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
3552==17447== by 0x166C7F7: av_malloc (mem.c:87)
3553==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
3554==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
3555==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
3556==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
3557==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
3558==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
3559==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
3560==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
3561==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
3562==17447==
3563{
3564 <insert_a_suppression_name_here>
3565 Memcheck:Value8
3566 fun:__ieee754_log_sse2
3567 fun:__log10_finite
3568 fun:ssim_db
3569 fun:uninit
3570 fun:avfilter_free
3571 fun:avfilter_graph_free
3572 fun:ffmpeg_cleanup
3573 fun:exit_program
3574 fun:main
3575}
3576==17447== Use of uninitialised value of size 8
3577==17447== at 0x72072E5: __ieee754_log_sse2 (e_log.c:189)
3578==17447== by 0x72087EB: __log10_finite (e_log10.c:83)
3579==17447== by 0x5D699C: ssim_db (vf_ssim.c:280)
3580==17447== by 0x5D74FF: uninit (vf_ssim.c:460)
3581==17447== by 0x45EC0E: avfilter_free (avfilter.c:800)
3582==17447== by 0x46127E: avfilter_graph_free (avfiltergraph.c:123)
3583==17447== by 0x4222ED: ffmpeg_cleanup (ffmpeg.c:477)
3584==17447== by 0x40819B: exit_program (cmdutils.c:138)
3585==17447== by 0x4338FA: main (in /home/tobias/Projects/ffmpeg-git-master/build-linux/ffmpeg-dbg_g)
3586==17447== Uninitialised value was created by a heap allocation
3587==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
3588==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
3589==17447== by 0x166C7F7: av_malloc (mem.c:87)
3590==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
3591==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
3592==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
3593==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
3594==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
3595==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
3596==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
3597==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
3598==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
3599==17447==
3600{
3601 <insert_a_suppression_name_here>
3602 Memcheck:Value8
3603 fun:__ieee754_log_sse2
3604 fun:__log10_finite
3605 fun:ssim_db
3606 fun:uninit
3607 fun:avfilter_free
3608 fun:avfilter_graph_free
3609 fun:ffmpeg_cleanup
3610 fun:exit_program
3611 fun:main
3612}
3613==17447== Use of uninitialised value of size 8
3614==17447== at 0x72072F8: __ieee754_log_sse2 (e_log.c:197)
3615==17447== by 0x72087EB: __log10_finite (e_log10.c:83)
3616==17447== by 0x5D699C: ssim_db (vf_ssim.c:280)
3617==17447== by 0x5D74FF: uninit (vf_ssim.c:460)
3618==17447== by 0x45EC0E: avfilter_free (avfilter.c:800)
3619==17447== by 0x46127E: avfilter_graph_free (avfiltergraph.c:123)
3620==17447== by 0x4222ED: ffmpeg_cleanup (ffmpeg.c:477)
3621==17447== by 0x40819B: exit_program (cmdutils.c:138)
3622==17447== by 0x4338FA: main (in /home/tobias/Projects/ffmpeg-git-master/build-linux/ffmpeg-dbg_g)
3623==17447== Uninitialised value was created by a heap allocation
3624==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
3625==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
3626==17447== by 0x166C7F7: av_malloc (mem.c:87)
3627==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
3628==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
3629==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
3630==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
3631==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
3632==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
3633==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
3634==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
3635==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
3636==17447==
3637{
3638 <insert_a_suppression_name_here>
3639 Memcheck:Value8
3640 fun:__ieee754_log_sse2
3641 fun:__log10_finite
3642 fun:ssim_db
3643 fun:uninit
3644 fun:avfilter_free
3645 fun:avfilter_graph_free
3646 fun:ffmpeg_cleanup
3647 fun:exit_program
3648 fun:main
3649}
3650==17447== Use of uninitialised value of size 8
3651==17447== at 0x720735B: __ieee754_log_sse2 (e_log.c:199)
3652==17447== by 0x72087EB: __log10_finite (e_log10.c:83)
3653==17447== by 0x5D699C: ssim_db (vf_ssim.c:280)
3654==17447== by 0x5D74FF: uninit (vf_ssim.c:460)
3655==17447== by 0x45EC0E: avfilter_free (avfilter.c:800)
3656==17447== by 0x46127E: avfilter_graph_free (avfiltergraph.c:123)
3657==17447== by 0x4222ED: ffmpeg_cleanup (ffmpeg.c:477)
3658==17447== by 0x40819B: exit_program (cmdutils.c:138)
3659==17447== by 0x4338FA: main (in /home/tobias/Projects/ffmpeg-git-master/build-linux/ffmpeg-dbg_g)
3660==17447== Uninitialised value was created by a heap allocation
3661==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
3662==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
3663==17447== by 0x166C7F7: av_malloc (mem.c:87)
3664==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
3665==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
3666==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
3667==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
3668==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
3669==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
3670==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
3671==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
3672==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
3673==17447==
3674{
3675 <insert_a_suppression_name_here>
3676 Memcheck:Value8
3677 fun:__ieee754_log_sse2
3678 fun:__log10_finite
3679 fun:ssim_db
3680 fun:uninit
3681 fun:avfilter_free
3682 fun:avfilter_graph_free
3683 fun:ffmpeg_cleanup
3684 fun:exit_program
3685 fun:main
3686}
3687==17447== Conditional jump or move depends on uninitialised value(s)
3688==17447== at 0x72073AD: __ieee754_log_sse2 (e_log.c:202)
3689==17447== by 0x72087EB: __log10_finite (e_log10.c:83)
3690==17447== by 0x5D699C: ssim_db (vf_ssim.c:280)
3691==17447== by 0x5D74FF: uninit (vf_ssim.c:460)
3692==17447== by 0x45EC0E: avfilter_free (avfilter.c:800)
3693==17447== by 0x46127E: avfilter_graph_free (avfiltergraph.c:123)
3694==17447== by 0x4222ED: ffmpeg_cleanup (ffmpeg.c:477)
3695==17447== by 0x40819B: exit_program (cmdutils.c:138)
3696==17447== by 0x4338FA: main (in /home/tobias/Projects/ffmpeg-git-master/build-linux/ffmpeg-dbg_g)
3697==17447== Uninitialised value was created by a heap allocation
3698==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
3699==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
3700==17447== by 0x166C7F7: av_malloc (mem.c:87)
3701==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
3702==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
3703==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
3704==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
3705==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
3706==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
3707==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
3708==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
3709==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
3710==17447==
3711{
3712 <insert_a_suppression_name_here>
3713 Memcheck:Cond
3714 fun:__ieee754_log_sse2
3715 fun:__log10_finite
3716 fun:ssim_db
3717 fun:uninit
3718 fun:avfilter_free
3719 fun:avfilter_graph_free
3720 fun:ffmpeg_cleanup
3721 fun:exit_program
3722 fun:main
3723}
3724==17447== Conditional jump or move depends on uninitialised value(s)
3725==17447== at 0x7207408: __ieee754_log_sse2 (e_log.c:207)
3726==17447== by 0x72087EB: __log10_finite (e_log10.c:83)
3727==17447== by 0x5D699C: ssim_db (vf_ssim.c:280)
3728==17447== by 0x5D74FF: uninit (vf_ssim.c:460)
3729==17447== by 0x45EC0E: avfilter_free (avfilter.c:800)
3730==17447== by 0x46127E: avfilter_graph_free (avfiltergraph.c:123)
3731==17447== by 0x4222ED: ffmpeg_cleanup (ffmpeg.c:477)
3732==17447== by 0x40819B: exit_program (cmdutils.c:138)
3733==17447== by 0x4338FA: main (in /home/tobias/Projects/ffmpeg-git-master/build-linux/ffmpeg-dbg_g)
3734==17447== Uninitialised value was created by a heap allocation
3735==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
3736==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
3737==17447== by 0x166C7F7: av_malloc (mem.c:87)
3738==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
3739==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
3740==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
3741==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
3742==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
3743==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
3744==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
3745==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
3746==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
3747==17447==
3748{
3749 <insert_a_suppression_name_here>
3750 Memcheck:Cond
3751 fun:__ieee754_log_sse2
3752 fun:__log10_finite
3753 fun:ssim_db
3754 fun:uninit
3755 fun:avfilter_free
3756 fun:avfilter_graph_free
3757 fun:ffmpeg_cleanup
3758 fun:exit_program
3759 fun:main
3760}
3761==17447== Conditional jump or move depends on uninitialised value(s)
3762==17447== at 0x720740A: __ieee754_log_sse2 (e_log.c:207)
3763==17447== by 0x72087EB: __log10_finite (e_log10.c:83)
3764==17447== by 0x5D699C: ssim_db (vf_ssim.c:280)
3765==17447== by 0x5D74FF: uninit (vf_ssim.c:460)
3766==17447== by 0x45EC0E: avfilter_free (avfilter.c:800)
3767==17447== by 0x46127E: avfilter_graph_free (avfiltergraph.c:123)
3768==17447== by 0x4222ED: ffmpeg_cleanup (ffmpeg.c:477)
3769==17447== by 0x40819B: exit_program (cmdutils.c:138)
3770==17447== by 0x4338FA: main (in /home/tobias/Projects/ffmpeg-git-master/build-linux/ffmpeg-dbg_g)
3771==17447== Uninitialised value was created by a heap allocation
3772==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
3773==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
3774==17447== by 0x166C7F7: av_malloc (mem.c:87)
3775==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
3776==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
3777==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
3778==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
3779==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
3780==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
3781==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
3782==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
3783==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
3784==17447==
3785{
3786 <insert_a_suppression_name_here>
3787 Memcheck:Cond
3788 fun:__ieee754_log_sse2
3789 fun:__log10_finite
3790 fun:ssim_db
3791 fun:uninit
3792 fun:avfilter_free
3793 fun:avfilter_graph_free
3794 fun:ffmpeg_cleanup
3795 fun:exit_program
3796 fun:main
3797}
3798==17447== Conditional jump or move depends on uninitialised value(s)
3799==17447== at 0x79876C8: __printf_fp_l (printf_fp.c:381)
3800==17447== by 0x79860B8: vfprintf (vfprintf.c:1631)
3801==17447== by 0x79ADA48: vsnprintf (vsnprintf.c:114)
3802==17447== by 0x1655F6D: av_strlcatf (avstring.c:107)
3803==17447== by 0x5D7599: uninit (vf_ssim.c:460)
3804==17447== by 0x45EC0E: avfilter_free (avfilter.c:800)
3805==17447== by 0x46127E: avfilter_graph_free (avfiltergraph.c:123)
3806==17447== by 0x4222ED: ffmpeg_cleanup (ffmpeg.c:477)
3807==17447== by 0x40819B: exit_program (cmdutils.c:138)
3808==17447== by 0x4338FA: main (in /home/tobias/Projects/ffmpeg-git-master/build-linux/ffmpeg-dbg_g)
3809==17447== Uninitialised value was created by a heap allocation
3810==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
3811==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
3812==17447== by 0x166C7F7: av_malloc (mem.c:87)
3813==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
3814==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
3815==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
3816==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
3817==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
3818==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
3819==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
3820==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
3821==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
3822==17447==
3823{
3824 <insert_a_suppression_name_here>
3825 Memcheck:Cond
3826 fun:__printf_fp_l
3827 fun:vfprintf
3828 fun:vsnprintf
3829 fun:av_strlcatf
3830 fun:uninit
3831 fun:avfilter_free
3832 fun:avfilter_graph_free
3833 fun:ffmpeg_cleanup
3834 fun:exit_program
3835 fun:main
3836}
3837==17447== Conditional jump or move depends on uninitialised value(s)
3838==17447== at 0x79876E2: __printf_fp_l (printf_fp.c:395)
3839==17447== by 0x79860B8: vfprintf (vfprintf.c:1631)
3840==17447== by 0x79ADA48: vsnprintf (vsnprintf.c:114)
3841==17447== by 0x1655F6D: av_strlcatf (avstring.c:107)
3842==17447== by 0x5D7599: uninit (vf_ssim.c:460)
3843==17447== by 0x45EC0E: avfilter_free (avfilter.c:800)
3844==17447== by 0x46127E: avfilter_graph_free (avfiltergraph.c:123)
3845==17447== by 0x4222ED: ffmpeg_cleanup (ffmpeg.c:477)
3846==17447== by 0x40819B: exit_program (cmdutils.c:138)
3847==17447== by 0x4338FA: main (in /home/tobias/Projects/ffmpeg-git-master/build-linux/ffmpeg-dbg_g)
3848==17447== Uninitialised value was created by a heap allocation
3849==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
3850==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
3851==17447== by 0x166C7F7: av_malloc (mem.c:87)
3852==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
3853==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
3854==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
3855==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
3856==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
3857==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
3858==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
3859==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
3860==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
3861==17447==
3862{
3863 <insert_a_suppression_name_here>
3864 Memcheck:Cond
3865 fun:__printf_fp_l
3866 fun:vfprintf
3867 fun:vsnprintf
3868 fun:av_strlcatf
3869 fun:uninit
3870 fun:avfilter_free
3871 fun:avfilter_graph_free
3872 fun:ffmpeg_cleanup
3873 fun:exit_program
3874 fun:main
3875}
3876==17447== Conditional jump or move depends on uninitialised value(s)
3877==17447== at 0x7987786: __printf_fp_l (printf_fp.c:464)
3878==17447== by 0x79860B8: vfprintf (vfprintf.c:1631)
3879==17447== by 0x79ADA48: vsnprintf (vsnprintf.c:114)
3880==17447== by 0x1655F6D: av_strlcatf (avstring.c:107)
3881==17447== by 0x5D7599: uninit (vf_ssim.c:460)
3882==17447== by 0x45EC0E: avfilter_free (avfilter.c:800)
3883==17447== by 0x46127E: avfilter_graph_free (avfiltergraph.c:123)
3884==17447== by 0x4222ED: ffmpeg_cleanup (ffmpeg.c:477)
3885==17447== by 0x40819B: exit_program (cmdutils.c:138)
3886==17447== by 0x4338FA: main (in /home/tobias/Projects/ffmpeg-git-master/build-linux/ffmpeg-dbg_g)
3887==17447== Uninitialised value was created by a heap allocation
3888==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
3889==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
3890==17447== by 0x166C7F7: av_malloc (mem.c:87)
3891==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
3892==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
3893==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
3894==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
3895==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
3896==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
3897==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
3898==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
3899==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
3900==17447==
3901{
3902 <insert_a_suppression_name_here>
3903 Memcheck:Cond
3904 fun:__printf_fp_l
3905 fun:vfprintf
3906 fun:vsnprintf
3907 fun:av_strlcatf
3908 fun:uninit
3909 fun:avfilter_free
3910 fun:avfilter_graph_free
3911 fun:ffmpeg_cleanup
3912 fun:exit_program
3913 fun:main
3914}
3915==17447== Conditional jump or move depends on uninitialised value(s)
3916==17447== at 0x798778E: __printf_fp_l (printf_fp.c:638)
3917==17447== by 0x79860B8: vfprintf (vfprintf.c:1631)
3918==17447== by 0x79ADA48: vsnprintf (vsnprintf.c:114)
3919==17447== by 0x1655F6D: av_strlcatf (avstring.c:107)
3920==17447== by 0x5D7599: uninit (vf_ssim.c:460)
3921==17447== by 0x45EC0E: avfilter_free (avfilter.c:800)
3922==17447== by 0x46127E: avfilter_graph_free (avfiltergraph.c:123)
3923==17447== by 0x4222ED: ffmpeg_cleanup (ffmpeg.c:477)
3924==17447== by 0x40819B: exit_program (cmdutils.c:138)
3925==17447== by 0x4338FA: main (in /home/tobias/Projects/ffmpeg-git-master/build-linux/ffmpeg-dbg_g)
3926==17447== Uninitialised value was created by a heap allocation
3927==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
3928==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
3929==17447== by 0x166C7F7: av_malloc (mem.c:87)
3930==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
3931==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
3932==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
3933==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
3934==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
3935==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
3936==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
3937==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
3938==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
3939==17447==
3940{
3941 <insert_a_suppression_name_here>
3942 Memcheck:Cond
3943 fun:__printf_fp_l
3944 fun:vfprintf
3945 fun:vsnprintf
3946 fun:av_strlcatf
3947 fun:uninit
3948 fun:avfilter_free
3949 fun:avfilter_graph_free
3950 fun:ffmpeg_cleanup
3951 fun:exit_program
3952 fun:main
3953}
3954==17447== Use of uninitialised value of size 8
3955==17447== at 0x7988F66: __printf_fp_l (printf_fp.c:646)
3956==17447== by 0x79860B8: vfprintf (vfprintf.c:1631)
3957==17447== by 0x79ADA48: vsnprintf (vsnprintf.c:114)
3958==17447== by 0x1655F6D: av_strlcatf (avstring.c:107)
3959==17447== by 0x5D7599: uninit (vf_ssim.c:460)
3960==17447== by 0x45EC0E: avfilter_free (avfilter.c:800)
3961==17447== by 0x46127E: avfilter_graph_free (avfiltergraph.c:123)
3962==17447== by 0x4222ED: ffmpeg_cleanup (ffmpeg.c:477)
3963==17447== by 0x40819B: exit_program (cmdutils.c:138)
3964==17447== by 0x4338FA: main (in /home/tobias/Projects/ffmpeg-git-master/build-linux/ffmpeg-dbg_g)
3965==17447== Uninitialised value was created by a heap allocation
3966==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
3967==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
3968==17447== by 0x166C7F7: av_malloc (mem.c:87)
3969==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
3970==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
3971==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
3972==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
3973==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
3974==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
3975==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
3976==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
3977==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
3978==17447==
3979{
3980 <insert_a_suppression_name_here>
3981 Memcheck:Value8
3982 fun:__printf_fp_l
3983 fun:vfprintf
3984 fun:vsnprintf
3985 fun:av_strlcatf
3986 fun:uninit
3987 fun:avfilter_free
3988 fun:avfilter_graph_free
3989 fun:ffmpeg_cleanup
3990 fun:exit_program
3991 fun:main
3992}
3993==17447== Use of uninitialised value of size 8
3994==17447== at 0x7988FA1: __printf_fp_l (printf_fp.c:647)
3995==17447== by 0x79860B8: vfprintf (vfprintf.c:1631)
3996==17447== by 0x79ADA48: vsnprintf (vsnprintf.c:114)
3997==17447== by 0x1655F6D: av_strlcatf (avstring.c:107)
3998==17447== by 0x5D7599: uninit (vf_ssim.c:460)
3999==17447== by 0x45EC0E: avfilter_free (avfilter.c:800)
4000==17447== by 0x46127E: avfilter_graph_free (avfiltergraph.c:123)
4001==17447== by 0x4222ED: ffmpeg_cleanup (ffmpeg.c:477)
4002==17447== by 0x40819B: exit_program (cmdutils.c:138)
4003==17447== by 0x4338FA: main (in /home/tobias/Projects/ffmpeg-git-master/build-linux/ffmpeg-dbg_g)
4004==17447== Uninitialised value was created by a heap allocation
4005==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
4006==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
4007==17447== by 0x166C7F7: av_malloc (mem.c:87)
4008==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
4009==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
4010==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
4011==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
4012==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
4013==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
4014==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
4015==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
4016==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
4017==17447==
4018{
4019 <insert_a_suppression_name_here>
4020 Memcheck:Value8
4021 fun:__printf_fp_l
4022 fun:vfprintf
4023 fun:vsnprintf
4024 fun:av_strlcatf
4025 fun:uninit
4026 fun:avfilter_free
4027 fun:avfilter_graph_free
4028 fun:ffmpeg_cleanup
4029 fun:exit_program
4030 fun:main
4031}
4032==17447== Conditional jump or move depends on uninitialised value(s)
4033==17447== at 0x7988FD0: __printf_fp_l (printf_fp.c:658)
4034==17447== by 0x79860B8: vfprintf (vfprintf.c:1631)
4035==17447== by 0x79ADA48: vsnprintf (vsnprintf.c:114)
4036==17447== by 0x1655F6D: av_strlcatf (avstring.c:107)
4037==17447== by 0x5D7599: uninit (vf_ssim.c:460)
4038==17447== by 0x45EC0E: avfilter_free (avfilter.c:800)
4039==17447== by 0x46127E: avfilter_graph_free (avfiltergraph.c:123)
4040==17447== by 0x4222ED: ffmpeg_cleanup (ffmpeg.c:477)
4041==17447== by 0x40819B: exit_program (cmdutils.c:138)
4042==17447== by 0x4338FA: main (in /home/tobias/Projects/ffmpeg-git-master/build-linux/ffmpeg-dbg_g)
4043==17447== Uninitialised value was created by a heap allocation
4044==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
4045==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
4046==17447== by 0x166C7F7: av_malloc (mem.c:87)
4047==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
4048==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
4049==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
4050==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
4051==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
4052==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
4053==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
4054==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
4055==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
4056==17447==
4057{
4058 <insert_a_suppression_name_here>
4059 Memcheck:Cond
4060 fun:__printf_fp_l
4061 fun:vfprintf
4062 fun:vsnprintf
4063 fun:av_strlcatf
4064 fun:uninit
4065 fun:avfilter_free
4066 fun:avfilter_graph_free
4067 fun:ffmpeg_cleanup
4068 fun:exit_program
4069 fun:main
4070}
4071==17447== Conditional jump or move depends on uninitialised value(s)
4072==17447== at 0x798913C: __printf_fp_l (printf_fp.c:770)
4073==17447== by 0x79860B8: vfprintf (vfprintf.c:1631)
4074==17447== by 0x79ADA48: vsnprintf (vsnprintf.c:114)
4075==17447== by 0x1655F6D: av_strlcatf (avstring.c:107)
4076==17447== by 0x5D7599: uninit (vf_ssim.c:460)
4077==17447== by 0x45EC0E: avfilter_free (avfilter.c:800)
4078==17447== by 0x46127E: avfilter_graph_free (avfiltergraph.c:123)
4079==17447== by 0x4222ED: ffmpeg_cleanup (ffmpeg.c:477)
4080==17447== by 0x40819B: exit_program (cmdutils.c:138)
4081==17447== by 0x4338FA: main (in /home/tobias/Projects/ffmpeg-git-master/build-linux/ffmpeg-dbg_g)
4082==17447== Uninitialised value was created by a heap allocation
4083==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
4084==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
4085==17447== by 0x166C7F7: av_malloc (mem.c:87)
4086==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
4087==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
4088==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
4089==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
4090==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
4091==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
4092==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
4093==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
4094==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
4095==17447==
4096{
4097 <insert_a_suppression_name_here>
4098 Memcheck:Cond
4099 fun:__printf_fp_l
4100 fun:vfprintf
4101 fun:vsnprintf
4102 fun:av_strlcatf
4103 fun:uninit
4104 fun:avfilter_free
4105 fun:avfilter_graph_free
4106 fun:ffmpeg_cleanup
4107 fun:exit_program
4108 fun:main
4109}
4110==17447== Conditional jump or move depends on uninitialised value(s)
4111==17447== at 0x79894BA: __printf_fp_l (printf_fp.c:772)
4112==17447== by 0x79860B8: vfprintf (vfprintf.c:1631)
4113==17447== by 0x79ADA48: vsnprintf (vsnprintf.c:114)
4114==17447== by 0x1655F6D: av_strlcatf (avstring.c:107)
4115==17447== by 0x5D7599: uninit (vf_ssim.c:460)
4116==17447== by 0x45EC0E: avfilter_free (avfilter.c:800)
4117==17447== by 0x46127E: avfilter_graph_free (avfiltergraph.c:123)
4118==17447== by 0x4222ED: ffmpeg_cleanup (ffmpeg.c:477)
4119==17447== by 0x40819B: exit_program (cmdutils.c:138)
4120==17447== by 0x4338FA: main (in /home/tobias/Projects/ffmpeg-git-master/build-linux/ffmpeg-dbg_g)
4121==17447== Uninitialised value was created by a heap allocation
4122==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
4123==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
4124==17447== by 0x166C7F7: av_malloc (mem.c:87)
4125==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
4126==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
4127==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
4128==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
4129==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
4130==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
4131==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
4132==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
4133==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
4134==17447==
4135{
4136 <insert_a_suppression_name_here>
4137 Memcheck:Cond
4138 fun:__printf_fp_l
4139 fun:vfprintf
4140 fun:vsnprintf
4141 fun:av_strlcatf
4142 fun:uninit
4143 fun:avfilter_free
4144 fun:avfilter_graph_free
4145 fun:ffmpeg_cleanup
4146 fun:exit_program
4147 fun:main
4148}
4149==17447== Use of uninitialised value of size 8
4150==17447== at 0x79894E9: __printf_fp_l (printf_fp.c:780)
4151==17447== by 0x79860B8: vfprintf (vfprintf.c:1631)
4152==17447== by 0x79ADA48: vsnprintf (vsnprintf.c:114)
4153==17447== by 0x1655F6D: av_strlcatf (avstring.c:107)
4154==17447== by 0x5D7599: uninit (vf_ssim.c:460)
4155==17447== by 0x45EC0E: avfilter_free (avfilter.c:800)
4156==17447== by 0x46127E: avfilter_graph_free (avfiltergraph.c:123)
4157==17447== by 0x4222ED: ffmpeg_cleanup (ffmpeg.c:477)
4158==17447== by 0x40819B: exit_program (cmdutils.c:138)
4159==17447== by 0x4338FA: main (in /home/tobias/Projects/ffmpeg-git-master/build-linux/ffmpeg-dbg_g)
4160==17447== Uninitialised value was created by a heap allocation
4161==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
4162==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
4163==17447== by 0x166C7F7: av_malloc (mem.c:87)
4164==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
4165==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
4166==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
4167==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
4168==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
4169==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
4170==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
4171==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
4172==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
4173==17447==
4174{
4175 <insert_a_suppression_name_here>
4176 Memcheck:Value8
4177 fun:__printf_fp_l
4178 fun:vfprintf
4179 fun:vsnprintf
4180 fun:av_strlcatf
4181 fun:uninit
4182 fun:avfilter_free
4183 fun:avfilter_graph_free
4184 fun:ffmpeg_cleanup
4185 fun:exit_program
4186 fun:main
4187}
4188==17447== Conditional jump or move depends on uninitialised value(s)
4189==17447== at 0x79894F8: __printf_fp_l (printf_fp.c:781)
4190==17447== by 0x79860B8: vfprintf (vfprintf.c:1631)
4191==17447== by 0x79ADA48: vsnprintf (vsnprintf.c:114)
4192==17447== by 0x1655F6D: av_strlcatf (avstring.c:107)
4193==17447== by 0x5D7599: uninit (vf_ssim.c:460)
4194==17447== by 0x45EC0E: avfilter_free (avfilter.c:800)
4195==17447== by 0x46127E: avfilter_graph_free (avfiltergraph.c:123)
4196==17447== by 0x4222ED: ffmpeg_cleanup (ffmpeg.c:477)
4197==17447== by 0x40819B: exit_program (cmdutils.c:138)
4198==17447== by 0x4338FA: main (in /home/tobias/Projects/ffmpeg-git-master/build-linux/ffmpeg-dbg_g)
4199==17447== Uninitialised value was created by a heap allocation
4200==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
4201==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
4202==17447== by 0x166C7F7: av_malloc (mem.c:87)
4203==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
4204==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
4205==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
4206==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
4207==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
4208==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
4209==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
4210==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
4211==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
4212==17447==
4213{
4214 <insert_a_suppression_name_here>
4215 Memcheck:Cond
4216 fun:__printf_fp_l
4217 fun:vfprintf
4218 fun:vsnprintf
4219 fun:av_strlcatf
4220 fun:uninit
4221 fun:avfilter_free
4222 fun:avfilter_graph_free
4223 fun:ffmpeg_cleanup
4224 fun:exit_program
4225 fun:main
4226}
4227==17447==
4228==17447== More than 100 errors detected. Subsequent errors
4229==17447== will still be recorded, but in less detail than before.
4230==17447== Conditional jump or move depends on uninitialised value(s)
4231==17447== at 0x4C30F78: strlen (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
4232==17447== by 0x1655EEC: av_strlcatf (avstring.c:103)
4233==17447== by 0x5D7599: uninit (vf_ssim.c:460)
4234==17447== by 0x45EC0E: avfilter_free (avfilter.c:800)
4235==17447== by 0x46127E: avfilter_graph_free (avfiltergraph.c:123)
4236==17447== by 0x4222ED: ffmpeg_cleanup (ffmpeg.c:477)
4237==17447== by 0x40819B: exit_program (cmdutils.c:138)
4238==17447== by 0x4338FA: main (in /home/tobias/Projects/ffmpeg-git-master/build-linux/ffmpeg-dbg_g)
4239==17447== Uninitialised value was created by a heap allocation
4240==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
4241==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
4242==17447== by 0x166C7F7: av_malloc (mem.c:87)
4243==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
4244==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
4245==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
4246==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
4247==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
4248==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
4249==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
4250==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
4251==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
4252==17447==
4253{
4254 <insert_a_suppression_name_here>
4255 Memcheck:Cond
4256 fun:strlen
4257 fun:av_strlcatf
4258 fun:uninit
4259 fun:avfilter_free
4260 fun:avfilter_graph_free
4261 fun:ffmpeg_cleanup
4262 fun:exit_program
4263 fun:main
4264}
4265==17447== Conditional jump or move depends on uninitialised value(s)
4266==17447== at 0x7207A1A: __ieee754_log_sse2 (e_log.c:101)
4267==17447== by 0x72087EB: __log10_finite (e_log10.c:83)
4268==17447== by 0x5D699C: ssim_db (vf_ssim.c:280)
4269==17447== by 0x5D7616: uninit (vf_ssim.c:463)
4270==17447== by 0x45EC0E: avfilter_free (avfilter.c:800)
4271==17447== by 0x46127E: avfilter_graph_free (avfiltergraph.c:123)
4272==17447== by 0x4222ED: ffmpeg_cleanup (ffmpeg.c:477)
4273==17447== by 0x40819B: exit_program (cmdutils.c:138)
4274==17447== by 0x4338FA: main (in /home/tobias/Projects/ffmpeg-git-master/build-linux/ffmpeg-dbg_g)
4275==17447== Uninitialised value was created by a heap allocation
4276==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
4277==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
4278==17447== by 0x166C7F7: av_malloc (mem.c:87)
4279==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
4280==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
4281==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
4282==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
4283==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
4284==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
4285==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
4286==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
4287==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
4288==17447==
4289{
4290 <insert_a_suppression_name_here>
4291 Memcheck:Cond
4292 fun:__ieee754_log_sse2
4293 fun:__log10_finite
4294 fun:ssim_db
4295 fun:uninit
4296 fun:avfilter_free
4297 fun:avfilter_graph_free
4298 fun:ffmpeg_cleanup
4299 fun:exit_program
4300 fun:main
4301}
4302==17447== Conditional jump or move depends on uninitialised value(s)
4303==17447== at 0x7207A21: __ieee754_log_sse2 (e_log.c:101)
4304==17447== by 0x72087EB: __log10_finite (e_log10.c:83)
4305==17447== by 0x5D699C: ssim_db (vf_ssim.c:280)
4306==17447== by 0x5D7616: uninit (vf_ssim.c:463)
4307==17447== by 0x45EC0E: avfilter_free (avfilter.c:800)
4308==17447== by 0x46127E: avfilter_graph_free (avfiltergraph.c:123)
4309==17447== by 0x4222ED: ffmpeg_cleanup (ffmpeg.c:477)
4310==17447== by 0x40819B: exit_program (cmdutils.c:138)
4311==17447== by 0x4338FA: main (in /home/tobias/Projects/ffmpeg-git-master/build-linux/ffmpeg-dbg_g)
4312==17447== Uninitialised value was created by a heap allocation
4313==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
4314==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
4315==17447== by 0x166C7F7: av_malloc (mem.c:87)
4316==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
4317==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
4318==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
4319==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
4320==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
4321==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
4322==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
4323==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
4324==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
4325==17447==
4326{
4327 <insert_a_suppression_name_here>
4328 Memcheck:Cond
4329 fun:__ieee754_log_sse2
4330 fun:__log10_finite
4331 fun:ssim_db
4332 fun:uninit
4333 fun:avfilter_free
4334 fun:avfilter_graph_free
4335 fun:ffmpeg_cleanup
4336 fun:exit_program
4337 fun:main
4338}
4339==17447== Conditional jump or move depends on uninitialised value(s)
4340==17447== at 0x7207AC9: __ieee754_log_sse2 (e_log.c:108)
4341==17447== by 0x72087EB: __log10_finite (e_log10.c:83)
4342==17447== by 0x5D699C: ssim_db (vf_ssim.c:280)
4343==17447== by 0x5D7616: uninit (vf_ssim.c:463)
4344==17447== by 0x45EC0E: avfilter_free (avfilter.c:800)
4345==17447== by 0x46127E: avfilter_graph_free (avfiltergraph.c:123)
4346==17447== by 0x4222ED: ffmpeg_cleanup (ffmpeg.c:477)
4347==17447== by 0x40819B: exit_program (cmdutils.c:138)
4348==17447== by 0x4338FA: main (in /home/tobias/Projects/ffmpeg-git-master/build-linux/ffmpeg-dbg_g)
4349==17447== Uninitialised value was created by a heap allocation
4350==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
4351==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
4352==17447== by 0x166C7F7: av_malloc (mem.c:87)
4353==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
4354==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
4355==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
4356==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
4357==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
4358==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
4359==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
4360==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
4361==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
4362==17447==
4363{
4364 <insert_a_suppression_name_here>
4365 Memcheck:Cond
4366 fun:__ieee754_log_sse2
4367 fun:__log10_finite
4368 fun:ssim_db
4369 fun:uninit
4370 fun:avfilter_free
4371 fun:avfilter_graph_free
4372 fun:ffmpeg_cleanup
4373 fun:exit_program
4374 fun:main
4375}
4376==17447== Conditional jump or move depends on uninitialised value(s)
4377==17447== at 0x7207B85: __ieee754_log_sse2 (e_log.c:122)
4378==17447== by 0x72087EB: __log10_finite (e_log10.c:83)
4379==17447== by 0x5D699C: ssim_db (vf_ssim.c:280)
4380==17447== by 0x5D7616: uninit (vf_ssim.c:463)
4381==17447== by 0x45EC0E: avfilter_free (avfilter.c:800)
4382==17447== by 0x46127E: avfilter_graph_free (avfiltergraph.c:123)
4383==17447== by 0x4222ED: ffmpeg_cleanup (ffmpeg.c:477)
4384==17447== by 0x40819B: exit_program (cmdutils.c:138)
4385==17447== by 0x4338FA: main (in /home/tobias/Projects/ffmpeg-git-master/build-linux/ffmpeg-dbg_g)
4386==17447== Uninitialised value was created by a heap allocation
4387==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
4388==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
4389==17447== by 0x166C7F7: av_malloc (mem.c:87)
4390==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
4391==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
4392==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
4393==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
4394==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
4395==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
4396==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
4397==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
4398==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
4399==17447==
4400{
4401 <insert_a_suppression_name_here>
4402 Memcheck:Cond
4403 fun:__ieee754_log_sse2
4404 fun:__log10_finite
4405 fun:ssim_db
4406 fun:uninit
4407 fun:avfilter_free
4408 fun:avfilter_graph_free
4409 fun:ffmpeg_cleanup
4410 fun:exit_program
4411 fun:main
4412}
4413==17447== Conditional jump or move depends on uninitialised value(s)
4414==17447== at 0x7207B87: __ieee754_log_sse2 (e_log.c:122)
4415==17447== by 0x72087EB: __log10_finite (e_log10.c:83)
4416==17447== by 0x5D699C: ssim_db (vf_ssim.c:280)
4417==17447== by 0x5D7616: uninit (vf_ssim.c:463)
4418==17447== by 0x45EC0E: avfilter_free (avfilter.c:800)
4419==17447== by 0x46127E: avfilter_graph_free (avfiltergraph.c:123)
4420==17447== by 0x4222ED: ffmpeg_cleanup (ffmpeg.c:477)
4421==17447== by 0x40819B: exit_program (cmdutils.c:138)
4422==17447== by 0x4338FA: main (in /home/tobias/Projects/ffmpeg-git-master/build-linux/ffmpeg-dbg_g)
4423==17447== Uninitialised value was created by a heap allocation
4424==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
4425==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
4426==17447== by 0x166C7F7: av_malloc (mem.c:87)
4427==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
4428==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
4429==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
4430==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
4431==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
4432==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
4433==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
4434==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
4435==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
4436==17447==
4437{
4438 <insert_a_suppression_name_here>
4439 Memcheck:Cond
4440 fun:__ieee754_log_sse2
4441 fun:__log10_finite
4442 fun:ssim_db
4443 fun:uninit
4444 fun:avfilter_free
4445 fun:avfilter_graph_free
4446 fun:ffmpeg_cleanup
4447 fun:exit_program
4448 fun:main
4449}
4450==17447== Conditional jump or move depends on uninitialised value(s)
4451==17447== at 0x4C31068: strcpy (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
4452==17447== by 0x1669ACC: av_log_default_callback (log.c:343)
4453==17447== by 0x1669E22: av_vlog (log.c:383)
4454==17447== by 0x1669DCA: av_log (log.c:375)
4455==17447== by 0x5D7694: uninit (vf_ssim.c:463)
4456==17447== by 0x45EC0E: avfilter_free (avfilter.c:800)
4457==17447== by 0x46127E: avfilter_graph_free (avfiltergraph.c:123)
4458==17447== by 0x4222ED: ffmpeg_cleanup (ffmpeg.c:477)
4459==17447== by 0x40819B: exit_program (cmdutils.c:138)
4460==17447== by 0x4338FA: main (in /home/tobias/Projects/ffmpeg-git-master/build-linux/ffmpeg-dbg_g)
4461==17447== Uninitialised value was created by a heap allocation
4462==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
4463==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
4464==17447== by 0x166C7F7: av_malloc (mem.c:87)
4465==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
4466==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
4467==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
4468==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
4469==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
4470==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
4471==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
4472==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
4473==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
4474==17447==
4475{
4476 <insert_a_suppression_name_here>
4477 Memcheck:Cond
4478 fun:strcpy
4479 fun:av_log_default_callback
4480 fun:av_vlog
4481 fun:av_log
4482 fun:uninit
4483 fun:avfilter_free
4484 fun:avfilter_graph_free
4485 fun:ffmpeg_cleanup
4486 fun:exit_program
4487 fun:main
4488}
4489[Parsed_ssim_3 @ 0xc77d9e0] ==17447== Conditional jump or move depends on uninitialised value(s)
4490==17447== at 0x166938C: sanitize (log.c:204)
4491==17447== by 0x1669BBD: av_log_default_callback (log.c:350)
4492==17447== by 0x1669E22: av_vlog (log.c:383)
4493==17447== by 0x1669DCA: av_log (log.c:375)
4494==17447== by 0x5D7694: uninit (vf_ssim.c:463)
4495==17447== by 0x45EC0E: avfilter_free (avfilter.c:800)
4496==17447== by 0x46127E: avfilter_graph_free (avfiltergraph.c:123)
4497==17447== by 0x4222ED: ffmpeg_cleanup (ffmpeg.c:477)
4498==17447== by 0x40819B: exit_program (cmdutils.c:138)
4499==17447== by 0x4338FA: main (in /home/tobias/Projects/ffmpeg-git-master/build-linux/ffmpeg-dbg_g)
4500==17447== Uninitialised value was created by a heap allocation
4501==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
4502==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
4503==17447== by 0x166C7F7: av_malloc (mem.c:87)
4504==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
4505==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
4506==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
4507==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
4508==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
4509==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
4510==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
4511==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
4512==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
4513==17447==
4514{
4515 <insert_a_suppression_name_here>
4516 Memcheck:Cond
4517 fun:sanitize
4518 fun:av_log_default_callback
4519 fun:av_vlog
4520 fun:av_log
4521 fun:uninit
4522 fun:avfilter_free
4523 fun:avfilter_graph_free
4524 fun:ffmpeg_cleanup
4525 fun:exit_program
4526 fun:main
4527}
4528==17447== Conditional jump or move depends on uninitialised value(s)
4529==17447== at 0x166935F: sanitize (log.c:205)
4530==17447== by 0x1669BBD: av_log_default_callback (log.c:350)
4531==17447== by 0x1669E22: av_vlog (log.c:383)
4532==17447== by 0x1669DCA: av_log (log.c:375)
4533==17447== by 0x5D7694: uninit (vf_ssim.c:463)
4534==17447== by 0x45EC0E: avfilter_free (avfilter.c:800)
4535==17447== by 0x46127E: avfilter_graph_free (avfiltergraph.c:123)
4536==17447== by 0x4222ED: ffmpeg_cleanup (ffmpeg.c:477)
4537==17447== by 0x40819B: exit_program (cmdutils.c:138)
4538==17447== by 0x4338FA: main (in /home/tobias/Projects/ffmpeg-git-master/build-linux/ffmpeg-dbg_g)
4539==17447== Uninitialised value was created by a heap allocation
4540==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
4541==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
4542==17447== by 0x166C7F7: av_malloc (mem.c:87)
4543==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
4544==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
4545==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
4546==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
4547==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
4548==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
4549==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
4550==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
4551==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
4552==17447==
4553{
4554 <insert_a_suppression_name_here>
4555 Memcheck:Cond
4556 fun:sanitize
4557 fun:av_log_default_callback
4558 fun:av_vlog
4559 fun:av_log
4560 fun:uninit
4561 fun:avfilter_free
4562 fun:avfilter_graph_free
4563 fun:ffmpeg_cleanup
4564 fun:exit_program
4565 fun:main
4566}
4567==17447== Conditional jump or move depends on uninitialised value(s)
4568==17447== at 0x166936A: sanitize (log.c:205)
4569==17447== by 0x1669BBD: av_log_default_callback (log.c:350)
4570==17447== by 0x1669E22: av_vlog (log.c:383)
4571==17447== by 0x1669DCA: av_log (log.c:375)
4572==17447== by 0x5D7694: uninit (vf_ssim.c:463)
4573==17447== by 0x45EC0E: avfilter_free (avfilter.c:800)
4574==17447== by 0x46127E: avfilter_graph_free (avfiltergraph.c:123)
4575==17447== by 0x4222ED: ffmpeg_cleanup (ffmpeg.c:477)
4576==17447== by 0x40819B: exit_program (cmdutils.c:138)
4577==17447== by 0x4338FA: main (in /home/tobias/Projects/ffmpeg-git-master/build-linux/ffmpeg-dbg_g)
4578==17447== Uninitialised value was created by a heap allocation
4579==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
4580==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
4581==17447== by 0x166C7F7: av_malloc (mem.c:87)
4582==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
4583==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
4584==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
4585==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
4586==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
4587==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
4588==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
4589==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
4590==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
4591==17447==
4592{
4593 <insert_a_suppression_name_here>
4594 Memcheck:Cond
4595 fun:sanitize
4596 fun:av_log_default_callback
4597 fun:av_vlog
4598 fun:av_log
4599 fun:uninit
4600 fun:avfilter_free
4601 fun:avfilter_graph_free
4602 fun:ffmpeg_cleanup
4603 fun:exit_program
4604 fun:main
4605}
4606==17447== Conditional jump or move depends on uninitialised value(s)
4607==17447== at 0x1669375: sanitize (log.c:205)
4608==17447== by 0x1669BBD: av_log_default_callback (log.c:350)
4609==17447== by 0x1669E22: av_vlog (log.c:383)
4610==17447== by 0x1669DCA: av_log (log.c:375)
4611==17447== by 0x5D7694: uninit (vf_ssim.c:463)
4612==17447== by 0x45EC0E: avfilter_free (avfilter.c:800)
4613==17447== by 0x46127E: avfilter_graph_free (avfiltergraph.c:123)
4614==17447== by 0x4222ED: ffmpeg_cleanup (ffmpeg.c:477)
4615==17447== by 0x40819B: exit_program (cmdutils.c:138)
4616==17447== by 0x4338FA: main (in /home/tobias/Projects/ffmpeg-git-master/build-linux/ffmpeg-dbg_g)
4617==17447== Uninitialised value was created by a heap allocation
4618==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
4619==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
4620==17447== by 0x166C7F7: av_malloc (mem.c:87)
4621==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
4622==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
4623==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
4624==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
4625==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
4626==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
4627==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
4628==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
4629==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
4630==17447==
4631{
4632 <insert_a_suppression_name_here>
4633 Memcheck:Cond
4634 fun:sanitize
4635 fun:av_log_default_callback
4636 fun:av_vlog
4637 fun:av_log
4638 fun:uninit
4639 fun:avfilter_free
4640 fun:avfilter_graph_free
4641 fun:ffmpeg_cleanup
4642 fun:exit_program
4643 fun:main
4644}
4645==17447== Conditional jump or move depends on uninitialised value(s)
4646==17447== at 0x4C30F78: strlen (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
4647==17447== by 0x79A503E: fputs (iofputs.c:33)
4648==17447== by 0x166931E: colored_fputs (log.c:188)
4649==17447== by 0x1669C40: av_log_default_callback (log.c:351)
4650==17447== by 0x1669E22: av_vlog (log.c:383)
4651==17447== by 0x1669DCA: av_log (log.c:375)
4652==17447== by 0x5D7694: uninit (vf_ssim.c:463)
4653==17447== by 0x45EC0E: avfilter_free (avfilter.c:800)
4654==17447== by 0x46127E: avfilter_graph_free (avfiltergraph.c:123)
4655==17447== by 0x4222ED: ffmpeg_cleanup (ffmpeg.c:477)
4656==17447== by 0x40819B: exit_program (cmdutils.c:138)
4657==17447== by 0x4338FA: main (in /home/tobias/Projects/ffmpeg-git-master/build-linux/ffmpeg-dbg_g)
4658==17447== Uninitialised value was created by a heap allocation
4659==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
4660==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
4661==17447== by 0x166C7F7: av_malloc (mem.c:87)
4662==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
4663==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
4664==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
4665==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
4666==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
4667==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
4668==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
4669==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
4670==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
4671==17447==
4672{
4673 <insert_a_suppression_name_here>
4674 Memcheck:Cond
4675 fun:strlen
4676 fun:fputs
4677 fun:colored_fputs
4678 fun:av_log_default_callback
4679 fun:av_vlog
4680 fun:av_log
4681 fun:uninit
4682 fun:avfilter_free
4683 fun:avfilter_graph_free
4684 fun:ffmpeg_cleanup
4685 fun:exit_program
4686 fun:main
4687}
4688==17447== Syscall param write(buf) points to uninitialised byte(s)
4689==17447== at 0x7A2E2AD: ??? (syscall-template.S:84)
4690==17447== by 0x79AFBFE: _IO_file_write@@GLIBC_2.2.5 (fileops.c:1263)
4691==17447== by 0x79B0389: new_do_write (fileops.c:518)
4692==17447== by 0x79B0389: _IO_file_xsputn@@GLIBC_2.2.5 (fileops.c:1342)
4693==17447== by 0x79A50C7: fputs (iofputs.c:38)
4694==17447== by 0x166931E: colored_fputs (log.c:188)
4695==17447== by 0x1669C40: av_log_default_callback (log.c:351)
4696==17447== by 0x1669E22: av_vlog (log.c:383)
4697==17447== by 0x1669DCA: av_log (log.c:375)
4698==17447== by 0x5D7694: uninit (vf_ssim.c:463)
4699==17447== by 0x45EC0E: avfilter_free (avfilter.c:800)
4700==17447== by 0x46127E: avfilter_graph_free (avfiltergraph.c:123)
4701==17447== by 0x4222ED: ffmpeg_cleanup (ffmpeg.c:477)
4702==17447== Address 0xffeffefdd is on thread 1's stack
4703==17447== in frame #5, created by av_log_default_callback (log.c:303)
4704==17447== Uninitialised value was created by a heap allocation
4705==17447== at 0x4C2FFC6: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
4706==17447== by 0x4C300D1: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
4707==17447== by 0x166C7F7: av_malloc (mem.c:87)
4708==17447== by 0x5D5C92: av_malloc_array (mem.h:213)
4709==17447== by 0x5D7240: config_input_ref (vf_ssim.c:405)
4710==17447== by 0x45DBCC: avfilter_config_links (avfilter.c:367)
4711==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
4712==17447== by 0x45D87A: avfilter_config_links (avfilter.c:305)
4713==17447== by 0x46188B: graph_config_links (avfiltergraph.c:275)
4714==17447== by 0x464A90: avfilter_graph_config (avfiltergraph.c:1274)
4715==17447== by 0x420442: configure_filtergraph (ffmpeg_filter.c:1099)
4716==17447== by 0x429E2E: ifilter_send_frame (ffmpeg.c:2209)
4717==17447==
4718{
4719 <insert_a_suppression_name_here>
4720 Memcheck:Param
4721 write(buf)
4722 obj:/lib/x86_64-linux-gnu/libc-2.23.so
4723 fun:_IO_file_write@@GLIBC_2.2.5
4724 fun:new_do_write
4725 fun:_IO_file_xsputn@@GLIBC_2.2.5
4726 fun:fputs
4727 fun:colored_fputs
4728 fun:av_log_default_callback
4729 fun:av_vlog
4730 fun:av_log
4731 fun:uninit
4732 fun:avfilter_free
4733 fun:avfilter_graph_free
4734 fun:ffmpeg_cleanup
4735}
4736SSIM Y:0.781047 (6.596489) U:0.774922 (6.476660) V:0.678467 (4.927744) All:0.753871 (6.088364)
4737==17447== at 0x16690F0: VALGRIND_PRINTF_BACKTRACE (valgrind.h:6816)
4738==17447== by 0x1669C5D: av_log_default_callback (log.c:355)
4739==17447== by 0x1669E22: av_vlog (log.c:383)
4740==17447== by 0x1669DCA: av_log (log.c:375)
4741==17447== by 0x421F41: term_exit (ffmpeg.c:317)
4742==17447== by 0x422C9D: ffmpeg_cleanup (ffmpeg.c:618)
4743==17447== by 0x40819B: exit_program (cmdutils.c:138)
4744==17447== by 0x4338FA: main (in /home/tobias/Projects/ffmpeg-git-master/build-linux/ffmpeg-dbg_g)
4745==17447==
4746==17447== HEAP SUMMARY:
4747==17447== in use at exit: 40 bytes in 1 blocks
4748==17447== total heap usage: 3,980 allocs, 3,979 frees, 3,317,624 bytes allocated
4749==17447==
4750==17447== LEAK SUMMARY:
4751==17447== definitely lost: 0 bytes in 0 blocks
4752==17447== indirectly lost: 0 bytes in 0 blocks
4753==17447== possibly lost: 0 bytes in 0 blocks
4754==17447== still reachable: 40 bytes in 1 blocks
4755==17447== suppressed: 0 bytes in 0 blocks
4756==17447== Reachable blocks (those to which a pointer was found) are not shown.
4757==17447== To see them, rerun with: --leak-check=full --show-leak-kinds=all
4758==17447==
4759==17447== For counts of detected and suppressed errors, rerun with: -v
4760==17447== ERROR SUMMARY: 1472 errors from 113 contexts (suppressed: 0 from 0)