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/x86/vvc/vvcdsp_init : add put prototypes

    17 avril, par Wu Jianhua
    avcodec/x86/vvc/vvcdsp_init: add put prototypes
    
    When we used the --disable-ssse3 --disable-optimizations options,
    the compiler would not skip the MC_LINKS like the compilation that
    enabled the optimization, so it would fail to find the function
    prototypes. Hence, this commit uses the same way to add prototypes
    for the functions as HEVC DSP.
    
    Signed-off-by: Wu Jianhua <toqsxw@outlook.com>
    
    • [DH] libavcodec/x86/vvc/vvcdsp_init.c
  • Remove .travis.yml

    17 avril, par Martin Storsjö
    Remove .travis.yml
    
    Travis is no longer relevant for attempting to run CI jobs in our
    setup.
    
    Signed-off-by: Martin Storsjö <martin@martin.st>
    
    • [DH] .travis.yml
  • avformat/ivfenc : remove unused var

    17 avril, par Gyan Doshi
    avformat/ivfenc: remove unused var
    
    sum_delta_pts is unused since 3b358f151d
    
    • [DH] libavformat/ivfenc.c
  • fftools : Fix implicit-const-int-float-conversion warning

    17 avril, par Zhao Zhili
    fftools: Fix implicit-const-int-float-conversion warning
    
    Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>
    
    • [DH] fftools/cmdutils.c
    • [DH] fftools/ffmpeg_opt.c
  • avcodec/mediacodecenc : add AV_CODEC_CAP_ENCODER_FLUSH support

    17 avril, par Zhao Zhili
    avcodec/mediacodecenc: add AV_CODEC_CAP_ENCODER_FLUSH support
    
    Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>
    
    • [DH] libavcodec/mediacodecenc.c