Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unittest: pass Non IDR frame to decode after flush #6

Open
wants to merge 3 commits into
base: zero_copy
Choose a base branch
from

Commits on Feb 17, 2017

  1. unittest: pass Non IDR frame to decode after flush

    this is used to verify yami's robustness
    
    Signed-off-by: Linda Yu <[email protected]>
    LindaYu17 committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    ae88eb5 View commit details
    Browse the repository at this point in the history
  2. vaapidecoder_h265: return invalid if 1st frame is not idr

    if the frist frame of a new stream is not idr, return invalid data
    directly but not process it.
    
    Signed-off-by: Linda Yu <[email protected]>
    LindaYu17 committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    2c535b3 View commit details
    Browse the repository at this point in the history
  3. unittest: add mpeg2 test frames

    Signed-off-by: Linda Yu <[email protected]>
    LindaYu17 committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    04310be View commit details
    Browse the repository at this point in the history