summaryrefslogtreecommitdiff
path: root/android
AgeCommit message (Collapse)AuthorFilesLines
2016-08-23android: Update build tools and gradleArun Raghavan2-3/+3
New build tools needed for Instant Run, and Android Studio wants us to update that and the gradle version.
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
https://github.com/sdroege/gst-player/issues/143
2016-01-04player: Build against GstPlayer version from gst-plugins-bad everywhereSebastian Dröge2-13/+4
The old version with everything included and buildable against GStreamer 1.6 can still be found in the gst-player-0.1 branch and will be continued to be updated for a while.
2016-01-04player: Remove gst_player_new() and make gst_player_new_full() the normal ↵Sebastian Dröge1-1/+1
constructor In very few cases the simple version was actually needed and having the parameters hidden by a _full() version caused application that actually needed it to not use it.
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 ↵Sebastian Dröge1-0/+5
media width/height
2015-11-13android: Add more URI schemes, mimetypes and file extensionsSebastian Dröge1-31/+300
Based on the AndroidManifest.xml of VLC for Android.
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
This reverts commit a95ee9c61c371ec2b8d4ff59cace26451b11225a. The gradle based build system has various problems currently.
2015-11-06Revert "android: Fix Windows build of the app"Sebastian Dröge1-8/+1
This reverts commit 5d8c1868beec85ac02bcc6e0bfd0ad9dbb99a3b8. The gradle based build system has various problems currently.
2015-11-06Revert "README.md formatting."Sebastian Dröge1-7/+1
This reverts commit 499f68c42371081204b6285227073a7eb165c652. The gradle based build system has various problems currently.
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
This makes sure it is actually shut down and does not emit any signals anymore later, and also prevents a memory leak.
2015-05-11README.md formatting.Sebastian Roth1-1/+7
2015-05-08android: Fix Windows build of the appSebastian Roth1-1/+8
Fixes #36
2015-05-07android: Use gradle & ndk-build combo to generate the Android AppSebastian Roth28-280/+932
Also add a video List selector.
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
JNI bindings still need updating for the new media info API. https://github.com/sdroege/gst-player/issues/30
2015-03-06Stop using GSlice for allocations, it's deprecated soon and slower than ↵Sebastian Dröge1-2/+2
malloc in most places
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 ↵Sebastian Dröge1-1/+1
property
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