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

  • tools/target_swr_fuzzer : fix memory leak on av_samples_fill_arrays() error

    1er avril, par Kacper Michajłow
    tools/target_swr_fuzzer: fix memory leak on av_samples_fill_arrays() error
    
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
    
    • [DH] tools/target_swr_fuzzer.c
  • tests : lavfi/drawutils : use av_err2str

    1er avril, par Marvin Scholz
    tests: lavfi/drawutils: use av_err2str
    
    There is no need to explicitly specify the buffer, as it
    is only ever passed to printf, so av_err2str can be used.
    
    • [DH] libavfilter/tests/drawutils.c
  • lavfi/vf_xpsnr : use av_err2str

    1er avril, par Marvin Scholz
    lavfi/vf_xpsnr: use av_err2str
    
    There is no need to explicitly specify the buffer, as it
    is only ever passed to av_log, so av_err2str can be used.
    
    • [DH] libavfilter/vf_xpsnr.c
  • avformat/crypto : use av_err2str

    1er avril, par Marvin Scholz
    avformat/crypto: use av_err2str
    
    There is no need to explicitly specify the buffer, as it
    is only ever passed to av_log, so av_err2str can be used.
    
    • [DH] libavformat/crypto.c
  • avformat/dashdec : use av_err2str

    1er avril, par Marvin Scholz
    avformat/dashdec: use av_err2str
    
    There is no need to explicitly specify the buffer, as it
    is only ever passed to av_log, so av_err2str can be used.
    
    • [DH] libavformat/dashenc.c