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

  • avfilter/vf_libplacebo : switch to AV_OPT_TYPE_COLOR

    19 février, par Niklas Haas
    avfilter/vf_libplacebo: switch to AV_OPT_TYPE_COLOR
    
    • [DH] libavfilter/vf_libplacebo.c
  • avfilter/vf_libplacebo : set colorspace properties on all inputs

    19 février, par Niklas Haas
    avfilter/vf_libplacebo: set colorspace properties on all inputs
    
    There is no reason to only do this on the first input. It doesn't actually
    matter for now given that we don't constrain the color space list, but it
    may matter when that changes.
    
    Signed-off-by: Niklas Haas <git@haasn.dev>
    
    • [DH] libavfilter/vf_libplacebo.c
  • avfilter/vf_libplacebo : allow differing formats per input

    19 février, par Niklas Haas
    avfilter/vf_libplacebo: allow differing formats per input
    
    Each input is entirely independent and can have varying pixel formats,
    color spaces, etc. To accomplish this, we need to make a full copy of the
    format list for each subsequent input, rather than sharing the same ref.
    
    Signed-off-by: Niklas Haas <git@haasn.dev>
    Sponsored-by: nxtedition
    
    • [DH] libavfilter/vf_libplacebo.c
  • avfilter/vf_libplacebo : switch to new background API

    19 février, par Niklas Haas
    avfilter/vf_libplacebo: switch to new background API
    
    Fixes a deprecation warning, and also fixes a bug where the depredated
    skip_target_clearing option was not correctly mapped to the new API inside
    libplacebo upstream.
    
    Signed-off-by: Niklas Haas <git@haasn.dev>
    Sponsored-by: nxtedition
    
    • [DH] libavfilter/vf_libplacebo.c
  • avutil : remove deprecated FF_API_VULKAN_CONTIGUOUS_MEMORY

    19 février, par James Almer
    avutil: remove deprecated FF_API_VULKAN_CONTIGUOUS_MEMORY
    
    Deprecated since 2023-05-28.
    
    Signed-off-by: James Almer <jamrial@gmail.com>
    
    • [DH] libavutil/hwcontext_vulkan.h
    • [DH] libavutil/version.h