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/mmvideo : fix palette index

    8 mai, par Michael Niedermayer
    avcodec/mmvideo: fix palette index
    
    Fixes: 391935573/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_MMVIDEO_fuzzer-4655048979709952
    Fixes: out of array access
    
    Reviewed-by: Peter Ross <pross@xvid.org>
    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/mmvideo.c
  • avcodec/liboapvenc : remove 4:4:4 support until it's properly handled

    8 mai, par James Almer
    avcodec/liboapvenc: remove 4:4:4 support until it's properly handled
    
    liboapv will seemingly encode correct 4:4:4 output, but report profile_idc 33, which
    is specifically the profile value for 4:2:2 10bit.
    
    Signed-off-by: James Almer <jamrial@gmail.com>
    
    • [DH] libavcodec/liboapvenc.c
  • fftools/textformat : correctly propagate uninit error codes

    7 mai, par Marton Balint
    fftools/textformat: correctly propagate uninit error codes
    
    This allows catching IO errors occuring at file close.
    
    Signed-off-by: Marton Balint <cus@passwd.hu>
    
    • [DH] fftools/textformat/avtextformat.c
    • [DH] fftools/textformat/avtextformat.h
    • [DH] fftools/textformat/avtextwriters.h
    • [DH] fftools/textformat/tw_avio.c
  • Revert "fftools/textformat/avtextformat : Make close functions return void"

    7 mai, par Marton Balint
    Revert "fftools/textformat/avtextformat: Make close functions return void"
    
    This reverts commit 7684243fbe6e84fecb4a039195d5fda8a006a2a4 and
    a888975a3c25760027cd59932f5c1ad04368db8b.
    
    • [DH] fftools/ffprobe.c
    • [DH] fftools/textformat/avtextformat.c
    • [DH] fftools/textformat/avtextformat.h
    • [DH] fftools/textformat/avtextwriters.h
  • vulkan : enable VK_KHR_shader_subgroup_rotate

    6 mai, par Lynne
    vulkan: enable VK_KHR_shader_subgroup_rotate
    
    Yet another thing that should've been always present.
    
    • [DH] libavutil/hwcontext_vulkan.c
    • [DH] libavutil/vulkan_functions.h
    • [DH] libavutil/vulkan_loader.h