Skip to content
This repository has been archived by the owner on May 17, 2023. It is now read-only.

Don’t allocate internal memory via external allocator (+ don’t allocate via a WA) #559

Closed
dvrogozh opened this issue Aug 23, 2018 · 4 comments

Comments

@dvrogozh
Copy link
Contributor

Initially filed and discussed here: Intel-Media-SDK/samples#13. Since this is not samples issue (at least not only), moved to track in Media SDK library repo.

As of now we need to:

  1. Make sure that no mediasdk codecs allocate internal memory via external allocator. Suspected codec is HEVC encoder
  2. Consider deletion of external memory allocation for bitstreams.
@lizhong1008
Copy link
Contributor

FFmpeg hevc works! Thanks a lot for your support!
One question, how about the status of other codecs? For example, vp9 hw encoder (though hasn't implemented in ffmpeg, I will add it soon).

@artem-shaporenko
Copy link
Contributor

VP9 still need to be updated.

@lizhong1008
Copy link
Contributor

So, would you please create a new issue to check vp9 encoder since this one has been closed? @artem-shaporenko @dvrogozh

@dvrogozh
Copy link
Contributor Author

Let's track vp9e in #762.

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

No branches or pull requests

3 participants