Opened 11 years ago
Closed 11 years ago
#2934 closed defect (fixed)
c93: invalid read
Reported by: | ami_stuff | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | undetermined |
Version: | unspecified | Keywords: | c93 |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | yes | |
Analyzed by developer: | no |
Description
I compiled with --disable-pthreads and --enable-memalign-hack (I don't know if reproducable without these options)
knoppix@Microknoppix:/media/sdb1/ffmpeg-HEAD-c042684$ valgrind --leak-check=full ./ffmpeg_g -vcodec c93 -i ../c93/lowvbr.wmv -t 1 -f null -
[c93 @ 0x4261160] unexpected type 9 at 32x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] invalid offset 64568 during C93 decoding Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 0x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 3 at 16x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 5 at 16x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 8x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 5 at 48x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 4 at 24x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 80x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 9 at 24x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 0x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] invalid offset 64655 during C93 decoding Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 0x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] invalid offset 61557 during C93 decoding Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 0x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 0x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] invalid offset 61392 during C93 decoding Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 4 at 40x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] invalid offset 65146 during C93 decoding Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] invalid offset 64752 during C93 decoding Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 8x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 8x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 1 at 16x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] invalid offset 64875 during C93 decoding Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] invalid offset 60504 during C93 decoding Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] invalid offset 61714 during C93 decoding Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 8x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 1 at 32x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 0x0 Error while decoding stream #0:1: Invalid data found when processing input ==20585== Invalid read of size 4 ==20585== at 0x4029E88: memcpy (mc_replace_strmem.c:838) ==20585== by 0x8259D6D: decode_frame (c93.c:96) ==20585== by 0x863D807: avcodec_decode_video2 (utils.c:1983) ==20585== by 0x80B108C: decode_video (ffmpeg.c:1668) ==20585== by 0x36EED621: ??? ==20585== Address 0x47060a8 is 328 bytes inside a block of size 24,608 free'd ==20585== at 0x402750C: free (vg_replace_malloc.c:427) ==20585== by 0x87FBF21: av_buffer_pool_uninit (buffer.c:230) ==20585== by 0x863ACBE: update_frame_pool (utils.c:475) ==20585== by 0x863B36B: avcodec_default_get_buffer2 (utils.c:631) ==20585== by 0x863B7C0: get_buffer_internal (utils.c:865) ==20585== by 0x863BD53: ff_get_buffer (utils.c:877) ==20585== by 0x86DE3F4: wma_decode_superframe (wmadec.c:848) ==20585== by 0x863DF11: avcodec_decode_audio4 (utils.c:2124) ==20585== by 0x80B2D69: decode_audio (ffmpeg.c:1526) ==20585== by 0x80B6127: process_input (ffmpeg.c:1863) ==20585== by 0xE82: ??? ==20585== ==20585== Invalid read of size 4 ==20585== at 0x4029E88: memcpy (mc_replace_strmem.c:838) ==20585== by 0x8259D89: decode_frame (c93.c:96) ==20585== by 0x863D807: avcodec_decode_video2 (utils.c:1983) ==20585== by 0x80B108C: decode_video (ffmpeg.c:1668) ==20585== by 0x36EED621: ??? ==20585== Address 0x4706178 is 536 bytes inside a block of size 24,608 free'd ==20585== at 0x402750C: free (vg_replace_malloc.c:427) ==20585== by 0x87FBF21: av_buffer_pool_uninit (buffer.c:230) ==20585== by 0x863ACBE: update_frame_pool (utils.c:475) ==20585== by 0x863B36B: avcodec_default_get_buffer2 (utils.c:631) ==20585== by 0x863B7C0: get_buffer_internal (utils.c:865) ==20585== by 0x863BD53: ff_get_buffer (utils.c:877) ==20585== by 0x86DE3F4: wma_decode_superframe (wmadec.c:848) ==20585== by 0x863DF11: avcodec_decode_audio4 (utils.c:2124) ==20585== by 0x80B2D69: decode_audio (ffmpeg.c:1526) ==20585== by 0x80B6127: process_input (ffmpeg.c:1863) ==20585== by 0xE82: ??? ==20585== [c93 @ 0x4261160] unexpected type 0 at 16x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 5 at 24x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] invalid offset 62260 during C93 decoding Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 1 at 40x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] invalid offset 60703 during C93 decoding Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 8x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] invalid offset 63972 during C93 decoding Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 4 at 32x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] invalid offset 60616 during C93 decoding Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 8x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 8x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 8x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] invalid offset 63721 during C93 decoding Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 5 at 48x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 1 at 24x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] invalid offset 61753 during C93 decoding Error while decoding stream #0:1: Invalid data found when processing input ==20585== Invalid read of size 1 ==20585== at 0x4029D00: memcpy (mc_replace_strmem.c:838) ==20585== by 0x825A13C: decode_frame (c93.c:96) ==20585== by 0x863D807: avcodec_decode_video2 (utils.c:1983) ==20585== by 0x80B108C: decode_video (ffmpeg.c:1668) ==20585== by 0x2BF25621: ??? ==20585== Address 0x4705f19 is 33 bytes inside a block of size 52 free'd ==20585== at 0x402750C: free (vg_replace_malloc.c:427) ==20585== by 0x8809383: av_freep (mem.c:205) ==20585== by 0x87FBF3F: av_buffer_pool_uninit (buffer.c:233) ==20585== by 0x863ACBE: update_frame_pool (utils.c:475) ==20585== by 0x863B36B: avcodec_default_get_buffer2 (utils.c:631) ==20585== by 0x863B7C0: get_buffer_internal (utils.c:865) ==20585== by 0x863BD53: ff_get_buffer (utils.c:877) ==20585== by 0x86DE3F4: wma_decode_superframe (wmadec.c:848) ==20585== by 0x863DF11: avcodec_decode_audio4 (utils.c:2124) ==20585== by 0x80B2D69: decode_audio (ffmpeg.c:1526) ==20585== by 0x80B6127: process_input (ffmpeg.c:1863) ==20585== by 0xE82: ??? ==20585== ==20585== Invalid read of size 1 ==20585== at 0x4029D0B: memcpy (mc_replace_strmem.c:838) ==20585== by 0x825A13C: decode_frame (c93.c:96) ==20585== by 0x863D807: avcodec_decode_video2 (utils.c:1983) ==20585== by 0x80B108C: decode_video (ffmpeg.c:1668) ==20585== by 0x2BF25621: ??? ==20585== Address 0x4705f1b is 35 bytes inside a block of size 52 free'd ==20585== at 0x402750C: free (vg_replace_malloc.c:427) ==20585== by 0x8809383: av_freep (mem.c:205) ==20585== by 0x87FBF3F: av_buffer_pool_uninit (buffer.c:233) ==20585== by 0x863ACBE: update_frame_pool (utils.c:475) ==20585== by 0x863B36B: avcodec_default_get_buffer2 (utils.c:631) ==20585== by 0x863B7C0: get_buffer_internal (utils.c:865) ==20585== by 0x863BD53: ff_get_buffer (utils.c:877) ==20585== by 0x86DE3F4: wma_decode_superframe (wmadec.c:848) ==20585== by 0x863DF11: avcodec_decode_audio4 (utils.c:2124) ==20585== by 0x80B2D69: decode_audio (ffmpeg.c:1526) ==20585== by 0x80B6127: process_input (ffmpeg.c:1863) ==20585== by 0xE82: ??? ==20585== [c93 @ 0x4261160] invalid offset 64348 during C93 decoding Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] invalid offset 63870 during C93 decoding Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] invalid offset 61937 during C93 decoding Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] invalid offset 63605 during C93 decoding Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 9 at 16x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 3 at 24x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] invalid offset 62237 during C93 decoding Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 8x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] invalid offset 61607 during C93 decoding Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 8x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 8x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] invalid offset 64356 during C93 decoding Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 0 at 0x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 0x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 1 at 16x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 0x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 8x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] invalid offset 62352 during C93 decoding Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 0x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 8x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 0 at 32x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 8x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 0 at 16x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] invalid offset 62433 during C93 decoding Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] invalid offset 61823 during C93 decoding Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 8x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 8x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 8x0 Error while decoding stream #0:1: Invalid data found when processing input ==20585== Invalid read of size 1 ==20585== at 0x4029D00: memcpy (mc_replace_strmem.c:838) ==20585== by 0x825A0DC: decode_frame (c93.c:96) ==20585== by 0x863D807: avcodec_decode_video2 (utils.c:1983) ==20585== by 0x80B108C: decode_video (ffmpeg.c:1668) ==20585== by 0x20F5D621: ??? ==20585== Address 0x470629f is 831 bytes inside a block of size 24,608 free'd ==20585== at 0x402750C: free (vg_replace_malloc.c:427) ==20585== by 0x87FBF21: av_buffer_pool_uninit (buffer.c:230) ==20585== by 0x863ACBE: update_frame_pool (utils.c:475) ==20585== by 0x863B36B: avcodec_default_get_buffer2 (utils.c:631) ==20585== by 0x863B7C0: get_buffer_internal (utils.c:865) ==20585== by 0x863BD53: ff_get_buffer (utils.c:877) ==20585== by 0x86DE3F4: wma_decode_superframe (wmadec.c:848) ==20585== by 0x863DF11: avcodec_decode_audio4 (utils.c:2124) ==20585== by 0x80B2D69: decode_audio (ffmpeg.c:1526) ==20585== by 0x80B6127: process_input (ffmpeg.c:1863) ==20585== by 0xE82: ??? ==20585== ==20585== Invalid read of size 1 ==20585== at 0x4029D0B: memcpy (mc_replace_strmem.c:838) ==20585== by 0x825A0DC: decode_frame (c93.c:96) ==20585== by 0x863D807: avcodec_decode_video2 (utils.c:1983) ==20585== by 0x80B108C: decode_video (ffmpeg.c:1668) ==20585== by 0x20F5D621: ??? ==20585== Address 0x47062a1 is 833 bytes inside a block of size 24,608 free'd ==20585== at 0x402750C: free (vg_replace_malloc.c:427) ==20585== by 0x87FBF21: av_buffer_pool_uninit (buffer.c:230) ==20585== by 0x863ACBE: update_frame_pool (utils.c:475) ==20585== by 0x863B36B: avcodec_default_get_buffer2 (utils.c:631) ==20585== by 0x863B7C0: get_buffer_internal (utils.c:865) ==20585== by 0x863BD53: ff_get_buffer (utils.c:877) ==20585== by 0x86DE3F4: wma_decode_superframe (wmadec.c:848) ==20585== by 0x863DF11: avcodec_decode_audio4 (utils.c:2124) ==20585== by 0x80B2D69: decode_audio (ffmpeg.c:1526) ==20585== by 0x80B6127: process_input (ffmpeg.c:1863) ==20585== by 0xE82: ??? ==20585== ==20585== Invalid read of size 1 ==20585== at 0x4029D00: memcpy (mc_replace_strmem.c:838) ==20585== by 0x825A0FF: decode_frame (c93.c:96) ==20585== by 0x863D807: avcodec_decode_video2 (utils.c:1983) ==20585== by 0x80B108C: decode_video (ffmpeg.c:1668) ==20585== by 0x20F5D621: ??? ==20585== Address 0x470636f is 1,039 bytes inside a block of size 24,608 free'd ==20585== at 0x402750C: free (vg_replace_malloc.c:427) ==20585== by 0x87FBF21: av_buffer_pool_uninit (buffer.c:230) ==20585== by 0x863ACBE: update_frame_pool (utils.c:475) ==20585== by 0x863B36B: avcodec_default_get_buffer2 (utils.c:631) ==20585== by 0x863B7C0: get_buffer_internal (utils.c:865) ==20585== by 0x863BD53: ff_get_buffer (utils.c:877) ==20585== by 0x86DE3F4: wma_decode_superframe (wmadec.c:848) ==20585== by 0x863DF11: avcodec_decode_audio4 (utils.c:2124) ==20585== by 0x80B2D69: decode_audio (ffmpeg.c:1526) ==20585== by 0x80B6127: process_input (ffmpeg.c:1863) ==20585== by 0xE82: ??? ==20585== ==20585== Invalid read of size 1 ==20585== at 0x4029D0B: memcpy (mc_replace_strmem.c:838) ==20585== by 0x825A0FF: decode_frame (c93.c:96) ==20585== by 0x863D807: avcodec_decode_video2 (utils.c:1983) ==20585== by 0x80B108C: decode_video (ffmpeg.c:1668) ==20585== by 0x20F5D621: ??? ==20585== Address 0x4706371 is 1,041 bytes inside a block of size 24,608 free'd ==20585== at 0x402750C: free (vg_replace_malloc.c:427) ==20585== by 0x87FBF21: av_buffer_pool_uninit (buffer.c:230) ==20585== by 0x863ACBE: update_frame_pool (utils.c:475) ==20585== by 0x863B36B: avcodec_default_get_buffer2 (utils.c:631) ==20585== by 0x863B7C0: get_buffer_internal (utils.c:865) ==20585== by 0x863BD53: ff_get_buffer (utils.c:877) ==20585== by 0x86DE3F4: wma_decode_superframe (wmadec.c:848) ==20585== by 0x863DF11: avcodec_decode_audio4 (utils.c:2124) ==20585== by 0x80B2D69: decode_audio (ffmpeg.c:1526) ==20585== by 0x80B6127: process_input (ffmpeg.c:1863) ==20585== by 0xE82: ??? ==20585== ==20585== Invalid read of size 1 ==20585== at 0x4029D00: memcpy (mc_replace_strmem.c:838) ==20585== by 0x825A11F: decode_frame (c93.c:96) ==20585== by 0x863D807: avcodec_decode_video2 (utils.c:1983) ==20585== by 0x80B108C: decode_video (ffmpeg.c:1668) ==20585== by 0x20F5D621: ??? ==20585== Address 0x470643f is 1,247 bytes inside a block of size 24,608 free'd ==20585== at 0x402750C: free (vg_replace_malloc.c:427) ==20585== by 0x87FBF21: av_buffer_pool_uninit (buffer.c:230) ==20585== by 0x863ACBE: update_frame_pool (utils.c:475) ==20585== by 0x863B36B: avcodec_default_get_buffer2 (utils.c:631) ==20585== by 0x863B7C0: get_buffer_internal (utils.c:865) ==20585== by 0x863BD53: ff_get_buffer (utils.c:877) ==20585== by 0x86DE3F4: wma_decode_superframe (wmadec.c:848) ==20585== by 0x863DF11: avcodec_decode_audio4 (utils.c:2124) ==20585== by 0x80B2D69: decode_audio (ffmpeg.c:1526) ==20585== by 0x80B6127: process_input (ffmpeg.c:1863) ==20585== by 0xE82: ??? ==20585== ==20585== Invalid read of size 1 ==20585== at 0x4029D0B: memcpy (mc_replace_strmem.c:838) ==20585== by 0x825A11F: decode_frame (c93.c:96) ==20585== by 0x863D807: avcodec_decode_video2 (utils.c:1983) ==20585== by 0x80B108C: decode_video (ffmpeg.c:1668) ==20585== by 0x20F5D621: ??? ==20585== Address 0x4706441 is 1,249 bytes inside a block of size 24,608 free'd ==20585== at 0x402750C: free (vg_replace_malloc.c:427) ==20585== by 0x87FBF21: av_buffer_pool_uninit (buffer.c:230) ==20585== by 0x863ACBE: update_frame_pool (utils.c:475) ==20585== by 0x863B36B: avcodec_default_get_buffer2 (utils.c:631) ==20585== by 0x863B7C0: get_buffer_internal (utils.c:865) ==20585== by 0x863BD53: ff_get_buffer (utils.c:877) ==20585== by 0x86DE3F4: wma_decode_superframe (wmadec.c:848) ==20585== by 0x863DF11: avcodec_decode_audio4 (utils.c:2124) ==20585== by 0x80B2D69: decode_audio (ffmpeg.c:1526) ==20585== by 0x80B6127: process_input (ffmpeg.c:1863) ==20585== by 0xE82: ??? ==20585== [c93 @ 0x4261160] unexpected type 1 at 16x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] invalid offset 63841 during C93 decoding Error while decoding stream #0:1: Invalid data found when processing input ==20585== Invalid read of size 2 ==20585== at 0x4029CD8: memcpy (mc_replace_strmem.c:838) ==20585== by 0x825A0DC: decode_frame (c93.c:96) ==20585== by 0x863D807: avcodec_decode_video2 (utils.c:1983) ==20585== by 0x80B108C: decode_video (ffmpeg.c:1668) ==20585== by 0x20F5D621: ??? ==20585== Address 0x470609a is 314 bytes inside a block of size 24,608 free'd ==20585== at 0x402750C: free (vg_replace_malloc.c:427) ==20585== by 0x87FBF21: av_buffer_pool_uninit (buffer.c:230) ==20585== by 0x863ACBE: update_frame_pool (utils.c:475) ==20585== by 0x863B36B: avcodec_default_get_buffer2 (utils.c:631) ==20585== by 0x863B7C0: get_buffer_internal (utils.c:865) ==20585== by 0x863BD53: ff_get_buffer (utils.c:877) ==20585== by 0x86DE3F4: wma_decode_superframe (wmadec.c:848) ==20585== by 0x863DF11: avcodec_decode_audio4 (utils.c:2124) ==20585== by 0x80B2D69: decode_audio (ffmpeg.c:1526) ==20585== by 0x80B6127: process_input (ffmpeg.c:1863) ==20585== by 0xE82: ??? ==20585== ==20585== Invalid read of size 2 ==20585== at 0x4029CD8: memcpy (mc_replace_strmem.c:838) ==20585== by 0x825A0FF: decode_frame (c93.c:96) ==20585== by 0x863D807: avcodec_decode_video2 (utils.c:1983) ==20585== by 0x80B108C: decode_video (ffmpeg.c:1668) ==20585== by 0x20F5D621: ??? ==20585== Address 0x470616a is 522 bytes inside a block of size 24,608 free'd ==20585== at 0x402750C: free (vg_replace_malloc.c:427) ==20585== by 0x87FBF21: av_buffer_pool_uninit (buffer.c:230) ==20585== by 0x863ACBE: update_frame_pool (utils.c:475) ==20585== by 0x863B36B: avcodec_default_get_buffer2 (utils.c:631) ==20585== by 0x863B7C0: get_buffer_internal (utils.c:865) ==20585== by 0x863BD53: ff_get_buffer (utils.c:877) ==20585== by 0x86DE3F4: wma_decode_superframe (wmadec.c:848) ==20585== by 0x863DF11: avcodec_decode_audio4 (utils.c:2124) ==20585== by 0x80B2D69: decode_audio (ffmpeg.c:1526) ==20585== by 0x80B6127: process_input (ffmpeg.c:1863) ==20585== by 0xE82: ??? ==20585== ==20585== Invalid read of size 2 ==20585== at 0x4029CD8: memcpy (mc_replace_strmem.c:838) ==20585== by 0x825A11F: decode_frame (c93.c:96) ==20585== by 0x863D807: avcodec_decode_video2 (utils.c:1983) ==20585== by 0x80B108C: decode_video (ffmpeg.c:1668) ==20585== by 0x20F5D621: ??? ==20585== Address 0x470623a is 730 bytes inside a block of size 24,608 free'd ==20585== at 0x402750C: free (vg_replace_malloc.c:427) ==20585== by 0x87FBF21: av_buffer_pool_uninit (buffer.c:230) ==20585== by 0x863ACBE: update_frame_pool (utils.c:475) ==20585== by 0x863B36B: avcodec_default_get_buffer2 (utils.c:631) ==20585== by 0x863B7C0: get_buffer_internal (utils.c:865) ==20585== by 0x863BD53: ff_get_buffer (utils.c:877) ==20585== by 0x86DE3F4: wma_decode_superframe (wmadec.c:848) ==20585== by 0x863DF11: avcodec_decode_audio4 (utils.c:2124) ==20585== by 0x80B2D69: decode_audio (ffmpeg.c:1526) ==20585== by 0x80B6127: process_input (ffmpeg.c:1863) ==20585== by 0xE82: ??? ==20585== ==20585== Invalid read of size 2 ==20585== at 0x4029CD8: memcpy (mc_replace_strmem.c:838) ==20585== by 0x825A13C: decode_frame (c93.c:96) ==20585== by 0x863D807: avcodec_decode_video2 (utils.c:1983) ==20585== by 0x80B108C: decode_video (ffmpeg.c:1668) ==20585== by 0x20F5D621: ??? ==20585== Address 0x470630a is 938 bytes inside a block of size 24,608 free'd ==20585== at 0x402750C: free (vg_replace_malloc.c:427) ==20585== by 0x87FBF21: av_buffer_pool_uninit (buffer.c:230) ==20585== by 0x863ACBE: update_frame_pool (utils.c:475) ==20585== by 0x863B36B: avcodec_default_get_buffer2 (utils.c:631) ==20585== by 0x863B7C0: get_buffer_internal (utils.c:865) ==20585== by 0x863BD53: ff_get_buffer (utils.c:877) ==20585== by 0x86DE3F4: wma_decode_superframe (wmadec.c:848) ==20585== by 0x863DF11: avcodec_decode_audio4 (utils.c:2124) ==20585== by 0x80B2D69: decode_audio (ffmpeg.c:1526) ==20585== by 0x80B6127: process_input (ffmpeg.c:1863) ==20585== by 0xE82: ??? ==20585== [c93 @ 0x4261160] invalid offset 61202 during C93 decoding Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 4 at 48x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 8x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 8x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] invalid offset 62588 during C93 decoding Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 3 at 16x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 8x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] invalid offset 62536 during C93 decoding Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 0x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] invalid offset 61270 during C93 decoding Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 4 at 32x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 3 at 16x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] invalid offset 63091 during C93 decoding Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 0x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 8x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 0x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 0x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 0x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 0 at 0x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 0x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 0x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 8x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 8x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] invalid offset 61795 during C93 decoding Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 8x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 0 at 0x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] invalid offset 64501 during C93 decoding Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] invalid offset 61394 during C93 decoding Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 8x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 8x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 3 at 32x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 3 at 32x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 0 at 16x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 1 at 16x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] invalid offset 61538 during C93 decoding Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 9 at 24x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 3 at 16x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] invalid offset 60816 during C93 decoding Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] invalid offset 60665 during C93 decodinge=N/A Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] invalid offset 64627 during C93 decoding Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] invalid offset 61348 during C93 decoding Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 8x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] invalid offset 60994 during C93 decoding Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] invalid offset 63750 during C93 decoding Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 48x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 9 at 24x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] invalid offset 64931 during C93 decoding Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 1 at 24x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] invalid offset 61443 during C93 decoding Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 9 at 24x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 48x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] invalid offset 63825 during C93 decoding Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] invalid offset 62535 during C93 decoding Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 1 at 24x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 9 at 32x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 4 at 16x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 9 at 16x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 0 at 0x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 0x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 5 at 16x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] invalid offset 61184 during C93 decoding Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 8x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] invalid offset 64116 during C93 decoding Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 0 at 16x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] invalid offset 63311 during C93 decoding Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] invalid offset 60996 during C93 decoding Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 3 at 24x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 8x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 8x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] invalid offset 61848 during C93 decoding Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 4 at 24x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 0 at 16x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 4 at 40x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 4 at 16x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 1 at 16x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 9 at 24x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 9 at 0x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] invalid offset 63572 during C93 decoding Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] invalid offset 63654 during C93 decoding Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 3 at 24x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 1 at 16x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] invalid offset 65385 during C93 decoding Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] invalid offset 64570 during C93 decoding Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 5 at 24x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] invalid offset 61457 during C93 decoding Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] invalid offset 62622 during C93 decoding Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 48x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] invalid offset 60672 during C93 decoding Error while decoding stream #0:1: Invalid data found when processing input ==20585== Invalid read of size 4 ==20585== at 0x4029E88: memcpy (mc_replace_strmem.c:838) ==20585== by 0x8259F42: decode_frame (c93.c:96) ==20585== by 0x863D807: avcodec_decode_video2 (utils.c:1983) ==20585== by 0x80B108C: decode_video (ffmpeg.c:1668) ==20585== by 0x20F5D621: ??? ==20585== Address 0x4705f88 is 40 bytes inside a block of size 24,608 free'd ==20585== at 0x402750C: free (vg_replace_malloc.c:427) ==20585== by 0x87FBF21: av_buffer_pool_uninit (buffer.c:230) ==20585== by 0x863ACBE: update_frame_pool (utils.c:475) ==20585== by 0x863B36B: avcodec_default_get_buffer2 (utils.c:631) ==20585== by 0x863B7C0: get_buffer_internal (utils.c:865) ==20585== by 0x863BD53: ff_get_buffer (utils.c:877) ==20585== by 0x86DE3F4: wma_decode_superframe (wmadec.c:848) ==20585== by 0x863DF11: avcodec_decode_audio4 (utils.c:2124) ==20585== by 0x80B2D69: decode_audio (ffmpeg.c:1526) ==20585== by 0x80B6127: process_input (ffmpeg.c:1863) ==20585== by 0xE82: ??? ==20585== ==20585== Invalid read of size 4 ==20585== at 0x4029E88: memcpy (mc_replace_strmem.c:838) ==20585== by 0x8259F62: decode_frame (c93.c:96) ==20585== by 0x863D807: avcodec_decode_video2 (utils.c:1983) ==20585== by 0x80B108C: decode_video (ffmpeg.c:1668) ==20585== by 0x20F5D621: ??? ==20585== Address 0x4706058 is 248 bytes inside a block of size 24,608 free'd ==20585== at 0x402750C: free (vg_replace_malloc.c:427) ==20585== by 0x87FBF21: av_buffer_pool_uninit (buffer.c:230) ==20585== by 0x863ACBE: update_frame_pool (utils.c:475) ==20585== by 0x863B36B: avcodec_default_get_buffer2 (utils.c:631) ==20585== by 0x863B7C0: get_buffer_internal (utils.c:865) ==20585== by 0x863BD53: ff_get_buffer (utils.c:877) ==20585== by 0x86DE3F4: wma_decode_superframe (wmadec.c:848) ==20585== by 0x863DF11: avcodec_decode_audio4 (utils.c:2124) ==20585== by 0x80B2D69: decode_audio (ffmpeg.c:1526) ==20585== by 0x80B6127: process_input (ffmpeg.c:1863) ==20585== by 0xE82: ??? ==20585== ==20585== Invalid read of size 4 ==20585== at 0x4029E88: memcpy (mc_replace_strmem.c:838) ==20585== by 0x8259F7F: decode_frame (c93.c:96) ==20585== by 0x863D807: avcodec_decode_video2 (utils.c:1983) ==20585== by 0x80B108C: decode_video (ffmpeg.c:1668) ==20585== by 0x20F5D621: ??? ==20585== Address 0x4706128 is 456 bytes inside a block of size 24,608 free'd ==20585== at 0x402750C: free (vg_replace_malloc.c:427) ==20585== by 0x87FBF21: av_buffer_pool_uninit (buffer.c:230) ==20585== by 0x863ACBE: update_frame_pool (utils.c:475) ==20585== by 0x863B36B: avcodec_default_get_buffer2 (utils.c:631) ==20585== by 0x863B7C0: get_buffer_internal (utils.c:865) ==20585== by 0x863BD53: ff_get_buffer (utils.c:877) ==20585== by 0x86DE3F4: wma_decode_superframe (wmadec.c:848) ==20585== by 0x863DF11: avcodec_decode_audio4 (utils.c:2124) ==20585== by 0x80B2D69: decode_audio (ffmpeg.c:1526) ==20585== by 0x80B6127: process_input (ffmpeg.c:1863) ==20585== by 0xE82: ??? ==20585== [c93 @ 0x4261160] unexpected type c at 24x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] invalid offset 60932 during C93 decoding Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 9 at 32x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 8x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] invalid offset 62556 during C93 decoding Error while decoding stream #0:1: Invalid data found when processing input ==20585== Invalid read of size 4 ==20585== at 0x4029D88: memcpy (mc_replace_strmem.c:838) ==20585== by 0x825A314: decode_frame (c93.c:96) ==20585== by 0x863D807: avcodec_decode_video2 (utils.c:1983) ==20585== by 0x80B108C: decode_video (ffmpeg.c:1668) ==20585== by 0x2BF25621: ??? ==20585== Address 0x46284f4 is 116 bytes inside a block of size 33,312 free'd ==20585== at 0x402750C: free (vg_replace_malloc.c:427) ==20585== by 0x87FBAE2: av_buffer_unref (buffer.c:115) ==20585== by 0x880292F: av_frame_unref (frame.c:347) ==20585== by 0x80B1E66: reap_filters (ffmpeg.c:1110) ==20585== by 0x80A0912: main (ffmpeg.c:3190) ==20585== [c93 @ 0x4261160] unexpected type 9 at 24x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] invalid offset 61772 during C93 decoding Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 0 at 16x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] invalid offset 65141 during C93 decoding Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 8x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 5 at 16x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 3 at 32x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 1 at 16x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 4 at 16x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 4 at 16x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 8x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] invalid offset 60786 during C93 decoding Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 4 at 16x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] invalid offset 65344 during C93 decoding Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 16x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 3 at 16x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] invalid offset 61530 during C93 decoding Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] invalid offset 62117 during C93 decoding Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 3 at 32x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 8x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 8x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] invalid offset 62573 during C93 decoding Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] invalid offset 64617 during C93 decoding Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 4 at 16x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] invalid offset 64772 during C93 decoding Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 3 at 24x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] invalid offset 60652 during C93 decoding Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] invalid offset 63492 during C93 decoding Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 3 at 16x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 5 at 32x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 4 at 16x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 8x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 4 at 24x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 9 at 16x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] invalid offset 63723 during C93 decoding Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 1 at 24x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 4 at 24x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 4 at 16x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 5 at 16x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 0 at 0x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 0x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 5 at 16x0 Error while decoding stream #0:1: Invalid data found when processing input ==20585== Invalid read of size 2 ==20585== at 0x4029DE8: memcpy (mc_replace_strmem.c:838) ==20585== by 0x825A2A9: decode_frame (c93.c:96) ==20585== by 0x863D807: avcodec_decode_video2 (utils.c:1983) ==20585== by 0x80B108C: decode_video (ffmpeg.c:1668) ==20585== by 0x20F5D621: ??? ==20585== Address 0x4628d84 is 2,308 bytes inside a block of size 33,312 free'd ==20585== at 0x402750C: free (vg_replace_malloc.c:427) ==20585== by 0x87FBAE2: av_buffer_unref (buffer.c:115) ==20585== by 0x880292F: av_frame_unref (frame.c:347) ==20585== by 0x80B1E66: reap_filters (ffmpeg.c:1110) ==20585== by 0x80A0912: main (ffmpeg.c:3190) ==20585== ==20585== Invalid read of size 2 ==20585== at 0x4029DE8: memcpy (mc_replace_strmem.c:838) ==20585== by 0x825A2D0: decode_frame (c93.c:96) ==20585== by 0x863D807: avcodec_decode_video2 (utils.c:1983) ==20585== by 0x80B108C: decode_video (ffmpeg.c:1668) ==20585== by 0x20F5D621: ??? ==20585== Address 0x4628e54 is 2,516 bytes inside a block of size 33,312 free'd ==20585== at 0x402750C: free (vg_replace_malloc.c:427) ==20585== by 0x87FBAE2: av_buffer_unref (buffer.c:115) ==20585== by 0x880292F: av_frame_unref (frame.c:347) ==20585== by 0x80B1E66: reap_filters (ffmpeg.c:1110) ==20585== by 0x80A0912: main (ffmpeg.c:3190) ==20585== ==20585== Invalid read of size 2 ==20585== at 0x4029DE8: memcpy (mc_replace_strmem.c:838) ==20585== by 0x825A2F8: decode_frame (c93.c:96) ==20585== by 0x863D807: avcodec_decode_video2 (utils.c:1983) ==20585== by 0x80B108C: decode_video (ffmpeg.c:1668) ==20585== by 0x20F5D621: ??? ==20585== Address 0x4628f24 is 2,724 bytes inside a block of size 33,312 free'd ==20585== at 0x402750C: free (vg_replace_malloc.c:427) ==20585== by 0x87FBAE2: av_buffer_unref (buffer.c:115) ==20585== by 0x880292F: av_frame_unref (frame.c:347) ==20585== by 0x80B1E66: reap_filters (ffmpeg.c:1110) ==20585== by 0x80A0912: main (ffmpeg.c:3190) ==20585== ==20585== Invalid read of size 2 ==20585== at 0x4029DE8: memcpy (mc_replace_strmem.c:838) ==20585== by 0x825A314: decode_frame (c93.c:96) ==20585== by 0x863D807: avcodec_decode_video2 (utils.c:1983) ==20585== by 0x80B108C: decode_video (ffmpeg.c:1668) ==20585== by 0x20F5D621: ??? ==20585== Address 0x4628ff4 is 2,932 bytes inside a block of size 33,312 free'd ==20585== at 0x402750C: free (vg_replace_malloc.c:427) ==20585== by 0x87FBAE2: av_buffer_unref (buffer.c:115) ==20585== by 0x880292F: av_frame_unref (frame.c:347) ==20585== by 0x80B1E66: reap_filters (ffmpeg.c:1110) ==20585== by 0x80A0912: main (ffmpeg.c:3190) ==20585== [c93 @ 0x4261160] unexpected type 9 at 40x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 9 at 32x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 9 at 16x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 5 at 32x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 1 at 24x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 0 at 32x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 0 at 0x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 0x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] invalid offset 61223 during C93 decoding Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 0x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 8x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 0x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 9 at 16x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 0x0 Error while decoding stream #0:1: Invalid data found when processing input ==20585== Invalid read of size 2 ==20585== at 0x4029DE8: memcpy (mc_replace_strmem.c:838) ==20585== by 0x8259DC6: decode_frame (c93.c:96) ==20585== by 0x863D807: avcodec_decode_video2 (utils.c:1983) ==20585== by 0x80B108C: decode_video (ffmpeg.c:1668) ==20585== by 0x2BF25621: ??? ==20585== Address 0x462850c is 140 bytes inside a block of size 33,312 free'd ==20585== at 0x402750C: free (vg_replace_malloc.c:427) ==20585== by 0x87FBAE2: av_buffer_unref (buffer.c:115) ==20585== by 0x880292F: av_frame_unref (frame.c:347) ==20585== by 0x80B1E66: reap_filters (ffmpeg.c:1110) ==20585== by 0x80A0912: main (ffmpeg.c:3190) ==20585== [c93 @ 0x4261160] unexpected type 5 at 16x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 9 at 16x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 0x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 9 at 24x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 0x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] invalid offset 61589 during C93 decoding Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 4 at 16x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 0x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 5 at 16x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 0x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 1 at 16x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 8x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 0x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 3 at 16x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 0x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] invalid offset 63768 during C93 decoding Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 0x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 4 at 32x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 0x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 0x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 5 at 32x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 8x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 9 at 16x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 0x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 1 at 48x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 8x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 1 at 48x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 0x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 0x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 8x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 9 at 16x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 32x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 0x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] invalid offset 63423 during C93 decoding Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 0x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 40x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 0x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 0x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 16x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 0x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 0 at 48x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 9 at 24x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 0x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 1 at 16x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 8x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 0x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 0 at 16x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] invalid offset 61530 during C93 decoding Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 1 at 24x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 0x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 4 at 24x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 0x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 0 at 16x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 1 at 24x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 0x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] invalid offset 63465 during C93 decoding Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 16x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 0x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] invalid offset 61662 during C93 decoding Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 4 at 32x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 0x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 1 at 16x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 9 at 16x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type c at 0x0 Error while decoding stream #0:1: Invalid data found when processing input [c93 @ 0x4261160] unexpected type 4 at 24x0 Error while decoding stream #0:1: Invalid data found when processing input frame= 0 fps=0.0 q=0.0 Lsize=N/A time=00:00:35.20 bitrate=N/A video:0kB audio:3036kB subtitle:0 global headers:0kB muxing overhead -100.000708% ==20585== ==20585== HEAP SUMMARY: ==20585== in use at exit: 0 bytes in 0 blocks ==20585== total heap usage: 7,564 allocs, 7,564 frees, 18,178,939 bytes allocated ==20585== ==20585== All heap blocks were freed -- no leaks are possible ==20585== ==20585== For counts of detected and suppressed errors, rerun with: -v ==20585== ERROR SUMMARY: 1003 errors from 123 contexts (suppressed: 59 from 6)
Attachments (1)
Change History (6)
by , 11 years ago
Attachment: | lowvbr.wmv added |
---|
follow-up: 2 comment:1 by , 11 years ago
Keywords: | c93 added |
---|
comment:2 by , 11 years ago
Replying to cehoyos:
Does it crash for you on any platform (or is this a valgrind bug)?
it crashes on windows (I was surprised it doesn't on linux)
comment:4 by , 11 years ago
(gdb) r -vcodec c93 -i cyuv.avi -f null - Starting program: D:\MinGW\msys\1.0\ffmpeg-HEAD-a67dcd7\ffmpeg_g.exe -vcodec c93 -i cyuv.avi -f null - [New Thread 1968.0xf04] ffmpeg version 2.0-a67dcd7 Copyright (c) 2000-2013 the FFmpeg developers built on Sep 5 2013 17:46:37 with gcc 4.6.2 (GCC) configuration: --disable-w32threads --disable-yasm --disable-ffprobe --enable- gpl libavutil 52. 43.100 / 52. 43.100 libavcodec 55. 31.101 / 55. 31.101 libavformat 55. 16.101 / 55. 16.101 libavdevice 55. 3.100 / 55. 3.100 libavfilter 3. 83.102 / 3. 83.102 libswscale 2. 5.100 / 2. 5.100 libswresample 0. 17.103 / 0. 17.103 libpostproc 52. 3.100 / 52. 3.100 Input #0, avi, from 'cyuv.avi': Duration: 00:00:05.00, start: 0.000000, bitrate: 4579 kb/s Stream #0:0: Video: c93 (cyuv / 0x76757963), pal8, 176x144, 30 tbr, 30 tbn, 30 tbc [New Thread 1968.0x8ac] [New Thread 1968.0x6b4] [New Thread 1968.0xba0] [New Thread 1968.0x6dc] [New Thread 1968.0xcc4] [New Thread 1968.0x2d4] [New Thread 1968.0xe30] [New Thread 1968.0xed0] [New Thread 1968.0x790] Output #0, null, to 'pipe:': Metadata: encoder : Lavf55.16.101 Stream #0:0: Video: rawvideo, pal8, 176x144, q=2-31, 200 kb/s, 90k tbn, 30 t bc Stream mapping: Stream #0:0 -> #0:0 (c93 -> rawvideo) Press [q] to stop, [?] for help [c93 @ 04df6e60] unexpected type 1 at 24x0 Error while decoding stream #0:0: Invalid data found when processing input [c93 @ 04df6e60] invalid offset 61163 during C93 decoding Error while decoding stream #0:0: Invalid data found when processing input Program received signal SIGSEGV, Segmentation fault. 0x006381c2 in copy_block (stride=208, height=4, offset=<optimized out>, from=0x4e01fe0 "ţ˝ţ˘", to=0x4df9370 "", avctx=0x4df6e60) at libavcodec/c93.c:96 96 memcpy(&to[i*stride], &from[(from_y+i)*stride+from_x], width); (gdb) bt #0 0x006381c2 in copy_block (stride=208, height=4, offset=<optimized out>, from=0x4e01fe0 "ţ˝ţ˘", to=0x4df9370 "", avctx=0x4df6e60) at libavcodec/c93.c:96 #1 decode_frame (avctx=0x4df6e60, data=0x4de1d20, got_frame=0x22fa9c, avpkt=0x22f768) at libavcodec/c93.c:179 #2 0x0059fcb2 in avcodec_decode_video2 (avctx=0x4df6e60, picture=0x4de1d20, got_picture_ptr=0x22fa9c, avpkt=0x22f898) at libavcodec/utils.c:1983 #3 0x00413624 in decode_video (got_output=<optimized out>, pkt=<optimized out>, ist=<optimized out>) at ffmpeg.c:1668 #4 output_packet (ist=0x4df8e40, pkt=0x22fbe0) at ffmpeg.c:1866 #5 0x004162a7 in process_input (file_index=81760096) at ffmpeg.c:3085 #6 0x00b07c28 in transcode_step () at ffmpeg.c:3181 #7 transcode () at ffmpeg.c:3233 #8 main (argc=8, argv=<optimized out>) at ffmpeg.c:3411 (gdb)
comment:5 by , 11 years ago
Reproduced by developer: | set |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Does it crash for you on any platform (or is this a valgrind bug)?