Ronald S. Bultje wrote:
Yes it can do all of that. Start looking at ffplay.c it is way more complex than what you need, but will serve as an example. libavcodec/api-example.c is a simple decoding example, and the packet reading can be got from ffplay.c.
Thanks for the pointers. Will look into that and ask again, if I have more detailed questions.
Just one last thing: Is libav thread-safe? I plan to use libav in a Plugin for an application. My stuff will run in a separate thread. Will another plugin, in the same process but another thread, still be able to use libav without crashes?
Yours Manuel _______________________________________________ libav-api mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-api
