git.videolan.org Git - ffmpeg.git/rss log
FFmpeg git repo
Les articles publiés sur le site
-
avformat/whip : make time measure more precise
2 septembre, par Jack Lau -
configure : don't use MinGW ANSI stdio when using UCRT
1er septembre, par Timo Rothenpielerconfigure: 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.
-
configure : properly split C/CXX and CPP flags
1er septembre, par Timo Rothenpielerconfigure: 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.
-
avcodec/librsvgdec : fix compilation with librsvg 2.50.3
1er septembre, par Andrey Semashev -
fate/filter-audio : update acrossfade to test multiple inputs
1er septembre, par Niklas Haas