Mark Gaiser
Mark Gaiser
Any update here? Is there a release where this work? I just tried it again and at least on ffmpeg 6.1.1 it still freezes the gpu. Do note that this...
(this post is all in an ffmpeg + linux mindset!) Hi @rhutsAMD, That is great to hear! I do hope "future" means "next release" or "this year" at the latest....
I'm curious if that next version is just an AMF update that others can use. By which i intent to say that it's a backwards compatible library update that just...
Closing this one. Not an issue anymore.
@ladeng Reading can't be that hard, right? I quote myself from https://github.com/androidx/media/issues/856  If you want the tests to work then you need to skip that part of the diff....
Hi @tonihei! Yes, I did but I couldn't get it working. It seems to be lacking features or i don't know how to properly use it (or both). Like: -...
I'm not sure if that approach is feasible. Some `AesFlushingCipher` observations that make me wary of using it at all: - The key is a byte array, yet the nonce...
Another potential (and not working) option would be to use [CipherInputStream](https://github.com/JetBrains/jdk8u_jdk/blob/master/src/share/classes/javax/crypto/CipherInputStream.java). It too has issues. That class only works on reading data in a linear way. Seeing isn't possible. Don't...
As i **really** want this, i'll take a shot at it. Plus all the debugging I've done already has thought me how this roughly works :) I have found java...
Hi @ladeng, Yes, my problem is solved and it works like a charm! It's a bit of a hassle making a diff as i mixed in a few things for...