summaryrefslogtreecommitdiff
path: root/sys/androidmedia/gstjniutils.c
Commit message (Expand)AuthorAgeFilesLines
* amcvideodec: getOutputBuffers() returns a NULL array when a surface was confi...Sebastian Dröge2016-03-111-1/+6
* androidmedia: Add support for GL output in amcvideodecMatthieu Bouron2015-10-211-0/+77
* androidmedia: Allow object to be NULL in gst_amc_jni_*unref functionsMatthieu Bouron2015-10-211-0/+4
* androidmedia: Call initialize_classes() also when we got the Java VM from the...Sebastian Dröge2015-06-291-1/+1
* androidmedia: Allow the application to provide the Java VMSebastian Dröge2015-06-181-0/+13
* androidmedia: Failing to detach a thread is not that much of a problemSebastian Dröge2015-06-181-1/+1
* androidmedia: Don't fail if JNI_CreateJavaVM can't be foundSebastian Dröge2015-06-181-3/+9
* androidmedia: Conditionally use get_{input,output}_buffer() Android 21 APIsSebastian Dröge2015-05-311-1/+178
* amc: Allow creating global and local references of objectsSebastian Dröge2015-04-111-11/+20
* amc: Make GError argument order more consistentSebastian Dröge2015-04-111-56/+60
* amc: Add helper function for getting a direct buffer arraySebastian Dröge2015-04-111-0/+62
* amc: Java longs are gint64sSebastian Dröge2015-04-111-4/+4
* amc: Improve JNI utilities and add some missing onesSebastian Dröge2015-04-111-97/+154
* androidmedia: Add helpers for calling static methodsSebastian Dröge2015-03-151-0/+46
* androidmedia: Fix indentionSebastian Dröge2015-03-151-11/+11
* androidmedia: Add more JNI helper functionsMatthieu Bouron2015-03-151-0/+242
* androidmedia: Split jni code to gstjniutils.cMatthieu Bouron2015-03-151-0/+484