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

  • avformat/iamfdec : Check side_substream_id before use

    22 avril, par Michael Niedermayer
    avformat/iamfdec: Check side_substream_id before use
    
    Fixes: poc-iamf-2025-04
    
    Found-by: 苏童 <220235212@seu.edu.cn>
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
    
    • [DH] libavformat/iamfdec.c
  • avcodec/ffv1enc : Eliminate fabs()

    22 avril, par Michael Niedermayer
    avcodec/ffv1enc: Eliminate fabs()
    
    Fixes: warning: using floating point absolute value function 'fabs' when argument is of integer type
    No change in output
    Changing variables to float worsens compression significantly
    
    Found-by: ePirat
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
    
    • [DH] libavcodec/ffv1enc.c
  • fate : add stripetest

    22 avril, par Michael Niedermayer
    fate: add stripetest
    
    Sponsored-by: Sovereign Tech Fund
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
    
    • [DH] libpostproc/Makefile
    • [DH] libpostproc/tests/stripetest.c
    • [DH] tests/fate/libpostproc.mak
    • [DH] tests/ref/fate/stripetest
  • ffmpeg_demux : init resume_warn variable

    22 avril, par Marvin Scholz
    ffmpeg_demux: init resume_warn variable
    
    Fixes an uninitialized read introduced with
    6232f416b172358c9dd82462037953f02743df27
    
    Fix CID 1643162 Uninitialized scalar variable
    
    • [DH] fftools/ffmpeg_demux.c
  • postproc/postprocess_template : fix handling of first row of dering_C

    22 avril, par Michael Niedermayer
    postproc/postprocess_template: fix handling of first row of dering_C
    
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
    
    • [DH] libpostproc/postprocess_altivec_template.c
    • [DH] libpostproc/postprocess_template.c