Skip to content

RFE: encoder: add stride & various raw input formats support #11

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

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

Conversation

elmarco
Copy link

@elmarco elmarco commented Feb 12, 2025

The input format is not necessarily RGB or RGBA, and doing a pre-pass conversion can be quite costly (adding about 15-20% of total time from empirical study)

For simplicity reasons, I made sure not to break the existing API.

Those changes don't seem to affect the encoder performance in a significant way.

@elmarco
Copy link
Author

elmarco commented Feb 13, 2025

See also: Devolutions/IronRDP#670

elmarco added 4 commits March 17, 2025 15:11
Signed-off-by: Marc-André Lureau <[email protected]>
Signed-off-by: Marc-André Lureau <[email protected]>
Signed-off-by: Marc-André Lureau <[email protected]>
@elmarco
Copy link
Author

elmarco commented Mar 18, 2025

@aldanor hi, wdyt?

@elmarco
Copy link
Author

elmarco commented Apr 15, 2025

@aldanor ping :thanks:

@elmarco
Copy link
Author

elmarco commented May 9, 2025

@aldanor are you still maintaining the crate? 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.

1 participant