Opened 11 years ago
Closed 11 years ago
#2897 closed defect (fixed)
jpeg2000: avoid abort
Reported by: | ami_stuff | Owned by: | |
---|---|---|---|
Priority: | important | Component: | avcodec |
Version: | git-master | Keywords: | crash abort j2k regression |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | yes | |
Analyzed by developer: | no |
Description
maybe it would be possible to avoid this abort?
knoppix@Microknoppix:/media/sdb1$ gdb ffmpeg-HEAD-b8ff4f5/ffmpeg_g GNU gdb (GDB) 7.4.1-debian Copyright (C) 2012 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "i486-linux-gnu". For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>... Reading symbols from /media/sdb1/ffmpeg-HEAD-b8ff4f5/ffmpeg_g...done. (gdb) r -i fuzz_abort.avi -an -f null -Starting program: /media/sdb1/ffmpeg-HEAD-b8ff4f5/ffmpeg_g -i fuzz_abort.avi -an -f null - [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/i386-linux-gnu/libthread_db.so.1". ffmpeg version 2.0-b8ff4f5 Copyright (c) 2000-2013 the FFmpeg developers built on Aug 24 2013 01:32:53 with gcc 4.7 (Debian 4.7.2-5) configuration: --disable-ffprobe --disable-ffserver --disable-yasm --enable-gpl libavutil 52. 42.100 / 52. 42.100 libavcodec 55. 29.100 / 55. 29.100 libavformat 55. 14.102 / 55. 14.102 libavdevice 55. 3.100 / 55. 3.100 libavfilter 3. 82.102 / 3. 82.102 libswscale 2. 5.100 / 2. 5.100 libswresample 0. 17.103 / 0. 17.103 libpostproc 52. 3.100 / 52. 3.100 [avi @ 0x9105d60] non-interleaved AVI Input #0, avi, from 'fuzz_abort.avi': Duration: 00:00:05.96, start: 0.000000, bitrate: 320 kb/s Stream #0:0: Video: jpeg2000 (JPEG 2000 codestream restriction 0) (MJ2C / 0x43324A4D), rgb24, 192x128, 24 tbr, 24 tbn, 24 tbc Stream #0:1: Audio: mp3 (U[0][0][0] / 0x0055), 11025 Hz, mono, s16p, 7 kb/s Output #0, null, to 'pipe:': Metadata: encoder : Lavf55.14.102 Stream #0:0: Video: rawvideo (RGB[24] / 0x18424752), rgb24, 192x128, q=2-31, 200 kb/s, 90k tbn, 24 tbc Stream mapping: Stream #0:0 -> #0:0 (jpeg2000 -> rawvideo) Press [q] to stop, [?] for help [null @ 0x91095a0] Encoder did not produce proper pts, making some up. [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] Invalid sample seperation [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] Invalid sample seperation [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input Last message repeated 1 times [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] unsupported marker 0xFF13 at pos 0x2 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] unsupported marker 0xEF51 at pos 0x2 [jpeg2000 @ 0x9106640] cblk size invalid [jpeg2000 @ 0x9106640] error during processing marker segment ff52 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] unsupported marker 0xFF59 at pos 0x2 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] unsupported marker 0x7F51 at pos 0x2 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] Support for 3 components is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented. [jpeg2000 @ 0x9106640] If you want to help, upload a sample of this file to ftp://upload.ffmpeg.org/MPlayer/incoming/ and contact the ffmpeg-devel mailing list. [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Not yet implemented in FFmpeg, patches welcome [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] unsupported marker 0xFF50 at pos 0x2 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] Invalid sample seperation [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] Support for 3 components is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented. [jpeg2000 @ 0x9106640] If you want to help, upload a sample of this file to ftp://upload.ffmpeg.org/MPlayer/incoming/ and contact the ffmpeg-devel mailing list. [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Not yet implemented in FFmpeg, patches welcome [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] Support for 3 components is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented. [jpeg2000 @ 0x9106640] If you want to help, upload a sample of this file to ftp://upload.ffmpeg.org/MPlayer/incoming/ and contact the ffmpeg-devel mailing list. [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Not yet implemented in FFmpeg, patches welcome [jpeg2000 @ 0x9106640] unsupported marker 0xFB51 at pos 0x2 [jpeg2000 @ 0x9106640] cblk size invalid [jpeg2000 @ 0x9106640] error during processing marker segment ff52 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] unsupported marker 0xDB51 at pos 0x2 [jpeg2000 @ 0x9106640] error during processing marker segment ff52 Error while decoding stream #0:0: Operation not permitted [jpeg2000 @ 0x9106640] Invalid tile dimension 8388800x-2147483520. [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] unsupported marker 0xFDD1 at pos 0x2 [jpeg2000 @ 0x9106640] unsupported marker 0xDF52 at pos 0x33 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] Invalid sample seperation [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Invalid argument [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Operation not permitted [jpeg2000 @ 0x9106640] Invalid sample seperation [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Invalid data found when processing input Last message repeated 1 times [jpeg2000 @ 0x9106640] Invalid sample seperation [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] Invalid tile dimension 9416x-2147483518. [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Invalid data found when processing input Last message repeated 1 times [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] unsupported marker 0xDF41 at pos 0x2 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] Invalid sample seperation [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] Invalid sample seperation [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] Invalid sample seperation [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] Invalid tile dimension 192x0. [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] unsupported marker 0xFF11 at pos 0x2 [jpeg2000 @ 0x9106640] extra cblk styles 10 [jpeg2000 @ 0x9106640] error during processing marker segment ff52 Error while decoding stream #0:0: Operation not permitted [jpeg2000 @ 0x9106640] unsupported marker 0xFE51 at pos 0x2 [jpeg2000 @ 0x9106640] error during processing marker segment ff90 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] Invalid sample seperation [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] Invalid sample seperation [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] unsupported marker 0xFF59 at pos 0x2 [jpeg2000 @ 0x9106640] unsupported marker 0xFFD2 at pos 0x33 [jpeg2000 @ 0x9106640] unsupported marker 0xFF5E at pos 0x41 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] Support for 3 components is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented. [jpeg2000 @ 0x9106640] If you want to help, upload a sample of this file to ftp://upload.ffmpeg.org/MPlayer/incoming/ and contact the ffmpeg-devel mailing list. [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Not yet implemented in FFmpeg, patches welcome [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Invalid argument [jpeg2000 @ 0x9106640] unsupported marker 0xFB51 at pos 0x2 [jpeg2000 @ 0x9106640] unsupported marker 0xFF50 at pos 0x33 [jpeg2000 @ 0x9106640] unsupported marker 0xBF5C at pos 0x41 [jpeg2000 @ 0x9106640] unsupported marker 0xF790 at pos 0x66 [jpeg2000 @ 0x9106640] Missing SOT Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] Support for 3 components is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented. [jpeg2000 @ 0x9106640] If you want to help, upload a sample of this file to ftp://upload.ffmpeg.org/MPlayer/incoming/ and contact the ffmpeg-devel mailing list. [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Not yet implemented in FFmpeg, patches welcome [jpeg2000 @ 0x9106640] Invalid sample seperation [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] Support for 3 components is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented. [jpeg2000 @ 0x9106640] If you want to help, upload a sample of this file to ftp://upload.ffmpeg.org/MPlayer/incoming/ and contact the ffmpeg-devel mailing list. [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Not yet implemented in FFmpeg, patches welcome [jpeg2000 @ 0x9106640] Invalid sample seperation [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] Invalid sample seperation [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Invalid data found when processing input Last message repeated 1 times [jpeg2000 @ 0x9106640] Invalid sample seperation [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] Invalid sample seperation [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] unsupported marker 0xBF50 at pos 0x33 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] unsupported marker 0xFF71 at pos 0x2 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] Support for 3 components is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented. [jpeg2000 @ 0x9106640] If you want to help, upload a sample of this file to ftp://upload.ffmpeg.org/MPlayer/incoming/ and contact the ffmpeg-devel mailing list. [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Not yet implemented in FFmpeg, patches welcome [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] unsupported marker 0xBF51 at pos 0x2 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] extra cblk styles C0 [jpeg2000 @ 0x9106640] error during processing marker segment ff53 Error while decoding stream #0:0: Operation not permitted [jpeg2000 @ 0x9106640] Invalid sample seperation [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] Invalid sample seperation [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] unsupported marker 0xBF51 at pos 0x2 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] Invalid sample seperation [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] unsupported marker 0xDF51 at pos 0x2 [jpeg2000 @ 0x9106640] unsupported marker 0x7F52 at pos 0x33 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] unsupported marker 0xFF71 at pos 0x2 [jpeg2000 @ 0x9106640] error during processing marker segment ff90 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] unsupported marker 0xDF51 at pos 0x2 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] unsupported marker 0xFD51 at pos 0x2 [jpeg2000 @ 0x9106640] unsupported marker 0xDF90 at pos 0x66 [jpeg2000 @ 0x9106640] Missing SOT Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] Invalid sample seperation [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] Support for 3 components is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented. [jpeg2000 @ 0x9106640] If you want to help, upload a sample of this file to ftp://upload.ffmpeg.org/MPlayer/incoming/ and contact the ffmpeg-devel mailing list. [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Not yet implemented in FFmpeg, patches welcome [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Operation not permitted [jpeg2000 @ 0x9106640] Invalid tile dimension 2240x-2147483520. [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] unsupported marker 0xFE51 at pos 0x2 [jpeg2000 @ 0x9106640] unsupported marker 0xEE5C at pos 0x41 [jpeg2000 @ 0x9106640] unsupported marker 0xDF90 at pos 0x66 [jpeg2000 @ 0x9106640] Missing SOT Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] unsupported marker 0xFE51 at pos 0x2 [jpeg2000 @ 0x9106640] extra cblk styles 30 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] cblk size > 64 is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented. [jpeg2000 @ 0x9106640] If you want to help, upload a sample of this file to ftp://upload.ffmpeg.org/MPlayer/incoming/ and contact the ffmpeg-devel mailing list. [jpeg2000 @ 0x9106640] error during processing marker segment ff53 Error while decoding stream #0:0: Not yet implemented in FFmpeg, patches welcome [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] unsupported marker 0xFF59 at pos 0x2 [jpeg2000 @ 0x9106640] unsupported marker 0xFF4C at pos 0x41 [jpeg2000 @ 0x9106640] unsupported marker 0xFF94 at pos 0x66 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] Invalid tile dimension 192x-1006632828. [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input Last message repeated 1 times [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Invalid argument [jpeg2000 @ 0x9106640] Support for 3 components is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented. [jpeg2000 @ 0x9106640] If you want to help, upload a sample of this file to ftp://upload.ffmpeg.org/MPlayer/incoming/ and contact the ffmpeg-devel mailing list. [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Not yet implemented in FFmpeg, patches welcome [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] error during processing marker segment ff55 Error while decoding stream #0:0: Operation not permitted [jpeg2000 @ 0x9106640] Invalid sample seperation [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Invalid data found when processing input Last message repeated 1 times [jpeg2000 @ 0x9106640] Support for 3 components is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented. [jpeg2000 @ 0x9106640] If you want to help, upload a sample of this file to ftp://upload.ffmpeg.org/MPlayer/incoming/ and contact the ffmpeg-devel mailing list. [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Not yet implemented in FFmpeg, patches welcome [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input Last message repeated 1 times [jpeg2000 @ 0x9106640] Invalid sample seperation [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Invalid argument [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input Last message repeated 1 times [jpeg2000 @ 0x9106640] Support for 3 components is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented. [jpeg2000 @ 0x9106640] If you want to help, upload a sample of this file to ftp://upload.ffmpeg.org/MPlayer/incoming/ and contact the ffmpeg-devel mailing list. [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Not yet implemented in FFmpeg, patches welcome [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Invalid argument [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] unsupported marker 0x7F51 at pos 0x2 [jpeg2000 @ 0x9106640] nreslevels 134 is invalid [jpeg2000 @ 0x9106640] error during processing marker segment ff52 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input Assertion height <= 64 failed at libavcodec/jpeg2000dec.c:1034 Program received signal SIGABRT, Aborted. 0xb7e5e667 in *__GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 64 ../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory. (gdb) bt #0 0xb7e5e667 in *__GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 #1 0xb7e61a52 in *__GI_abort () at abort.c:92 #2 0x0850a190 in decode_cblk (bandpos=0, height=128, width=4, cblk=0xb7d8a020, t1=0xbfff6ce8, s=0x910b840, codsty=<optimized out>) at libavcodec/jpeg2000dec.c:1034 #3 jpeg2000_decode_tile (s=s@entry=0x910b840, tile=0x910d040, picture=picture@entry=0x910c660) at libavcodec/jpeg2000dec.c:1227 #4 0x0850d7ce in jpeg2000_decode_frame (avctx=0x9106640, data=0x910c660, got_frame=0xbffff504, avpkt=0xbffff2a8) at libavcodec/jpeg2000dec.c:1642 #5 0x08677b5e in avcodec_decode_video2 (avctx=0x9106640, picture=picture@entry=0x910c660, got_picture_ptr=got_picture_ptr@entry=0xbffff504, avpkt=avpkt@entry=0xbffff750) at libavcodec/utils.c:1982 #6 0x080b34ed in decode_video (ist=ist@entry=0x910a6a0, pkt=pkt@entry=0xbffff750, got_output=got_output@entry=0xbffff504) at ffmpeg.c:1668 #7 0x080b740a in output_packet (pkt=0xbffff6e8, ist=0x910a6a0) at ffmpeg.c:1866 #8 process_input (file_index=2) at ffmpeg.c:3085 #9 0x080a2cb3 in transcode_step () at ffmpeg.c:3181 #10 transcode () at ffmpeg.c:3233 #11 main (argc=<optimized out>, argv=<optimized out>) at ffmpeg.c:3411 (gdb)
line 1034 is av_assert0(height <= JPEG2000_MAX_CBLKH);
Attachments (2)
Change History (9)
by , 11 years ago
Attachment: | fuzz_abort.avi added |
---|
comment:1 by , 11 years ago
comment:2 by , 11 years ago
just checked again with an unmodified git head and it still aborts here
it also aborts with a second attached file
knoppix@Microknoppix:/media/sdb1$ ffmpeg-HEAD-edf6fb6/ffmpeg_g -i fuzz_abort.avi -an -f null - ffmpeg version 2.0-edf6fb6 Copyright (c) 2000-2013 the FFmpeg developers built on Aug 24 2013 11:50:43 with gcc 4.7 (Debian 4.7.2-5) configuration: --disable-yasm --disable-ffserver --disable-ffprobe --enable-gpl libavutil 52. 42.100 / 52. 42.100 libavcodec 55. 29.100 / 55. 29.100 libavformat 55. 14.102 / 55. 14.102 libavdevice 55. 3.100 / 55. 3.100 libavfilter 3. 82.102 / 3. 82.102 libswscale 2. 5.100 / 2. 5.100 libswresample 0. 17.103 / 0. 17.103 libpostproc 52. 3.100 / 52. 3.100 [avi @ 0x9105d60] non-interleaved AVI Input #0, avi, from 'fuzz_abort.avi': Duration: 00:00:05.96, start: 0.000000, bitrate: 320 kb/s Stream #0:0: Video: jpeg2000 (JPEG 2000 codestream restriction 0) (MJ2C / 0x43324A4D), rgb24, 192x128, 24 tbr, 24 tbn, 24 tbc Stream #0:1: Audio: mp3 (U[0][0][0] / 0x0055), 11025 Hz, mono, s16p, 7 kb/s Output #0, null, to 'pipe:': Metadata: encoder : Lavf55.14.102 Stream #0:0: Video: rawvideo (RGB[24] / 0x18424752), rgb24, 192x128, q=2-31, 200 kb/s, 90k tbn, 24 tbc Stream mapping: Stream #0:0 -> #0:0 (jpeg2000 -> rawvideo) Press [q] to stop, [?] for help [null @ 0x91095a0] Encoder did not produce proper pts, making some up. [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] Invalid sample seperation [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] Invalid sample seperation [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input Last message repeated 1 times [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] unsupported marker 0xFF13 at pos 0x2 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] unsupported marker 0xEF51 at pos 0x2 [jpeg2000 @ 0x9106640] cblk size invalid [jpeg2000 @ 0x9106640] error during processing marker segment ff52 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] unsupported marker 0xFF59 at pos 0x2 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] unsupported marker 0x7F51 at pos 0x2 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] Support for 3 components is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented. [jpeg2000 @ 0x9106640] If you want to help, upload a sample of this file to ftp://upload.ffmpeg.org/MPlayer/incoming/ and contact the ffmpeg-devel mailing list. [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Not yet implemented in FFmpeg, patches welcome [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] unsupported marker 0xFF50 at pos 0x2 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] Invalid sample seperation [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] Support for 3 components is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented. [jpeg2000 @ 0x9106640] If you want to help, upload a sample of this file to ftp://upload.ffmpeg.org/MPlayer/incoming/ and contact the ffmpeg-devel mailing list. [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Not yet implemented in FFmpeg, patches welcome [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] Support for 3 components is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented. [jpeg2000 @ 0x9106640] If you want to help, upload a sample of this file to ftp://upload.ffmpeg.org/MPlayer/incoming/ and contact the ffmpeg-devel mailing list. [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Not yet implemented in FFmpeg, patches welcome [jpeg2000 @ 0x9106640] unsupported marker 0xFB51 at pos 0x2 [jpeg2000 @ 0x9106640] cblk size invalid [jpeg2000 @ 0x9106640] error during processing marker segment ff52 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] unsupported marker 0xDB51 at pos 0x2 [jpeg2000 @ 0x9106640] error during processing marker segment ff52 Error while decoding stream #0:0: Operation not permitted [jpeg2000 @ 0x9106640] Invalid tile dimension 8388800x-2147483520. [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] unsupported marker 0xFDD1 at pos 0x2 [jpeg2000 @ 0x9106640] unsupported marker 0xDF52 at pos 0x33 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] Invalid sample seperation [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Invalid argument [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Operation not permitted [jpeg2000 @ 0x9106640] Invalid sample seperation [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Invalid data found when processing input Last message repeated 1 times [jpeg2000 @ 0x9106640] Invalid sample seperation [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] Invalid tile dimension 9416x-2147483518. [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Invalid data found when processing input Last message repeated 1 times [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] unsupported marker 0xDF41 at pos 0x2 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] Invalid sample seperation [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] Invalid sample seperation [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] Invalid sample seperation [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] Invalid tile dimension 192x0. [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] unsupported marker 0xFF11 at pos 0x2 [jpeg2000 @ 0x9106640] extra cblk styles 10 [jpeg2000 @ 0x9106640] error during processing marker segment ff52 Error while decoding stream #0:0: Operation not permitted [jpeg2000 @ 0x9106640] unsupported marker 0xFE51 at pos 0x2 [jpeg2000 @ 0x9106640] error during processing marker segment ff90 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] Invalid sample seperation [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] Invalid sample seperation [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] unsupported marker 0xFF59 at pos 0x2 [jpeg2000 @ 0x9106640] unsupported marker 0xFFD2 at pos 0x33 [jpeg2000 @ 0x9106640] unsupported marker 0xFF5E at pos 0x41 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] Support for 3 components is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented. [jpeg2000 @ 0x9106640] If you want to help, upload a sample of this file to ftp://upload.ffmpeg.org/MPlayer/incoming/ and contact the ffmpeg-devel mailing list. [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Not yet implemented in FFmpeg, patches welcome [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Invalid argument [jpeg2000 @ 0x9106640] unsupported marker 0xFB51 at pos 0x2 [jpeg2000 @ 0x9106640] unsupported marker 0xFF50 at pos 0x33 [jpeg2000 @ 0x9106640] unsupported marker 0xBF5C at pos 0x41 [jpeg2000 @ 0x9106640] unsupported marker 0xF790 at pos 0x66 [jpeg2000 @ 0x9106640] Missing SOT Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] Support for 3 components is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented. [jpeg2000 @ 0x9106640] If you want to help, upload a sample of this file to ftp://upload.ffmpeg.org/MPlayer/incoming/ and contact the ffmpeg-devel mailing list. [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Not yet implemented in FFmpeg, patches welcome [jpeg2000 @ 0x9106640] Invalid sample seperation [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] Support for 3 components is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented. [jpeg2000 @ 0x9106640] If you want to help, upload a sample of this file to ftp://upload.ffmpeg.org/MPlayer/incoming/ and contact the ffmpeg-devel mailing list. [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Not yet implemented in FFmpeg, patches welcome [jpeg2000 @ 0x9106640] Invalid sample seperation [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] Invalid sample seperation [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Invalid data found when processing input Last message repeated 1 times [jpeg2000 @ 0x9106640] Invalid sample seperation [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] Invalid sample seperation [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] unsupported marker 0xBF50 at pos 0x33 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] unsupported marker 0xFF71 at pos 0x2 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] Support for 3 components is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented. [jpeg2000 @ 0x9106640] If you want to help, upload a sample of this file to ftp://upload.ffmpeg.org/MPlayer/incoming/ and contact the ffmpeg-devel mailing list. [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Not yet implemented in FFmpeg, patches welcome [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] unsupported marker 0xBF51 at pos 0x2 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] extra cblk styles C0 [jpeg2000 @ 0x9106640] error during processing marker segment ff53 Error while decoding stream #0:0: Operation not permitted [jpeg2000 @ 0x9106640] Invalid sample seperation [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] Invalid sample seperation [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] unsupported marker 0xBF51 at pos 0x2 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] Invalid sample seperation [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] unsupported marker 0xDF51 at pos 0x2 [jpeg2000 @ 0x9106640] unsupported marker 0x7F52 at pos 0x33 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] unsupported marker 0xFF71 at pos 0x2 [jpeg2000 @ 0x9106640] error during processing marker segment ff90 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] unsupported marker 0xDF51 at pos 0x2 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] unsupported marker 0xFD51 at pos 0x2 [jpeg2000 @ 0x9106640] unsupported marker 0xDF90 at pos 0x66 [jpeg2000 @ 0x9106640] Missing SOT Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] Invalid sample seperation [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] Support for 3 components is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented. [jpeg2000 @ 0x9106640] If you want to help, upload a sample of this file to ftp://upload.ffmpeg.org/MPlayer/incoming/ and contact the ffmpeg-devel mailing list. [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Not yet implemented in FFmpeg, patches welcome [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Operation not permitted [jpeg2000 @ 0x9106640] Invalid tile dimension 2240x-2147483520. [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] unsupported marker 0xFE51 at pos 0x2 [jpeg2000 @ 0x9106640] unsupported marker 0xEE5C at pos 0x41 [jpeg2000 @ 0x9106640] unsupported marker 0xDF90 at pos 0x66 [jpeg2000 @ 0x9106640] Missing SOT Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] unsupported marker 0xFE51 at pos 0x2 [jpeg2000 @ 0x9106640] extra cblk styles 30 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] cblk size > 64 is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented. [jpeg2000 @ 0x9106640] If you want to help, upload a sample of this file to ftp://upload.ffmpeg.org/MPlayer/incoming/ and contact the ffmpeg-devel mailing list. [jpeg2000 @ 0x9106640] error during processing marker segment ff53 Error while decoding stream #0:0: Not yet implemented in FFmpeg, patches welcome [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] unsupported marker 0xFF59 at pos 0x2 [jpeg2000 @ 0x9106640] unsupported marker 0xFF4C at pos 0x41 [jpeg2000 @ 0x9106640] unsupported marker 0xFF94 at pos 0x66 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] Invalid tile dimension 192x-1006632828. [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input Last message repeated 1 times [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Invalid argument [jpeg2000 @ 0x9106640] Support for 3 components is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented. [jpeg2000 @ 0x9106640] If you want to help, upload a sample of this file to ftp://upload.ffmpeg.org/MPlayer/incoming/ and contact the ffmpeg-devel mailing list. [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Not yet implemented in FFmpeg, patches welcome [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] error during processing marker segment ff55 Error while decoding stream #0:0: Operation not permitted [jpeg2000 @ 0x9106640] Invalid sample seperation [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Invalid data found when processing input Last message repeated 1 times [jpeg2000 @ 0x9106640] Support for 3 components is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented. [jpeg2000 @ 0x9106640] If you want to help, upload a sample of this file to ftp://upload.ffmpeg.org/MPlayer/incoming/ and contact the ffmpeg-devel mailing list. [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Not yet implemented in FFmpeg, patches welcome [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input Last message repeated 1 times [jpeg2000 @ 0x9106640] Invalid sample seperation [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Invalid argument [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input Last message repeated 1 times [jpeg2000 @ 0x9106640] Support for 3 components is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented. [jpeg2000 @ 0x9106640] If you want to help, upload a sample of this file to ftp://upload.ffmpeg.org/MPlayer/incoming/ and contact the ffmpeg-devel mailing list. [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Not yet implemented in FFmpeg, patches welcome [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] error during processing marker segment ff51 Error while decoding stream #0:0: Invalid argument [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] unsupported marker 0x7F51 at pos 0x2 [jpeg2000 @ 0x9106640] nreslevels 134 is invalid [jpeg2000 @ 0x9106640] error during processing marker segment ff52 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x9106640] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input Assertion height <= 64 failed at libavcodec/jpeg2000dec.c:1034 Aborted
by , 11 years ago
Attachment: | fuzz_abort2.avi added |
---|
comment:3 by , 11 years ago
$ ffmpeg -i fuzz_abort2.avi -an -f null - ffmpeg version N-55749-g6067186 Copyright (c) 2000-2013 the FFmpeg developers built on Aug 24 2013 11:53:22 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack libavutil 52. 42.100 / 52. 42.100 libavcodec 55. 29.100 / 55. 29.100 libavformat 55. 14.102 / 55. 14.102 libavdevice 55. 3.100 / 55. 3.100 libavfilter 3. 82.102 / 3. 82.102 libswscale 2. 5.100 / 2. 5.100 libswresample 0. 17.103 / 0. 17.103 libpostproc 52. 3.100 / 52. 3.100 [avi @ 0x2772880] non-interleaved AVI Input #0, avi, from 'fuzz_abort2.avi': Duration: 00:00:05.96, start: 0.000000, bitrate: 320 kb/s Stream #0:0: Video: jpeg2000 (JPEG 2000 codestream restriction 0) (MJ2C / 0x43324A4D), rgb24, 192x128, 24 tbr, 24 tbn, 24 tbc Stream #0:1: Audio: mp3 (U[0][0][0] / 0x0055), 11025 Hz, mono, s16p, 7 kb/s Output #0, null, to 'pipe:': Metadata: encoder : Lavf55.14.102 Stream #0:0: Video: rawvideo (RGB[24] / 0x18424752), rgb24, 192x128, q=2-31, 200 kb/s, 90k tbn, 24 tbc Stream mapping: Stream #0:0 -> #0:0 (jpeg2000 -> rawvideo) Press [q] to stop, [?] for help [jpeg2000 @ 0x275f200] [jpeg2000 @ 0x275de60] error during processing marker segment ff51 SOC marker not present [jpeg2000 @ 0x27605a0] SOC marker not present [null @ 0x2776120] Encoder did not produce proper pts, making some up. [jpeg2000 @ 0x2766780] unsupported marker 0xFF50 at pos 0x2 [jpeg2000 @ 0x2766c00] SOC marker not present [jpeg2000 @ 0x2767fa0] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x2769340] error during processing marker segment ff55 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x276a6e0] unsupported marker 0xFF11 at pos 0x2 [jpeg2000 @ 0x276a6e0] MCT 1 with too few components (0) [jpeg2000 @ 0x275cae0] Error while decoding stream #0:0: Invalid argument SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x276a6e0] [jpeg2000 @ 0x275de60] error during processing marker segment ff52 Error while decoding stream #0:0: Invalid data found when processing input Error while decoding stream #0:0: Invalid data found when processing input Error while decoding stream #0:0: Invalid data found when processing input Invalid sample seperation [jpeg2000 @ 0x2766c00] SOC marker not present [jpeg2000 @ 0x2766780] Support for 3 componentsError while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x27605a0] error during processing marker segment ff51 [jpeg2000 @ 0x275f200] [jpeg2000 @ 0x275de60] error during processing marker segment ff51 [jpeg2000 @ 0x2766780] Error while decoding stream #0:0: Operation not permitted [jpeg2000 @ 0x2767fa0] [jpeg2000 @ 0x2769340] Error while decoding stream #0:0: Invalid data found when processing input unsupported marker 0xFD51 at pos 0x2 SOC marker not present SOC marker not present is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented. [jpeg2000 @ 0x276a6e0] Support for 0 componentsIf you want to help, upload a sample of this file to ftp://upload.ffmpeg.org/MPlayer/incoming/ and contact the ffmpeg-devel mailing list. Error while decoding stream #0:0: Invalid data found when processing input Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x2766780] error during processing marker segment ff51 [jpeg2000 @ 0x276a6e0] is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented. Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x275de60] [jpeg2000 @ 0x276a6e0] If you want to help, upload a sample of this file to ftp://upload.ffmpeg.org/MPlayer/incoming/ and contact the ffmpeg-devel mailing list. Error while decoding stream #0:0: Invalid argument Error while decoding stream #0:0: Not yet implemented in FFmpeg, patches welcome [jpeg2000 @ 0x275f200] [jpeg2000 @ 0x276a6e0] error during processing marker segment ff51 SOC marker not present SOC marker not present [jpeg2000 @ 0x275cae0] [jpeg2000 @ 0x2766780] Error while decoding stream #0:0: Invalid data found when processing input Support for 3 componentsError while decoding stream #0:0: Invalid data found when processing input SOC marker not present [jpeg2000 @ 0x2767fa0] Support for 3 components is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented. [jpeg2000 @ 0x27605a0] SOC marker not present [jpeg2000 @ 0x2767fa0] If you want to help, upload a sample of this file to ftp://upload.ffmpeg.org/MPlayer/incoming/ and contact the ffmpeg-devel mailing list. [jpeg2000 @ 0x2767fa0] error during processing marker segment ff51 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x2766c00] error during processing marker segment ff51 [jpeg2000 @ 0x2769340] Error while decoding stream #0:0: Not yet implemented in FFmpeg, patches welcome [jpeg2000 @ 0x2766780] Error while decoding stream #0:0: Invalid data found when processing input is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented. Error while decoding stream #0:0: Invalid data found when processing input Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x2766780] unsupported marker 0xFF41 at pos 0x2 If you want to help, upload a sample of this file to ftp://upload.ffmpeg.org/MPlayer/incoming/ and contact the ffmpeg-devel mailing list. Last message repeated 1 times [jpeg2000 @ 0x2766780] error during processing marker segment ff51 Last message repeated 1 times Last message repeated 1 times [jpeg2000 @ 0x275f200] SOC marker not present Error while decoding stream #0:0: Not yet implemented in FFmpeg, patches welcome [jpeg2000 @ 0x2769340] cblk size invalid [jpeg2000 @ 0x2766780] SOC marker not present Error while decoding stream #0:0: Invalid argument [jpeg2000 @ 0x276a6e0] Invalid sample seperation [jpeg2000 @ 0x2769340] error during processing marker segment ff52 [jpeg2000 @ 0x276a6e0] error during processing marker segment ff51 Error while decoding stream #0:0: Not yet implemented in FFmpeg, patches welcome Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x2769340] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x2767fa0] unsupported marker 0xFD51 at pos 0x2 Error while decoding stream #0:0: Invalid data found when processing input Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x2767fa0] unsupported marker 0xFFD2 at pos 0x33 [jpeg2000 @ 0x276a6e0] SOC marker not present [jpeg2000 @ 0x275cae0] SOC marker not present [jpeg2000 @ 0x275de60] [jpeg2000 @ 0x2767fa0] unsupported marker 0xBF5C at pos 0x41 Invalid sample seperation [jpeg2000 @ 0x2767fa0] error during processing marker segment ff90 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x275de60] error during processing marker segment ff51 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x275f200] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input Last message repeated 1 times [jpeg2000 @ 0x2766780] Support for 3 componentsError while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x2767fa0] [jpeg2000 @ 0x2766780] SOC marker not present is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented. Error while decoding stream #0:0: Invalid data found when processing input Error while decoding stream #0:0: Invalid data found when processing input Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x2769340] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x275cae0] Error while decoding stream #0:0: Invalid data found when processing input Support for 0 components[jpeg2000 @ 0x2766780] [jpeg2000 @ 0x276a6e0] unsupported marker 0x7F51 at pos 0x2 If you want to help, upload a sample of this file to ftp://upload.ffmpeg.org/MPlayer/incoming/ and contact the ffmpeg-devel mailing list. Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x275f200] Support for 0 components[jpeg2000 @ 0x275de60] is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented. [jpeg2000 @ 0x27605a0] Invalid sample seperation [jpeg2000 @ 0x2766780] error during processing marker segment ff51 [jpeg2000 @ 0x275de60] Error while decoding stream #0:0: Not yet implemented in FFmpeg, patches welcome [jpeg2000 @ 0x275f200] Error while decoding stream #0:0: Invalid data found when processing input unsupported marker 0x7F51 at pos 0x2 [jpeg2000 @ 0x276a6e0] is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented. [jpeg2000 @ 0x275f200] If you want to help, upload a sample of this file to ftp://upload.ffmpeg.org/MPlayer/incoming/ and contact the ffmpeg-devel mailing list. error during processing marker segment ff51 [jpeg2000 @ 0x2766c00] Invalid sample seperation cblk size invalid [jpeg2000 @ 0x276a6e0] [jpeg2000 @ 0x2766c00] error during processing marker segment ff51 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x27605a0] unsupported marker 0xDF52 at pos 0x33 error during processing marker segment ff52 [jpeg2000 @ 0x2767fa0] [jpeg2000 @ 0x2766780] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x275cae0] [jpeg2000 @ 0x2769340] Support for 3 componentsSOC marker not present [jpeg2000 @ 0x275f200] error during processing marker segment ff51 is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented. Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x2769340] If you want to help, upload a sample of this file to ftp://upload.ffmpeg.org/MPlayer/incoming/ and contact the ffmpeg-devel mailing list. If you want to help, upload a sample of this file to ftp://upload.ffmpeg.org/MPlayer/incoming/ and contact the ffmpeg-devel mailing list. [jpeg2000 @ 0x2769340] error during processing marker segment ff51 [jpeg2000 @ 0x275cae0] error during processing marker segment ff51 [jpeg2000 @ 0x276a6e0] Invalid sample seperation [jpeg2000 @ 0x276a6e0] error during processing marker segment ff51 Error while decoding stream #0:0: Not yet implemented in FFmpeg, patches welcome Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x275de60] unsupported marker 0xFF11 at pos 0x2 Error while decoding stream #0:0: Not yet implemented in FFmpeg, patches welcome [jpeg2000 @ 0x275cae0] Invalid compno 0. There are 0 components in the image. Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x275de60] [jpeg2000 @ 0x275f200] Invalid sample seperation Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x27605a0] Error while decoding stream #0:0: Invalid data found when processing input error during processing marker segment ff5c [jpeg2000 @ 0x2766c00] SOC marker not present SOC marker not present [jpeg2000 @ 0x275cae0] error during processing marker segment ff53 [jpeg2000 @ 0x2766780] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x275f200] Error while decoding stream #0:0: Not yet implemented in FFmpeg, patches welcome [jpeg2000 @ 0x2767fa0] [jpeg2000 @ 0x2769340] Invalid sample seperation Error while decoding stream #0:0: Invalid data found when processing input Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x276a6e0] SOC marker not present [jpeg2000 @ 0x275cae0] error during processing marker segment ff51 error during processing marker segment ff51 [jpeg2000 @ 0x2769340] Invalid tile dimension -2147483008x0. error during processing marker segment ff51 [jpeg2000 @ 0x276a6e0] error during processing marker segment ff51 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x275de60] cblk size invalid Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x275de60] error during processing marker segment ff53 [jpeg2000 @ 0x275f200] Error while decoding stream #0:0: Invalid data found when processing input SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x2766c00] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x27605a0] Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x2767fa0] SOC marker not present [jpeg2000 @ 0x2766780] error during processing marker segment ff51 SOC marker not present [jpeg2000 @ 0x2769340] Error while decoding stream #0:0: Invalid data found when processing input Support for 1 componentsError while decoding stream #0:0: Invalid argument Error while decoding stream #0:0: Invalid data found when processing input Last message repeated 1 times error during processing marker segment ff51 [jpeg2000 @ 0x275de60] is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented. [jpeg2000 @ 0x275f200] unsupported marker 0xFF71 at pos 0x2 [jpeg2000 @ 0x2769340] unsupported marker 0xF751 at pos 0x2 Error while decoding stream #0:0: Invalid argument [jpeg2000 @ 0x275f200] unsupported marker 0xDF90 at pos 0x66 If you want to help, upload a sample of this file to ftp://upload.ffmpeg.org/MPlayer/incoming/ and contact the ffmpeg-devel mailing list. Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x27605a0] Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x2766c00] unsupported marker 0xFFD1 at pos 0x2 [jpeg2000 @ 0x2766780] SOC marker not present Support for 3 componentsError while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x2766c00] [jpeg2000 @ 0x2767fa0] Support for 3 components is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented. [jpeg2000 @ 0x27605a0] is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented. unsupported marker 0xFD5C at pos 0x41 [jpeg2000 @ 0x27605a0] If you want to help, upload a sample of this file to ftp://upload.ffmpeg.org/MPlayer/incoming/ and contact the ffmpeg-devel mailing list. [jpeg2000 @ 0x2767fa0] If you want to help, upload a sample of this file to ftp://upload.ffmpeg.org/MPlayer/incoming/ and contact the ffmpeg-devel mailing list. error during processing marker segment ff51 [jpeg2000 @ 0x2767fa0] error during processing marker segment ff51 Error while decoding stream #0:0: Not yet implemented in FFmpeg, patches welcome [jpeg2000 @ 0x27605a0] [jpeg2000 @ 0x2769340] Support for 1 componentserror during processing marker segment ff51 Error while decoding stream #0:0: Invalid argument [jpeg2000 @ 0x2766c00] error during processing marker segment ff90 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x275cae0] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x276a6e0] SOC marker not present is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented. Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x275f200] Support for 3 componentsError while decoding stream #0:0: Not yet implemented in FFmpeg, patches welcome is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented. [jpeg2000 @ 0x275de60] Invalid sample seperation [jpeg2000 @ 0x27605a0] Invalid sample seperation [jpeg2000 @ 0x275de60] error during processing marker segment ff51 [jpeg2000 @ 0x27605a0] error during processing marker segment ff51 Error while decoding stream #0:0: Invalid data found when processing input Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x2769340] Error while decoding stream #0:0: Not yet implemented in FFmpeg, patches welcome [jpeg2000 @ 0x2766780] Invalid sample seperation [jpeg2000 @ 0x2766c00] Support for 3 componentsIf you want to help, upload a sample of this file to ftp://upload.ffmpeg.org/MPlayer/incoming/ and contact the ffmpeg-devel mailing list. [jpeg2000 @ 0x2769340] [jpeg2000 @ 0x2766c00] is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented. unsupported marker 0xDF51 at pos 0x2 error during processing marker segment ff51 Error while decoding stream #0:0: Not yet implemented in FFmpeg, patches welcome [jpeg2000 @ 0x2766c00] [jpeg2000 @ 0x2769340] SOC marker not present [jpeg2000 @ 0x2767fa0] unsupported marker 0xBF12 at pos 0x33 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x2766780] error during processing marker segment ff51 [jpeg2000 @ 0x275f200] If you want to help, upload a sample of this file to ftp://upload.ffmpeg.org/MPlayer/incoming/ and contact the ffmpeg-devel mailing list. [jpeg2000 @ 0x276a6e0] Invalid sample seperation [jpeg2000 @ 0x275f200] error during processing marker segment ff51 [jpeg2000 @ 0x276a6e0] error during processing marker segment ff51 Error while decoding stream #0:0: Invalid data found when processing input If you want to help, upload a sample of this file to ftp://upload.ffmpeg.org/MPlayer/incoming/ and contact the ffmpeg-devel mailing list. [jpeg2000 @ 0x275cae0] SOC marker not present [jpeg2000 @ 0x2766c00] Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x2767fa0] [jpeg2000 @ 0x275de60] Invalid sample seperation error during processing marker segment ff90 error during processing marker segment ff51 [jpeg2000 @ 0x275de60] error during processing marker segment ff51 Error while decoding stream #0:0: Not yet implemented in FFmpeg, patches welcome Error while decoding stream #0:0: Invalid data found when processing input Last message repeated 1 times [jpeg2000 @ 0x27605a0] unsupported marker 0xFE51 at pos 0x2 Error while decoding stream #0:0: Not yet implemented in FFmpeg, patches welcome [jpeg2000 @ 0x2766780] Support for 3 componentsError while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x2766c00] [jpeg2000 @ 0x2766780] Error while decoding stream #0:0: Invalid data found when processing input is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented. [jpeg2000 @ 0x2767fa0] SOC marker not present [jpeg2000 @ 0x2766780] If you want to help, upload a sample of this file to ftp://upload.ffmpeg.org/MPlayer/incoming/ and contact the ffmpeg-devel mailing list. [jpeg2000 @ 0x2769340] Invalid sample seperation SOC marker not present [jpeg2000 @ 0x2766780] error during processing marker segment ff51 [jpeg2000 @ 0x2769340] error during processing marker segment ff51 Error while decoding stream #0:0: Invalid data found when processing input Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x275cae0] Invalid sample seperation Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x276a6e0] [jpeg2000 @ 0x275cae0] error during processing marker segment ff51 [jpeg2000 @ 0x275de60] SOC marker not present SOC marker not present [jpeg2000 @ 0x275f200] Psot 3477 too big [jpeg2000 @ 0x275f200] error during processing marker segment ff90 Error while decoding stream #0:0: Invalid data found when processing input Last message repeated 1 times [jpeg2000 @ 0x275f200] SOC marker not present Error while decoding stream #0:0: Not yet implemented in FFmpeg, patches welcome [jpeg2000 @ 0x27605a0] Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x2766780] Invalid sample seperation SOC marker not present [jpeg2000 @ 0x2766c00] Invalid sample seperation [jpeg2000 @ 0x2766c00] error during processing marker segment ff51 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x2767fa0] SOC marker not present [jpeg2000 @ 0x27605a0] Error while decoding stream #0:0: Invalid data found when processing input error during processing marker segment ff51 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x2769340] unsupported marker 0xFF71 at pos 0x2 [jpeg2000 @ 0x276a6e0] Invalid sample seperation [jpeg2000 @ 0x2769340] cblk size invalid [jpeg2000 @ 0x276a6e0] error during processing marker segment ff51 [jpeg2000 @ 0x2769340] error during processing marker segment ff52 Error while decoding stream #0:0: Invalid data found when processing input Error while decoding stream #0:0: Invalid data found when processing input Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x275cae0] unsupported marker 0xBF51 at pos 0x2 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x275de60] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x2766780] error during processing marker segment ff55 [jpeg2000 @ 0x275f200] Invalid sample seperation Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x275cae0] Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x2766c00] Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x275f200] error during processing marker segment ff51 unsupported marker 0xFD51 at pos 0x2 [jpeg2000 @ 0x27605a0] unsupported marker 0xFF41 at pos 0x2 unsupported marker 0xFFDC at pos 0x41 [jpeg2000 @ 0x2767fa0] SOC marker not present [jpeg2000 @ 0x2769340] unsupported marker 0xFF71 at pos 0x2 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x276a6e0] unsupported marker 0xEFD1 at pos 0x2 [jpeg2000 @ 0x2769340] unsupported marker 0xFF92 at pos 0x66 [jpeg2000 @ 0x276a6e0] error during processing marker segment ff90 [jpeg2000 @ 0x2769340] Missing SOT [jpeg2000 @ 0x275cae0] error during processing marker segment ff90 Error while decoding stream #0:0: Invalid data found when processing input Last message repeated 1 times [jpeg2000 @ 0x275de60] Support for 3 componentsError while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x275cae0] unsupported marker 0xFB51 at pos 0x2 [jpeg2000 @ 0x275f200] Support for 3 componentsError while decoding stream #0:0: Invalid data found when processing input Error while decoding stream #0:0: Operation not permitted extra cblk styles 80 [jpeg2000 @ 0x275f200] is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented. is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented. [jpeg2000 @ 0x27605a0] SOC marker not present [jpeg2000 @ 0x275de60] If you want to help, upload a sample of this file to ftp://upload.ffmpeg.org/MPlayer/incoming/ and contact the ffmpeg-devel mailing list. Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x275de60] error during processing marker segment ff51 [jpeg2000 @ 0x2766c00] [jpeg2000 @ 0x275f200] If you want to help, upload a sample of this file to ftp://upload.ffmpeg.org/MPlayer/incoming/ and contact the ffmpeg-devel mailing list. Invalid sample seperation [jpeg2000 @ 0x275f200] error during processing marker segment ff51 Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x2766780] [jpeg2000 @ 0x2767fa0] SOC marker not present [jpeg2000 @ 0x2766c00] error during processing marker segment ff51 Error while decoding stream #0:0: Invalid data found when processing input unsupported marker 0x7F51 at pos 0x2 [jpeg2000 @ 0x2769340] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x276a6e0] SOC marker not present Error while decoding stream #0:0: Not yet implemented in FFmpeg, patches welcome Error while decoding stream #0:0: Not yet implemented in FFmpeg, patches welcome [jpeg2000 @ 0x275cae0] SOC marker not present Error while decoding stream #0:0: Invalid data found when processing input Last message repeated 1 timesr 3 components Last message repeated 1 times [jpeg2000 @ 0x275de60] is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented. Error while decoding stream #0:0: Invalid data found when processing input [jpeg2000 @ 0x275de60] Error while decoding stream #0:0: Invalid data found when processing input If you want to help, upload a sample of this file to ftp://upload.ffmpeg.org/MPlayer/incoming/ and contact the ffmpeg-devel mailing list. Last message repeated 1 times [jpeg2000 @ 0x275de60] Error while decoding stream #0:0: Invalid data found when processing input error during processing marker segment ff51 Last message repeated 1 times Error while decoding stream #0:0: Not yet implemented in FFmpeg, patches welcome Input stream #0:0 frame changed from size:192x128 fmt:rgb24 to size:192x128 fmt:rgb48le Input stream #0:0 frame changed from size:192x128 fmt:rgb48le to size:192x128 fmt:rgb24 frame= 143 fps=0.0 q=0.0 Lsize=N/A time=00:00:05.95 bitrate=N/A dup=131 drop=0 video:13kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.160256%
comment:4 by , 11 years ago
could you try to reproduce with -threads 1?
win32 build aborts with -threads 1, with -threads 2 threre is an invalid read
comment:5 by , 11 years ago
Component: | undetermined → avcodec |
---|---|
Keywords: | crash abort j2k regression added |
Priority: | normal → important |
Reproduced by developer: | set |
Status: | new → open |
Version: | unspecified → git-master |
Reproducible with -threads 1.
comment:7 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | open → closed |
Note:
See TracTickets
for help on using tickets.
I cannot reproduce this ticket (nor ticket #2895 before it was fixed), no assertion failure, valgrind shows no problems: