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 single element performing scaling and pixel format convertion #30

Merged
merged 9 commits into from
Jun 18, 2024

Conversation

FelonEkonom
Copy link
Member

No description provided.

@FelonEkonom FelonEkonom requested a review from mat-hek June 13, 2024 14:22
@FelonEkonom FelonEkonom changed the title Implement single SWScaler elemwent Implement single element performing scaling and pixel format convertion Jun 13, 2024
@FelonEkonom FelonEkonom self-assigned this Jun 13, 2024
@@ -0,0 +1,242 @@
defmodule Membrane.FFmpeg.SWScaler do
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This name is shorter, but a bit confusing, as the package name is *_swscale, and this is swscaleR. Also, it does more than the scaling now. I'd suggest SWScale.Converter like we have in swresample

@FelonEkonom FelonEkonom requested a review from mat-hek June 18, 2024 08:00
@FelonEkonom FelonEkonom merged commit cfc0eca into master Jun 18, 2024
3 checks passed
@FelonEkonom FelonEkonom deleted the swscale-bin branch June 18, 2024 12:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants