[FFmpeg-trac] #299(avfilter:closed): ffmpeg crashes with -vf mp=boxblur=100:100

FFmpeg trac at avcodec.org
Mon Aug 8 11:44:14 CEST 2011


#299: ffmpeg crashes with -vf mp=boxblur=100:100
----------------------+-----------------------
Reporter:  ami_stuff  |       Owner:
    Type:  defect     |      Status:  closed
Priority:  normal     |   Component:  avfilter
 Version:  git        |  Resolution:  fixed
Keywords:             |  Blocked By:
Blocking:             |  Reproduced:  1
Analyzed:  1          |
----------------------+-----------------------
Changes (by saste):

 * status:  new => closed
 * reproduced:  0 => 1
 * component:  undetermined => avfilter
 * version:  unspecified => git
 * analyzed:  0 => 1
 * resolution:   => fixed


Comment:

 The filter has been removed in place of a native libavfilter
 implementation:

 {{{
 commit 4bd28579e51a358fc6d26040c4ccd6aefb5a90ef
 Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
 Date:   Sat Jul 9 18:23:02 2011 +0200

     vf_mp: remove boxblur wrapper

     It is natively included in libavfilter.
 }}}

 The native boxblur filter implements a check on invalid values, so won't
 crash in case they're too big.

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/299#comment:1>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list