Ingo Randolf

Results 31 comments of Ingo Randolf

i guess we would have similar performance with 0.9.0. proposal form charlesveasey sounds like the way to go, using `kCVPixelFormatType_422YpCbCr8` maybe we should be able to specify which pixelformat to...

native pixelFormat support work in progress: https://github.com/i-n-g-o/openFrameworks/tree/ofAVFoundationPlayer_set_pixelformats basic codecs are supprted: h264, 422YpCbCr8, ProRes (the rest needs some research and defaults to 422YpCbCr8 for now) the pixelFormat is chosen from...

@mattfelsen the changes are independent of the gl-pipeline used. it's about setting a pixelFormat for the AVFoundation decoders. the changes default to `OF_PIXELS_NATIVE` to use the best guessed pixelformat for...

change of strategy... figuring out the internal pixelformat automatically with the codec information seems not reliable. changed the branch like this: if the movieplayers pixelformat is set to OF_PIXELS_NATIVE (the...

thanks for the input and the links. changed it back to pixelFormat selection based on the codec information for OF_PIXELS_NATIVE and updated some pixelformats. i encounter problems using apples recommendations...

i think it comes down to using `kCVPixelFormatType_422YpCbCr8` for non-alpha movies, and `kCVPixelFormatType_32RGBA` (`kCVPixelFormatType_32BGRA` respectilvely for ios) for movies with alpha. the mapping of `ofPixelFormat` to the internal format can...

a workaround is to force the value to type Object using a custom dummy-type which is never read: ```ksy seq: - id: the_type type: s1 - id: value type: switch-on:...

I worked on this issue on this branch (removing new and delete functions): https://github.com/rabbitControl/flext/tree/cmem_remove_new_delete If you like i can create a PR for this.

Hello. I ran into the same problem. The duplicated symbols come from the global operators overwritten in flsupport.cpp. It happened for me when i tried to compile a library with...