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

implement intensity compensation for VC-1 decoding for Ivybridge and better #234

Merged
merged 3 commits into from
Jul 28, 2017

Commits on Jul 24, 2017

  1. implement intensity compensation for VC-1 decoding

    Intensity compensation was not present for B-frames, but only for P-frames. When a P-frame flags intensity compensation for its forward reference frame, all subsequent B-frames that use this reference frame as well, need to do intensity compensation as well.
    carpalis committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    c9989b6 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2017

  1. Configuration menu
    Copy the full SHA
    794ae15 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2017

  1. Configuration menu
    Copy the full SHA
    4b2fe0b View commit details
    Browse the repository at this point in the history