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/scale : remove duplicate block

    19 mars, par Gyan Doshi
    avfilter/scale: remove duplicate block
    
    Added in bb80445813
    
    • [DH] libavfilter/vf_scale.c
  • avcodec/ffv1 : 32-bit float sample support

    19 mars, par Michael Niedermayer
    avcodec/ffv1: 32-bit float sample support
    
    Sponsored-by: Sovereign Tech Fund
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
    
    • [DH] libavcodec/ffv1.h
    • [DH] libavcodec/ffv1_parse.c
    • [DH] libavcodec/ffv1dec.c
    • [DH] libavcodec/ffv1dec_template.c
    • [DH] libavcodec/ffv1enc.c
  • avcodec/motion_est : Don't use MpegEncContext.avctx

    19 mars, par Andreas Rheinhardt
    avcodec/motion_est: Don't use MpegEncContext.avctx
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/motion_est.c
    • [DH] libavcodec/motion_est_template.c
  • avcodec/d3d12va_decode : enable reference-only mode

    18 mars, par Araz Iusubov
    avcodec/d3d12va_decode: enable reference-only mode
    
    The Reference-Only feature in DirectX 12 is a memory optimization
    technique designed for video decoding scenarios.
    This feature requires that reference resources must be allocated with
    the D3D12_RESOURCE_FLAG_VIDEO_DECODE_REFERENCE_ONLY resource flag.
    Reference textures must also be separated from output textures.
    This feature is not supported in the current version of ffmpeg.
    Since AMD GPU uses this feature in Direct 12 decoder,
    ffmpeg does not support AMD GPU Direct 12 decoding.
    
    Signed-off-by: Tong Wu <wutong1208@outlook.com>
    
    • [DH] libavcodec/d3d12va_decode.c
    • [DH] libavcodec/d3d12va_decode.h
  • avcodec/Makefile : Skip ffv1_vulkan.h in checkheaders

    18 mars, par Andreas Rheinhardt
    avcodec/Makefile: Skip ffv1_vulkan.h in checkheaders
    
    unless vulkan is actually enabled.
    
    Reviewed-by: Lynne <dev@lynne.ee>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/Makefile