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

  • avcodec/osq : avoid undefined negation

    4 février, par Michael Niedermayer
    avcodec/osq: avoid undefined negation
    
    Fixes: negation of -2147483648 cannot be represented in type 'int32_t' (aka 'int'); cast to an unsigned type to negate this value to itself
    Fixes: 390646659/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_OSQ_fuzzer-5040277374435328
    
    Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
    
    • [DH] libavcodec/osq.c
  • swscale/output : Fix integer overflow in yuv2gbrp_full_X_c()

    4 février, par Michael Niedermayer
    swscale/output: Fix integer overflow in yuv2gbrp_full_X_c()
    
    Fixes: signed integer overflow: 1966895953 + 210305024 cannot be represented in type 'int'
    Fixes: 391921975/clusterfuzz-testcase-minimized-ffmpeg_SWS_fuzzer-5916798905548800
    
    Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
    
    • [DH] libswscale/output.c
  • swscale/swscale : Do not crash on floats

    4 février, par Michael Niedermayer
    swscale/swscale: Do not crash on floats
    
    Fixes: shift exponent 32 is too large for 32-bit type 'unsigned int'
    Fixes: division by zero
    Fixes: 391981061/clusterfuzz-testcase-minimized-ffmpeg_SWS_fuzzer-6691017763389440
    Fixes: 392929028/clusterfuzz-testcase-minimized-ffmpeg_SWS_fuzzer-5142088307507200
    
    Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
    
    • [DH] libswscale/swscale.c
  • avcodec/hw_base_encode : log the readable error message on failure

    3 février, par Marth64
    avcodec/hw_base_encode: log the readable error message on failure
    
    Currently, if there is a hardware encode failure, the numeric
    error code will be printed making it somewhat hard to get to
    the root cause of the issue. Print the readable message generated
    by av_err2str() instead.
    
    Signed-off-by: Marth64 <marth64@proxyid.net>
    
    • [DH] libavcodec/hw_base_encode.c
  • avformat/matroskaenc : log unsupported subtitle codec name

    3 février, par Zhao Zhili
    avformat/matroskaenc: log unsupported subtitle codec name
    
    It's more user friendly than codec ID.
    
    Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>
    Reviewed-by: Marth64 <marth64@proxyid.net>
    
    • [DH] libavformat/matroskaenc.c