lucianodato / noise-repellent

Lv2 suite of plugins for broadband noise reduction
GNU Lesser General Public License v3.0
455 stars 38 forks source link

0.2.0 invalid reads/write and errors in .ttl files #93

Closed richardpl closed 2 years ago

richardpl commented 2 years ago

When using 0.2.0 version via FFmpeg and lv2 audio filter, stereo adaptive variant is not functioning properly, looks like only one channel is processed while other one have strange output. Also under valgrind it reports invalid writes and reads and also crashes on uninit, both mono and stereo adaptive variants.

lucianodato commented 2 years ago

Looking into it.

Ok I think I found all the issues. Fixing

lucianodato commented 2 years ago

I think I've managed to fix everything but there are some memory leaks that valgrind still reports but I'm not sure if they are coming from the plugin itself. I'm using lv2bench to test the plugin with valgrind. It could be related to lv2bench

lucianodato commented 2 years ago

Should be fixed in v0.2.1 . Let me know otherwise!

richardpl commented 2 years ago

The stereo adaptive now works, but overreads still happens:

[computer@archlinux ffmpeg]$ valgrind --leak-check=full ffmpeg -i noises/bestmysterystories2_12_hawthorne_64kb.mp3 -af "lv2=https\\://github.com/lucianodato/noise-repellent#adaptive:c=reduction=40" -f null - ==85477== Memcheck, a memory error detector ==85477== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==85477== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info ==85477== Command: ffmpeg -i noises/bestmysterystories2_12_hawthorne_64kb.mp3 -af lv2=https\\://github.com/lucianodato/noise-repellent#adaptive:c=reduction=40 -f null - ==85477== ffmpeg version N-106677-g977daba6af Copyright (c) 2000-2022 the FFmpeg developers built with clang version 13.0.1 configuration: --cc='ccache clang' --as='ccache clang' --disable-indevs --disable-outdevs --disable-autodetect --enable-sdl2 --enable-gpl --enable-libpulse --enable-indev=lavfi --enable-indev=alsa --enable-indev=pulse --enable-outdev=pulse --enable-nonfree --enable-zlib --enable-openssl --enable-outdev=alsa --disable-static --enable-shared --enable-ladspa --enable-lv2 --enable-opencl --enable-version3 --enable-libdav1d --enable-libmp3lame --enable-libmysofa --enable-libx264 --enable-fontconfig --enable-libfreetype --enable-libass --enable-libzimg --disable-stripping --disable-htmlpages --enable-libfdk-aac --samples=../fate-suite libavutil 57. 24.101 / 57. 24.101 libavcodec 59. 27.100 / 59. 27.100 libavformat 59. 23.100 / 59. 23.100 libavdevice 59. 6.100 / 59. 6.100 libavfilter 8. 36.100 / 8. 36.100 libswscale 6. 6.100 / 6. 6.100 libswresample 4. 6.100 / 4. 6.100 libpostproc 56. 5.100 / 56. 5.100 Input #0, mp3, from 'noises/bestmysterystories2_12_hawthorne_64kb.mp3': Metadata: encoder : LAME 64bits version 3.98 (http://www.mp3dev.org/) artist : Julian Hawthorne, ed title : 12 - The Baron's Quarry, part 2, by Egerton Castle album : Library of the World's Best Mystery and Detective Stories, vol 2 comment : http://www.archive.org/details/worlds_best_mystery_2_librivox TLEN : 0 Duration: 00:21:22.14, start: 0.050113, bitrate: 64 kb/s Stream #0:0: Audio: mp3, 22050 Hz, mono, fltp, 64 kb/s Metadata: encoder : LAME3.98 Side data: replaygain: track gain - 0.300000, track peak - unknown, album gain - unknown, album peak - unknown, Stream mapping: Stream #0:0 -> #0:0 (mp3 (mp3float) -> pcm_s16le (native)) Press [q] to stop, [?] for help Output #0, null, to 'pipe:': Metadata: TLEN : 0 artist : Julian Hawthorne, ed title : 12 - The Baron's Quarry, part 2, by Egerton Castle album : Library of the World's Best Mystery and Detective Stories, vol 2 comment : http://www.archive.org/details/worlds_best_mystery_2_librivox encoder : Lavf59.23.100 Stream #0:0: Audio: pcm_s16le, 22050 Hz, 1 channels, s16, 352 kb/s Metadata: encoder : Lavc59.27.100 pcm_s16le Side data: replaygain: track gain - 0.300000, track peak - unknown, album gain - unknown, album peak - unknown, ==85477== Invalid read of size 4e=N/A speed=0.0195x ==85477== at 0x485FB7E: compute_critical_bands_spectrum (critical_bands.c:151) ==85477== by 0x485FF35: compute_masking_thresholds (masking_estimator.c:121) ==85477== by 0x485F647: masking_thresholds (noise_scaling_criterias.c:223) ==85477== by 0x485F253: apply_noise_scaling_criteria (noise_scaling_criterias.c:135) ==85477== by 0x485D311: spectral_adaptive_denoiser_run (adaptive_denoiser.c:174) ==85477== by 0x485CD06: stft_processor_run (stft_processor.c:107) ==85477== by 0x485C7A7: specbleach_adaptive_process (specbleach_adenoiser.c:91) ==85477== by 0x485C4AD: run (nrepellent-adaptive.c:243) ==85477== by 0x49ADE81: lilv_instance_run (lilv.h:1948) ==85477== by 0x49ADE81: filter_frame (af_lv2.c:220) ==85477== by 0x49F2A4F: ff_filter_frame_framed (avfilter.c:1012) ==85477== by 0x49F2A4F: ff_filter_frame_to_filter (avfilter.c:1156) ==85477== by 0x49F2A4F: ff_filter_activate_default (avfilter.c:1205) ==85477== by 0x49F2A4F: ff_filter_activate (avfilter.c:1364) ==85477== by 0x49F8A87: push_frame (buffersrc.c:169) ==85477== by 0x49F8A87: av_buffersrc_add_frame_flags (buffersrc.c:251) ==85477== by 0x139894: ifilter_send_frame (ffmpeg.c:2062) ==85477== by 0x139894: send_frame_to_filters (ffmpeg.c:2131) ==85477== Address 0xab80758 is 0 bytes after a block of size 888 alloc'd ==85477== at 0x484AA83: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==85477== by 0x485F105: noise_scaling_criterias_initialize (noise_scaling_criterias.c:100) ==85477== by 0x485D0AF: spectral_adaptive_denoiser_initialize (adaptive_denoiser.c:107) ==85477== by 0x485C69F: specbleach_adaptive_initialize (specbleach_adenoiser.c:57) ==85477== by 0x485C15A: instantiate (nrepellent-adaptive.c:144) ==85477== by 0x6AE9403: lilv_plugin_instantiate (in /usr/lib/liblilv-0.so.0.24.12) ==85477== by 0x49AD6B0: config_output (af_lv2.c:306) ==85477== by 0x49F12B3: avfilter_config_links (avfilter.c:333) ==85477== by 0x49F1299: avfilter_config_links (avfilter.c:322) ==85477== by 0x49F1299: avfilter_config_links (avfilter.c:322) ==85477== by 0x49F5872: graph_config_links (avfiltergraph.c:254) ==85477== by 0x49F5872: avfilter_graph_config (avfiltergraph.c:1174) ==85477== by 0x116D5C: configure_filtergraph (ffmpeg_filter.c:1090) ==85477== ==85477== Invalid read of size 4 ==85477== at 0x486038D: compute_tonality_factor (masking_estimator.c:188) ==85477== by 0x485FF7E: compute_masking_thresholds (masking_estimator.c:131) ==85477== by 0x485F647: masking_thresholds (noise_scaling_criterias.c:223) ==85477== by 0x485F253: apply_noise_scaling_criteria (noise_scaling_criterias.c:135) ==85477== by 0x485D311: spectral_adaptive_denoiser_run (adaptive_denoiser.c:174) ==85477== by 0x485CD06: stft_processor_run (stft_processor.c:107) ==85477== by 0x485C7A7: specbleach_adaptive_process (specbleach_adenoiser.c:91) ==85477== by 0x485C4AD: run (nrepellent-adaptive.c:243) ==85477== by 0x49ADE81: lilv_instance_run (lilv.h:1948) ==85477== by 0x49ADE81: filter_frame (af_lv2.c:220) ==85477== by 0x49F2A4F: ff_filter_frame_framed (avfilter.c:1012) ==85477== by 0x49F2A4F: ff_filter_frame_to_filter (avfilter.c:1156) ==85477== by 0x49F2A4F: ff_filter_activate_default (avfilter.c:1205) ==85477== by 0x49F2A4F: ff_filter_activate (avfilter.c:1364) ==85477== by 0x49F8A87: push_frame (buffersrc.c:169) ==85477== by 0x49F8A87: av_buffersrc_add_frame_flags (buffersrc.c:251) ==85477== by 0x139894: ifilter_send_frame (ffmpeg.c:2062) ==85477== by 0x139894: send_frame_to_filters (ffmpeg.c:2131) ==85477== Address 0xab80758 is 0 bytes after a block of size 888 alloc'd ==85477== at 0x484AA83: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==85477== by 0x485F105: noise_scaling_criterias_initialize (noise_scaling_criterias.c:100) ==85477== by 0x485D0AF: spectral_adaptive_denoiser_initialize (adaptive_denoiser.c:107) ==85477== by 0x485C69F: specbleach_adaptive_initialize (specbleach_adenoiser.c:57) ==85477== by 0x485C15A: instantiate (nrepellent-adaptive.c:144) ==85477== by 0x6AE9403: lilv_plugin_instantiate (in /usr/lib/liblilv-0.so.0.24.12) ==85477== by 0x49AD6B0: config_output (af_lv2.c:306) ==85477== by 0x49F12B3: avfilter_config_links (avfilter.c:333) ==85477== by 0x49F1299: avfilter_config_links (avfilter.c:322) ==85477== by 0x49F1299: avfilter_config_links (avfilter.c:322) ==85477== by 0x49F5872: graph_config_links (avfiltergraph.c:254) ==85477== by 0x49F5872: avfilter_graph_config (avfiltergraph.c:1174) ==85477== by 0x116D5C: configure_filtergraph (ffmpeg_filter.c:1090) ==85477== ==85477== Invalid read of size 4 ==85477== at 0x48603B1: compute_tonality_factor (masking_estimator.c:189) ==85477== by 0x485FF7E: compute_masking_thresholds (masking_estimator.c:131) ==85477== by 0x485F647: masking_thresholds (noise_scaling_criterias.c:223) ==85477== by 0x485F253: apply_noise_scaling_criteria (noise_scaling_criterias.c:135) ==85477== by 0x485D311: spectral_adaptive_denoiser_run (adaptive_denoiser.c:174) ==85477== by 0x485CD06: stft_processor_run (stft_processor.c:107) ==85477== by 0x485C7A7: specbleach_adaptive_process (specbleach_adenoiser.c:91) ==85477== by 0x485C4AD: run (nrepellent-adaptive.c:243) ==85477== by 0x49ADE81: lilv_instance_run (lilv.h:1948) ==85477== by 0x49ADE81: filter_frame (af_lv2.c:220) ==85477== by 0x49F2A4F: ff_filter_frame_framed (avfilter.c:1012) ==85477== by 0x49F2A4F: ff_filter_frame_to_filter (avfilter.c:1156) ==85477== by 0x49F2A4F: ff_filter_activate_default (avfilter.c:1205) ==85477== by 0x49F2A4F: ff_filter_activate (avfilter.c:1364) ==85477== by 0x49F8A87: push_frame (buffersrc.c:169) ==85477== by 0x49F8A87: av_buffersrc_add_frame_flags (buffersrc.c:251) ==85477== by 0x139894: ifilter_send_frame (ffmpeg.c:2062) ==85477== by 0x139894: send_frame_to_filters (ffmpeg.c:2131) ==85477== Address 0xab80758 is 0 bytes after a block of size 888 alloc'd ==85477== at 0x484AA83: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==85477== by 0x485F105: noise_scaling_criterias_initialize (noise_scaling_criterias.c:100) ==85477== by 0x485D0AF: spectral_adaptive_denoiser_initialize (adaptive_denoiser.c:107) ==85477== by 0x485C69F: specbleach_adaptive_initialize (specbleach_adenoiser.c:57) ==85477== by 0x485C15A: instantiate (nrepellent-adaptive.c:144) ==85477== by 0x6AE9403: lilv_plugin_instantiate (in /usr/lib/liblilv-0.so.0.24.12) ==85477== by 0x49AD6B0: config_output (af_lv2.c:306) ==85477== by 0x49F12B3: avfilter_config_links (avfilter.c:333) ==85477== by 0x49F1299: avfilter_config_links (avfilter.c:322) ==85477== by 0x49F1299: avfilter_config_links (avfilter.c:322) ==85477== by 0x49F5872: graph_config_links (avfiltergraph.c:254) ==85477== by 0x49F5872: avfilter_graph_config (avfiltergraph.c:1174) ==85477== by 0x116D5C: configure_filtergraph (ffmpeg_filter.c:1090) ==85477== ==85477== Invalid write of size 4 ==85477== at 0x48600F7: compute_masking_thresholds (masking_estimator.c:153) ==85477== by 0x485F647: masking_thresholds (noise_scaling_criterias.c:223) ==85477== by 0x485F253: apply_noise_scaling_criteria (noise_scaling_criterias.c:135) ==85477== by 0x485D311: spectral_adaptive_denoiser_run (adaptive_denoiser.c:174) ==85477== by 0x485CD06: stft_processor_run (stft_processor.c:107) ==85477== by 0x485C7A7: specbleach_adaptive_process (specbleach_adenoiser.c:91) ==85477== by 0x485C4AD: run (nrepellent-adaptive.c:243) ==85477== by 0x49ADE81: lilv_instance_run (lilv.h:1948) ==85477== by 0x49ADE81: filter_frame (af_lv2.c:220) ==85477== by 0x49F2A4F: ff_filter_frame_framed (avfilter.c:1012) ==85477== by 0x49F2A4F: ff_filter_frame_to_filter (avfilter.c:1156) ==85477== by 0x49F2A4F: ff_filter_activate_default (avfilter.c:1205) ==85477== by 0x49F2A4F: ff_filter_activate (avfilter.c:1364) ==85477== by 0x49F8A87: push_frame (buffersrc.c:169) ==85477== by 0x49F8A87: av_buffersrc_add_frame_flags (buffersrc.c:251) ==85477== by 0x139894: ifilter_send_frame (ffmpeg.c:2062) ==85477== by 0x139894: send_frame_to_filters (ffmpeg.c:2131) ==85477== by 0x1343F3: decode_audio (ffmpeg.c:2197) ==85477== by 0x1343F3: process_input_packet (ffmpeg.c:2469) ==85477== Address 0xab80398 is 0 bytes after a block of size 888 alloc'd ==85477== at 0x484AA83: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==85477== by 0x485F0E4: noise_scaling_criterias_initialize (noise_scaling_criterias.c:98) ==85477== by 0x485D0AF: spectral_adaptive_denoiser_initialize (adaptive_denoiser.c:107) ==85477== by 0x485C69F: specbleach_adaptive_initialize (specbleach_adenoiser.c:57) ==85477== by 0x485C15A: instantiate (nrepellent-adaptive.c:144) ==85477== by 0x6AE9403: lilv_plugin_instantiate (in /usr/lib/liblilv-0.so.0.24.12) ==85477== by 0x49AD6B0: config_output (af_lv2.c:306) ==85477== by 0x49F12B3: avfilter_config_links (avfilter.c:333) ==85477== by 0x49F1299: avfilter_config_links (avfilter.c:322) ==85477== by 0x49F1299: avfilter_config_links (avfilter.c:322) ==85477== by 0x49F5872: graph_config_links (avfiltergraph.c:254) ==85477== by 0x49F5872: avfilter_graph_config (avfiltergraph.c:1174) ==85477== by 0x116D5C: configure_filtergraph (ffmpeg_filter.c:1090) ==85477== size=N/A time=00:00:03.58 bitrate=N/A speed=0.246x

[q] command received. Exiting.

size=N/A time=00:00:03.84 bitrate=N/A speed=0.255x video:0kB audio:165kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknown ==85477== ==85477== HEAP SUMMARY: ==85477== in use at exit: 137,628 bytes in 1,362 blocks ==85477== total heap usage: 43,813 allocs, 42,451 frees, 5,805,117 bytes allocated ==85477== ==85477== 118,824 (288 direct, 118,536 indirect) bytes in 1 blocks are definitely lost in loss record 94 of 94 ==85477== at 0x484B120: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==85477== by 0xAC7DAF9: ??? ==85477== by 0xAC814C0: ??? ==85477== by 0xAD7F5E1: ??? ==85477== by 0xAD7143F: ??? ==85477== by 0xAD7E977: ??? ==85477== by 0xAD7EFAB: ??? ==85477== by 0xAD7F2E0: ??? ==85477== by 0x4861898: ??? ==85477== by 0x485CA7A: ??? ==85477== by 0x485C64D: ??? ==85477== by 0x485C15A: ??? ==85477== ==85477== LEAK SUMMARY: ==85477== definitely lost: 288 bytes in 1 blocks ==85477== indirectly lost: 118,536 bytes in 1,352 blocks ==85477== possibly lost: 0 bytes in 0 blocks ==85477== still reachable: 18,804 bytes in 9 blocks ==85477== suppressed: 0 bytes in 0 blocks ==85477== Reachable blocks (those to which a pointer was found) are not shown. ==85477== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==85477== ==85477== For lists of detected and suppressed errors, rerun with: -s ==85477== ERROR SUMMARY: 46201 errors from 5 contexts (suppressed: 0 from 0)

lucianodato commented 2 years ago

@richardpl I've been struggling to replicate your results in valgrind with ffmpeg. I get a whole host of other issues which I think they don't apply. However I've applied some fixes that I think might solve the reported issue. Would you be able to test latest master to validate?

richardpl commented 2 years ago

What other issues you get? Now I get bunch of uninitialized use of variables and double free on exit. I can show valgrind output too.

lucianodato commented 2 years ago

What other issues you get? Now I get bunch of uninitialized use of variables and double free on exit. I can show valgrind output too.

Sure if you don't mind that'd be great

richardpl commented 2 years ago

[computer@archlinux ffmpeg]$ valgrind ffmpeg -i noises/bestmysterystories2_12_hawthorne_64kb.mp3 -af "lv2=https\\://github.com/lucianodato/noise-repellent#adaptive" -f null - ==185508== Memcheck, a memory error detector ==185508== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==185508== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info ==185508== Command: ffmpeg -i noises/bestmysterystories2_12_hawthorne_64kb.mp3 -af lv2=https\\://github.com/lucianodato/noise-repellent#adaptive -f null - ==185508== ffmpeg version N-106739-g615f9d1edf Copyright (c) 2000-2022 the FFmpeg developers built with clang version 13.0.1 configuration: --cc='ccache clang' --as='ccache clang' --disable-indevs --disable-outdevs --disable-autodetect --enable-sdl2 --enable-gpl --enable-libpulse --enable-indev=lavfi --enable-indev=alsa --enable-indev=pulse --enable-outdev=pulse --enable-nonfree --enable-zlib --enable-openssl --enable-outdev=alsa --disable-static --enable-shared --enable-ladspa --enable-lv2 --enable-opencl --enable-version3 --enable-libdav1d --enable-libmp3lame --enable-libmysofa --enable-libx264 --enable-fontconfig --enable-libfreetype --enable-libass --enable-libzimg --disable-stripping --disable-htmlpages --enable-libfdk-aac --samples=../fate-suite libavutil 57. 24.101 / 57. 24.101 libavcodec 59. 27.100 / 59. 27.100 libavformat 59. 23.100 / 59. 23.100 libavdevice 59. 6.100 / 59. 6.100 libavfilter 8. 37.100 / 8. 37.100 libswscale 6. 6.100 / 6. 6.100 libswresample 4. 6.100 / 4. 6.100 libpostproc 56. 5.100 / 56. 5.100 Input #0, mp3, from 'noises/bestmysterystories2_12_hawthorne_64kb.mp3': Metadata: encoder : LAME 64bits version 3.98 (http://www.mp3dev.org/) artist : Julian Hawthorne, ed title : 12 - The Baron's Quarry, part 2, by Egerton Castle album : Library of the World's Best Mystery and Detective Stories, vol 2 comment : http://www.archive.org/details/worlds_best_mystery_2_librivox TLEN : 0 Duration: 00:21:22.14, start: 0.050113, bitrate: 64 kb/s Stream #0:0: Audio: mp3, 22050 Hz, mono, fltp, 64 kb/s Metadata: encoder : LAME3.98 Side data: replaygain: track gain - 0.300000, track peak - unknown, album gain - unknown, album peak - unknown, Stream mapping: Stream #0:0 -> #0:0 (mp3 (mp3float) -> pcm_s16le (native)) Press [q] to stop, [?] for help Output #0, null, to 'pipe:': Metadata: TLEN : 0 artist : Julian Hawthorne, ed title : 12 - The Baron's Quarry, part 2, by Egerton Castle album : Library of the World's Best Mystery and Detective Stories, vol 2 comment : http://www.archive.org/details/worlds_best_mystery_2_librivox encoder : Lavf59.23.100 Stream #0:0: Audio: pcm_s16le, 22050 Hz, 1 channels, s16, 352 kb/s Metadata: encoder : Lavc59.27.100 pcm_s16le Side data: replaygain: track gain - 0.300000, track peak - unknown, album gain - unknown, album peak - unknown, ==185508== Conditional jump or move depends on uninitialised value(s) ==185508== at 0x4861213: louizou_estimator_run (adaptive_noise_estimator.c:108) ==185508== by 0x485D2D0: spectral_adaptive_denoiser_run (adaptive_denoiser.c:164) ==185508== by 0x485CD26: stft_processor_run (stft_processor.c:107) ==185508== by 0x485C7C7: specbleach_adaptive_process (specbleach_adenoiser.c:91) ==185508== by 0x485C4CD: run (nrepellent-adaptive.c:243) ==185508== by 0x49ADAA1: lilv_instance_run (lilv.h:1948) ==185508== by 0x49ADAA1: filter_frame (af_lv2.c:220) ==185508== by 0x49F28FF: ff_filter_frame_framed (avfilter.c:1012) ==185508== by 0x49F28FF: ff_filter_frame_to_filter (avfilter.c:1156) ==185508== by 0x49F28FF: ff_filter_activate_default (avfilter.c:1205) ==185508== by 0x49F28FF: ff_filter_activate (avfilter.c:1364) ==185508== by 0x49F8937: push_frame (buffersrc.c:169) ==185508== by 0x49F8937: av_buffersrc_add_frame_flags (buffersrc.c:251) ==185508== by 0x139894: ifilter_send_frame (ffmpeg.c:2062) ==185508== by 0x139894: send_frame_to_filters (ffmpeg.c:2131) ==185508== by 0x1343F3: decode_audio (ffmpeg.c:2197) ==185508== by 0x1343F3: process_input_packet (ffmpeg.c:2469) ==185508== by 0x131476: process_input (ffmpeg.c:4225) ==185508== by 0x131476: transcode_step (ffmpeg.c:4365) ==185508== by 0x131476: transcode (ffmpeg.c:4419) ==185508== by 0x12D2D3: main (ffmpeg.c:4625) ==185508== ==185508== Conditional jump or move depends on uninitialised value(s) ==185508== at 0x485C8FE: sanitize_denormal (general_utils.c:27) ==185508== by 0x4861326: louizou_estimator_run (adaptive_noise_estimator.c:121) ==185508== by 0x485D2D0: spectral_adaptive_denoiser_run (adaptive_denoiser.c:164) ==185508== by 0x485CD26: stft_processor_run (stft_processor.c:107) ==185508== by 0x485C7C7: specbleach_adaptive_process (specbleach_adenoiser.c:91) ==185508== by 0x485C4CD: run (nrepellent-adaptive.c:243) ==185508== by 0x49ADAA1: lilv_instance_run (lilv.h:1948) ==185508== by 0x49ADAA1: filter_frame (af_lv2.c:220) ==185508== by 0x49F28FF: ff_filter_frame_framed (avfilter.c:1012) ==185508== by 0x49F28FF: ff_filter_frame_to_filter (avfilter.c:1156) ==185508== by 0x49F28FF: ff_filter_activate_default (avfilter.c:1205) ==185508== by 0x49F28FF: ff_filter_activate (avfilter.c:1364) ==185508== by 0x49F8937: push_frame (buffersrc.c:169) ==185508== by 0x49F8937: av_buffersrc_add_frame_flags (buffersrc.c:251) ==185508== by 0x139894: ifilter_send_frame (ffmpeg.c:2062) ==185508== by 0x139894: send_frame_to_filters (ffmpeg.c:2131) ==185508== by 0x1343F3: decode_audio (ffmpeg.c:2197) ==185508== by 0x1343F3: process_input_packet (ffmpeg.c:2469) ==185508== by 0x131476: process_input (ffmpeg.c:4225) ==185508== by 0x131476: transcode_step (ffmpeg.c:4365) ==185508== by 0x131476: transcode (ffmpeg.c:4419) ==185508== ==185508== Conditional jump or move depends on uninitialised value(s) ==185508== at 0x4861354: louizou_estimator_run (adaptive_noise_estimator.c:124) ==185508== by 0x485D2D0: spectral_adaptive_denoiser_run (adaptive_denoiser.c:164) ==185508== by 0x485CD26: stft_processor_run (stft_processor.c:107) ==185508== by 0x485C7C7: specbleach_adaptive_process (specbleach_adenoiser.c:91) ==185508== by 0x485C4CD: run (nrepellent-adaptive.c:243) ==185508== by 0x49ADAA1: lilv_instance_run (lilv.h:1948) ==185508== by 0x49ADAA1: filter_frame (af_lv2.c:220) ==185508== by 0x49F28FF: ff_filter_frame_framed (avfilter.c:1012) ==185508== by 0x49F28FF: ff_filter_frame_to_filter (avfilter.c:1156) ==185508== by 0x49F28FF: ff_filter_activate_default (avfilter.c:1205) ==185508== by 0x49F28FF: ff_filter_activate (avfilter.c:1364) ==185508== by 0x49F8937: push_frame (buffersrc.c:169) ==185508== by 0x49F8937: av_buffersrc_add_frame_flags (buffersrc.c:251) ==185508== by 0x139894: ifilter_send_frame (ffmpeg.c:2062) ==185508== by 0x139894: send_frame_to_filters (ffmpeg.c:2131) ==185508== by 0x1343F3: decode_audio (ffmpeg.c:2197) ==185508== by 0x1343F3: process_input_packet (ffmpeg.c:2469) ==185508== by 0x131476: process_input (ffmpeg.c:4225) ==185508== by 0x131476: transcode_step (ffmpeg.c:4365) ==185508== by 0x131476: transcode (ffmpeg.c:4419) ==185508== by 0x12D2D3: main (ffmpeg.c:4625) ==185508== ==185508== Conditional jump or move depends on uninitialised value(s) ==185508== at 0x67E40E7: fmaxf (in /usr/lib/libm.so.6) ==185508== by 0x485F62C: masking_thresholds (noise_scaling_criterias.c:221) ==185508== by 0x485F271: apply_noise_scaling_criteria (noise_scaling_criterias.c:135) ==185508== by 0x485D331: spectral_adaptive_denoiser_run (adaptive_denoiser.c:174) ==185508== by 0x485CD26: stft_processor_run (stft_processor.c:107) ==185508== by 0x485C7C7: specbleach_adaptive_process (specbleach_adenoiser.c:91) ==185508== by 0x485C4CD: run (nrepellent-adaptive.c:243) ==185508== by 0x49ADAA1: lilv_instance_run (lilv.h:1948) ==185508== by 0x49ADAA1: filter_frame (af_lv2.c:220) ==185508== by 0x49F28FF: ff_filter_frame_framed (avfilter.c:1012) ==185508== by 0x49F28FF: ff_filter_frame_to_filter (avfilter.c:1156) ==185508== by 0x49F28FF: ff_filter_activate_default (avfilter.c:1205) ==185508== by 0x49F28FF: ff_filter_activate (avfilter.c:1364) ==185508== by 0x49F8937: push_frame (buffersrc.c:169) ==185508== by 0x49F8937: av_buffersrc_add_frame_flags (buffersrc.c:251) ==185508== by 0x139894: ifilter_send_frame (ffmpeg.c:2062) ==185508== by 0x139894: send_frame_to_filters (ffmpeg.c:2131) ==185508== by 0x1343F3: decode_audio (ffmpeg.c:2197) ==185508== by 0x1343F3: process_input_packet (ffmpeg.c:2469) ==185508== ==185508== Invalid read of size 4 ==185508== at 0x485FB9C: compute_critical_bands_spectrum (critical_bands.c:151) ==185508== by 0x485FF53: compute_masking_thresholds (masking_estimator.c:121) ==185508== by 0x485F665: masking_thresholds (noise_scaling_criterias.c:224) ==185508== by 0x485F271: apply_noise_scaling_criteria (noise_scaling_criterias.c:135) ==185508== by 0x485D331: spectral_adaptive_denoiser_run (adaptive_denoiser.c:174) ==185508== by 0x485CD26: stft_processor_run (stft_processor.c:107) ==185508== by 0x485C7C7: specbleach_adaptive_process (specbleach_adenoiser.c:91) ==185508== by 0x485C4CD: run (nrepellent-adaptive.c:243) ==185508== by 0x49ADAA1: lilv_instance_run (lilv.h:1948) ==185508== by 0x49ADAA1: filter_frame (af_lv2.c:220) ==185508== by 0x49F28FF: ff_filter_frame_framed (avfilter.c:1012) ==185508== by 0x49F28FF: ff_filter_frame_to_filter (avfilter.c:1156) ==185508== by 0x49F28FF: ff_filter_activate_default (avfilter.c:1205) ==185508== by 0x49F28FF: ff_filter_activate (avfilter.c:1364) ==185508== by 0x49F8937: push_frame (buffersrc.c:169) ==185508== by 0x49F8937: av_buffersrc_add_frame_flags (buffersrc.c:251) ==185508== by 0x139894: ifilter_send_frame (ffmpeg.c:2062) ==185508== by 0x139894: send_frame_to_filters (ffmpeg.c:2131) ==185508== Address 0xab79918 is 0 bytes after a block of size 888 alloc'd ==185508== at 0x484AA83: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==185508== by 0x485F123: noise_scaling_criterias_initialize (noise_scaling_criterias.c:100) ==185508== by 0x485D0CF: spectral_adaptive_denoiser_initialize (adaptive_denoiser.c:107) ==185508== by 0x485C6BF: specbleach_adaptive_initialize (specbleach_adenoiser.c:57) ==185508== by 0x485C17A: instantiate (nrepellent-adaptive.c:144) ==185508== by 0x6AEB403: lilv_plugin_instantiate (in /usr/lib/liblilv-0.so.0.24.12) ==185508== by 0x49AD2D0: config_output (af_lv2.c:306) ==185508== by 0x49F1163: avfilter_config_links (avfilter.c:333) ==185508== by 0x49F1149: avfilter_config_links (avfilter.c:322) ==185508== by 0x49F1149: avfilter_config_links (avfilter.c:322) ==185508== by 0x49F5722: graph_config_links (avfiltergraph.c:254) ==185508== by 0x49F5722: avfilter_graph_config (avfiltergraph.c:1174) ==185508== by 0x116D5C: configure_filtergraph (ffmpeg_filter.c:1090) ==185508== ==185508== Conditional jump or move depends on uninitialised value(s) ==185508== at 0x67B2D0B: log10f (in /usr/lib/libm.so.6) ==185508== by 0x48603D9: compute_tonality_factor (masking_estimator.c:189) ==185508== by 0x485FF9C: compute_masking_thresholds (masking_estimator.c:131) ==185508== by 0x485F665: masking_thresholds (noise_scaling_criterias.c:224) ==185508== by 0x485F271: apply_noise_scaling_criteria (noise_scaling_criterias.c:135) ==185508== by 0x485D331: spectral_adaptive_denoiser_run (adaptive_denoiser.c:174) ==185508== by 0x485CD26: stft_processor_run (stft_processor.c:107) ==185508== by 0x485C7C7: specbleach_adaptive_process (specbleach_adenoiser.c:91) ==185508== by 0x485C4CD: run (nrepellent-adaptive.c:243) ==185508== by 0x49ADAA1: lilv_instance_run (lilv.h:1948) ==185508== by 0x49ADAA1: filter_frame (af_lv2.c:220) ==185508== by 0x49F28FF: ff_filter_frame_framed (avfilter.c:1012) ==185508== by 0x49F28FF: ff_filter_frame_to_filter (avfilter.c:1156) ==185508== by 0x49F28FF: ff_filter_activate_default (avfilter.c:1205) ==185508== by 0x49F28FF: ff_filter_activate (avfilter.c:1364) ==185508== by 0x49F8937: push_frame (buffersrc.c:169) ==185508== by 0x49F8937: av_buffersrc_add_frame_flags (buffersrc.c:251) ==185508== ==185508== Conditional jump or move depends on uninitialised value(s) ==185508== at 0x67DA99D: log10f_finite (in /usr/lib/libm.so.6) ==185508== by 0x48603D9: compute_tonality_factor (masking_estimator.c:189) ==185508== by 0x485FF9C: compute_masking_thresholds (masking_estimator.c:131) ==185508== by 0x485F665: masking_thresholds (noise_scaling_criterias.c:224) ==185508== by 0x485F271: apply_noise_scaling_criteria (noise_scaling_criterias.c:135) ==185508== by 0x485D331: spectral_adaptive_denoiser_run (adaptive_denoiser.c:174) ==185508== by 0x485CD26: stft_processor_run (stft_processor.c:107) ==185508== by 0x485C7C7: specbleach_adaptive_process (specbleach_adenoiser.c:91) ==185508== by 0x485C4CD: run (nrepellent-adaptive.c:243) ==185508== by 0x49ADAA1: lilv_instance_run (lilv.h:1948) ==185508== by 0x49ADAA1: filter_frame (af_lv2.c:220) ==185508== by 0x49F28FF: ff_filter_frame_framed (avfilter.c:1012) ==185508== by 0x49F28FF: ff_filter_frame_to_filter (avfilter.c:1156) ==185508== by 0x49F28FF: ff_filter_activate_default (avfilter.c:1205) ==185508== by 0x49F28FF: ff_filter_activate (avfilter.c:1364) ==185508== by 0x49F8937: push_frame (buffersrc.c:169) ==185508== by 0x49F8937: av_buffersrc_add_frame_flags (buffersrc.c:251) ==185508== ==185508== Conditional jump or move depends on uninitialised value(s) ==185508== at 0x67DA9CF: log10f_finite (in /usr/lib/libm.so.6) ==185508== by 0x48603D9: compute_tonality_factor (masking_estimator.c:189) ==185508== by 0x485FF9C: compute_masking_thresholds (masking_estimator.c:131) ==185508== by 0x485F665: masking_thresholds (noise_scaling_criterias.c:224) ==185508== by 0x485F271: apply_noise_scaling_criteria (noise_scaling_criterias.c:135) ==185508== by 0x485D331: spectral_adaptive_denoiser_run (adaptive_denoiser.c:174) ==185508== by 0x485CD26: stft_processor_run (stft_processor.c:107) ==185508== by 0x485C7C7: specbleach_adaptive_process (specbleach_adenoiser.c:91) ==185508== by 0x485C4CD: run (nrepellent-adaptive.c:243) ==185508== by 0x49ADAA1: lilv_instance_run (lilv.h:1948) ==185508== by 0x49ADAA1: filter_frame (af_lv2.c:220) ==185508== by 0x49F28FF: ff_filter_frame_framed (avfilter.c:1012) ==185508== by 0x49F28FF: ff_filter_frame_to_filter (avfilter.c:1156) ==185508== by 0x49F28FF: ff_filter_activate_default (avfilter.c:1205) ==185508== by 0x49F28FF: ff_filter_activate (avfilter.c:1364) ==185508== by 0x49F8937: push_frame (buffersrc.c:169) ==185508== by 0x49F8937: av_buffersrc_add_frame_flags (buffersrc.c:251) ==185508== ==185508== Conditional jump or move depends on uninitialised value(s) ==185508== at 0x6811BD2: ??? (in /usr/lib/libm.so.6) ==185508== by 0x67DAA11: log10f_finite (in /usr/lib/libm.so.6) ==185508== by 0x48603D9: compute_tonality_factor (masking_estimator.c:189) ==185508== by 0x485FF9C: compute_masking_thresholds (masking_estimator.c:131) ==185508== by 0x485F665: masking_thresholds (noise_scaling_criterias.c:224) ==185508== by 0x485F271: apply_noise_scaling_criteria (noise_scaling_criterias.c:135) ==185508== by 0x485D331: spectral_adaptive_denoiser_run (adaptive_denoiser.c:174) ==185508== by 0x485CD26: stft_processor_run (stft_processor.c:107) ==185508== by 0x485C7C7: specbleach_adaptive_process (specbleach_adenoiser.c:91) ==185508== by 0x485C4CD: run (nrepellent-adaptive.c:243) ==185508== by 0x49ADAA1: lilv_instance_run (lilv.h:1948) ==185508== by 0x49ADAA1: filter_frame (af_lv2.c:220) ==185508== by 0x49F28FF: ff_filter_frame_framed (avfilter.c:1012) ==185508== by 0x49F28FF: ff_filter_frame_to_filter (avfilter.c:1156) ==185508== by 0x49F28FF: ff_filter_activate_default (avfilter.c:1205) ==185508== by 0x49F28FF: ff_filter_activate (avfilter.c:1364) ==185508== ==185508== Conditional jump or move depends on uninitialised value(s) ==185508== at 0x6811BE4: ??? (in /usr/lib/libm.so.6) ==185508== by 0x67DAA11: __log10f_finite (in /usr/lib/libm.so.6) ==185508== by 0x48603D9: compute_tonality_factor (masking_estimator.c:189) ==185508== by 0x485FF9C: compute_masking_thresholds (masking_estimator.c:131) ==185508== by 0x485F665: masking_thresholds (noise_scaling_criterias.c:224) ==185508== by 0x485F271: apply_noise_scaling_criteria (noise_scaling_criterias.c:135) ==185508== by 0x485D331: spectral_adaptive_denoiser_run (adaptive_denoiser.c:174) ==185508== by 0x485CD26: stft_processor_run (stft_processor.c:107) ==185508== by 0x485C7C7: specbleach_adaptive_process (specbleach_adenoiser.c:91) ==185508== by 0x485C4CD: run (nrepellent-adaptive.c:243) ==185508== by 0x49ADAA1: lilv_instance_run (lilv.h:1948) ==185508== by 0x49ADAA1: filter_frame (af_lv2.c:220) ==185508== by 0x49F28FF: ff_filter_frame_framed (avfilter.c:1012) ==185508== by 0x49F28FF: ff_filter_frame_to_filter (avfilter.c:1156) ==185508== by 0x49F28FF: ff_filter_activate_default (avfilter.c:1205) ==185508== by 0x49F28FF: ff_filter_activate (avfilter.c:1364) ==185508== ==185508== Use of uninitialised value of size 8 ==185508== at 0x6811C29: ??? (in /usr/lib/libm.so.6) ==185508== by 0x67DAA11: log10f_finite (in /usr/lib/libm.so.6) ==185508== by 0x48603D9: compute_tonality_factor (masking_estimator.c:189) ==185508== by 0x485FF9C: compute_masking_thresholds (masking_estimator.c:131) ==185508== by 0x485F665: masking_thresholds (noise_scaling_criterias.c:224) ==185508== by 0x485F271: apply_noise_scaling_criteria (noise_scaling_criterias.c:135) ==185508== by 0x485D331: spectral_adaptive_denoiser_run (adaptive_denoiser.c:174) ==185508== by 0x485CD26: stft_processor_run (stft_processor.c:107) ==185508== by 0x485C7C7: specbleach_adaptive_process (specbleach_adenoiser.c:91) ==185508== by 0x485C4CD: run (nrepellent-adaptive.c:243) ==185508== by 0x49ADAA1: lilv_instance_run (lilv.h:1948) ==185508== by 0x49ADAA1: filter_frame (af_lv2.c:220) ==185508== by 0x49F28FF: ff_filter_frame_framed (avfilter.c:1012) ==185508== by 0x49F28FF: ff_filter_frame_to_filter (avfilter.c:1156) ==185508== by 0x49F28FF: ff_filter_activate_default (avfilter.c:1205) ==185508== by 0x49F28FF: ff_filter_activate (avfilter.c:1364) ==185508== ==185508== Conditional jump or move depends on uninitialised value(s) ==185508== at 0x67B2D0B: log10f (in /usr/lib/libm.so.6) ==185508== by 0x486049C: compute_tonality_factor (masking_estimator.c:196) ==185508== by 0x485FF9C: compute_masking_thresholds (masking_estimator.c:131) ==185508== by 0x485F665: masking_thresholds (noise_scaling_criterias.c:224) ==185508== by 0x485F271: apply_noise_scaling_criteria (noise_scaling_criterias.c:135) ==185508== by 0x485D331: spectral_adaptive_denoiser_run (adaptive_denoiser.c:174) ==185508== by 0x485CD26: stft_processor_run (stft_processor.c:107) ==185508== by 0x485C7C7: specbleach_adaptive_process (specbleach_adenoiser.c:91) ==185508== by 0x485C4CD: run (nrepellent-adaptive.c:243) ==185508== by 0x49ADAA1: lilv_instance_run (lilv.h:1948) ==185508== by 0x49ADAA1: filter_frame (af_lv2.c:220) ==185508== by 0x49F28FF: ff_filter_frame_framed (avfilter.c:1012) ==185508== by 0x49F28FF: ff_filter_frame_to_filter (avfilter.c:1156) ==185508== by 0x49F28FF: ff_filter_activate_default (avfilter.c:1205) ==185508== by 0x49F28FF: ff_filter_activate (avfilter.c:1364) ==185508== by 0x49F8937: push_frame (buffersrc.c:169) ==185508== by 0x49F8937: av_buffersrc_add_frame_flags (buffersrc.c:251) ==185508== ==185508== Conditional jump or move depends on uninitialised value(s) ==185508== at 0x67DA99D: log10f_finite (in /usr/lib/libm.so.6) ==185508== by 0x486049C: compute_tonality_factor (masking_estimator.c:196) ==185508== by 0x485FF9C: compute_masking_thresholds (masking_estimator.c:131) ==185508== by 0x485F665: masking_thresholds (noise_scaling_criterias.c:224) ==185508== by 0x485F271: apply_noise_scaling_criteria (noise_scaling_criterias.c:135) ==185508== by 0x485D331: spectral_adaptive_denoiser_run (adaptive_denoiser.c:174) ==185508== by 0x485CD26: stft_processor_run (stft_processor.c:107) ==185508== by 0x485C7C7: specbleach_adaptive_process (specbleach_adenoiser.c:91) ==185508== by 0x485C4CD: run (nrepellent-adaptive.c:243) ==185508== by 0x49ADAA1: lilv_instance_run (lilv.h:1948) ==185508== by 0x49ADAA1: filter_frame (af_lv2.c:220) ==185508== by 0x49F28FF: ff_filter_frame_framed (avfilter.c:1012) ==185508== by 0x49F28FF: ff_filter_frame_to_filter (avfilter.c:1156) ==185508== by 0x49F28FF: ff_filter_activate_default (avfilter.c:1205) ==185508== by 0x49F28FF: ff_filter_activate (avfilter.c:1364) ==185508== by 0x49F8937: push_frame (buffersrc.c:169) ==185508== by 0x49F8937: av_buffersrc_add_frame_flags (buffersrc.c:251) ==185508== ==185508== Conditional jump or move depends on uninitialised value(s) ==185508== at 0x67DA9CF: log10f_finite (in /usr/lib/libm.so.6) ==185508== by 0x486049C: compute_tonality_factor (masking_estimator.c:196) ==185508== by 0x485FF9C: compute_masking_thresholds (masking_estimator.c:131) ==185508== by 0x485F665: masking_thresholds (noise_scaling_criterias.c:224) ==185508== by 0x485F271: apply_noise_scaling_criteria (noise_scaling_criterias.c:135) ==185508== by 0x485D331: spectral_adaptive_denoiser_run (adaptive_denoiser.c:174) ==185508== by 0x485CD26: stft_processor_run (stft_processor.c:107) ==185508== by 0x485C7C7: specbleach_adaptive_process (specbleach_adenoiser.c:91) ==185508== by 0x485C4CD: run (nrepellent-adaptive.c:243) ==185508== by 0x49ADAA1: lilv_instance_run (lilv.h:1948) ==185508== by 0x49ADAA1: filter_frame (af_lv2.c:220) ==185508== by 0x49F28FF: ff_filter_frame_framed (avfilter.c:1012) ==185508== by 0x49F28FF: ff_filter_frame_to_filter (avfilter.c:1156) ==185508== by 0x49F28FF: ff_filter_activate_default (avfilter.c:1205) ==185508== by 0x49F28FF: ff_filter_activate (avfilter.c:1364) ==185508== by 0x49F8937: push_frame (buffersrc.c:169) ==185508== by 0x49F8937: av_buffersrc_add_frame_flags (buffersrc.c:251) ==185508== ==185508== Conditional jump or move depends on uninitialised value(s) ==185508== at 0x6811BD2: ??? (in /usr/lib/libm.so.6) ==185508== by 0x67DAA11: log10f_finite (in /usr/lib/libm.so.6) ==185508== by 0x486049C: compute_tonality_factor (masking_estimator.c:196) ==185508== by 0x485FF9C: compute_masking_thresholds (masking_estimator.c:131) ==185508== by 0x485F665: masking_thresholds (noise_scaling_criterias.c:224) ==185508== by 0x485F271: apply_noise_scaling_criteria (noise_scaling_criterias.c:135) ==185508== by 0x485D331: spectral_adaptive_denoiser_run (adaptive_denoiser.c:174) ==185508== by 0x485CD26: stft_processor_run (stft_processor.c:107) ==185508== by 0x485C7C7: specbleach_adaptive_process (specbleach_adenoiser.c:91) ==185508== by 0x485C4CD: run (nrepellent-adaptive.c:243) ==185508== by 0x49ADAA1: lilv_instance_run (lilv.h:1948) ==185508== by 0x49ADAA1: filter_frame (af_lv2.c:220) ==185508== by 0x49F28FF: ff_filter_frame_framed (avfilter.c:1012) ==185508== by 0x49F28FF: ff_filter_frame_to_filter (avfilter.c:1156) ==185508== by 0x49F28FF: ff_filter_activate_default (avfilter.c:1205) ==185508== by 0x49F28FF: ff_filter_activate (avfilter.c:1364) ==185508== ==185508== Conditional jump or move depends on uninitialised value(s) ==185508== at 0x6811BE4: ??? (in /usr/lib/libm.so.6) ==185508== by 0x67DAA11: __log10f_finite (in /usr/lib/libm.so.6) ==185508== by 0x486049C: compute_tonality_factor (masking_estimator.c:196) ==185508== by 0x485FF9C: compute_masking_thresholds (masking_estimator.c:131) ==185508== by 0x485F665: masking_thresholds (noise_scaling_criterias.c:224) ==185508== by 0x485F271: apply_noise_scaling_criteria (noise_scaling_criterias.c:135) ==185508== by 0x485D331: spectral_adaptive_denoiser_run (adaptive_denoiser.c:174) ==185508== by 0x485CD26: stft_processor_run (stft_processor.c:107) ==185508== by 0x485C7C7: specbleach_adaptive_process (specbleach_adenoiser.c:91) ==185508== by 0x485C4CD: run (nrepellent-adaptive.c:243) ==185508== by 0x49ADAA1: lilv_instance_run (lilv.h:1948) ==185508== by 0x49ADAA1: filter_frame (af_lv2.c:220) ==185508== by 0x49F28FF: ff_filter_frame_framed (avfilter.c:1012) ==185508== by 0x49F28FF: ff_filter_frame_to_filter (avfilter.c:1156) ==185508== by 0x49F28FF: ff_filter_activate_default (avfilter.c:1205) ==185508== by 0x49F28FF: ff_filter_activate (avfilter.c:1364) ==185508== ==185508== Use of uninitialised value of size 8 ==185508== at 0x6811C29: ??? (in /usr/lib/libm.so.6) ==185508== by 0x67DAA11: log10f_finite (in /usr/lib/libm.so.6) ==185508== by 0x486049C: compute_tonality_factor (masking_estimator.c:196) ==185508== by 0x485FF9C: compute_masking_thresholds (masking_estimator.c:131) ==185508== by 0x485F665: masking_thresholds (noise_scaling_criterias.c:224) ==185508== by 0x485F271: apply_noise_scaling_criteria (noise_scaling_criterias.c:135) ==185508== by 0x485D331: spectral_adaptive_denoiser_run (adaptive_denoiser.c:174) ==185508== by 0x485CD26: stft_processor_run (stft_processor.c:107) ==185508== by 0x485C7C7: specbleach_adaptive_process (specbleach_adenoiser.c:91) ==185508== by 0x485C4CD: run (nrepellent-adaptive.c:243) ==185508== by 0x49ADAA1: lilv_instance_run (lilv.h:1948) ==185508== by 0x49ADAA1: filter_frame (af_lv2.c:220) ==185508== by 0x49F28FF: ff_filter_frame_framed (avfilter.c:1012) ==185508== by 0x49F28FF: ff_filter_frame_to_filter (avfilter.c:1156) ==185508== by 0x49F28FF: ff_filter_activate_default (avfilter.c:1205) ==185508== by 0x49F28FF: ff_filter_activate (avfilter.c:1364) ==185508== ==185508== Conditional jump or move depends on uninitialised value(s) ==185508== at 0x67E4127: fminf (in /usr/lib/libm.so.6) ==185508== by 0x48604D3: compute_tonality_factor (masking_estimator.c:198) ==185508== by 0x485FF9C: compute_masking_thresholds (masking_estimator.c:131) ==185508== by 0x485F665: masking_thresholds (noise_scaling_criterias.c:224) ==185508== by 0x485F271: apply_noise_scaling_criteria (noise_scaling_criterias.c:135) ==185508== by 0x485D331: spectral_adaptive_denoiser_run (adaptive_denoiser.c:174) ==185508== by 0x485CD26: stft_processor_run (stft_processor.c:107) ==185508== by 0x485C7C7: specbleach_adaptive_process (specbleach_adenoiser.c:91) ==185508== by 0x485C4CD: run (nrepellent-adaptive.c:243) ==185508== by 0x49ADAA1: lilv_instance_run (lilv.h:1948) ==185508== by 0x49ADAA1: filter_frame (af_lv2.c:220) ==185508== by 0x49F28FF: ff_filter_frame_framed (avfilter.c:1012) ==185508== by 0x49F28FF: ff_filter_frame_to_filter (avfilter.c:1156) ==185508== by 0x49F28FF: ff_filter_activate_default (avfilter.c:1205) ==185508== by 0x49F28FF: ff_filter_activate (avfilter.c:1364) ==185508== by 0x49F8937: push_frame (buffersrc.c:169) ==185508== by 0x49F8937: av_buffersrc_add_frame_flags (buffersrc.c:251) ==185508== ==185508== Conditional jump or move depends on uninitialised value(s) ==185508== at 0x67B2D0B: log10f (in /usr/lib/libm.so.6) ==185508== by 0x486003B: compute_masking_thresholds (masking_estimator.c:145) ==185508== by 0x485F665: masking_thresholds (noise_scaling_criterias.c:224) ==185508== by 0x485F271: apply_noise_scaling_criteria (noise_scaling_criterias.c:135) ==185508== by 0x485D331: spectral_adaptive_denoiser_run (adaptive_denoiser.c:174) ==185508== by 0x485CD26: stft_processor_run (stft_processor.c:107) ==185508== by 0x485C7C7: specbleach_adaptive_process (specbleach_adenoiser.c:91) ==185508== by 0x485C4CD: run (nrepellent-adaptive.c:243) ==185508== by 0x49ADAA1: lilv_instance_run (lilv.h:1948) ==185508== by 0x49ADAA1: filter_frame (af_lv2.c:220) ==185508== by 0x49F28FF: ff_filter_frame_framed (avfilter.c:1012) ==185508== by 0x49F28FF: ff_filter_frame_to_filter (avfilter.c:1156) ==185508== by 0x49F28FF: ff_filter_activate_default (avfilter.c:1205) ==185508== by 0x49F28FF: ff_filter_activate (avfilter.c:1364) ==185508== by 0x49F8937: push_frame (buffersrc.c:169) ==185508== by 0x49F8937: av_buffersrc_add_frame_flags (buffersrc.c:251) ==185508== by 0x139894: ifilter_send_frame (ffmpeg.c:2062) ==185508== by 0x139894: send_frame_to_filters (ffmpeg.c:2131) ==185508== ==185508== Conditional jump or move depends on uninitialised value(s) ==185508== at 0x67DA99D: log10f_finite (in /usr/lib/libm.so.6) ==185508== by 0x486003B: compute_masking_thresholds (masking_estimator.c:145) ==185508== by 0x485F665: masking_thresholds (noise_scaling_criterias.c:224) ==185508== by 0x485F271: apply_noise_scaling_criteria (noise_scaling_criterias.c:135) ==185508== by 0x485D331: spectral_adaptive_denoiser_run (adaptive_denoiser.c:174) ==185508== by 0x485CD26: stft_processor_run (stft_processor.c:107) ==185508== by 0x485C7C7: specbleach_adaptive_process (specbleach_adenoiser.c:91) ==185508== by 0x485C4CD: run (nrepellent-adaptive.c:243) ==185508== by 0x49ADAA1: lilv_instance_run (lilv.h:1948) ==185508== by 0x49ADAA1: filter_frame (af_lv2.c:220) ==185508== by 0x49F28FF: ff_filter_frame_framed (avfilter.c:1012) ==185508== by 0x49F28FF: ff_filter_frame_to_filter (avfilter.c:1156) ==185508== by 0x49F28FF: ff_filter_activate_default (avfilter.c:1205) ==185508== by 0x49F28FF: ff_filter_activate (avfilter.c:1364) ==185508== by 0x49F8937: push_frame (buffersrc.c:169) ==185508== by 0x49F8937: av_buffersrc_add_frame_flags (buffersrc.c:251) ==185508== by 0x139894: ifilter_send_frame (ffmpeg.c:2062) ==185508== by 0x139894: send_frame_to_filters (ffmpeg.c:2131) ==185508== ==185508== Conditional jump or move depends on uninitialised value(s) ==185508== at 0x67DA9CF: log10f_finite (in /usr/lib/libm.so.6) ==185508== by 0x486003B: compute_masking_thresholds (masking_estimator.c:145) ==185508== by 0x485F665: masking_thresholds (noise_scaling_criterias.c:224) ==185508== by 0x485F271: apply_noise_scaling_criteria (noise_scaling_criterias.c:135) ==185508== by 0x485D331: spectral_adaptive_denoiser_run (adaptive_denoiser.c:174) ==185508== by 0x485CD26: stft_processor_run (stft_processor.c:107) ==185508== by 0x485C7C7: specbleach_adaptive_process (specbleach_adenoiser.c:91) ==185508== by 0x485C4CD: run (nrepellent-adaptive.c:243) ==185508== by 0x49ADAA1: lilv_instance_run (lilv.h:1948) ==185508== by 0x49ADAA1: filter_frame (af_lv2.c:220) ==185508== by 0x49F28FF: ff_filter_frame_framed (avfilter.c:1012) ==185508== by 0x49F28FF: ff_filter_frame_to_filter (avfilter.c:1156) ==185508== by 0x49F28FF: ff_filter_activate_default (avfilter.c:1205) ==185508== by 0x49F28FF: ff_filter_activate (avfilter.c:1364) ==185508== by 0x49F8937: push_frame (buffersrc.c:169) ==185508== by 0x49F8937: av_buffersrc_add_frame_flags (buffersrc.c:251) ==185508== by 0x139894: ifilter_send_frame (ffmpeg.c:2062) ==185508== by 0x139894: send_frame_to_filters (ffmpeg.c:2131) ==185508== ==185508== Conditional jump or move depends on uninitialised value(s) ==185508== at 0x6811BD2: ??? (in /usr/lib/libm.so.6) ==185508== by 0x67DAA11: log10f_finite (in /usr/lib/libm.so.6) ==185508== by 0x486003B: compute_masking_thresholds (masking_estimator.c:145) ==185508== by 0x485F665: masking_thresholds (noise_scaling_criterias.c:224) ==185508== by 0x485F271: apply_noise_scaling_criteria (noise_scaling_criterias.c:135) ==185508== by 0x485D331: spectral_adaptive_denoiser_run (adaptive_denoiser.c:174) ==185508== by 0x485CD26: stft_processor_run (stft_processor.c:107) ==185508== by 0x485C7C7: specbleach_adaptive_process (specbleach_adenoiser.c:91) ==185508== by 0x485C4CD: run (nrepellent-adaptive.c:243) ==185508== by 0x49ADAA1: lilv_instance_run (lilv.h:1948) ==185508== by 0x49ADAA1: filter_frame (af_lv2.c:220) ==185508== by 0x49F28FF: ff_filter_frame_framed (avfilter.c:1012) ==185508== by 0x49F28FF: ff_filter_frame_to_filter (avfilter.c:1156) ==185508== by 0x49F28FF: ff_filter_activate_default (avfilter.c:1205) ==185508== by 0x49F28FF: ff_filter_activate (avfilter.c:1364) ==185508== by 0x49F8937: push_frame (buffersrc.c:169) ==185508== by 0x49F8937: av_buffersrc_add_frame_flags (buffersrc.c:251) ==185508== ==185508== Conditional jump or move depends on uninitialised value(s) ==185508== at 0x6811BE4: ??? (in /usr/lib/libm.so.6) ==185508== by 0x67DAA11: __log10f_finite (in /usr/lib/libm.so.6) ==185508== by 0x486003B: compute_masking_thresholds (masking_estimator.c:145) ==185508== by 0x485F665: masking_thresholds (noise_scaling_criterias.c:224) ==185508== by 0x485F271: apply_noise_scaling_criteria (noise_scaling_criterias.c:135) ==185508== by 0x485D331: spectral_adaptive_denoiser_run (adaptive_denoiser.c:174) ==185508== by 0x485CD26: stft_processor_run (stft_processor.c:107) ==185508== by 0x485C7C7: specbleach_adaptive_process (specbleach_adenoiser.c:91) ==185508== by 0x485C4CD: run (nrepellent-adaptive.c:243) ==185508== by 0x49ADAA1: lilv_instance_run (lilv.h:1948) ==185508== by 0x49ADAA1: filter_frame (af_lv2.c:220) ==185508== by 0x49F28FF: ff_filter_frame_framed (avfilter.c:1012) ==185508== by 0x49F28FF: ff_filter_frame_to_filter (avfilter.c:1156) ==185508== by 0x49F28FF: ff_filter_activate_default (avfilter.c:1205) ==185508== by 0x49F28FF: ff_filter_activate (avfilter.c:1364) ==185508== by 0x49F8937: push_frame (buffersrc.c:169) ==185508== by 0x49F8937: av_buffersrc_add_frame_flags (buffersrc.c:251) ==185508== ==185508== Use of uninitialised value of size 8 ==185508== at 0x6811C29: ??? (in /usr/lib/libm.so.6) ==185508== by 0x67DAA11: log10f_finite (in /usr/lib/libm.so.6) ==185508== by 0x486003B: compute_masking_thresholds (masking_estimator.c:145) ==185508== by 0x485F665: masking_thresholds (noise_scaling_criterias.c:224) ==185508== by 0x485F271: apply_noise_scaling_criteria (noise_scaling_criterias.c:135) ==185508== by 0x485D331: spectral_adaptive_denoiser_run (adaptive_denoiser.c:174) ==185508== by 0x485CD26: stft_processor_run (stft_processor.c:107) ==185508== by 0x485C7C7: specbleach_adaptive_process (specbleach_adenoiser.c:91) ==185508== by 0x485C4CD: run (nrepellent-adaptive.c:243) ==185508== by 0x49ADAA1: lilv_instance_run (lilv.h:1948) ==185508== by 0x49ADAA1: filter_frame (af_lv2.c:220) ==185508== by 0x49F28FF: ff_filter_frame_framed (avfilter.c:1012) ==185508== by 0x49F28FF: ff_filter_frame_to_filter (avfilter.c:1156) ==185508== by 0x49F28FF: ff_filter_activate_default (avfilter.c:1205) ==185508== by 0x49F28FF: ff_filter_activate (avfilter.c:1364) ==185508== by 0x49F8937: push_frame (buffersrc.c:169) ==185508== by 0x49F8937: av_buffersrc_add_frame_flags (buffersrc.c:251) ==185508== ==185508== Conditional jump or move depends on uninitialised value(s) ==185508== at 0x6811D10: ??? (in /usr/lib/libm.so.6) ==185508== by 0x4860078: compute_masking_thresholds (masking_estimator.c:145) ==185508== by 0x485F665: masking_thresholds (noise_scaling_criterias.c:224) ==185508== by 0x485F271: apply_noise_scaling_criteria (noise_scaling_criterias.c:135) ==185508== by 0x485D331: spectral_adaptive_denoiser_run (adaptive_denoiser.c:174) ==185508== by 0x485CD26: stft_processor_run (stft_processor.c:107) ==185508== by 0x485C7C7: specbleach_adaptive_process (specbleach_adenoiser.c:91) ==185508== by 0x485C4CD: run (nrepellent-adaptive.c:243) ==185508== by 0x49ADAA1: lilv_instance_run (lilv.h:1948) ==185508== by 0x49ADAA1: filter_frame (af_lv2.c:220) ==185508== by 0x49F28FF: ff_filter_frame_framed (avfilter.c:1012) ==185508== by 0x49F28FF: ff_filter_frame_to_filter (avfilter.c:1156) ==185508== by 0x49F28FF: ff_filter_activate_default (avfilter.c:1205) ==185508== by 0x49F28FF: ff_filter_activate (avfilter.c:1364) ==185508== by 0x49F8937: push_frame (buffersrc.c:169) ==185508== by 0x49F8937: av_buffersrc_add_frame_flags (buffersrc.c:251) ==185508== by 0x139894: ifilter_send_frame (ffmpeg.c:2062) ==185508== by 0x139894: send_frame_to_filters (ffmpeg.c:2131) ==185508== ==185508== Conditional jump or move depends on uninitialised value(s) ==185508== at 0x6811DB3: ??? (in /usr/lib/libm.so.6) ==185508== by 0x4860078: compute_masking_thresholds (masking_estimator.c:145) ==185508== by 0x485F665: masking_thresholds (noise_scaling_criterias.c:224) ==185508== by 0x485F271: apply_noise_scaling_criteria (noise_scaling_criterias.c:135) ==185508== by 0x485D331: spectral_adaptive_denoiser_run (adaptive_denoiser.c:174) ==185508== by 0x485CD26: stft_processor_run (stft_processor.c:107) ==185508== by 0x485C7C7: specbleach_adaptive_process (specbleach_adenoiser.c:91) ==185508== by 0x485C4CD: run (nrepellent-adaptive.c:243) ==185508== by 0x49ADAA1: lilv_instance_run (lilv.h:1948) ==185508== by 0x49ADAA1: filter_frame (af_lv2.c:220) ==185508== by 0x49F28FF: ff_filter_frame_framed (avfilter.c:1012) ==185508== by 0x49F28FF: ff_filter_frame_to_filter (avfilter.c:1156) ==185508== by 0x49F28FF: ff_filter_activate_default (avfilter.c:1205) ==185508== by 0x49F28FF: ff_filter_activate (avfilter.c:1364) ==185508== by 0x49F8937: push_frame (buffersrc.c:169) ==185508== by 0x49F8937: av_buffersrc_add_frame_flags (buffersrc.c:251) ==185508== by 0x139894: ifilter_send_frame (ffmpeg.c:2062) ==185508== by 0x139894: send_frame_to_filters (ffmpeg.c:2131) ==185508== ==185508== Use of uninitialised value of size 8 ==185508== at 0x6811DF6: ??? (in /usr/lib/libm.so.6) ==185508== by 0x4860078: compute_masking_thresholds (masking_estimator.c:145) ==185508== by 0x485F665: masking_thresholds (noise_scaling_criterias.c:224) ==185508== by 0x485F271: apply_noise_scaling_criteria (noise_scaling_criterias.c:135) ==185508== by 0x485D331: spectral_adaptive_denoiser_run (adaptive_denoiser.c:174) ==185508== by 0x485CD26: stft_processor_run (stft_processor.c:107) ==185508== by 0x485C7C7: specbleach_adaptive_process (specbleach_adenoiser.c:91) ==185508== by 0x485C4CD: run (nrepellent-adaptive.c:243) ==185508== by 0x49ADAA1: lilv_instance_run (lilv.h:1948) ==185508== by 0x49ADAA1: filter_frame (af_lv2.c:220) ==185508== by 0x49F28FF: ff_filter_frame_framed (avfilter.c:1012) ==185508== by 0x49F28FF: ff_filter_frame_to_filter (avfilter.c:1156) ==185508== by 0x49F28FF: ff_filter_activate_default (avfilter.c:1205) ==185508== by 0x49F28FF: ff_filter_activate (avfilter.c:1364) ==185508== by 0x49F8937: push_frame (buffersrc.c:169) ==185508== by 0x49F8937: av_buffersrc_add_frame_flags (buffersrc.c:251) ==185508== by 0x139894: ifilter_send_frame (ffmpeg.c:2062) ==185508== by 0x139894: send_frame_to_filters (ffmpeg.c:2131) ==185508== ==185508== Invalid read of size 4 ==185508== at 0x48603AB: compute_tonality_factor (masking_estimator.c:188) ==185508== by 0x485FF9C: compute_masking_thresholds (masking_estimator.c:131) ==185508== by 0x485F665: masking_thresholds (noise_scaling_criterias.c:224) ==185508== by 0x485F271: apply_noise_scaling_criteria (noise_scaling_criterias.c:135) ==185508== by 0x485D331: spectral_adaptive_denoiser_run (adaptive_denoiser.c:174) ==185508== by 0x485CD26: stft_processor_run (stft_processor.c:107) ==185508== by 0x485C7C7: specbleach_adaptive_process (specbleach_adenoiser.c:91) ==185508== by 0x485C4CD: run (nrepellent-adaptive.c:243) ==185508== by 0x49ADAA1: lilv_instance_run (lilv.h:1948) ==185508== by 0x49ADAA1: filter_frame (af_lv2.c:220) ==185508== by 0x49F28FF: ff_filter_frame_framed (avfilter.c:1012) ==185508== by 0x49F28FF: ff_filter_frame_to_filter (avfilter.c:1156) ==185508== by 0x49F28FF: ff_filter_activate_default (avfilter.c:1205) ==185508== by 0x49F28FF: ff_filter_activate (avfilter.c:1364) ==185508== by 0x49F8937: push_frame (buffersrc.c:169) ==185508== by 0x49F8937: av_buffersrc_add_frame_flags (buffersrc.c:251) ==185508== by 0x139894: ifilter_send_frame (ffmpeg.c:2062) ==185508== by 0x139894: send_frame_to_filters (ffmpeg.c:2131) ==185508== Address 0xab79918 is 0 bytes after a block of size 888 alloc'd ==185508== at 0x484AA83: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==185508== by 0x485F123: noise_scaling_criterias_initialize (noise_scaling_criterias.c:100) ==185508== by 0x485D0CF: spectral_adaptive_denoiser_initialize (adaptive_denoiser.c:107) ==185508== by 0x485C6BF: specbleach_adaptive_initialize (specbleach_adenoiser.c:57) ==185508== by 0x485C17A: instantiate (nrepellent-adaptive.c:144) ==185508== by 0x6AEB403: lilv_plugin_instantiate (in /usr/lib/liblilv-0.so.0.24.12) ==185508== by 0x49AD2D0: config_output (af_lv2.c:306) ==185508== by 0x49F1163: avfilter_config_links (avfilter.c:333) ==185508== by 0x49F1149: avfilter_config_links (avfilter.c:322) ==185508== by 0x49F1149: avfilter_config_links (avfilter.c:322) ==185508== by 0x49F5722: graph_config_links (avfiltergraph.c:254) ==185508== by 0x49F5722: avfilter_graph_config (avfiltergraph.c:1174) ==185508== by 0x116D5C: configure_filtergraph (ffmpeg_filter.c:1090) ==185508== ==185508== Invalid read of size 4 ==185508== at 0x48603CF: compute_tonality_factor (masking_estimator.c:189) ==185508== by 0x485FF9C: compute_masking_thresholds (masking_estimator.c:131) ==185508== by 0x485F665: masking_thresholds (noise_scaling_criterias.c:224) ==185508== by 0x485F271: apply_noise_scaling_criteria (noise_scaling_criterias.c:135) ==185508== by 0x485D331: spectral_adaptive_denoiser_run (adaptive_denoiser.c:174) ==185508== by 0x485CD26: stft_processor_run (stft_processor.c:107) ==185508== by 0x485C7C7: specbleach_adaptive_process (specbleach_adenoiser.c:91) ==185508== by 0x485C4CD: run (nrepellent-adaptive.c:243) ==185508== by 0x49ADAA1: lilv_instance_run (lilv.h:1948) ==185508== by 0x49ADAA1: filter_frame (af_lv2.c:220) ==185508== by 0x49F28FF: ff_filter_frame_framed (avfilter.c:1012) ==185508== by 0x49F28FF: ff_filter_frame_to_filter (avfilter.c:1156) ==185508== by 0x49F28FF: ff_filter_activate_default (avfilter.c:1205) ==185508== by 0x49F28FF: ff_filter_activate (avfilter.c:1364) ==185508== by 0x49F8937: push_frame (buffersrc.c:169) ==185508== by 0x49F8937: av_buffersrc_add_frame_flags (buffersrc.c:251) ==185508== by 0x139894: ifilter_send_frame (ffmpeg.c:2062) ==185508== by 0x139894: send_frame_to_filters (ffmpeg.c:2131) ==185508== Address 0xab79918 is 0 bytes after a block of size 888 alloc'd ==185508== at 0x484AA83: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==185508== by 0x485F123: noise_scaling_criterias_initialize (noise_scaling_criterias.c:100) ==185508== by 0x485D0CF: spectral_adaptive_denoiser_initialize (adaptive_denoiser.c:107) ==185508== by 0x485C6BF: specbleach_adaptive_initialize (specbleach_adenoiser.c:57) ==185508== by 0x485C17A: instantiate (nrepellent-adaptive.c:144) ==185508== by 0x6AEB403: lilv_plugin_instantiate (in /usr/lib/liblilv-0.so.0.24.12) ==185508== by 0x49AD2D0: config_output (af_lv2.c:306) ==185508== by 0x49F1163: avfilter_config_links (avfilter.c:333) ==185508== by 0x49F1149: avfilter_config_links (avfilter.c:322) ==185508== by 0x49F1149: avfilter_config_links (avfilter.c:322) ==185508== by 0x49F5722: graph_config_links (avfiltergraph.c:254) ==185508== by 0x49F5722: avfilter_graph_config (avfiltergraph.c:1174) ==185508== by 0x116D5C: configure_filtergraph (ffmpeg_filter.c:1090) ==185508== ==185508== Invalid write of size 4 ==185508== at 0x4860115: compute_masking_thresholds (masking_estimator.c:153) ==185508== by 0x485F665: masking_thresholds (noise_scaling_criterias.c:224) ==185508== by 0x485F271: apply_noise_scaling_criteria (noise_scaling_criterias.c:135) ==185508== by 0x485D331: spectral_adaptive_denoiser_run (adaptive_denoiser.c:174) ==185508== by 0x485CD26: stft_processor_run (stft_processor.c:107) ==185508== by 0x485C7C7: specbleach_adaptive_process (specbleach_adenoiser.c:91) ==185508== by 0x485C4CD: run (nrepellent-adaptive.c:243) ==185508== by 0x49ADAA1: lilv_instance_run (lilv.h:1948) ==185508== by 0x49ADAA1: filter_frame (af_lv2.c:220) ==185508== by 0x49F28FF: ff_filter_frame_framed (avfilter.c:1012) ==185508== by 0x49F28FF: ff_filter_frame_to_filter (avfilter.c:1156) ==185508== by 0x49F28FF: ff_filter_activate_default (avfilter.c:1205) ==185508== by 0x49F28FF: ff_filter_activate (avfilter.c:1364) ==185508== by 0x49F8937: push_frame (buffersrc.c:169) ==185508== by 0x49F8937: av_buffersrc_add_frame_flags (buffersrc.c:251) ==185508== by 0x139894: ifilter_send_frame (ffmpeg.c:2062) ==185508== by 0x139894: send_frame_to_filters (ffmpeg.c:2131) ==185508== by 0x1343F3: decode_audio (ffmpeg.c:2197) ==185508== by 0x1343F3: process_input_packet (ffmpeg.c:2469) ==185508== Address 0xab79558 is 0 bytes after a block of size 888 alloc'd ==185508== at 0x484AA83: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==185508== by 0x485F102: noise_scaling_criterias_initialize (noise_scaling_criterias.c:98) ==185508== by 0x485D0CF: spectral_adaptive_denoiser_initialize (adaptive_denoiser.c:107) ==185508== by 0x485C6BF: specbleach_adaptive_initialize (specbleach_adenoiser.c:57) ==185508== by 0x485C17A: instantiate (nrepellent-adaptive.c:144) ==185508== by 0x6AEB403: lilv_plugin_instantiate (in /usr/lib/liblilv-0.so.0.24.12) ==185508== by 0x49AD2D0: config_output (af_lv2.c:306) ==185508== by 0x49F1163: avfilter_config_links (avfilter.c:333) ==185508== by 0x49F1149: avfilter_config_links (avfilter.c:322) ==185508== by 0x49F1149: avfilter_config_links (avfilter.c:322) ==185508== by 0x49F5722: graph_config_links (avfiltergraph.c:254) ==185508== by 0x49F5722: avfilter_graph_config (avfiltergraph.c:1174) ==185508== by 0x116D5C: configure_filtergraph (ffmpeg_filter.c:1090) ==185508== ==185508== Conditional jump or move depends on uninitialised value(s) ==185508== at 0x6811F72: ??? (in /usr/lib/libm.so.6) ==185508== by 0x4860078: compute_masking_thresholds (masking_estimator.c:145) ==185508== by 0x485F665: masking_thresholds (noise_scaling_criterias.c:224) ==185508== by 0x485F271: apply_noise_scaling_criteria (noise_scaling_criterias.c:135) ==185508== by 0x485D331: spectral_adaptive_denoiser_run (adaptive_denoiser.c:174) ==185508== by 0x485CD26: stft_processor_run (stft_processor.c:107) ==185508== by 0x485C7C7: specbleach_adaptive_process (specbleach_adenoiser.c:91) ==185508== by 0x485C4CD: run (nrepellent-adaptive.c:243) ==185508== by 0x49ADAA1: lilv_instance_run (lilv.h:1948) ==185508== by 0x49ADAA1: filter_frame (af_lv2.c:220) ==185508== by 0x49F28FF: ff_filter_frame_framed (avfilter.c:1012) ==185508== by 0x49F28FF: ff_filter_frame_to_filter (avfilter.c:1156) ==185508== by 0x49F28FF: ff_filter_activate_default (avfilter.c:1205) ==185508== by 0x49F28FF: ff_filter_activate (avfilter.c:1364) ==185508== by 0x49F8937: push_frame (buffersrc.c:169) ==185508== by 0x49F8937: av_buffersrc_add_frame_flags (buffersrc.c:251) ==185508== by 0x139894: ifilter_send_frame (ffmpeg.c:2062) ==185508== by 0x139894: send_frame_to_filters (ffmpeg.c:2131) ==185508== ==185508== Conditional jump or move depends on uninitialised value(s) ==185508== at 0x6811F88: ??? (in /usr/lib/libm.so.6) ==185508== by 0x4860078: compute_masking_thresholds (masking_estimator.c:145) ==185508== by 0x485F665: masking_thresholds (noise_scaling_criterias.c:224) ==185508== by 0x485F271: apply_noise_scaling_criteria (noise_scaling_criterias.c:135) ==185508== by 0x485D331: spectral_adaptive_denoiser_run (adaptive_denoiser.c:174) ==185508== by 0x485CD26: stft_processor_run (stft_processor.c:107) ==185508== by 0x485C7C7: specbleach_adaptive_process (specbleach_adenoiser.c:91) ==185508== by 0x485C4CD: run (nrepellent-adaptive.c:243) ==185508== by 0x49ADAA1: lilv_instance_run (lilv.h:1948) ==185508== by 0x49ADAA1: filter_frame (af_lv2.c:220) ==185508== by 0x49F28FF: ff_filter_frame_framed (avfilter.c:1012) ==185508== by 0x49F28FF: ff_filter_frame_to_filter (avfilter.c:1156) ==185508== by 0x49F28FF: ff_filter_activate_default (avfilter.c:1205) ==185508== by 0x49F28FF: ff_filter_activate (avfilter.c:1364) ==185508== by 0x49F8937: push_frame (buffersrc.c:169) ==185508== by 0x49F8937: av_buffersrc_add_frame_flags (buffersrc.c:251) ==185508== by 0x139894: ifilter_send_frame (ffmpeg.c:2062) ==185508== by 0x139894: send_frame_to_filters (ffmpeg.c:2131) ==185508== ==185508== Conditional jump or move depends on uninitialised value(s) ==185508== at 0x67E40E7: fmaxf (in /usr/lib/libm.so.6) ==185508== by 0x48625D3: apply_thresholds_as_floor (absolute_hearing_thresholds.c:134) ==185508== by 0x4860153: compute_masking_thresholds (masking_estimator.c:157) ==185508== by 0x485F665: masking_thresholds (noise_scaling_criterias.c:224) ==185508== by 0x485F271: apply_noise_scaling_criteria (noise_scaling_criterias.c:135) ==185508== by 0x485D331: spectral_adaptive_denoiser_run (adaptive_denoiser.c:174) ==185508== by 0x485CD26: stft_processor_run (stft_processor.c:107) ==185508== by 0x485C7C7: specbleach_adaptive_process (specbleach_adenoiser.c:91) ==185508== by 0x485C4CD: run (nrepellent-adaptive.c:243) ==185508== by 0x49ADAA1: lilv_instance_run (lilv.h:1948) ==185508== by 0x49ADAA1: filter_frame (af_lv2.c:220) ==185508== by 0x49F28FF: ff_filter_frame_framed (avfilter.c:1012) ==185508== by 0x49F28FF: ff_filter_frame_to_filter (avfilter.c:1156) ==185508== by 0x49F28FF: ff_filter_activate_default (avfilter.c:1205) ==185508== by 0x49F28FF: ff_filter_activate (avfilter.c:1364) ==185508== by 0x49F8937: push_frame (buffersrc.c:169) ==185508== by 0x49F8937: av_buffersrc_add_frame_flags (buffersrc.c:251) ==185508== ==185508== Conditional jump or move depends on uninitialised value(s) ==185508== at 0x67E40E7: fmaxf (in /usr/lib/libm.so.6) ==185508== by 0x485D92F: max_spectral_value (spectral_utils.c:98) ==185508== by 0x485F67E: masking_thresholds (noise_scaling_criterias.c:229) ==185508== by 0x485F271: apply_noise_scaling_criteria (noise_scaling_criterias.c:135) ==185508== by 0x485D331: spectral_adaptive_denoiser_run (adaptive_denoiser.c:174) ==185508== by 0x485CD26: stft_processor_run (stft_processor.c:107) ==185508== by 0x485C7C7: specbleach_adaptive_process (specbleach_adenoiser.c:91) ==185508== by 0x485C4CD: run (nrepellent-adaptive.c:243) ==185508== by 0x49ADAA1: lilv_instance_run (lilv.h:1948) ==185508== by 0x49ADAA1: filter_frame (af_lv2.c:220) ==185508== by 0x49F28FF: ff_filter_frame_framed (avfilter.c:1012) ==185508== by 0x49F28FF: ff_filter_frame_to_filter (avfilter.c:1156) ==185508== by 0x49F28FF: ff_filter_activate_default (avfilter.c:1205) ==185508== by 0x49F28FF: ff_filter_activate (avfilter.c:1364) ==185508== by 0x49F8937: push_frame (buffersrc.c:169) ==185508== by 0x49F8937: av_buffersrc_add_frame_flags (buffersrc.c:251) ==185508== by 0x139894: ifilter_send_frame (ffmpeg.c:2062) ==185508== by 0x139894: send_frame_to_filters (ffmpeg.c:2131) ==185508== ==185508== Conditional jump or move depends on uninitialised value(s) ==185508== at 0x67E4127: fminf (in /usr/lib/libm.so.6) ==185508== by 0x485D9AA: min_spectral_value (spectral_utils.c:111) ==185508== by 0x485F69E: masking_thresholds (noise_scaling_criterias.c:231) ==185508== by 0x485F271: apply_noise_scaling_criteria (noise_scaling_criterias.c:135) ==185508== by 0x485D331: spectral_adaptive_denoiser_run (adaptive_denoiser.c:174) ==185508== by 0x485CD26: stft_processor_run (stft_processor.c:107) ==185508== by 0x485C7C7: specbleach_adaptive_process (specbleach_adenoiser.c:91) ==185508== by 0x485C4CD: run (nrepellent-adaptive.c:243) ==185508== by 0x49ADAA1: lilv_instance_run (lilv.h:1948) ==185508== by 0x49ADAA1: filter_frame (af_lv2.c:220) ==185508== by 0x49F28FF: ff_filter_frame_framed (avfilter.c:1012) ==185508== by 0x49F28FF: ff_filter_frame_to_filter (avfilter.c:1156) ==185508== by 0x49F28FF: ff_filter_activate_default (avfilter.c:1205) ==185508== by 0x49F28FF: ff_filter_activate (avfilter.c:1364) ==185508== by 0x49F8937: push_frame (buffersrc.c:169) ==185508== by 0x49F8937: av_buffersrc_add_frame_flags (buffersrc.c:251) ==185508== by 0x139894: ifilter_send_frame (ffmpeg.c:2062) ==185508== by 0x139894: send_frame_to_filters (ffmpeg.c:2131) ==185508== ==185508== Conditional jump or move depends on uninitialised value(s) ==185508== at 0x485F6CC: masking_thresholds (noise_scaling_criterias.c:234) ==185508== by 0x485F271: apply_noise_scaling_criteria (noise_scaling_criterias.c:135) ==185508== by 0x485D331: spectral_adaptive_denoiser_run (adaptive_denoiser.c:174) ==185508== by 0x485CD26: stft_processor_run (stft_processor.c:107) ==185508== by 0x485C7C7: specbleach_adaptive_process (specbleach_adenoiser.c:91) ==185508== by 0x485C4CD: run (nrepellent-adaptive.c:243) ==185508== by 0x49ADAA1: lilv_instance_run (lilv.h:1948) ==185508== by 0x49ADAA1: filter_frame (af_lv2.c:220) ==185508== by 0x49F28FF: ff_filter_frame_framed (avfilter.c:1012) ==185508== by 0x49F28FF: ff_filter_frame_to_filter (avfilter.c:1156) ==185508== by 0x49F28FF: ff_filter_activate_default (avfilter.c:1205) ==185508== by 0x49F28FF: ff_filter_activate (avfilter.c:1364) ==185508== by 0x49F8937: push_frame (buffersrc.c:169) ==185508== by 0x49F8937: av_buffersrc_add_frame_flags (buffersrc.c:251) ==185508== by 0x139894: ifilter_send_frame (ffmpeg.c:2062) ==185508== by 0x139894: send_frame_to_filters (ffmpeg.c:2131) ==185508== by 0x1343F3: decode_audio (ffmpeg.c:2197) ==185508== by 0x1343F3: process_input_packet (ffmpeg.c:2469) ==185508== by 0x131476: process_input (ffmpeg.c:4225) ==185508== by 0x131476: transcode_step (ffmpeg.c:4365) ==185508== by 0x131476: transcode (ffmpeg.c:4419) ==185508== ==185508== Conditional jump or move depends on uninitialised value(s) ==185508== at 0x485F6D2: masking_thresholds (noise_scaling_criterias.c:234) ==185508== by 0x485F271: apply_noise_scaling_criteria (noise_scaling_criterias.c:135) ==185508== by 0x485D331: spectral_adaptive_denoiser_run (adaptive_denoiser.c:174) ==185508== by 0x485CD26: stft_processor_run (stft_processor.c:107) ==185508== by 0x485C7C7: specbleach_adaptive_process (specbleach_adenoiser.c:91) ==185508== by 0x485C4CD: run (nrepellent-adaptive.c:243) ==185508== by 0x49ADAA1: lilv_instance_run (lilv.h:1948) ==185508== by 0x49ADAA1: filter_frame (af_lv2.c:220) ==185508== by 0x49F28FF: ff_filter_frame_framed (avfilter.c:1012) ==185508== by 0x49F28FF: ff_filter_frame_to_filter (avfilter.c:1156) ==185508== by 0x49F28FF: ff_filter_activate_default (avfilter.c:1205) ==185508== by 0x49F28FF: ff_filter_activate (avfilter.c:1364) ==185508== by 0x49F8937: push_frame (buffersrc.c:169) ==185508== by 0x49F8937: av_buffersrc_add_frame_flags (buffersrc.c:251) ==185508== by 0x139894: ifilter_send_frame (ffmpeg.c:2062) ==185508== by 0x139894: send_frame_to_filters (ffmpeg.c:2131) ==185508== by 0x1343F3: decode_audio (ffmpeg.c:2197) ==185508== by 0x1343F3: process_input_packet (ffmpeg.c:2469) ==185508== by 0x131476: process_input (ffmpeg.c:4225) ==185508== by 0x131476: transcode_step (ffmpeg.c:4365) ==185508== by 0x131476: transcode (ffmpeg.c:4419) ==185508== ==185508== Conditional jump or move depends on uninitialised value(s) ==185508== at 0x485F731: masking_thresholds (noise_scaling_criterias.c:237) ==185508== by 0x485F271: apply_noise_scaling_criteria (noise_scaling_criterias.c:135) ==185508== by 0x485D331: spectral_adaptive_denoiser_run (adaptive_denoiser.c:174) ==185508== by 0x485CD26: stft_processor_run (stft_processor.c:107) ==185508== by 0x485C7C7: specbleach_adaptive_process (specbleach_adenoiser.c:91) ==185508== by 0x485C4CD: run (nrepellent-adaptive.c:243) ==185508== by 0x49ADAA1: lilv_instance_run (lilv.h:1948) ==185508== by 0x49ADAA1: filter_frame (af_lv2.c:220) ==185508== by 0x49F28FF: ff_filter_frame_framed (avfilter.c:1012) ==185508== by 0x49F28FF: ff_filter_frame_to_filter (avfilter.c:1156) ==185508== by 0x49F28FF: ff_filter_activate_default (avfilter.c:1205) ==185508== by 0x49F28FF: ff_filter_activate (avfilter.c:1364) ==185508== by 0x49F8937: push_frame (buffersrc.c:169) ==185508== by 0x49F8937: av_buffersrc_add_frame_flags (buffersrc.c:251) ==185508== by 0x139894: ifilter_send_frame (ffmpeg.c:2062) ==185508== by 0x139894: send_frame_to_filters (ffmpeg.c:2131) ==185508== by 0x1343F3: decode_audio (ffmpeg.c:2197) ==185508== by 0x1343F3: process_input_packet (ffmpeg.c:2469) ==185508== by 0x131476: process_input (ffmpeg.c:4225) ==185508== by 0x131476: transcode_step (ffmpeg.c:4365) ==185508== by 0x131476: transcode (ffmpeg.c:4419) ==185508== ==185508== Conditional jump or move depends on uninitialised value(s) ==185508== at 0x485F737: masking_thresholds (noise_scaling_criterias.c:237) ==185508== by 0x485F271: apply_noise_scaling_criteria (noise_scaling_criterias.c:135) ==185508== by 0x485D331: spectral_adaptive_denoiser_run (adaptive_denoiser.c:174) ==185508== by 0x485CD26: stft_processor_run (stft_processor.c:107) ==185508== by 0x485C7C7: specbleach_adaptive_process (specbleach_adenoiser.c:91) ==185508== by 0x485C4CD: run (nrepellent-adaptive.c:243) ==185508== by 0x49ADAA1: lilv_instance_run (lilv.h:1948) ==185508== by 0x49ADAA1: filter_frame (af_lv2.c:220) ==185508== by 0x49F28FF: ff_filter_frame_framed (avfilter.c:1012) ==185508== by 0x49F28FF: ff_filter_frame_to_filter (avfilter.c:1156) ==185508== by 0x49F28FF: ff_filter_activate_default (avfilter.c:1205) ==185508== by 0x49F28FF: ff_filter_activate (avfilter.c:1364) ==185508== by 0x49F8937: push_frame (buffersrc.c:169) ==185508== by 0x49F8937: av_buffersrc_add_frame_flags (buffersrc.c:251) ==185508== by 0x139894: ifilter_send_frame (ffmpeg.c:2062) ==185508== by 0x139894: send_frame_to_filters (ffmpeg.c:2131) ==185508== by 0x1343F3: decode_audio (ffmpeg.c:2197) ==185508== by 0x1343F3: process_input_packet (ffmpeg.c:2469) ==185508== by 0x131476: process_input (ffmpeg.c:4225) ==185508== by 0x131476: transcode_step (ffmpeg.c:4365) ==185508== by 0x131476: transcode (ffmpeg.c:4419) ==185508== ==185508== Conditional jump or move depends on uninitialised value(s) ==185508== at 0x4860863: spectrum_time_smoothing (spectral_smoother.c:131) ==185508== by 0x4860698: spectral_smoothing_run (spectral_smoother.c:91) ==185508== by 0x485D365: spectral_adaptive_denoiser_run (adaptive_denoiser.c:182) ==185508== by 0x485CD26: stft_processor_run (stft_processor.c:107) ==185508== by 0x485C7C7: specbleach_adaptive_process (specbleach_adenoiser.c:91) ==185508== by 0x485C4CD: run (nrepellent-adaptive.c:243) ==185508== by 0x49ADAA1: lilv_instance_run (lilv.h:1948) ==185508== by 0x49ADAA1: filter_frame (af_lv2.c:220) ==185508== by 0x49F28FF: ff_filter_frame_framed (avfilter.c:1012) ==185508== by 0x49F28FF: ff_filter_frame_to_filter (avfilter.c:1156) ==185508== by 0x49F28FF: ff_filter_activate_default (avfilter.c:1205) ==185508== by 0x49F28FF: ff_filter_activate (avfilter.c:1364) ==185508== by 0x49F8937: push_frame (buffersrc.c:169) ==185508== by 0x49F8937: av_buffersrc_add_frame_flags (buffersrc.c:251) ==185508== by 0x139894: ifilter_send_frame (ffmpeg.c:2062) ==185508== by 0x139894: send_frame_to_filters (ffmpeg.c:2131) ==185508== by 0x1343F3: decode_audio (ffmpeg.c:2197) ==185508== by 0x1343F3: process_input_packet (ffmpeg.c:2469) ==185508== by 0x131476: process_input (ffmpeg.c:4225) ==185508== by 0x131476: transcode_step (ffmpeg.c:4365) ==185508== by 0x131476: transcode (ffmpeg.c:4419) ==185508== ==185508== Conditional jump or move depends on uninitialised value(s) ==185508== at 0x486091E: wiener_subtraction (gain_estimators.c:32) ==185508== by 0x4860F8F: estimate_gains (gain_estimators.c:111) ==185508== by 0x485D3AB: spectral_adaptive_denoiser_run (adaptive_denoiser.c:186) ==185508== by 0x485CD26: stft_processor_run (stft_processor.c:107) ==185508== by 0x485C7C7: specbleach_adaptive_process (specbleach_adenoiser.c:91) ==185508== by 0x485C4CD: run (nrepellent-adaptive.c:243) ==185508== by 0x49ADAA1: lilv_instance_run (lilv.h:1948) ==185508== by 0x49ADAA1: filter_frame (af_lv2.c:220) ==185508== by 0x49F28FF: ff_filter_frame_framed (avfilter.c:1012) ==185508== by 0x49F28FF: ff_filter_frame_to_filter (avfilter.c:1156) ==185508== by 0x49F28FF: ff_filter_activate_default (avfilter.c:1205) ==185508== by 0x49F28FF: ff_filter_activate (avfilter.c:1364) ==185508== by 0x49F8937: push_frame (buffersrc.c:169) ==185508== by 0x49F8937: av_buffersrc_add_frame_flags (buffersrc.c:251) ==185508== by 0x139894: ifilter_send_frame (ffmpeg.c:2062) ==185508== by 0x139894: send_frame_to_filters (ffmpeg.c:2131) ==185508== by 0x1343F3: decode_audio (ffmpeg.c:2197) ==185508== by 0x1343F3: process_input_packet (ffmpeg.c:2469) ==185508== by 0x131476: process_input (ffmpeg.c:4225) ==185508== by 0x131476: transcode_step (ffmpeg.c:4365) ==185508== by 0x131476: transcode (ffmpeg.c:4419) ==185508== ==185508== Conditional jump or move depends on uninitialised value(s) ==185508== at 0x4860953: wiener_subtraction (gain_estimators.c:33) ==185508== by 0x4860F8F: estimate_gains (gain_estimators.c:111) ==185508== by 0x485D3AB: spectral_adaptive_denoiser_run (adaptive_denoiser.c:186) ==185508== by 0x485CD26: stft_processor_run (stft_processor.c:107) ==185508== by 0x485C7C7: specbleach_adaptive_process (specbleach_adenoiser.c:91) ==185508== by 0x485C4CD: run (nrepellent-adaptive.c:243) ==185508== by 0x49ADAA1: lilv_instance_run (lilv.h:1948) ==185508== by 0x49ADAA1: filter_frame (af_lv2.c:220) ==185508== by 0x49F28FF: ff_filter_frame_framed (avfilter.c:1012) ==185508== by 0x49F28FF: ff_filter_frame_to_filter (avfilter.c:1156) ==185508== by 0x49F28FF: ff_filter_activate_default (avfilter.c:1205) ==185508== by 0x49F28FF: ff_filter_activate (avfilter.c:1364) ==185508== by 0x49F8937: push_frame (buffersrc.c:169) ==185508== by 0x49F8937: av_buffersrc_add_frame_flags (buffersrc.c:251) ==185508== by 0x139894: ifilter_send_frame (ffmpeg.c:2062) ==185508== by 0x139894: send_frame_to_filters (ffmpeg.c:2131) ==185508== by 0x1343F3: decode_audio (ffmpeg.c:2197) ==185508== by 0x1343F3: process_input_packet (ffmpeg.c:2469) ==185508== by 0x131476: process_input (ffmpeg.c:4225) ==185508== by 0x131476: transcode_step (ffmpeg.c:4365) ==185508== by 0x131476: transcode (ffmpeg.c:4419) ==185508== ==185508== Conditional jump or move depends on uninitialised value(s) ==185508== at 0x6811D04: ??? (in /usr/lib/libm.so.6) ==185508== by 0x485EBD4: calculate_postfilter (postfilter.c:79) ==185508== by 0x485EDE7: postfilter_apply (postfilter.c:116) ==185508== by 0x485D3D1: spectral_adaptive_denoiser_run (adaptive_denoiser.c:191) ==185508== by 0x485CD26: stft_processor_run (stft_processor.c:107) ==185508== by 0x485C7C7: specbleach_adaptive_process (specbleach_adenoiser.c:91) ==185508== by 0x485C4CD: run (nrepellent-adaptive.c:243) ==185508== by 0x49ADAA1: lilv_instance_run (lilv.h:1948) ==185508== by 0x49ADAA1: filter_frame (af_lv2.c:220) ==185508== by 0x49F28FF: ff_filter_frame_framed (avfilter.c:1012) ==185508== by 0x49F28FF: ff_filter_frame_to_filter (avfilter.c:1156) ==185508== by 0x49F28FF: ff_filter_activate_default (avfilter.c:1205) ==185508== by 0x49F28FF: ff_filter_activate (avfilter.c:1364) ==185508== by 0x49F8937: push_frame (buffersrc.c:169) ==185508== by 0x49F8937: av_buffersrc_add_frame_flags (buffersrc.c:251) ==185508== by 0x139894: ifilter_send_frame (ffmpeg.c:2062) ==185508== by 0x139894: send_frame_to_filters (ffmpeg.c:2131) ==185508== by 0x1343F3: decode_audio (ffmpeg.c:2197) ==185508== by 0x1343F3: process_input_packet (ffmpeg.c:2469) ==185508== ==185508== Conditional jump or move depends on uninitialised value(s) ==185508== at 0x6811E40: ??? (in /usr/lib/libm.so.6) ==185508== by 0x485EBD4: calculate_postfilter (postfilter.c:79) ==185508== by 0x485EDE7: postfilter_apply (postfilter.c:116) ==185508== by 0x485D3D1: spectral_adaptive_denoiser_run (adaptive_denoiser.c:191) ==185508== by 0x485CD26: stft_processor_run (stft_processor.c:107) ==185508== by 0x485C7C7: specbleach_adaptive_process (specbleach_adenoiser.c:91) ==185508== by 0x485C4CD: run (nrepellent-adaptive.c:243) ==185508== by 0x49ADAA1: lilv_instance_run (lilv.h:1948) ==185508== by 0x49ADAA1: filter_frame (af_lv2.c:220) ==185508== by 0x49F28FF: ff_filter_frame_framed (avfilter.c:1012) ==185508== by 0x49F28FF: ff_filter_frame_to_filter (avfilter.c:1156) ==185508== by 0x49F28FF: ff_filter_activate_default (avfilter.c:1205) ==185508== by 0x49F28FF: ff_filter_activate (avfilter.c:1364) ==185508== by 0x49F8937: push_frame (buffersrc.c:169) ==185508== by 0x49F8937: av_buffersrc_add_frame_flags (buffersrc.c:251) ==185508== by 0x139894: ifilter_send_frame (ffmpeg.c:2062) ==185508== by 0x139894: send_frame_to_filters (ffmpeg.c:2131) ==185508== by 0x1343F3: decode_audio (ffmpeg.c:2197) ==185508== by 0x1343F3: process_input_packet (ffmpeg.c:2469) ==185508== ==185508== Conditional jump or move depends on uninitialised value(s) ==185508== at 0x6811E4A: ??? (in /usr/lib/libm.so.6) ==185508== by 0x485EBD4: calculate_postfilter (postfilter.c:79) ==185508== by 0x485EDE7: postfilter_apply (postfilter.c:116) ==185508== by 0x485D3D1: spectral_adaptive_denoiser_run (adaptive_denoiser.c:191) ==185508== by 0x485CD26: stft_processor_run (stft_processor.c:107) ==185508== by 0x485C7C7: specbleach_adaptive_process (specbleach_adenoiser.c:91) ==185508== by 0x485C4CD: run (nrepellent-adaptive.c:243) ==185508== by 0x49ADAA1: lilv_instance_run (lilv.h:1948) ==185508== by 0x49ADAA1: filter_frame (af_lv2.c:220) ==185508== by 0x49F28FF: ff_filter_frame_framed (avfilter.c:1012) ==185508== by 0x49F28FF: ff_filter_frame_to_filter (avfilter.c:1156) ==185508== by 0x49F28FF: ff_filter_activate_default (avfilter.c:1205) ==185508== by 0x49F28FF: ff_filter_activate (avfilter.c:1364) ==185508== by 0x49F8937: push_frame (buffersrc.c:169) ==185508== by 0x49F8937: av_buffersrc_add_frame_flags (buffersrc.c:251) ==185508== by 0x139894: ifilter_send_frame (ffmpeg.c:2062) ==185508== by 0x139894: send_frame_to_filters (ffmpeg.c:2131) ==185508== by 0x1343F3: decode_audio (ffmpeg.c:2197) ==185508== by 0x1343F3: process_input_packet (ffmpeg.c:2469) ==185508== ==185508== Conditional jump or move depends on uninitialised value(s) ==185508== at 0x6811E55: ??? (in /usr/lib/libm.so.6) ==185508== by 0x485EBD4: calculate_postfilter (postfilter.c:79) ==185508== by 0x485EDE7: postfilter_apply (postfilter.c:116) ==185508== by 0x485D3D1: spectral_adaptive_denoiser_run (adaptive_denoiser.c:191) ==185508== by 0x485CD26: stft_processor_run (stft_processor.c:107) ==185508== by 0x485C7C7: specbleach_adaptive_process (specbleach_adenoiser.c:91) ==185508== by 0x485C4CD: run (nrepellent-adaptive.c:243) ==185508== by 0x49ADAA1: lilv_instance_run (lilv.h:1948) ==185508== by 0x49ADAA1: filter_frame (af_lv2.c:220) ==185508== by 0x49F28FF: ff_filter_frame_framed (avfilter.c:1012) ==185508== by 0x49F28FF: ff_filter_frame_to_filter (avfilter.c:1156) ==185508== by 0x49F28FF: ff_filter_activate_default (avfilter.c:1205) ==185508== by 0x49F28FF: ff_filter_activate (avfilter.c:1364) ==185508== by 0x49F8937: push_frame (buffersrc.c:169) ==185508== by 0x49F8937: av_buffersrc_add_frame_flags (buffersrc.c:251) ==185508== by 0x139894: ifilter_send_frame (ffmpeg.c:2062) ==185508== by 0x139894: send_frame_to_filters (ffmpeg.c:2131) ==185508== by 0x1343F3: decode_audio (ffmpeg.c:2197) ==185508== by 0x1343F3: process_input_packet (ffmpeg.c:2469) ==185508== ==185508== Use of uninitialised value of size 8 ==185508== at 0x6811D6B: ??? (in /usr/lib/libm.so.6) ==185508== by 0x485EBD4: calculate_postfilter (postfilter.c:79) ==185508== by 0x485EDE7: postfilter_apply (postfilter.c:116) ==185508== by 0x485D3D1: spectral_adaptive_denoiser_run (adaptive_denoiser.c:191) ==185508== by 0x485CD26: stft_processor_run (stft_processor.c:107) ==185508== by 0x485C7C7: specbleach_adaptive_process (specbleach_adenoiser.c:91) ==185508== by 0x485C4CD: run (nrepellent-adaptive.c:243) ==185508== by 0x49ADAA1: lilv_instance_run (lilv.h:1948) ==185508== by 0x49ADAA1: filter_frame (af_lv2.c:220) ==185508== by 0x49F28FF: ff_filter_frame_framed (avfilter.c:1012) ==185508== by 0x49F28FF: ff_filter_frame_to_filter (avfilter.c:1156) ==185508== by 0x49F28FF: ff_filter_activate_default (avfilter.c:1205) ==185508== by 0x49F28FF: ff_filter_activate (avfilter.c:1364) ==185508== by 0x49F8937: push_frame (buffersrc.c:169) ==185508== by 0x49F8937: av_buffersrc_add_frame_flags (buffersrc.c:251) ==185508== by 0x139894: ifilter_send_frame (ffmpeg.c:2062) ==185508== by 0x139894: send_frame_to_filters (ffmpeg.c:2131) ==185508== by 0x1343F3: decode_audio (ffmpeg.c:2197) ==185508== by 0x1343F3: process_input_packet (ffmpeg.c:2469) ==185508== ==185508== Conditional jump or move depends on uninitialised value(s) ==185508== at 0x6811DB3: ??? (in /usr/lib/libm.so.6) ==185508== by 0x485EBD4: calculate_postfilter (postfilter.c:79) ==185508== by 0x485EDE7: postfilter_apply (postfilter.c:116) ==185508== by 0x485D3D1: spectral_adaptive_denoiser_run (adaptive_denoiser.c:191) ==185508== by 0x485CD26: stft_processor_run (stft_processor.c:107) ==185508== by 0x485C7C7: specbleach_adaptive_process (specbleach_adenoiser.c:91) ==185508== by 0x485C4CD: run (nrepellent-adaptive.c:243) ==185508== by 0x49ADAA1: lilv_instance_run (lilv.h:1948) ==185508== by 0x49ADAA1: filter_frame (af_lv2.c:220) ==185508== by 0x49F28FF: ff_filter_frame_framed (avfilter.c:1012) ==185508== by 0x49F28FF: ff_filter_frame_to_filter (avfilter.c:1156) ==185508== by 0x49F28FF: ff_filter_activate_default (avfilter.c:1205) ==185508== by 0x49F28FF: ff_filter_activate (avfilter.c:1364) ==185508== by 0x49F8937: push_frame (buffersrc.c:169) ==185508== by 0x49F8937: av_buffersrc_add_frame_flags (buffersrc.c:251) ==185508== by 0x139894: ifilter_send_frame (ffmpeg.c:2062) ==185508== by 0x139894: send_frame_to_filters (ffmpeg.c:2131) ==185508== by 0x1343F3: decode_audio (ffmpeg.c:2197) ==185508== by 0x1343F3: process_input_packet (ffmpeg.c:2469) ==185508== ==185508== Use of uninitialised value of size 8 ==185508== at 0x6811DF6: ??? (in /usr/lib/libm.so.6) ==185508== by 0x485EBD4: calculate_postfilter (postfilter.c:79) ==185508== by 0x485EDE7: postfilter_apply (postfilter.c:116) ==185508== by 0x485D3D1: spectral_adaptive_denoiser_run (adaptive_denoiser.c:191) ==185508== by 0x485CD26: stft_processor_run (stft_processor.c:107) ==185508== by 0x485C7C7: specbleach_adaptive_process (specbleach_adenoiser.c:91) ==185508== by 0x485C4CD: run (nrepellent-adaptive.c:243) ==185508== by 0x49ADAA1: lilv_instance_run (lilv.h:1948) ==185508== by 0x49ADAA1: filter_frame (af_lv2.c:220) ==185508== by 0x49F28FF: ff_filter_frame_framed (avfilter.c:1012) ==185508== by 0x49F28FF: ff_filter_frame_to_filter (avfilter.c:1156) ==185508== by 0x49F28FF: ff_filter_activate_default (avfilter.c:1205) ==185508== by 0x49F28FF: ff_filter_activate (avfilter.c:1364) ==185508== by 0x49F8937: push_frame (buffersrc.c:169) ==185508== by 0x49F8937: av_buffersrc_add_frame_flags (buffersrc.c:251) ==185508== by 0x139894: ifilter_send_frame (ffmpeg.c:2062) ==185508== by 0x139894: send_frame_to_filters (ffmpeg.c:2131) ==185508== by 0x1343F3: decode_audio (ffmpeg.c:2197) ==185508== by 0x1343F3: process_input_packet (ffmpeg.c:2469) ==185508== ==185508== Conditional jump or move depends on uninitialised value(s) ==185508== at 0x6811D04: ??? (in /usr/lib/libm.so.6) ==185508== by 0x485EC07: calculate_postfilter (postfilter.c:80) ==185508== by 0x485EDE7: postfilter_apply (postfilter.c:116) ==185508== by 0x485D3D1: spectral_adaptive_denoiser_run (adaptive_denoiser.c:191) ==185508== by 0x485CD26: stft_processor_run (stft_processor.c:107) ==185508== by 0x485C7C7: specbleach_adaptive_process (specbleach_adenoiser.c:91) ==185508== by 0x485C4CD: run (nrepellent-adaptive.c:243) ==185508== by 0x49ADAA1: lilv_instance_run (lilv.h:1948) ==185508== by 0x49ADAA1: filter_frame (af_lv2.c:220) ==185508== by 0x49F28FF: ff_filter_frame_framed (avfilter.c:1012) ==185508== by 0x49F28FF: ff_filter_frame_to_filter (avfilter.c:1156) ==185508== by 0x49F28FF: ff_filter_activate_default (avfilter.c:1205) ==185508== by 0x49F28FF: ff_filter_activate (avfilter.c:1364) ==185508== by 0x49F8937: push_frame (buffersrc.c:169) ==185508== by 0x49F8937: av_buffersrc_add_frame_flags (buffersrc.c:251) ==185508== by 0x139894: ifilter_send_frame (ffmpeg.c:2062) ==185508== by 0x139894: send_frame_to_filters (ffmpeg.c:2131) ==185508== by 0x1343F3: decode_audio (ffmpeg.c:2197) ==185508== by 0x1343F3: process_input_packet (ffmpeg.c:2469) ==185508== ==185508== Conditional jump or move depends on uninitialised value(s) ==185508== at 0x6811E40: ??? (in /usr/lib/libm.so.6) ==185508== by 0x485EC07: calculate_postfilter (postfilter.c:80) ==185508== by 0x485EDE7: postfilter_apply (postfilter.c:116) ==185508== by 0x485D3D1: spectral_adaptive_denoiser_run (adaptive_denoiser.c:191) ==185508== by 0x485CD26: stft_processor_run (stft_processor.c:107) ==185508== by 0x485C7C7: specbleach_adaptive_process (specbleach_adenoiser.c:91) ==185508== by 0x485C4CD: run (nrepellent-adaptive.c:243) ==185508== by 0x49ADAA1: lilv_instance_run (lilv.h:1948) ==185508== by 0x49ADAA1: filter_frame (af_lv2.c:220) ==185508== by 0x49F28FF: ff_filter_frame_framed (avfilter.c:1012) ==185508== by 0x49F28FF: ff_filter_frame_to_filter (avfilter.c:1156) ==185508== by 0x49F28FF: ff_filter_activate_default (avfilter.c:1205) ==185508== by 0x49F28FF: ff_filter_activate (avfilter.c:1364) ==185508== by 0x49F8937: push_frame (buffersrc.c:169) ==185508== by 0x49F8937: av_buffersrc_add_frame_flags (buffersrc.c:251) ==185508== by 0x139894: ifilter_send_frame (ffmpeg.c:2062) ==185508== by 0x139894: send_frame_to_filters (ffmpeg.c:2131) ==185508== by 0x1343F3: decode_audio (ffmpeg.c:2197) ==185508== by 0x1343F3: process_input_packet (ffmpeg.c:2469) ==185508== ==185508== Conditional jump or move depends on uninitialised value(s) ==185508== at 0x6811E4A: ??? (in /usr/lib/libm.so.6) ==185508== by 0x485EC07: calculate_postfilter (postfilter.c:80) ==185508== by 0x485EDE7: postfilter_apply (postfilter.c:116) ==185508== by 0x485D3D1: spectral_adaptive_denoiser_run (adaptive_denoiser.c:191) ==185508== by 0x485CD26: stft_processor_run (stft_processor.c:107) ==185508== by 0x485C7C7: specbleach_adaptive_process (specbleach_adenoiser.c:91) ==185508== by 0x485C4CD: run (nrepellent-adaptive.c:243) ==185508== by 0x49ADAA1: lilv_instance_run (lilv.h:1948) ==185508== by 0x49ADAA1: filter_frame (af_lv2.c:220) ==185508== by 0x49F28FF: ff_filter_frame_framed (avfilter.c:1012) ==185508== by 0x49F28FF: ff_filter_frame_to_filter (avfilter.c:1156) ==185508== by 0x49F28FF: ff_filter_activate_default (avfilter.c:1205) ==185508== by 0x49F28FF: ff_filter_activate (avfilter.c:1364) ==185508== by 0x49F8937: push_frame (buffersrc.c:169) ==185508== by 0x49F8937: av_buffersrc_add_frame_flags (buffersrc.c:251) ==185508== by 0x139894: ifilter_send_frame (ffmpeg.c:2062) ==185508== by 0x139894: send_frame_to_filters (ffmpeg.c:2131) ==185508== by 0x1343F3: decode_audio (ffmpeg.c:2197) ==185508== by 0x1343F3: process_input_packet (ffmpeg.c:2469) ==185508== ==185508== Conditional jump or move depends on uninitialised value(s) ==185508== at 0x6811E55: ??? (in /usr/lib/libm.so.6) ==185508== by 0x485EC07: calculate_postfilter (postfilter.c:80) ==185508== by 0x485EDE7: postfilter_apply (postfilter.c:116) ==185508== by 0x485D3D1: spectral_adaptive_denoiser_run (adaptive_denoiser.c:191) ==185508== by 0x485CD26: stft_processor_run (stft_processor.c:107) ==185508== by 0x485C7C7: specbleach_adaptive_process (specbleach_adenoiser.c:91) ==185508== by 0x485C4CD: run (nrepellent-adaptive.c:243) ==185508== by 0x49ADAA1: lilv_instance_run (lilv.h:1948) ==185508== by 0x49ADAA1: filter_frame (af_lv2.c:220) ==185508== by 0x49F28FF: ff_filter_frame_framed (avfilter.c:1012) ==185508== by 0x49F28FF: ff_filter_frame_to_filter (avfilter.c:1156) ==185508== by 0x49F28FF: ff_filter_activate_default (avfilter.c:1205) ==185508== by 0x49F28FF: ff_filter_activate (avfilter.c:1364) ==185508== by 0x49F8937: push_frame (buffersrc.c:169) ==185508== by 0x49F8937: av_buffersrc_add_frame_flags (buffersrc.c:251) ==185508== by 0x139894: ifilter_send_frame (ffmpeg.c:2062) ==185508== by 0x139894: send_frame_to_filters (ffmpeg.c:2131) ==185508== by 0x1343F3: decode_audio (ffmpeg.c:2197) ==185508== by 0x1343F3: process_input_packet (ffmpeg.c:2469) ==185508== ==185508== Use of uninitialised value of size 8 ==185508== at 0x6811D6B: ??? (in /usr/lib/libm.so.6) ==185508== by 0x485EC07: calculate_postfilter (postfilter.c:80) ==185508== by 0x485EDE7: postfilter_apply (postfilter.c:116) ==185508== by 0x485D3D1: spectral_adaptive_denoiser_run (adaptive_denoiser.c:191) ==185508== by 0x485CD26: stft_processor_run (stft_processor.c:107) ==185508== by 0x485C7C7: specbleach_adaptive_process (specbleach_adenoiser.c:91) ==185508== by 0x485C4CD: run (nrepellent-adaptive.c:243) ==185508== by 0x49ADAA1: lilv_instance_run (lilv.h:1948) ==185508== by 0x49ADAA1: filter_frame (af_lv2.c:220) ==185508== by 0x49F28FF: ff_filter_frame_framed (avfilter.c:1012) ==185508== by 0x49F28FF: ff_filter_frame_to_filter (avfilter.c:1156) ==185508== by 0x49F28FF: ff_filter_activate_default (avfilter.c:1205) ==185508== by 0x49F28FF: ff_filter_activate (avfilter.c:1364) ==185508== by 0x49F8937: push_frame (buffersrc.c:169) ==185508== by 0x49F8937: av_buffersrc_add_frame_flags (buffersrc.c:251) ==185508== by 0x139894: ifilter_send_frame (ffmpeg.c:2062) ==185508== by 0x139894: send_frame_to_filters (ffmpeg.c:2131) ==185508== by 0x1343F3: decode_audio (ffmpeg.c:2197) ==185508== by 0x1343F3: process_input_packet (ffmpeg.c:2469) ==185508== ==185508== Conditional jump or move depends on uninitialised value(s) ==185508== at 0x6811DB3: ??? (in /usr/lib/libm.so.6) ==185508== by 0x485EC07: calculate_postfilter (postfilter.c:80) ==185508== by 0x485EDE7: postfilter_apply (postfilter.c:116) ==185508== by 0x485D3D1: spectral_adaptive_denoiser_run (adaptive_denoiser.c:191) ==185508== by 0x485CD26: stft_processor_run (stft_processor.c:107) ==185508== by 0x485C7C7: specbleach_adaptive_process (specbleach_adenoiser.c:91) ==185508== by 0x485C4CD: run (nrepellent-adaptive.c:243) ==185508== by 0x49ADAA1: lilv_instance_run (lilv.h:1948) ==185508== by 0x49ADAA1: filter_frame (af_lv2.c:220) ==185508== by 0x49F28FF: ff_filter_frame_framed (avfilter.c:1012) ==185508== by 0x49F28FF: ff_filter_frame_to_filter (avfilter.c:1156) ==185508== by 0x49F28FF: ff_filter_activate_default (avfilter.c:1205) ==185508== by 0x49F28FF: ff_filter_activate (avfilter.c:1364) ==185508== by 0x49F8937: push_frame (buffersrc.c:169) ==185508== by 0x49F8937: av_buffersrc_add_frame_flags (buffersrc.c:251) ==185508== by 0x139894: ifilter_send_frame (ffmpeg.c:2062) ==185508== by 0x139894: send_frame_to_filters (ffmpeg.c:2131) ==185508== by 0x1343F3: decode_audio (ffmpeg.c:2197) ==185508== by 0x1343F3: process_input_packet (ffmpeg.c:2469) ==185508== ==185508== Use of uninitialised value of size 8 ==185508== at 0x6811DF6: ??? (in /usr/lib/libm.so.6) ==185508== by 0x485EC07: calculate_postfilter (postfilter.c:80) ==185508== by 0x485EDE7: postfilter_apply (postfilter.c:116) ==185508== by 0x485D3D1: spectral_adaptive_denoiser_run (adaptive_denoiser.c:191) ==185508== by 0x485CD26: stft_processor_run (stft_processor.c:107) ==185508== by 0x485C7C7: specbleach_adaptive_process (specbleach_adenoiser.c:91) ==185508== by 0x485C4CD: run (nrepellent-adaptive.c:243) ==185508== by 0x49ADAA1: lilv_instance_run (lilv.h:1948) ==185508== by 0x49ADAA1: filter_frame (af_lv2.c:220) ==185508== by 0x49F28FF: ff_filter_frame_framed (avfilter.c:1012) ==185508== by 0x49F28FF: ff_filter_frame_to_filter (avfilter.c:1156) ==185508== by 0x49F28FF: ff_filter_activate_default (avfilter.c:1205) ==185508== by 0x49F28FF: ff_filter_activate (avfilter.c:1364) ==185508== by 0x49F8937: push_frame (buffersrc.c:169) ==185508== by 0x49F8937: av_buffersrc_add_frame_flags (buffersrc.c:251) ==185508== by 0x139894: ifilter_send_frame (ffmpeg.c:2062) ==185508== by 0x139894: send_frame_to_filters (ffmpeg.c:2131) ==185508== by 0x1343F3: decode_audio (ffmpeg.c:2197) ==185508== by 0x1343F3: process_input_packet (ffmpeg.c:2469) ==185508== ==185508== Conditional jump or move depends on uninitialised value(s) ==185508== at 0x485EC4A: calculate_postfilter (postfilter.c:85) ==185508== by 0x485EDE7: postfilter_apply (postfilter.c:116) ==185508== by 0x485D3D1: spectral_adaptive_denoiser_run (adaptive_denoiser.c:191) ==185508== by 0x485CD26: stft_processor_run (stft_processor.c:107) ==185508== by 0x485C7C7: specbleach_adaptive_process (specbleach_adenoiser.c:91) ==185508== by 0x485C4CD: run (nrepellent-adaptive.c:243) ==185508== by 0x49ADAA1: lilv_instance_run (lilv.h:1948) ==185508== by 0x49ADAA1: filter_frame (af_lv2.c:220) ==185508== by 0x49F28FF: ff_filter_frame_framed (avfilter.c:1012) ==185508== by 0x49F28FF: ff_filter_frame_to_filter (avfilter.c:1156) ==185508== by 0x49F28FF: ff_filter_activate_default (avfilter.c:1205) ==185508== by 0x49F28FF: ff_filter_activate (avfilter.c:1364) ==185508== by 0x49F8937: push_frame (buffersrc.c:169) ==185508== by 0x49F8937: av_buffersrc_add_frame_flags (buffersrc.c:251) ==185508== by 0x139894: ifilter_send_frame (ffmpeg.c:2062) ==185508== by 0x139894: send_frame_to_filters (ffmpeg.c:2131) ==185508== by 0x1343F3: decode_audio (ffmpeg.c:2197) ==185508== by 0x1343F3: process_input_packet (ffmpeg.c:2469) ==185508== by 0x131476: process_input (ffmpeg.c:4225) ==185508== by 0x131476: transcode_step (ffmpeg.c:4365) ==185508== by 0x131476: transcode (ffmpeg.c:4419) ==185508== ==185508== Conditional jump or move depends on uninitialised value(s) ==185508== at 0x67E4127: fminf (in /usr/lib/libm.so.6) ==185508== by 0x485DA45: min_spectrum (spectral_utils.c:123) ==185508== by 0x485EF6B: postfilter_apply (postfilter.c:138) ==185508== by 0x485D3D1: spectral_adaptive_denoiser_run (adaptive_denoiser.c:191) ==185508== by 0x485CD26: stft_processor_run (stft_processor.c:107) ==185508== by 0x485C7C7: specbleach_adaptive_process (specbleach_adenoiser.c:91) ==185508== by 0x485C4CD: run (nrepellent-adaptive.c:243) ==185508== by 0x49ADAA1: lilv_instance_run (lilv.h:1948) ==185508== by 0x49ADAA1: filter_frame (af_lv2.c:220) ==185508== by 0x49F28FF: ff_filter_frame_framed (avfilter.c:1012) ==185508== by 0x49F28FF: ff_filter_frame_to_filter (avfilter.c:1156) ==185508== by 0x49F28FF: ff_filter_activate_default (avfilter.c:1205) ==185508== by 0x49F28FF: ff_filter_activate (avfilter.c:1364) ==185508== by 0x49F8937: push_frame (buffersrc.c:169) ==185508== by 0x49F8937: av_buffersrc_add_frame_flags (buffersrc.c:251) ==185508== by 0x139894: ifilter_send_frame (ffmpeg.c:2062) ==185508== by 0x139894: send_frame_to_filters (ffmpeg.c:2131) ==185508== by 0x1343F3: decode_audio (ffmpeg.c:2197) ==185508== by 0x1343F3: process_input_packet (ffmpeg.c:2469) ==185508== ==185508== Conditional jump or move depends on uninitialised value(s) ==185508== at 0x67B2D31: log10f (in /usr/lib/libm.so.6) ==185508== by 0x48603D9: compute_tonality_factor (masking_estimator.c:189) ==185508== by 0x485FF9C: compute_masking_thresholds (masking_estimator.c:131) ==185508== by 0x485F665: masking_thresholds (noise_scaling_criterias.c:224) ==185508== by 0x485F271: apply_noise_scaling_criteria (noise_scaling_criterias.c:135) ==185508== by 0x485D331: spectral_adaptive_denoiser_run (adaptive_denoiser.c:174) ==185508== by 0x485CD26: stft_processor_run (stft_processor.c:107) ==185508== by 0x485C7C7: specbleach_adaptive_process (specbleach_adenoiser.c:91) ==185508== by 0x485C4CD: run (nrepellent-adaptive.c:243) ==185508== by 0x49ADAA1: lilv_instance_run (lilv.h:1948) ==185508== by 0x49ADAA1: filter_frame (af_lv2.c:220) ==185508== by 0x49F28FF: ff_filter_frame_framed (avfilter.c:1012) ==185508== by 0x49F28FF: ff_filter_frame_to_filter (avfilter.c:1156) ==185508== by 0x49F28FF: ff_filter_activate_default (avfilter.c:1205) ==185508== by 0x49F28FF: ff_filter_activate (avfilter.c:1364) ==185508== by 0x49F8937: push_frame (buffersrc.c:169) ==185508== by 0x49F8937: av_buffersrc_add_frame_flags (buffersrc.c:251) ==185508== ==185508== Conditional jump or move depends on uninitialised value(s) ==185508== at 0x67B2D31: log10f (in /usr/lib/libm.so.6) ==185508== by 0x486049C: compute_tonality_factor (masking_estimator.c:196) ==185508== by 0x485FF9C: compute_masking_thresholds (masking_estimator.c:131) ==185508== by 0x485F665: masking_thresholds (noise_scaling_criterias.c:224) ==185508== by 0x485F271: apply_noise_scaling_criteria (noise_scaling_criterias.c:135) ==185508== by 0x485D331: spectral_adaptive_denoiser_run (adaptive_denoiser.c:174) ==185508== by 0x485CD26: stft_processor_run (stft_processor.c:107) ==185508== by 0x485C7C7: specbleach_adaptive_process (specbleach_adenoiser.c:91) ==185508== by 0x485C4CD: run (nrepellent-adaptive.c:243) ==185508== by 0x49ADAA1: lilv_instance_run (lilv.h:1948) ==185508== by 0x49ADAA1: filter_frame (af_lv2.c:220) ==185508== by 0x49F28FF: ff_filter_frame_framed (avfilter.c:1012) ==185508== by 0x49F28FF: ff_filter_frame_to_filter (avfilter.c:1156) ==185508== by 0x49F28FF: ff_filter_activate_default (avfilter.c:1205) ==185508== by 0x49F28FF: ff_filter_activate (avfilter.c:1364) ==185508== by 0x49F8937: push_frame (buffersrc.c:169) ==185508== by 0x49F8937: av_buffersrc_add_frame_flags (buffersrc.c:251) ==185508== ==185508== Conditional jump or move depends on uninitialised value(s) ==185508== at 0x67E413F: fminf (in /usr/lib/libm.so.6) ==185508== by 0x48604D3: compute_tonality_factor (masking_estimator.c:198) ==185508== by 0x485FF9C: compute_masking_thresholds (masking_estimator.c:131) ==185508== by 0x485F665: masking_thresholds (noise_scaling_criterias.c:224) ==185508== by 0x485F271: apply_noise_scaling_criteria (noise_scaling_criterias.c:135) ==185508== by 0x485D331: spectral_adaptive_denoiser_run (adaptive_denoiser.c:174) ==185508== by 0x485CD26: stft_processor_run (stft_processor.c:107) ==185508== by 0x485C7C7: specbleach_adaptive_process (specbleach_adenoiser.c:91) ==185508== by 0x485C4CD: run (nrepellent-adaptive.c:243) ==185508== by 0x49ADAA1: lilv_instance_run (lilv.h:1948) ==185508== by 0x49ADAA1: filter_frame (af_lv2.c:220) ==185508== by 0x49F28FF: ff_filter_frame_framed (avfilter.c:1012) ==185508== by 0x49F28FF: ff_filter_frame_to_filter (avfilter.c:1156) ==185508== by 0x49F28FF: ff_filter_activate_default (avfilter.c:1205) ==185508== by 0x49F28FF: ff_filter_activate (avfilter.c:1364) ==185508== by 0x49F8937: push_frame (buffersrc.c:169) ==185508== by 0x49F8937: av_buffersrc_add_frame_flags (buffersrc.c:251) ==185508== ==185508== Conditional jump or move depends on uninitialised value(s) ==185508== at 0x67B2D31: log10f (in /usr/lib/libm.so.6) ==185508== by 0x486003B: compute_masking_thresholds (masking_estimator.c:145) ==185508== by 0x485F665: masking_thresholds (noise_scaling_criterias.c:224) ==185508== by 0x485F271: apply_noise_scaling_criteria (noise_scaling_criterias.c:135) ==185508== by 0x485D331: spectral_adaptive_denoiser_run (adaptive_denoiser.c:174) ==185508== by 0x485CD26: stft_processor_run (stft_processor.c:107) ==185508== by 0x485C7C7: specbleach_adaptive_process (specbleach_adenoiser.c:91) ==185508== by 0x485C4CD: run (nrepellent-adaptive.c:243) ==185508== by 0x49ADAA1: lilv_instance_run (lilv.h:1948) ==185508== by 0x49ADAA1: filter_frame (af_lv2.c:220) ==185508== by 0x49F28FF: ff_filter_frame_framed (avfilter.c:1012) ==185508== by 0x49F28FF: ff_filter_frame_to_filter (avfilter.c:1156) ==185508== by 0x49F28FF: ff_filter_activate_default (avfilter.c:1205) ==185508== by 0x49F28FF: ff_filter_activate (avfilter.c:1364) ==185508== by 0x49F8937: push_frame (buffersrc.c:169) ==185508== by 0x49F8937: av_buffersrc_add_frame_flags (buffersrc.c:251) ==185508== by 0x139894: ifilter_send_frame (ffmpeg.c:2062) ==185508== by 0x139894: send_frame_to_filters (ffmpeg.c:2131) ==185508== ==185508== Conditional jump or move depends on uninitialised value(s) ==185508== at 0x67E40FF: fmaxf (in /usr/lib/libm.so.6) ==185508== by 0x48625D3: apply_thresholds_as_floor (absolute_hearing_thresholds.c:134) ==185508== by 0x4860153: compute_masking_thresholds (masking_estimator.c:157) ==185508== by 0x485F665: masking_thresholds (noise_scaling_criterias.c:224) ==185508== by 0x485F271: apply_noise_scaling_criteria (noise_scaling_criterias.c:135) ==185508== by 0x485D331: spectral_adaptive_denoiser_run (adaptive_denoiser.c:174) ==185508== by 0x485CD26: stft_processor_run (stft_processor.c:107) ==185508== by 0x485C7C7: specbleach_adaptive_process (specbleach_adenoiser.c:91) ==185508== by 0x485C4CD: run (nrepellent-adaptive.c:243) ==185508== by 0x49ADAA1: lilv_instance_run (lilv.h:1948) ==185508== by 0x49ADAA1: filter_frame (af_lv2.c:220) ==185508== by 0x49F28FF: ff_filter_frame_framed (avfilter.c:1012) ==185508== by 0x49F28FF: ff_filter_frame_to_filter (avfilter.c:1156) ==185508== by 0x49F28FF: ff_filter_activate_default (avfilter.c:1205) ==185508== by 0x49F28FF: ff_filter_activate (avfilter.c:1364) ==185508== by 0x49F8937: push_frame (buffersrc.c:169) ==185508== by 0x49F8937: av_buffersrc_add_frame_flags (buffersrc.c:251) ==185508== ==185508== Conditional jump or move depends on uninitialised value(s) ==185508== at 0x6811FC9: ??? (in /usr/lib/libm.so.6) ==185508== by 0x485EBD4: calculate_postfilter (postfilter.c:79) ==185508== by 0x485EDE7: postfilter_apply (postfilter.c:116) ==185508== by 0x485D3D1: spectral_adaptive_denoiser_run (adaptive_denoiser.c:191) ==185508== by 0x485CD26: stft_processor_run (stft_processor.c:107) ==185508== by 0x485C7C7: specbleach_adaptive_process (specbleach_adenoiser.c:91) ==185508== by 0x485C4CD: run (nrepellent-adaptive.c:243) ==185508== by 0x49ADAA1: lilv_instance_run (lilv.h:1948) ==185508== by 0x49ADAA1: filter_frame (af_lv2.c:220) ==185508== by 0x49F28FF: ff_filter_frame_framed (avfilter.c:1012) ==185508== by 0x49F28FF: ff_filter_frame_to_filter (avfilter.c:1156) ==185508== by 0x49F28FF: ff_filter_activate_default (avfilter.c:1205) ==185508== by 0x49F28FF: ff_filter_activate (avfilter.c:1364) ==185508== by 0x49F8937: push_frame (buffersrc.c:169) ==185508== by 0x49F8937: av_buffersrc_add_frame_flags (buffersrc.c:251) ==185508== by 0x139894: ifilter_send_frame (ffmpeg.c:2062) ==185508== by 0x139894: send_frame_to_filters (ffmpeg.c:2131) ==185508== by 0x1343F3: decode_audio (ffmpeg.c:2197) ==185508== by 0x1343F3: process_input_packet (ffmpeg.c:2469) ==185508== ==185508== Conditional jump or move depends on uninitialised value(s) ==185508== at 0x6811FCD: ??? (in /usr/lib/libm.so.6) ==185508== by 0x485EBD4: calculate_postfilter (postfilter.c:79) ==185508== by 0x485EDE7: postfilter_apply (postfilter.c:116) ==185508== by 0x485D3D1: spectral_adaptive_denoiser_run (adaptive_denoiser.c:191) ==185508== by 0x485CD26: stft_processor_run (stft_processor.c:107) ==185508== by 0x485C7C7: specbleach_adaptive_process (specbleach_adenoiser.c:91) ==185508== by 0x485C4CD: run (nrepellent-adaptive.c:243) ==185508== by 0x49ADAA1: lilv_instance_run (lilv.h:1948) ==185508== by 0x49ADAA1: filter_frame (af_lv2.c:220) ==185508== by 0x49F28FF: ff_filter_frame_framed (avfilter.c:1012) ==185508== by 0x49F28FF: ff_filter_frame_to_filter (avfilter.c:1156) ==185508== by 0x49F28FF: ff_filter_activate_default (avfilter.c:1205) ==185508== by 0x49F28FF: ff_filter_activate (avfilter.c:1364) ==185508== by 0x49F8937: push_frame (buffersrc.c:169) ==185508== by 0x49F8937: av_buffersrc_add_frame_flags (buffersrc.c:251) ==185508== by 0x139894: ifilter_send_frame (ffmpeg.c:2062) ==185508== by 0x139894: send_frame_to_filters (ffmpeg.c:2131) ==185508== by 0x1343F3: decode_audio (ffmpeg.c:2197) ==185508== by 0x1343F3: process_input_packet (ffmpeg.c:2469) ==185508== ==185508== Conditional jump or move depends on uninitialised value(s) ==185508== at 0x6811FC9: ??? (in /usr/lib/libm.so.6) ==185508== by 0x485EC07: calculate_postfilter (postfilter.c:80) ==185508== by 0x485EDE7: postfilter_apply (postfilter.c:116) ==185508== by 0x485D3D1: spectral_adaptive_denoiser_run (adaptive_denoiser.c:191) ==185508== by 0x485CD26: stft_processor_run (stft_processor.c:107) ==185508== by 0x485C7C7: specbleach_adaptive_process (specbleach_adenoiser.c:91) ==185508== by 0x485C4CD: run (nrepellent-adaptive.c:243) ==185508== by 0x49ADAA1: lilv_instance_run (lilv.h:1948) ==185508== by 0x49ADAA1: filter_frame (af_lv2.c:220) ==185508== by 0x49F28FF: ff_filter_frame_framed (avfilter.c:1012) ==185508== by 0x49F28FF: ff_filter_frame_to_filter (avfilter.c:1156) ==185508== by 0x49F28FF: ff_filter_activate_default (avfilter.c:1205) ==185508== by 0x49F28FF: ff_filter_activate (avfilter.c:1364) ==185508== by 0x49F8937: push_frame (buffersrc.c:169) ==185508== by 0x49F8937: av_buffersrc_add_frame_flags (buffersrc.c:251) ==185508== by 0x139894: ifilter_send_frame (ffmpeg.c:2062) ==185508== by 0x139894: send_frame_to_filters (ffmpeg.c:2131) ==185508== by 0x1343F3: decode_audio (ffmpeg.c:2197) ==185508== by 0x1343F3: process_input_packet (ffmpeg.c:2469) ==185508== ==185508== Conditional jump or move depends on uninitialised value(s) ==185508== at 0x6811FCD: ??? (in /usr/lib/libm.so.6) ==185508== by 0x485EC07: calculate_postfilter (postfilter.c:80) ==185508== by 0x485EDE7: postfilter_apply (postfilter.c:116) ==185508== by 0x485D3D1: spectral_adaptive_denoiser_run (adaptive_denoiser.c:191) ==185508== by 0x485CD26: stft_processor_run (stft_processor.c:107) ==185508== by 0x485C7C7: specbleach_adaptive_process (specbleach_adenoiser.c:91) ==185508== by 0x485C4CD: run (nrepellent-adaptive.c:243) ==185508== by 0x49ADAA1: lilv_instance_run (lilv.h:1948) ==185508== by 0x49ADAA1: filter_frame (af_lv2.c:220) ==185508== by 0x49F28FF: ff_filter_frame_framed (avfilter.c:1012) ==185508== by 0x49F28FF: ff_filter_frame_to_filter (avfilter.c:1156) ==185508== by 0x49F28FF: ff_filter_activate_default (avfilter.c:1205) ==185508== by 0x49F28FF: ff_filter_activate (avfilter.c:1364) ==185508== by 0x49F8937: push_frame (buffersrc.c:169) ==185508== by 0x49F8937: av_buffersrc_add_frame_flags (buffersrc.c:251) ==185508== by 0x139894: ifilter_send_frame (ffmpeg.c:2062) ==185508== by 0x139894: send_frame_to_filters (ffmpeg.c:2131) ==185508== by 0x1343F3: decode_audio (ffmpeg.c:2197) ==185508== by 0x1343F3: process_input_packet (ffmpeg.c:2469) ==185508== ==185508== Conditional jump or move depends on uninitialised value(s) ==185508== at 0x485EC71: calculate_postfilter (postfilter.c:91) ==185508== by 0x485EDE7: postfilter_apply (postfilter.c:116) ==185508== by 0x485D3D1: spectral_adaptive_denoiser_run (adaptive_denoiser.c:191) ==185508== by 0x485CD26: stft_processor_run (stft_processor.c:107) ==185508== by 0x485C7C7: specbleach_adaptive_process (specbleach_adenoiser.c:91) ==185508== by 0x485C4CD: run (nrepellent-adaptive.c:243) ==185508== by 0x49ADAA1: lilv_instance_run (lilv.h:1948) ==185508== by 0x49ADAA1: filter_frame (af_lv2.c:220) ==185508== by 0x49F28FF: ff_filter_frame_framed (avfilter.c:1012) ==185508== by 0x49F28FF: ff_filter_frame_to_filter (avfilter.c:1156) ==185508== by 0x49F28FF: ff_filter_activate_default (avfilter.c:1205) ==185508== by 0x49F28FF: ff_filter_activate (avfilter.c:1364) ==185508== by 0x49F8937: push_frame (buffersrc.c:169) ==185508== by 0x49F8937: av_buffersrc_add_frame_flags (buffersrc.c:251) ==185508== by 0x139894: ifilter_send_frame (ffmpeg.c:2062) ==185508== by 0x139894: send_frame_to_filters (ffmpeg.c:2131) ==185508== by 0x1343F3: decode_audio (ffmpeg.c:2197) ==185508== by 0x1343F3: process_input_packet (ffmpeg.c:2469) ==185508== by 0x131476: process_input (ffmpeg.c:4225) ==185508== by 0x131476: transcode_step (ffmpeg.c:4365) ==185508== by 0x131476: transcode (ffmpeg.c:4419) ==185508== ==185508== Conditional jump or move depends on uninitialised value(s) ==185508== at 0x485EC7F: calculate_postfilter (postfilter.c:91) ==185508== by 0x485EDE7: postfilter_apply (postfilter.c:116) ==185508== by 0x485D3D1: spectral_adaptive_denoiser_run (adaptive_denoiser.c:191) ==185508== by 0x485CD26: stft_processor_run (stft_processor.c:107) ==185508== by 0x485C7C7: specbleach_adaptive_process (specbleach_adenoiser.c:91) ==185508== by 0x485C4CD: run (nrepellent-adaptive.c:243) ==185508== by 0x49ADAA1: lilv_instance_run (lilv.h:1948) ==185508== by 0x49ADAA1: filter_frame (af_lv2.c:220) ==185508== by 0x49F28FF: ff_filter_frame_framed (avfilter.c:1012) ==185508== by 0x49F28FF: ff_filter_frame_to_filter (avfilter.c:1156) ==185508== by 0x49F28FF: ff_filter_activate_default (avfilter.c:1205) ==185508== by 0x49F28FF: ff_filter_activate (avfilter.c:1364) ==185508== by 0x49F8937: push_frame (buffersrc.c:169) ==185508== by 0x49F8937: av_buffersrc_add_frame_flags (buffersrc.c:251) ==185508== by 0x139894: ifilter_send_frame (ffmpeg.c:2062) ==185508== by 0x139894: send_frame_to_filters (ffmpeg.c:2131) ==185508== by 0x1343F3: decode_audio (ffmpeg.c:2197) ==185508== by 0x1343F3: process_input_packet (ffmpeg.c:2469) ==185508== by 0x131476: process_input (ffmpeg.c:4225) ==185508== by 0x131476: transcode_step (ffmpeg.c:4365) ==185508== by 0x131476: transcode (ffmpeg.c:4419) ==185508== ==185508== Conditional jump or move depends on uninitialised value(s) ==185508== at 0x67DDDDC: roundf (in /usr/lib/libm.so.6) ==185508== by 0x485ECCA: calculate_postfilter (postfilter.c:94) ==185508== by 0x485EDE7: postfilter_apply (postfilter.c:116) ==185508== by 0x485D3D1: spectral_adaptive_denoiser_run (adaptive_denoiser.c:191) ==185508== by 0x485CD26: stft_processor_run (stft_processor.c:107) ==185508== by 0x485C7C7: specbleach_adaptive_process (specbleach_adenoiser.c:91) ==185508== by 0x485C4CD: run (nrepellent-adaptive.c:243) ==185508== by 0x49ADAA1: lilv_instance_run (lilv.h:1948) ==185508== by 0x49ADAA1: filter_frame (af_lv2.c:220) ==185508== by 0x49F28FF: ff_filter_frame_framed (avfilter.c:1012) ==185508== by 0x49F28FF: ff_filter_frame_to_filter (avfilter.c:1156) ==185508== by 0x49F28FF: ff_filter_activate_default (avfilter.c:1205) ==185508== by 0x49F28FF: ff_filter_activate (avfilter.c:1364) ==185508== by 0x49F8937: push_frame (buffersrc.c:169) ==185508== by 0x49F8937: av_buffersrc_add_frame_flags (buffersrc.c:251) ==185508== by 0x139894: ifilter_send_frame (ffmpeg.c:2062) ==185508== by 0x139894: send_frame_to_filters (ffmpeg.c:2131) ==185508== by 0x1343F3: decode_audio (ffmpeg.c:2197) ==185508== by 0x1343F3: process_input_packet (ffmpeg.c:2469) ==185508== ==185508== Conditional jump or move depends on uninitialised value(s) ==185508== at 0x67DDDE0: roundf (in /usr/lib/libm.so.6) ==185508== by 0x485ECCA: calculate_postfilter (postfilter.c:94) ==185508== by 0x485EDE7: postfilter_apply (postfilter.c:116) ==185508== by 0x485D3D1: spectral_adaptive_denoiser_run (adaptive_denoiser.c:191) ==185508== by 0x485CD26: stft_processor_run (stft_processor.c:107) ==185508== by 0x485C7C7: specbleach_adaptive_process (specbleach_adenoiser.c:91) ==185508== by 0x485C4CD: run (nrepellent-adaptive.c:243) ==185508== by 0x49ADAA1: lilv_instance_run (lilv.h:1948) ==185508== by 0x49ADAA1: filter_frame (af_lv2.c:220) ==185508== by 0x49F28FF: ff_filter_frame_framed (avfilter.c:1012) ==185508== by 0x49F28FF: ff_filter_frame_to_filter (avfilter.c:1156) ==185508== by 0x49F28FF: ff_filter_activate_default (avfilter.c:1205) ==185508== by 0x49F28FF: ff_filter_activate (avfilter.c:1364) ==185508== by 0x49F8937: push_frame (buffersrc.c:169) ==185508== by 0x49F8937: av_buffersrc_add_frame_flags (buffersrc.c:251) ==185508== by 0x139894: ifilter_send_frame (ffmpeg.c:2062) ==185508== by 0x139894: send_frame_to_filters (ffmpeg.c:2131) ==185508== by 0x1343F3: decode_audio (ffmpeg.c:2197) ==185508== by 0x1343F3: process_input_packet (ffmpeg.c:2469) ==185508== ==185508== Conditional jump or move depends on uninitialised value(s) ==185508== at 0x67DDDEB: roundf (in /usr/lib/libm.so.6) ==185508== by 0x485ECCA: calculate_postfilter (postfilter.c:94) ==185508== by 0x485EDE7: postfilter_apply (postfilter.c:116) ==185508== by 0x485D3D1: spectral_adaptive_denoiser_run (adaptive_denoiser.c:191) ==185508== by 0x485CD26: stft_processor_run (stft_processor.c:107) ==185508== by 0x485C7C7: specbleach_adaptive_process (specbleach_adenoiser.c:91) ==185508== by 0x485C4CD: run (nrepellent-adaptive.c:243) ==185508== by 0x49ADAA1: lilv_instance_run (lilv.h:1948) ==185508== by 0x49ADAA1: filter_frame (af_lv2.c:220) ==185508== by 0x49F28FF: ff_filter_frame_framed (avfilter.c:1012) ==185508== by 0x49F28FF: ff_filter_frame_to_filter (avfilter.c:1156) ==185508== by 0x49F28FF: ff_filter_activate_default (avfilter.c:1205) ==185508== by 0x49F28FF: ff_filter_activate (avfilter.c:1364) ==185508== by 0x49F8937: push_frame (buffersrc.c:169) ==185508== by 0x49F8937: av_buffersrc_add_frame_flags (buffersrc.c:251) ==185508== by 0x139894: ifilter_send_frame (ffmpeg.c:2062) ==185508== by 0x139894: send_frame_to_filters (ffmpeg.c:2131) ==185508== by 0x1343F3: decode_audio (ffmpeg.c:2197) ==185508== by 0x1343F3: process_input_packet (ffmpeg.c:2469) ==185508== ==185508== Conditional jump or move depends on uninitialised value(s) ==185508== at 0x485ED20: calculate_postfilter (postfilter.c:100) ==185508== by 0x485EDE7: postfilter_apply (postfilter.c:116) ==185508== by 0x485D3D1: spectral_adaptive_denoiser_run (adaptive_denoiser.c:191) ==185508== by 0x485CD26: stft_processor_run (stft_processor.c:107) ==185508== by 0x485C7C7: specbleach_adaptive_process (specbleach_adenoiser.c:91) ==185508== by 0x485C4CD: run (nrepellent-adaptive.c:243) ==185508== by 0x49ADAA1: lilv_instance_run (lilv.h:1948) ==185508== by 0x49ADAA1: filter_frame (af_lv2.c:220) ==185508== by 0x49F28FF: ff_filter_frame_framed (avfilter.c:1012) ==185508== by 0x49F28FF: ff_filter_frame_to_filter (avfilter.c:1156) ==185508== by 0x49F28FF: ff_filter_activate_default (avfilter.c:1205) ==185508== by 0x49F28FF: ff_filter_activate (avfilter.c:1364) ==185508== by 0x49F8937: push_frame (buffersrc.c:169) ==185508== by 0x49F8937: av_buffersrc_add_frame_flags (buffersrc.c:251) ==185508== by 0x139894: ifilter_send_frame (ffmpeg.c:2062) ==185508== by 0x139894: send_frame_to_filters (ffmpeg.c:2131) ==185508== by 0x1343F3: decode_audio (ffmpeg.c:2197) ==185508== by 0x1343F3: process_input_packet (ffmpeg.c:2469) ==185508== by 0x131476: process_input (ffmpeg.c:4225) ==185508== by 0x131476: transcode_step (ffmpeg.c:4365) ==185508== by 0x131476: transcode (ffmpeg.c:4419) ==185508== size=N/A time=00:00:08.54 bitrate=N/A speed=0.913x

[q] command received. Exiting.

size=N/A time=00:00:08.77 bitrate=N/A speed=0.916x video:0kB audio:378kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknown ==185508== ==185508== HEAP SUMMARY: ==185508== in use at exit: 137,628 bytes in 1,362 blocks ==185508== total heap usage: 48,110 allocs, 46,748 frees, 8,185,474 bytes allocated ==185508== ==185508== LEAK SUMMARY: ==185508== definitely lost: 288 bytes in 1 blocks ==185508== indirectly lost: 118,536 bytes in 1,352 blocks ==185508== possibly lost: 0 bytes in 0 blocks ==185508== still reachable: 18,804 bytes in 9 blocks ==185508== suppressed: 0 bytes in 0 blocks ==185508== Rerun with --leak-check=full to see details of leaked memory ==185508== ==185508== Use --track-origins=yes to see where uninitialised values come from ==185508== For lists of detected and suppressed errors, rerun with: -s ==185508== ERROR SUMMARY: 6259209 errors from 73 contexts (suppressed: 0 from 0)

lucianodato commented 2 years ago

Hey @richardpl I think I have all the fixes ready in the latest version of libspecbleach. It's being tested and probably I will release it tomorrow. Once done I'll update noise-repellent and let you know! (Sorry for the long delay!)

lucianodato commented 2 years ago

@richardpl if you can try again latest master, there's a higher chance that your reported issue is fixed. There are though still some stuff that is being worked out but from what I've been testing there's no more double free and invalid reads and writes. Let me know your findings

richardpl commented 2 years ago

Still getting lot of jumps on uninitialized values and few overreads, if you have issues running lv2 filter with ffmpeg please says so. I use this one on archlinux: valgrind ffmpeg -i noises/bestmysterystories2_12_hawthorne_64kb.mp3 -af "lv2=https\\://github.com/lucianodato/noise-repellent#adaptive" -f null -

Note that only single ':' in http:// needs to be escaped with four '\' : https\\://....

richardpl commented 2 years ago

For some reason '\' char is eaten by githbub.

lucianodato commented 2 years ago

No, I have no issues. I've been running that exact same command with valgrind and found a complete different set of logs. I'm starting to think that it could be related to the fact that I'm on a linux vm. I'll keep looking but I'm definitively not an expert in this stuff.

lucianodato commented 2 years ago

Luckily I'm getting some help now. I'll let you know when I get to the bottom of this

lucianodato commented 2 years ago

@richardpl quick question... What samplerate was the file that you were using to test?

richardpl commented 2 years ago

22050 mono/stereo its in above logs, i just checked 44100 stereo and it works fine, (except small leaks at exit but that is irrelevant)

lucianodato commented 2 years ago

22050 mono/stereo its in above logs, i just checked 44100 stereo and it works fine, (except small leaks at exit but that is irrelevant)

Excellent then fix is coming!

lucianodato commented 2 years ago

@richardpl I've released 0.2.2 which should get rid of issues in lower sample rates. The leak at the end if because I'm leaving the final fftw cleanup to be done by the OS which is recommended. Let me know if this is ok and I can close the issue.

lucianodato commented 2 years ago

@richardpl Closing this one. If you find that this is still a problem let me know and I'll reopen it