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/vvc : add VVC_MAX_NUM_PALETTE_PREDICTOR_SIZE

    14 mai, par Wu Jianhua
    avcodec/vvc: add VVC_MAX_NUM_PALETTE_PREDICTOR_SIZE
    
    Signed-off-by: Wu Jianhua <toqsxw@outlook.com>
    
    • [DH] libavcodec/vvc.h
  • avfilter/vf_libplacebo : add shader_cache option

    14 mai, par Niklas Haas
    avfilter/vf_libplacebo: add shader_cache option
    
    Useful to speed up shader compilation. May significantly lower startup
    times, in particular with large or complex shaders.
    
    Sponsored-by: nxtedition
    
    • [DH] doc/filters.texi
    • [DH] libavfilter/vf_libplacebo.c
  • Add tools/merge-all-source-plugins

    14 mai, par Michael Niedermayer
    Add tools/merge-all-source-plugins
    
    Simple script to merge all source plugins.
    
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
    
    • [DH] INSTALL.md
    • [DH] tools/merge-all-source-plugins
  • avcodec/exr : reindent after the previous change

    14 mai, par James Almer
    avcodec/exr: reindent after the previous change
    
    Signed-off-by: James Almer <jamrial@gmail.com>
    
    • [DH] libavcodec/exr.c
  • avcodec/ffv1enc_template : Fix remaining space check

    13 mai, par Michael Niedermayer
    avcodec/ffv1enc_template: Fix remaining space check
    
    Fixes: Assertion sc->slice_coding_mode == 0 failed at libavcodec/ffv1enc.c:1667
    Fixes: 408838118/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_FFV1_fuzzer-6493138204295168
    
    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/ffv1enc_template.c