-
Notifications
You must be signed in to change notification settings - Fork 108
Create files to support NSMovie and NSMovieView #144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
…nges, and config.make/config.h changes
Completely revamped and simplified. |
…GSMovieView move decoding entirely to threads
I think this is the best I can do on this. @fredkiefer could you take a look and see what else you might be able to see. This is certainly better than we have at the moment (nothing) and I think it would be useful for others to take a look and try to improve this. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I only got halfway through in reviewing this code but I think this already gives you enough to further work on your code.
@fredkiefer Take a look at the updates. Thanks for reviewing the code. |
I had to revert some of the previous changes. Back to fac27f8. You'll need to do a fresh checkout. |
@fredkiefer I have addressed the issues you mentioned. :) |
…case the video slows down
implementation for NSMovie and NSMovieView. The tests for this are here:
https://github.com/gcasa/NSMovie_test
https://github.com/gcasa/apps-videoplayer