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/whip : make time measure more precise

    2 septembre, par Jack Lau
    avformat/whip: make time measure more precise
    
    Use av_gettime_relative() replace av_gettime() to get
    better measure
    
    Changed the display precision from showing only integers
    to showing two decimal places (in milliseconds)
    
    Signed-off-by: Jack Lau <jacklau1222@qq.com>
    
    • [DH] libavformat/whip.c
  • configure : don't use MinGW ANSI stdio when using UCRT

    1er septembre, par Timo Rothenpieler
    configure: don't use MinGW ANSI stdio when using UCRT
    
    MinGWs ANSI stdio is quite slow, and when using UCRT, its extra features
    are not needed.
    The only troublesome part with ucrt printf is that is disagrees about
    the size of "long double", but FFmpeg does not use that anywhere, let
    alone prints it.
    
    • [DH] configure
  • configure : properly split C/CXX and CPP flags

    1er septembre, par Timo Rothenpieler
    configure: properly split C/CXX and CPP flags
    
    Right now, CFLAGS like -std=c17 leak onto the C++ compilers commandline,
    leading to tons of warnings and even some errors.
    
    Undefining __STRICT_ANSI__ causes strong warnings from the stdlib
    headers. So only set it for C.
    
    • [DH] configure
    • [DH] ffbuild/common.mak
  • avcodec/librsvgdec : fix compilation with librsvg 2.50.3

    1er septembre, par Andrey Semashev
    avcodec/librsvgdec: fix compilation with librsvg 2.50.3
    
    This fixes compilation with librsvg 2.50.3: error: viewport undeclared
    
    This was a regression since commit
    86ed68420d3b60439d0b7767c53d0fdc1deb7277.
    
    Fixes #10722.
    
    Reviewed-by: Leo Izen <leo.izen@gmail.com>
    
    • [DH] libavcodec/librsvgdec.c
  • fate/filter-audio : update acrossfade to test multiple inputs

    1er septembre, par Niklas Haas
    fate/filter-audio: update acrossfade to test multiple inputs
    
    • [DH] tests/fate/filter-audio.mak
    • [DH] tests/ref/fate/filter-acrossfade