git.videolan.org Git - ffmpeg.git/rss log

FFmpeg git repo

http://git.videolan.org/?p=ffmpeg.git;a=summary

Les articles publiés sur le site

  • avfilter/af_pan : Fix sscanf() use

    6 janvier, par Michael Niedermayer
    avfilter/af_pan: Fix sscanf() use
    
    Fixes: Memory Data Leak
    
    Found-by: Simcha Kosman <simcha.kosman@cyberark.com>
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
    
    • [DH] libavfilter/af_pan.c
  • avcodec/mpegvideo_enc : fix qmat value comments

    6 janvier, par Marton Balint
    avcodec/mpegvideo_enc: fix qmat value comments
    
    The comments supposed to track the possible value of the qmat and qmat16
    matrices, but they were not updated properly in the long history of the
    mpegvideo encoder. Also they wrongly assumed the usage of built-in quantizer
    matrices and linear quantization.
    
    Signed-off-by: Marton Balint <cus@passwd.hu>
    
    • [DH] libavcodec/mpegvideo_enc.c
  • avfilter/vf_grayworld : Use the correct pointer for av_log()

    6 janvier, par Michael Niedermayer
    avfilter/vf_grayworld: Use the correct pointer for av_log()
    
    Fixes: crash
    
    Found-by: Elias Myllymäki <elias.myllymaki04p@gmail.com>
    Reviewed-by: Alexander Strasser <eclipse7@gmx.net>
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
    
    • [DH] libavfilter/vf_grayworld.c
  • avformat/flvenc : fix missing sequence start with MP3 tracks

    5 janvier, par Alessandro Ros
    avformat/flvenc: fix missing sequence start with MP3 tracks
    
    When muxing to FLV/RTMP a MP3 track with an ID greater than zero,
    enhanced RTMP has to be used, and a sequence start should preceed track
    data.
    
    This is already implemented (see line 823 of flvenc.c) but the code is
    never reached due to a too-strict condition before it. This patch fixes
    the issue.
    
    Signed-off-by: Alessandro Ros <aler9.dev@gmail.com>
    Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
    
    • [DH] libavformat/flvenc.c
  • ffv1dec : add support for hwaccels

    5 janvier, par Lynne
    ffv1dec: add support for hwaccels
    
    This commit adds support for hardware accelerated decoding to
    the decoder.
    The previous commits already refactored the decoder, this commit
    simply adds calls to hooks to decode.
    
    • [DH] libavcodec/ffv1.h
    • [DH] libavcodec/ffv1dec.c