Opened 12 years ago

Closed 12 years ago

#1619 closed defect (fixed)

aasc: problem with 16bpp (crashes ffplay)

Reported by: ami_stuff Owned by:
Priority: normal Component: avcodec
Version: git-master Keywords: aasc
Cc: Blocked By:
Blocking: Reproduced by developer: yes
Analyzed by developer: no

Description

for some reason attached vid does not decode correctly (and crashes ffplay)

(aas4 seems to decode ok)

aasc:

http://www.datafilehost.com/download-12a7c08f.html

aas4:

http://www.datafilehost.com/download-2fd74492.html

C:\>ffmpeg -i aasc_16bpp.avi out.avi
ffmpeg version N-43287-gcde4741 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug  7 2012 02:22:47 with gcc 4.5.0 (GCC) 20100414 (Fedora MinGW 4.5.
0-1.fc14)
  configuration: --prefix=/var/www/users/research/ffmpeg/snapshots/build --arch=
x86 --target-os=mingw32 --cross-prefix=i686-pc-mingw32- --cc='ccache i686-pc-min
gw32-gcc' --enable-w32threads --enable-memalign-hack --enable-runtime-cpudetect
--enable-cross-compile --enable-static --disable-shared --extra-libs='-lws2_32 -
lwinmm -lpthread' --extra-cflags='--static -I/var/www/users/research/ffmpeg/snap
shots/build/include' --extra-ldflags='-static -L/var/www/users/research/ffmpeg/s
napshots/build/lib' --enable-bzlib --enable-zlib --enable-gpl --enable-version3
--enable-nonfree --enable-libx264 --enable-libspeex --enable-libtheora --enable-
libvorbis --enable-libfaac --enable-libxvid --enable-libopencore-amrnb --enable-
libopencore-amrwb --enable-libmp3lame --enable-libvpx --disable-decoder=libvpx
  libavutil      51. 66.101 / 51. 66.101
  libavcodec     54. 49.100 / 54. 49.100
  libavformat    54. 22.101 / 54. 22.101
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  5.102 /  3.  5.102
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, avi, from 'aasc_16bpp.avi':
  Duration: 00:00:12.60, start: 0.000000, bitrate: 6018 kb/s
    Stream #0:0: Video: aasc (AASC / 0x43534141), rgb555le, 320x240, 5 tbr, 5 tb
n, 5 tbc
Output #0, avi, to 'out.avi':
  Metadata:
    ISFT            : Lavf54.22.101
    Stream #0:0: Video: mpeg4 (FMP4 / 0x34504D46), yuv420p, 320x240, q=2-31, 200
 kb/s, 5 tbn, 5 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (aasc -> mpeg4)
Press [q] to stop, [?] for help
[aasc @ 0x1ead6c0] Next line is beyond buffer bounds
    Last message repeated 56 times
frame=   63 fps=0.0 q=5.2 Lsize=     426kB time=00:00:12.60 bitrate= 277.2kbits/
s
video:419kB audio:0kB subtitle:0 global headers:0kB muxing overhead 1.682859%

Change History (3)

comment:1 by Carl Eugen Hoyos, 12 years ago

Keywords: aasc added
Reproduced by developer: set
Status: newopen
Version: unspecifiedgit-master

comment:2 by Elon Musk, 12 years ago

Such bug was introduced by you (poor reviewing job btw), I have patch on ml that should fix this.

comment:3 by Elon Musk, 12 years ago

Component: undeterminedavcodec
Resolution: fixed
Status: openclosed

Should be fixed now.

Note: See TracTickets for help on using tickets.