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

  • vulkan_ffv1 : shortcut +-1 coeffs in symbol reading

    8 avril, par Lynne
    vulkan_ffv1: shortcut +-1 coeffs in symbol reading
    
    Slightly faster, and allows for further optimizations.
    
    • [DH] libavcodec/vulkan/ffv1_dec.comp
  • avutil/dict : fix memleak in av_dict_set()

    7 avril, par James Almer
    avutil/dict: fix memleak in av_dict_set()
    
    Regression since 19e9a203b7b8e613840b055cdf68303a4fb84581.
    
    Signed-off-by: James Almer <jamrial@gmail.com>
    
    • [DH] libavutil/dict.c
  • tests/fate/checkasm : add the aes test

    7 avril, par James Almer
    tests/fate/checkasm: add the aes test
    
    Signed-off-by: James Almer <jamrial@gmail.com>
    
    • [DH] tests/fate/checkasm.mak
  • tests : Add libpostproc blocktest

    7 avril, par Michael Niedermayer
    tests: Add libpostproc blocktest
    
    Sponsored-by: Sovereign Tech Fund
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
    
    • [DH] libpostproc/Makefile
    • [DH] libpostproc/tests/blocktest.c
    • [DH] tests/Makefile
    • [DH] tests/fate/libpostproc.mak
    • [DH] tests/ref/fate/blocktest
  • libavformat/takdec.c : Fix msan error

    7 avril, par Thierry Foucu
    libavformat/takdec.c: Fix msan error
    
    Make sure we are reading 16 bytes for the MD5
    
    Signed-off-by: James Almer <jamrial@gmail.com>
    
    • [DH] libavformat/takdec.c