Opened 10 years ago
Closed 8 years ago
#5960 closed defect (fixed)
jpeg2000: some lossless gray16/gray48 files fails to decode
| Reported by: | ami_stuff | Owned by: | |
|---|---|---|---|
| Priority: | normal | Component: | avcodec |
| Version: | git-master | Keywords: | j2k |
| Cc: | Blocked By: | ||
| Blocking: | Reproduced by developer: | yes | |
| Analyzed by developer: | no |
Description
attached files fails to decode
http://www.megafileupload.com/c8ec/gray16_rgb48.7z
C:\>ffmpeg -i C:\lossless_16bits_channel_gray_fail.jpx
ffmpeg version N-78758-g5156578 Copyright (c) 2000-2016 the FFmpeg developers
built with gcc 5.3.0 (GCC)
configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-av
isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab
le-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --
enable-libdcadec --enable-libfreetype --enable-libgme --enable-libgsm --enable-l
ibilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enab
le-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --en
able-libschroedinger --enable-libsoxr --enable-libspeex --enable-libtheora --ena
ble-libtwolame --enable-libvidstab --enable-libvo-amrwbenc --enable-libvorbis --
enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-lib
x265 --enable-libxavs --enable-libxvid --enable-libzimg --enable-lzma --enable-d
ecklink --enable-zlib
libavutil 55. 19.100 / 55. 19.100
libavcodec 57. 27.100 / 57. 27.100
libavformat 57. 26.100 / 57. 26.100
libavdevice 57. 0.101 / 57. 0.101
libavfilter 6. 37.100 / 6. 37.100
libswscale 4. 0.100 / 4. 0.100
libswresample 2. 0.101 / 2. 0.101
libpostproc 54. 0.100 / 54. 0.100
[jpeg2000 @ 038efac0] Progression order RPCL
[jpeg2000 @ 038efac0] Block length 6071 or lengthinc 2424 is too large, left 340
807
Input #0, j2k_pipe, from 'C:\lossless_16bits_channel_gray_fail.jpx':
Duration: N/A, bitrate: N/A
Stream #0:0: Video: jpeg2000 (JPEG 2000 codestream restriction 0), gray16le,
999x749, lossless, 25 tbr, 25 tbn, 25 tbc
At least one output file must be specified
Attachments (1)
Change History (4)
comment:1 by , 10 years ago
| Component: | undetermined → avcodec |
|---|---|
| Keywords: | j2k added |
| Reproduced by developer: | set |
| Status: | new → open |
| Version: | unspecified → git-master |
by , 10 years ago
| Attachment: | lossless_16bits_channel_gray_fail.jpx added |
|---|
comment:2 by , 10 years ago
Yes it could be the same issue, I completely forgot about this ticket...
comment:3 by , 8 years ago
| Resolution: | → fixed |
|---|---|
| Status: | open → closed |
Fixed by Michael in 3d5822d9cf07d08bce82903e4715658f46b01b5c
Note:
See TracTickets
for help on using tickets.



Isn't this #4679?