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/ac3enc : Avoid indirections, allocations of small arrays

    14 avril, par Andreas Rheinhardt
    avcodec/ac3enc: Avoid indirections, allocations of small arrays
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/ac3enc.c
    • [DH] libavcodec/ac3enc.h
  • avcodec/ac3enc : Avoid allocation for mdct_window

    14 avril, par Andreas Rheinhardt
    avcodec/ac3enc: Avoid allocation for mdct_window
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/ac3enc.c
    • [DH] libavcodec/ac3enc.h
    • [DH] libavcodec/ac3enc_fixed.c
    • [DH] libavcodec/ac3enc_float.c
    • [DH] libavcodec/ac3enc_template.c
  • avcodec/ac3enc : Avoid allocation for windowed_samples

    14 avril, par Andreas Rheinhardt
    avcodec/ac3enc: Avoid allocation for windowed_samples
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/ac3enc.c
    • [DH] libavcodec/ac3enc.h
    • [DH] libavcodec/ac3enc_template.c
  • vulkan_av1 : add workaround for NVIDIA drivers tested on broken CTS

    14 avril, par Lynne
    vulkan_av1: add workaround for NVIDIA drivers tested on broken CTS
    
    The first release of the CTS for AV1 decoding had incorrect
    offsets for the OrderHints values.
    The CTS will be fixed, and eventually, the drivers will be
    updated to the proper spec-conforming behaviour, but we still
    need to add a workaround as this will take months.
    
    Only NVIDIA use these values at all, so limit the workaround
    to only NVIDIA. Also, other vendors don't tend to provide accurate
    CTS information.
    
    • [DH] libavcodec/vulkan_av1.c
    • [DH] libavcodec/vulkan_decode.c
    • [DH] libavcodec/vulkan_decode.h
  • lavc/vulkan_av1 : Use av1dec reference order hint information

    13 avril, par Mark Thompson
    lavc/vulkan_av1: Use av1dec reference order hint information
    
    • [DH] libavcodec/vulkan_av1.c