Releases: L4cache/ffms2
test8
Mingw-w64 build, for Windows.
march=x86-64-v3
I learnt that avisynth plugin built by gcc won't work with avisynth built by msvc, so I don't enable avisynth plugin
20240510:
FFmpeg/FFmpeg@d7924a4
videolan/dav1d@643195f
webmproject/libvpx@e934e35
libjxl/libjxl@27fefb2
mpeg5/xevd@8e2ed4f
test5
Mingw-w64 build, for Windows.
march=x86-64-v3 (previously unset)
20240226:
FFmpeg/FFmpeg@a3ca4be
videolan/dav1d@9d57a65
webmproject/libvpx@5433b94
libjxl/libjxl@bf2b765 (can't show animated frames after the first one)
mpeg5/xevd@418ed6d (don't expect it to work well)
Native VVC decoder supports IBC now, it's now quite usable, although speed is roughly half of the VVdeC's (single thread on Zen 4 CPU, with ffmpeg.exe and vvdecapp.exe)
20240227:
merged some FFMS/ffms2 code
FFmpeg/FFmpeg@9d7d03e
videolan/dav1d@8c20919
webmproject/libvpx@2bc1012
libjxl/libjxl@5c75066
mpeg5/xevd@418ed6d
20240229:
merged code again
FFmpeg/FFmpeg@194414f
videolan/dav1d@85a1035
webmproject/libvpx@d4959f9
libjxl/libjxl@cae805d
Yeah, no xevd
20240320:
merged upstream
FFmpeg/FFmpeg@5ff0eb3
videolan/dav1d@8e08426
webmproject/libvpx@6e879c6
libjxl/libjxl@d57e470
mpeg5/xevd@6fee4bb
Reverted the vvc decoder experimental mark commit.
test4
MinGW-w64 build, for Windows.
compiled 20240218 git head commit hashes:
(all are main/master branch)
FFmpeg/FFmpeg@32538da
videolan/dav1d@0d69f6f
webmproject/libvpx@4340382
libjxl/libjxl@ef9a6fb (can't show animated frames after the first one)
mpeg5/xevd@418ed6d (don't expect it to work well)
(no vvdec, not able to apply patch to ffmpeg master branch with ease. (it works last time though, I guess as the native vvc support devaloped further there are some overlapped changes that cause conflict))
compiled 20240219 git head commit hashes:
(main/master branch except ffmpeg)
FFmpeg/FFmpeg@3e79074 (branch release/6.1)
videolan/dav1d@0d69f6f
webmproject/libvpx@4340382
fraunhoferhhi/vvdec@c17fcfb
libjxl/libjxl@ef9a6fb (can't show animated frames after the first one)
test2
FFmpeg/FFmpeg@884a660 (branch release/6.1)
videolan/dav1d@5149b27
webmproject/libvpx@df655cf (native vp9 decoder disabled in order to get ffms2 to use libvpx)
And why not:
libjxl/libjxl@26d32ca
fraunhoferhhi/vvdec@24bd5de
(the "new" native vvc decoder is not mature enough yet, so)
(but vvdec has issues with ffms2 too, it duplicates uncertain amount of frames at the beginning while in ffmpeg cli it doesn't)
(uncertain: the amount of dup frames varies from source to source, but same encode setting probably have same amount everytime)
(and seeking is broken when raw bitstream)
second upload:
FFmpeg/FFmpeg@1a04959 (branch master)
other things same as above
mpeg5/xevd@418ed6d
(it has more problem than vvdec)