Robert Nagy

Results 722 comments of Robert Nagy

I'm not sure what is "correct" for this issue. AMCP is a bit semantically broken as it is right now.

I'm not keen to change this. And it kind of goes with my future wish, file extension always required :). We should change so that ffmpeg, if HTTP and no...

> This would indeed fix for almost every use case, except for DASH/HLS streams without an extension. If you are okay with this, I'm happy to create a PR. Maybe...

@pkeuter that's the problem with AMCP. For now we'll have to live with it. 200 should say ok the command is valid and has been accepted. Not whether it has...

Simply using SRGB texture format in OpenGL for both input texture and the frame buffer instead of RGB should solve the problem.

@5opr4ni can you analyze this? i.e. make it reproducible so we can fix it at some point.

I think this is best solved in GLSL.

I did this ages ago for yadif but I couldn't find it. I think this is an early version for reference: ``` #version 430 uniform sampler2D prev; uniform sampler2D cur;...

What is not as expected here?