On 11.06.2021 16:43, Timo Rothenpieler wrote:
---
  configure                           |   2 +
  doc/filters.texi                    |  46 ++
  libavfilter/Makefile                |   1 +
  libavfilter/allfilters.c            |   1 +
  libavfilter/cuda/vector_helpers.cuh |  14 +-
  libavfilter/version.h               |   2 +-
  libavfilter/vf_format_cuda.c        | 433 ++++++++++++++
  libavfilter/vf_format_cuda.cu       | 849 ++++++++++++++++++++++++++++
  8 files changed, 1345 insertions(+), 3 deletions(-)
  create mode 100644 libavfilter/vf_format_cuda.c
  create mode 100644 libavfilter/vf_format_cuda.cu

Will push this soon(ish) if nobody objects.

Concerning the name, while I do agree that it internally does something very different compared to the software format filter, from a users perspective, it does pretty much the same thing.

So giving it a different name, like "convert_format_cuda" or something seems needlessly confusing to me.

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to