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/nvenc : add UHQ to AV1 for NVENC

    8 janvier, par Diego de Souza
    avcodec/nvenc: add UHQ to AV1 for NVENC
    
    This commit adds support for Ultra High Quality mode for AV1 on
    NVIDIA GPUs.
    
    Signed-off-by: Diego de Souza <ddesouza@nvidia.com>
    Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
    
    • [DH] libavcodec/nvenc.h
    • [DH] libavcodec/nvenc_av1.c
  • fate/vvc : Add vvc-frames-with-ltr.vvc

    8 janvier, par Frank Plowman
    fate/vvc: Add vvc-frames-with-ltr.vvc
    
    This sample is rather difficult, containing a lot of subtle edge cases
    which revealed errors in the VVC decoder.  It covers 88.4% of lines in
    libavcodec/vvc and brings the line coverage of the entire VVC fate suite
    from 96.3% to 97.2%.
    
    Signed-off-by: Frank Plowman <post@frankplowman.com>
    Signed-off-by: James Almer <jamrial@gmail.com>
    
    • [DH] tests/fate/vvc.mak
    • [DH] tests/ref/fate/vvc-frames-with-ltr
  • lavc/ac3dsp : fix R-V HAVE_RVV scope issue

    8 janvier, par Jun Zhao
    lavc/ac3dsp: fix R-V HAVE_RVV scope issue
    
    fix R-V HAVE_RVV scope issue
    
    Reviewed-by: Rémi Denis-Courmont <remi@remlab.net>
    Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
    
    • [DH] libavcodec/riscv/ac3dsp_init.c
  • ffbuild/bin2c : misc fix

    8 janvier, par Jun Zhao
    ffbuild/bin2c: misc fix
    
    close input file if open output fail/read errors.
    
    Signed-off-by: Alexander Strasser <eclipse7@gmx.net>
    Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
    
    • [DH] ffbuild/bin2c.c
  • loongarch : fixes fate-checkasm-sw_rgb failure

    8 janvier, par yuanhecai
    loongarch: fixes fate-checkasm-sw_rgb failure
    
    The reason for the failure is that the function yuv2rgb_1_c_template was modified
    in 095f8038fa9180842cd38d4d61c7c47a02aad9ed. The corresponding functional test
    was added in c601bb8df5ae896061c42dd0e23cea8fba938ecb. The code on loongarch was
    not updated in a timely manner, resulting in the error.
    
    Signed-off-by: yuanhecai <yuanhecai@loongson.cn>
    Reviewed-by: yinshiyou-hf@loongson.cn
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
    
    • [DH] libswscale/loongarch/output_lasx.c
    • [DH] libswscale/loongarch/output_lsx.c