amc: actually use the provided application class loader
[platform/upstream/gst-plugins-bad.git] / sys / androidmedia / gstjniutils.c
2017-09-05 Matthew Watersamc: actually use the provided application class loader
2017-01-03 Sebastian Drögeandroidmedia: Actively request the Java VM from the...
2016-03-11 Sebastian Drögeamcvideodec: getOutputBuffers() returns a NULL array...
2015-10-20 Matthieu Bouronandroidmedia: Add support for GL output in amcvideodec
2015-10-20 Matthieu Bouronandroidmedia: Allow object to be NULL in gst_amc_jni_...
2015-06-29 Sebastian Drögeandroidmedia: Call initialize_classes() also when we...
2015-06-18 Sebastian Drögeandroidmedia: Allow the application to provide the...
2015-06-18 Sebastian Drögeandroidmedia: Failing to detach a thread is not that...
2015-06-18 Sebastian Drögeandroidmedia: Don't fail if JNI_CreateJavaVM can't...
2015-05-31 Sebastian Drögeandroidmedia: Conditionally use get_{input,output}_buff...
2015-04-11 Sebastian Drögeamc: Allow creating global and local references of...
2015-04-11 Sebastian Drögeamc: Make GError argument order more consistent
2015-04-11 Sebastian Drögeamc: Add helper function for getting a direct buffer...
2015-04-11 Sebastian Drögeamc: Java longs are gint64s
2015-04-11 Sebastian Drögeamc: Improve JNI utilities and add some missing ones
2015-03-15 Sebastian Drögeandroidmedia: Add helpers for calling static methods
2015-03-15 Sebastian Drögeandroidmedia: Fix indention
2015-03-15 Matthieu Bouronandroidmedia: Add more JNI helper functions
2015-03-15 Matthieu Bouronandroidmedia: Split jni code to gstjniutils.c