Wu Jianhua
Wu Jianhua
Hi @nuomi2021, All 16 bits clips have passed the conformance test with my work. I'll update the commit soon. And it looks like there are a lot of md5 are...
> is the vtm conformance set updated? Yeah. I manually downloaded the clips for each version and found that they doesn't match the md5 of latest DecderApp.exe.
@nuomi2021 Is it necessary to add support for 13/15 bit depth? We can support decoding by simply adding VVC_DSP(15), but it may not be used by any user. Maybe we...
> Even though 14-bit support isn't needed right now, we can make the code flexible in case someone wants to add it in the future Updated!
> @QSXW, could you please help update the MD5 checksums in the tests? Thank you Sure. See https://github.com/ffvvc/tests/pull/53
@nuomi2021 Fixed all comments and updated the MD5 checksum in the `tests`. Please help review the latest changes.
Hi @nuomi2021. Check with valgrind memcheck. Everthing works well. frame= 50 fps=0.2 q=-0.0 Lsize=N/A time=00:00:01.96 bitrate=N/A speed=0.00879x elapsed=0:03:42.94 ==23288== ==23288== HEAP SUMMARY: ==23288== in use at exit: 0 bytes in...
> > and the usan found a issue. libavcodec/vvc/ps.c:127:36: runtime error: index 111 out of bounds for type 'int8_t [111]' > > Sure. CI includes a uscan test. Did you...
> > The fix for DUAL_CHROMA_TREE coding unit was lost in our rebased commits. Please help review [0f9b47a](https://github.com/ffvvc/FFmpeg/commit/0f9b47af108fd39a77970f5d871f781ea9da6541) > > thank you for the patch > > For which specific...
> > It's the one encoded by myself. See [#224 (comment)](https://github.com/ffvvc/FFmpeg/pull/224#discussion_r2033909419) > > We should use the width and height of the start component. When the cu is DUAL_CHROMA_TREE, the...