angelo-p
angelo-p
Thanks a lot for the pointer!, I'll take a look.
I uploaded the file to my drobbox account. you can access at: https://www.dropbox.com/s/cimapj5d0z66kz0/feelings_vp9-640x360.webm?dl=0 we are using intel-vaapi-driver at version 1.8.4 vainfo libva info: VA-API version 0.40.1 libva info: va_getDriverName() returns...
xuguangxin, I cannot go to libva-2.1.0. our graphics group is currently lock with libva-1.8.0
@xuguangxin, we updated libva to version 2.0.0 and I still can see macroblocking issues on the vp9 stream. see vainfo putput below: vainfo libva info: VA-API version 1.1.0 libva info:...
Hi @xuguangxin You are right, I got the same md5: yamidecode -i /amedia/vobsub_sample.mkv -m -2 libva info: VA-API version 0.40.1 libva info: va_getDriverName() returns 0 libva info: Trying to open...
Hi xuguangxin, Can you explain what you mean by "you can't modify the output frame" ? We are using libyami External Allocator scheme and as long as libyami call the...
@xuguangxin Thanks, adding the VIDEO_DECODE_BUFFER_FLAG_FRAME_END improves decoding latency. Our application always feeds the codec full frames. Can we set the flag all the time or only when enableLowLatency is set...
Yes, I take a look. Thanks a lot! Angelo
Hi Xu Guangxin, Yes, it is working but I am looking into a problem that occurs when flushing. when I call decodeFlush(), my surface_do_put_callback() callback get calls with surfaces that...
No, it doesn't. When my code is getting a decoded VideoFrame *ovp through a call to decodeGetOutput(), I call ovf->free(ovf) on it when done processing. That ovf->free(ovf) call doesn't trigger...