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

  • fftools/ffmpeg_filter : also remove display matrix side data from buffered frames

    28 février, par James Almer
    fftools/ffmpeg_filter: also remove display matrix side data from buffered frames
    
    Some frames may be buffered before a complex filtergraph can be configured.
    This change ensures the side data removal in the cases where autorotation is
    enabled also applies to them.
    
    Fixes ticket #11487
    
    Signed-off-by: James Almer <jamrial@gmail.com>
    
    • [DH] fftools/ffmpeg_filter.c
  • avcodec/mpegvideo_enc : Move vbv_delay warning to mpeg12enc.c

    27 février, par Andreas Rheinhardt
    avcodec/mpegvideo_enc: Move vbv_delay warning to mpeg12enc.c
    
    It is MPEG-1/2 only.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/mpeg12enc.c
    • [DH] libavcodec/mpegvideo_enc.c
  • tests/swscale : allow setting log verbosity

    27 février, par Niklas Haas
    tests/swscale: allow setting log verbosity
    
    Helpful for debugging the new swscale code, since it dumps the
    operations list in verbose logging mode.
    
    • [DH] libswscale/tests/swscale.c
  • avutil/vulkan : add YUVA pixel formats support

    27 février, par Niklas Haas
    avutil/vulkan: add YUVA pixel formats support
    
    Signed-off-by: Niklas Haas <git@haasn.dev>
    Sponsored-by: nxtedition
    
    • [DH] libavutil/hwcontext_vulkan.c
    • [DH] libavutil/vulkan.c
  • avfilter/vf_blackdetect : add alpha option

    27 février, par Niklas Haas
    avfilter/vf_blackdetect: add alpha option
    
    Check the alpha plane for (almost) transparent frames, instead of checking
    the luma channel for almost black frames.
    
    Signed-off-by: Niklas Haas <git@haasn.dev>
    Sponsored-by: nxtedition
    
    • [DH] doc/filters.texi
    • [DH] libavfilter/vf_blackdetect.c