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

Pvrfix #1460

Merged
merged 3 commits into from
Sep 22, 2012
Merged

Pvrfix #1460

merged 3 commits into from
Sep 22, 2012

Commits on Sep 21, 2012

  1. 2 Configuration menu
    Copy the full SHA
    3661ddb View commit details
    Browse the repository at this point in the history
  2. pvr: fixed invalid usage of m_dllAvCodec before open

    RequestStreams can call for a parser, this could cause crashes
    and undefined behavior.
    Joakim Plate committed Sep 21, 2012
    Configuration menu
    Copy the full SHA
    a1a5742 View commit details
    Browse the repository at this point in the history
  3. pvr: rework parsing of stream to not hammer re-open of codecs

    Old code would cause dvdplayer to thrash around closing and re-opening
    codecs while a stream was being parse. And if it never found extradata
    it would never open any codec.
    Joakim Plate committed Sep 21, 2012
    Configuration menu
    Copy the full SHA
    41ca644 View commit details
    Browse the repository at this point in the history