Giter Site home page Giter Site logo

Comments (6)

chenm001 avatar chenm001 commented on June 15, 2024

Sorry for delay, I only have time on weekends.
I think I found the root cause.
The bug in DecLibParser::checkNoOutputPriorPics , I explain details in here.
These sequence have small IDR period, so the decoder will meet a IDR before queue clear (especially my laptop have 8 threads, the decoder put 9 of delay frames in queue).
Moreover, the decoder is design to async parsing and decompress, so early call to DecLibParser::checkNoOutputPriorPics will be clear all of Decoded but No-output picture before IDR, this is reason that we lost some picture.
Are you want to me upload temporary fix?

from vvdec.

adamjw24 avatar adamjw24 commented on June 15, 2024

If you have a temporary fix we would appreciate it. There is a plan to look more closely into the DPB management which would hopefully include those fixes, but can't yet say when will get to do that. So if you have a solution in the meantime, that would be great.

from vvdec.

chenm001 avatar chenm001 commented on June 15, 2024

I will submit pull request for my workaround, it pending in my self verify processing, my laptop a little slow.

btw:
In engineering, I likely to fix bugs use as simple as possible but stable method, to allow us avoid make new bug. In most China companies, this patch is not good because it only modify half-line, it means 'no productive code output' or equal to no KPI / salary over there. I hope open source fields does not so so.

from vvdec.

adamjw24 avatar adamjw24 commented on June 15, 2024

Can this be closed after #21 integration?

from vvdec.

chenm001 avatar chenm001 commented on June 15, 2024

Yes, we can close this topic, thank you.

from vvdec.

adamjw24 avatar adamjw24 commented on June 15, 2024

Yes, we can close this topic, thank you.

Thank you

from vvdec.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.