Opened 12 years ago

Closed 12 years ago

#820 closed defect (fixed)

svq1 enc: 2 unreleased buffers

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

Description

https://ffmpeg.org/trac/ffmpeg/attachment/ticket/816/Test.BMP

C:\>ffmpeg -i test.bmp -vcodec svq1 test.mov
ffmpeg version N-35966-g1d0ae92, Copyright (c) 2000-2011 the FFmpeg developers
  built on Dec 19 2011 13:01:15 with gcc 4.6.2
  configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-ru
ntime-cpudetect --enable-avisynth --enable-bzlib --enable-frei0r --enable-libope
ncore-amrnb --enable-libopencore-amrwb --enable-libfreetype --enable-libgsm --en
able-libmp3lame --enable-libopenjpeg --enable-librtmp --enable-libschroedinger -
-enable-libspeex --enable-libtheora --enable-libvo-aacenc --enable-libvo-amrwben
c --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxavs --enable-
libxvid --enable-zlib
  libavutil    51. 32. 0 / 51. 32. 0
  libavcodec   53. 46. 1 / 53. 46. 1
  libavformat  53. 27. 0 / 53. 27. 0
  libavdevice  53.  4. 0 / 53.  4. 0
  libavfilter   2. 53. 0 /  2. 53. 0
  libswscale    2.  1. 0 /  2.  1. 0
  libpostproc  51.  2. 0 / 51.  2. 0
Input #0, image2, from 'test.bmp':
  Duration: 00:00:00.04, start: 0.000000, bitrate: N/A
    Stream #0:0: Video: bmp, bgr24, 1024x768, 25 tbr, 25 tbn, 25 tbc
Incompatible pixel format 'bgr24' for codec 'svq1', auto-selecting format 'yuv41
0p'
[buffer @ 020E1680] w:1024 h:768 pixfmt:bgr24 tb:1/1000000 sar:0/1 sws_param:
[buffersink @ 020E1900] auto-inserting filter 'auto-inserted scale 0' between th
e filter 'src' and the filter 'out'
[scale @ 020E1D40] w:1024 h:768 fmt:bgr24 -> w:1024 h:768 fmt:yuv410p flags:0x4
Output #0, mov, to 'test.mov':
  Metadata:
    encoder         : Lavf53.27.0
    Stream #0:0: Video: svq1 (SVQ1 / 0x31515653), yuv410p, 1024x768, q=2-31, 200
 kb/s, 25 tbn, 25 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (bmp -> svq1)
Press [q] to stop, [?] for help
frame=    1 fps=  0 q=0.0 Lsize=     174kB time=00:00:00.04 bitrate=35574.0kbits
/s
video:173kB audio:0kB global headers:0kB muxing overhead 0.403035%
[svq1 @ 02635020] Found 2 unreleased buffers!

Change History (1)

comment:1 by Carl Eugen Hoyos, 12 years ago

Component: undeterminedavcodec
Keywords: svq1 added
Reproduced by developer: set
Resolution: fixed
Status: newclosed
Version: unspecifiedgit-master
Note: See TracTickets for help on using tickets.