Advertisement
Guest User

Untitled

a guest
May 13th, 2016
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.21 KB | None | 0 0
  1. TEST matroska-remux
  2. /home/jamrial/ffmpeg/tests/fate-run.sh fate-matroska-remux "/var/tmp/samples" "valgrind --error-exitcode=1 --malloc-fill=0x2a --track-origins=yes --leak-check=full --gen-suppressions=all --suppressions=/home/jamrial/ffmpeg/tests/fate-valgrind.supp" "/home/jamrial/build" 'md5 -i /var/tmp/samples/vp9-test-vectors/vp90-2-2pass-akiyo.webm -color_trc 4 -c:v copy -fflags +bitexact -strict -2 -f matroska' 'oneline' '5ebcfaa8e3d534f8a800a58fd2b0aca6' '' '1' '' '' '' '' '' '' '' ''
  3. valgrind --error-exitcode=1 --malloc-fill=0x2a --track-origins=yes --leak-check=full --gen-suppressions=all --suppressions=/home/jamrial/ffmpeg/tests/fate-valgrind.supp /home/jamrial/build/ffmpeg -nostdin -nostats -cpuflags all -hwaccel none -threads 1 -thread_type frame+slice -i /var/tmp/samples/vp9-test-vectors/vp90-2-2pass-akiyo.webm -color_trc 4 -c:v copy -fflags +bitexact -strict -2 -f matroska md5:
  4. Test matroska-remux failed. Look at tests/data/fate/matroska-remux.err for details.
  5. ==12383== Memcheck, a memory error detector
  6. ==12383== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
  7. ==12383== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info
  8. ==12383== Command: /home/jamrial/build/ffmpeg -nostdin -nostats -cpuflags all -hwaccel none -threads 1 -thread_type frame+slice -i /var/tmp/samples/vp9-test-vectors/vp90-2-2pass-akiyo.webm -color_trc 4 -c:v copy -fflags +bitexact -strict -2 -f matroska md5:
  9. ==12383==
  10. ffmpeg version N-79984-gd8ef8b9 Copyright (c) 2000-2016 the FFmpeg developers
  11. built with gcc 6.1.1 (GCC) 20160501
  12. configuration: --enable-gpl --disable-stripping --valgrind=valgrind --prefix=/usr
  13. libavutil 55. 24.100 / 55. 24.100
  14. libavcodec 57. 41.102 / 57. 41.102
  15. libavformat 57. 36.100 / 57. 36.100
  16. libavdevice 57. 0.101 / 57. 0.101
  17. libavfilter 6. 45.100 / 6. 45.100
  18. libswscale 4. 1.100 / 4. 1.100
  19. libswresample 2. 0.101 / 2. 0.101
  20. libpostproc 54. 0.100 / 54. 0.100
  21. Input #0, matroska,webm, from '/var/tmp/samples/vp9-test-vectors/vp90-2-2pass-akiyo.webm':
  22. Metadata:
  23. encoder : vpxenc v1.2.0-3859-gd115cd8
  24. Duration: 00:00:01.67, start: 0.000000, bitrate: 118 kb/s
  25. Stream #0:0(eng): Video: vp9 (Profile 0), yuv420p(tv), 352x288, SAR 1:1 DAR 11:9, 29.97 fps, 29.97 tbr, 1k tbn (default)
  26. Side data:
  27. stereo3d: 2D
  28. [matroska @ 0x5dd0560] Using AVStream.codec to pass codec parameters to muxers is deprecated, use AVStream.codecpar instead.
  29. Output #0, matroska, to 'md5:':
  30. Stream #0:0(eng): Video: vp9 (VP90 / 0x30395056), yuv420p(tv, unknown/unknown/bt470m), 352x288 [SAR 1:1 DAR 11:9], q=2-31, 29.97 fps, 29.97 tbr, 1k tbn (default)
  31. Side data:
  32. stereo3d: 2D
  33. Stream mapping:
  34. Stream #0:0 -> #0:0 (copy)
  35. frame= 53 fps=0.0 q=-1.0 Lsize= 24kB time=00:00:01.63 bitrate= 121.2kbits/s speed=7.11x
  36. video:23kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 3.844702%
  37. ==12383==
  38. ==12383== HEAP SUMMARY:
  39. ==12383== in use at exit: 688 bytes in 9 blocks
  40. ==12383== total heap usage: 1,363 allocs, 1,354 frees, 888,862 bytes allocated
  41. ==12383==
  42. ==12383== 648 (40 direct, 608 indirect) bytes in 1 blocks are definitely lost in loss record 9 of 9
  43. ==12383== at 0x4C2CD05: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
  44. ==12383== by 0x4C2CDCD: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
  45. ==12383== by 0x127C23F: av_malloc (mem.c:97)
  46. ==12383== by 0x127C23F: av_mallocz (mem.c:254)
  47. ==12383== by 0x781CBC: av_bitstream_filter_init (bitstream_filter.c:62)
  48. ==12383== by 0x723D2F: ff_stream_add_bitstream_filter (utils.c:4976)
  49. ==12383== by 0x69EA01: av_interleaved_write_frame (mux.c:1057)
  50. ==12383== by 0x48BB46: write_frame (ffmpeg.c:762)
  51. ==12383== by 0x490D1E: do_streamcopy (ffmpeg.c:1908)
  52. ==12383== by 0x490D1E: process_input_packet (ffmpeg.c:2434)
  53. ==12383== by 0x490D1E: process_input (ffmpeg.c:4014)
  54. ==12383== by 0x490D1E: transcode_step (ffmpeg.c:4102)
  55. ==12383== by 0x490D1E: transcode (ffmpeg.c:4156)
  56. ==12383== by 0x4735C6: main (ffmpeg.c:4349)
  57. ==12383==
  58. {
  59. <insert_a_suppression_name_here>
  60. Memcheck:Leak
  61. match-leak-kinds: definite
  62. fun:memalign
  63. fun:posix_memalign
  64. fun:av_malloc
  65. fun:av_mallocz
  66. fun:av_bitstream_filter_init
  67. fun:ff_stream_add_bitstream_filter
  68. fun:av_interleaved_write_frame
  69. fun:write_frame
  70. fun:do_streamcopy
  71. fun:process_input_packet
  72. fun:process_input
  73. fun:transcode_step
  74. fun:transcode
  75. fun:main
  76. }
  77. ==12383== LEAK SUMMARY:
  78. ==12383== definitely lost: 40 bytes in 1 blocks
  79. ==12383== indirectly lost: 608 bytes in 7 blocks
  80. ==12383== possibly lost: 0 bytes in 0 blocks
  81. ==12383== still reachable: 40 bytes in 1 blocks
  82. ==12383== suppressed: 0 bytes in 0 blocks
  83. ==12383== Reachable blocks (those to which a pointer was found) are not shown.
  84. ==12383== To see them, rerun with: --leak-check=full --show-leak-kinds=all
  85. ==12383==
  86. ==12383== For counts of detected and suppressed errors, rerun with: -v
  87. ==12383== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
  88. /home/jamrial/ffmpeg/tests/Makefile:213: recipe for target 'fate-matroska-remux' failed
  89. make: *** [fate-matroska-remux] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement