-
Notifications
You must be signed in to change notification settings - Fork 31
Define CpuDevice class and move CPU specific methods (color conversion) to it #619
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
Comments
This was referenced Apr 4, 2025
dvrogozh
added a commit
to dvrogozh/torchcodec
that referenced
this issue
Apr 10, 2025
Fixes: pytorch#619 * Commit defines `CpuDeviceInterface` and moves video `*OnCPU` methods from `SingleStreamDecoder` to it. * Audio `*OnCPU` methods left in `SingleStreamDecoder` * Constructor API of `DeviceInterface` was changed to allow passing `AVRational timeBase` required to initialize ffmpeg filter graph Signed-off-by: Dmitry Rogozhkin <dmitry.v.rogozhkin@intel.com>
dvrogozh
added a commit
to dvrogozh/torchcodec
that referenced
this issue
Apr 16, 2025
Fixes: pytorch#619 * Commit defines `CpuDeviceInterface` and moves video `*OnCPU` methods from `SingleStreamDecoder` to it. * Audio `*OnCPU` methods left in `SingleStreamDecoder` * Constructor API of `DeviceInterface` was changed to allow passing `AVRational timeBase` required to initialize ffmpeg filter graph Signed-off-by: Dmitry Rogozhkin <dmitry.v.rogozhkin@intel.com>
dvrogozh
added a commit
to dvrogozh/torchcodec
that referenced
this issue
Apr 29, 2025
Fixes: pytorch#619 * Commit defines `CpuDeviceInterface` and moves video `*OnCPU` methods from `SingleStreamDecoder` to it. * Audio `*OnCPU` methods left in `SingleStreamDecoder` * Constructor API of `DeviceInterface` was changed to allow passing `AVRational timeBase` required to initialize ffmpeg filter graph Signed-off-by: Dmitry Rogozhkin <dmitry.v.rogozhkin@intel.com>
dvrogozh
added a commit
to dvrogozh/torchcodec
that referenced
this issue
May 1, 2025
Fixes: pytorch#619 * Commit defines `CpuDeviceInterface` and moves video `*OnCPU` methods from `SingleStreamDecoder` to it. * Audio `*OnCPU` methods left in `SingleStreamDecoder` * Constructor API of `DeviceInterface` was changed to allow passing `AVRational timeBase` required to initialize ffmpeg filter graph Signed-off-by: Dmitry Rogozhkin <dmitry.v.rogozhkin@intel.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As discussed in:
A follow up after #606 - need to define
CpuDevice
class and moveSingleStreamDecoder::*OnCPU()
functions to it.CC: @scotts, @NicolasHug
The text was updated successfully, but these errors were encountered: