index
:
~slomo/gst-player
gst-player-0.1
master
Unnamed repository; edit this file 'description' to name the repository.
slomo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
android
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-18
android: Fix video rendering after GstPlayerVideoRenderer refactoring
Sebastian Dröge
1
-3
/
+6
2015-05-11
android: Unref player in native_free()
Sebastian Dröge
1
-0
/
+1
2015-05-11
README.md formatting.
Sebastian Roth
1
-1
/
+7
2015-05-08
android: Fix Windows build of the app
Sebastian Roth
1
-1
/
+8
2015-05-07
android: Use gradle & ndk-build combo to generate the Android App
Sebastian Roth
28
-280
/
+932
2015-05-06
android: fixed compilation error
Alex Moreno
2
-1
/
+2
2015-05-06
android: check return values from JNI methods in 'JNI_OnLoad'
Alex Moreno
1
-2
/
+11
2015-05-06
android: remove unused variable 'gst_app_thread'
Alex Moreno
1
-1
/
+0
2015-05-04
android: Add gstplayer-media-info.c to the build
Sebastian Dröge
1
-1
/
+1
2015-03-06
Stop using GSlice for allocations, it's deprecated soon and slower than mallo...
Sebastian Dröge
1
-2
/
+2
2015-03-03
android: Cast pointers to gintptr to simplify code
Xavier Claessens
1
-11
/
+2
2015-03-01
Update Android bindings to the latest API
Sebastian Dröge
2
-21
/
+77
2014-11-12
android: Link against GLib 2.0 as it is necessary
Thibault Saunier
1
-1
/
+1
2014-08-07
Fix indention with gst-indent
Sebastian Dröge
1
-1
/
+1
2014-08-05
Implement seek throttling
Sebastian Dröge
2
-33
/
+1
2014-08-03
Add our own error domain and code
Sebastian Dröge
5
-8
/
+173
2014-08-03
Move dispatch-to-main-context out of the constructor and make it a normal pro...
Sebastian Dröge
1
-1
/
+1
2014-08-03
Add initial build system with docs and tests and magic
Sebastian Dröge
1
-0
/
+10
2014-08-02
Move library around into a proper directory
Sebastian Dröge
2
-2
/
+2
2014-07-28
Add start of an Android player
Sebastian Dröge
6
-0
/
+1109