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

  • tests/fate/cbs : Add hevc metadata set color test

    22 mai, par Zhao Zhili
    tests/fate/cbs: Add hevc metadata set color test
    
    Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>
    
    • [DH] tests/fate/cbs.mak
  • avcodec/h2645_vui : Ensure color primaries/trc/space isn't reserved value

    22 mai, par Zhao Zhili
    avcodec/h2645_vui: Ensure color primaries/trc/space isn't reserved value
    
    Fix error reported by swscaler:
    Unsupported input (Operation not supported): fmt:yuv420p csp:unknown prim:reserved trc:bt709 -> fmt:yuv420p csp:bt709 prim:reserved trc:bt709
    
    Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>
    
    • [DH] libavcodec/h2645_vui.c
  • avfilter/vf_interlace_vulkan : fix FPS and PTS calculation

    21 mai, par Niklas Haas
    avfilter/vf_interlace_vulkan: fix FPS and PTS calculation
    
    ol->frame_rate is 0/0, so we need to calcalute the correct value based on
    the il->frame_rate instead. Also adjust the time base, PTS and frame_duration
    values accordingly. (Logic taken from vf_tinterlace.c)
    
    • [DH] libavfilter/vf_interlace_vulkan.c
  • avcodec/mpeg4videodec : Use union to save space

    21 mai, par Andreas Rheinhardt
    avcodec/mpeg4videodec: Use union to save space
    
    At most one of block32 and dpcm_macroblock is used at any given time.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    
    • [DH] libavcodec/mpeg4videodec.h
  • avcodec/x86/vp9 : Add AVX-512ICL for 16x16 and 32x32 10bpc inverse transforms

    21 mai, par Henrik Gramner
    avcodec/x86/vp9: Add AVX-512ICL for 16x16 and 32x32 10bpc inverse transforms
    
    • [DH] libavcodec/vp9dec.h
    • [DH] libavcodec/x86/Makefile
    • [DH] libavcodec/x86/vp9dsp_init_16bpp_template.c
    • [DH] libavcodec/x86/vp9itxfm_16bpp_avx512.asm