Sreerenj Balachandran

Results 9 comments of Sreerenj Balachandran

Once we have the FEI implementation in place for encoding, coded_buffer of zero size is perfectly valid if the middleware only requested for VME operation since the VME output only...

VME only returns motion vectors and macroblock code in separate buffers(we will define new types), not as CodedBuffer.

But of course, FEI mode can treat zero sized coded buffer as normal. Which means, all usual encode scenarios should error out if coded_buffer end up as zero size after...

@xuguangxin see this bug report: https://bugzilla.gnome.org/show_bug.cgi?id=762509

@xuguangxin Sure you can. BTW, I thought libyami already had a fix for the above problem.

@dmitryermilov Thanks for the clarification. Happy to hear that you guys removed the hack because it was so awkward to see the allocate the non-raw buffer and assigning it to...

The code is using MFX_FOURCC_P8 for checking whether it is expecting a coded buffer where the format MFX_FOURCC_P8 is D3DFMT_P8 and using a raw format forucc like this is a...

What I can see in MSDK source code is this: **case MFX_FOURCC_P8: return D3DFMT_P8;** According to D3D spec, D3DFMT_P8 is "8 bit color indexed" format. Yup, usage of "VA_FOURCC_P208" is...