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

native mode and scaler implementation #17

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

Conversation

max-verem
Copy link
Contributor

this is updated set of patches that implements native mode selecting for PAL and 1080i25, and scaler setting

@fabled
Copy link
Owner

fabled commented Dec 16, 2015

Thanks. The scaler stuff looks good.

But maybe I did not explain my thought clear enough on the native mode handling. I do not want "struct display_mode *native_mode;" added at all. The encoding_parameters.native_mode should be checked in the places where interlaced or convert_to_1088 are referenced. Duplicating the whole display_mode struct is bloat, when only one or two bits are affected -- and that overhead can be moved to code.

@fabled
Copy link
Owner

fabled commented Dec 22, 2015

Scaler settings patch applied. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants