summaryrefslogtreecommitdiff
path: root/android
AgeCommit message (Expand)AuthorFilesLines
2016-08-23android: Update build tools and gradleArun Raghavan2-3/+3
2016-05-10android: Update build tools version and ship gradle wrapper scriptSebastian Dröge5-2/+258
2016-02-11android: Move to gradle based buildArun Raghavan18-108/+167
2016-01-07android: Register native_stop() with JNISebastian Dröge1-0/+1
2016-01-04player: Build against GstPlayer version from gst-plugins-bad everywhereSebastian Dröge2-13/+4
2016-01-04player: Remove gst_player_new() and make gst_player_new_full() the normal con...Sebastian Dröge1-1/+1
2015-12-22android: Fix compilationSebastian Dröge2-2/+11
2015-12-09android: Allow building for multiple Android ABIsSebastian Dröge1-0/+14
2015-11-13android: Don't do custom surface width/height calculations if we have no medi...Sebastian Dröge1-0/+5
2015-11-13android: Add more URI schemes, mimetypes and file extensionsSebastian Dröge1-31/+300
2015-11-08android: Fix typo for restricted codecs plugincaseten1-1/+1
2015-11-06Revert "android: Use gradle & ndk-build combo to generate the Android App"Sebastian Dröge28-932/+280
2015-11-06Revert "android: Fix Windows build of the app"Sebastian Dröge1-8/+1
2015-11-06Revert "README.md formatting."Sebastian Dröge1-7/+1
2015-08-18android: Fix video rendering after GstPlayerVideoRenderer refactoringSebastian Dröge1-3/+6
2015-05-11android: Unref player in native_free()Sebastian Dröge1-0/+1
2015-05-11README.md formatting.Sebastian Roth1-1/+7
2015-05-08android: Fix Windows build of the appSebastian Roth1-1/+8
2015-05-07android: Use gradle & ndk-build combo to generate the Android AppSebastian Roth28-280/+932
2015-05-06android: fixed compilation errorAlex Moreno2-1/+2
2015-05-06android: check return values from JNI methods in 'JNI_OnLoad'Alex Moreno1-2/+11
2015-05-06android: remove unused variable 'gst_app_thread'Alex Moreno1-1/+0
2015-05-04android: Add gstplayer-media-info.c to the buildSebastian Dröge1-1/+1
2015-03-06Stop using GSlice for allocations, it's deprecated soon and slower than mallo...Sebastian Dröge1-2/+2
2015-03-03android: Cast pointers to gintptr to simplify codeXavier Claessens1-11/+2
2015-03-01Update Android bindings to the latest APISebastian Dröge2-21/+77
2014-11-12android: Link against GLib 2.0 as it is necessaryThibault Saunier1-1/+1
2014-08-07Fix indention with gst-indentSebastian Dröge1-1/+1
2014-08-05Implement seek throttlingSebastian Dröge2-33/+1
2014-08-03Add our own error domain and codeSebastian Dröge5-8/+173
2014-08-03Move dispatch-to-main-context out of the constructor and make it a normal pro...Sebastian Dröge1-1/+1
2014-08-03Add initial build system with docs and tests and magicSebastian Dröge1-0/+10
2014-08-02Move library around into a proper directorySebastian Dröge2-2/+2
2014-07-28Add start of an Android playerSebastian Dröge6-0/+1109