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

  • avformat/tls : Fix integer overflow with option mtu

    5 juin, par Zhao Zhili
    avformat/tls: Fix integer overflow with option mtu
    
    Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>
    
    • [DH] libavformat/tls.h
  • hwcontext_vulkan : add a setting to limit queues

    4 juin, par Lynne
    hwcontext_vulkan: add a setting to limit queues
    
    If its a problem, you'll likely want to set it to 1 than more fine-grained
    control, which you can already do via the API.
    
    • [DH] libavutil/hwcontext_vulkan.c
  • avcodec/d3d12va_encode : fix l0 reference count limit

    4 juin, par Araz Iusubov
    avcodec/d3d12va_encode: fix l0 reference count limit
    
    Prevents potential null pointer dereference when querying
    MaxL1ReferencesForB from codec-specific support structures
    during GOP structure initialization.
    
    Signed-off-by: Tong Wu <wutong1208@outlook.com>
    
    • [DH] libavcodec/d3d12va_encode.c
  • lavc/dxvenc : fix big-endian issues in dxv_compress_dxt1

    4 juin, par Emma Worley
    lavc/dxvenc: fix big-endian issues in dxv_compress_dxt1
    
    We were using a mix of pointers to local variables read via AV_RL32/64 and
    pointers directly to the texture buffer as keys to interact with the lookback
    hashtables. On big-endian systems, these produced different values. This change
    makes all hashtable interactions use direct pointers to the texture buffer and
    only invokves AV_RL32 in the event of a lookback hashtable miss.
    
    Signed-off-by: Emma Worley <emma@emma.gg>
    
    • [DH] libavcodec/dxvenc.c
  • avutil/hwcontext_videotoolbox : fix color primaries check

    4 juin, par Jun Zhao
    avutil/hwcontext_videotoolbox: fix color primaries check
    
    Fix incorrect enum value used in color primaries check by replacing
    AVCOL_SPC_UNSPECIFIED with AVCOL_PRI_UNSPECIFIED.
    
    Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
    
    • [DH] libavutil/hwcontext_videotoolbox.c