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

Proof of concept OSD code. #10

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jan 24, 2014

  1. Add hackish support for brightness, contrast and saturation.

    Support for hue is there in principle, but would need tweaking,
    Due to the very limited range supported by the driver I didn't
    manage to do that.
    The hardware actually has full support for arbitrary CSC matrices,
    but since it is not exposed some hack like this is the best I could
    think of.
    Patch also fixes vdp_generate_csc_matrix to write the data to
    the correct location, previously it would actually write outside
    the matrix.
    
    Signed-off-by: Reimar Döffinger <[email protected]>
    rdoeffinger committed Jan 24, 2014
    Configuration menu
    Copy the full SHA
    fc8abf1 View commit details
    Browse the repository at this point in the history
  2. Proof of concept OSD code.

    It works for displaying a usable OSD in MPlayer at full screen
    resolution and even if using hardware decode, but is far
    too slow for fullscreen use for example.
    
    Signed-off-by: Reimar Döffinger <[email protected]>
    rdoeffinger committed Jan 24, 2014
    Configuration menu
    Copy the full SHA
    e38c260 View commit details
    Browse the repository at this point in the history