index
:
~slomo/gst-examples
master
Unnamed repository; edit this file 'description' to name the repository.
slomo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-08-26
Add meson build system for playback/player/{gst-play,gtk} and network/http-la...
HEAD
master
Sebastian Dröge
11
-81
/
+43
2016-08-26
Merge commit 'http-launch/merge'
Sebastian Dröge
1
-0
/
+548
2016-08-26
Merge commit 'gst-player/merge'
Sebastian Dröge
71
-0
/
+10943
2016-08-26
Initial commit with empty meson.build
Sebastian Dröge
2
-0
/
+503
2016-08-23
playback/player: gtk: Remove unused variable
Sebastian Dröge
1
-5
/
+0
2016-08-23
playback/player: Block value-changed signal when playing an URI to prevent sp...
Sebastian Dröge
1
-0
/
+4
2016-08-23
playback/player: android: Update build tools and gradle
Arun Raghavan
2
-3
/
+3
2016-08-22
playback/player: gtk: Block value-change signal handler while updating the ra...
Sebastian Dröge
1
-0
/
+4
2016-08-18
playback/player: gtk: Use GQueue instead of g_list_append() or the prepend-re...
Sebastian Dröge
1
-7
/
+6
2016-08-08
playback/player: gtk-play: provide similar behaviour for quit and close
Maxin B. John
1
-1
/
+1
2016-07-21
playback/player: gtk: fix widget leak
Guillaume Desmottes
1
-0
/
+1
2016-07-21
playback/player: gtk: fix gtkglsink leak
Guillaume Desmottes
1
-1
/
+2
2016-07-21
playback/player: Call gst_deinit() in all applications at the end of main()
Guillaume Desmottes
3
-1
/
+7
2016-05-10
playback/player: android: Update build tools version and ship gradle wrapper ...
Sebastian Dröge
5
-2
/
+258
2016-03-28
playback/player: ios: Sync gst_ios_init.[mh] with latest version
Emmanuel Imbernon
2
-20
/
+86
2016-03-22
playback/player: Changing icons names to make it visible on gtk player
Mariusz Wasak
1
-5
/
+5
2016-03-16
playback/player: gtk: Change True to glib TRUE to make gtk player project com...
Mariusz Wasak
1
-4
/
+4
2016-02-11
playback/player: android: Move to gradle based build
Arun Raghavan
16
-108
/
+150
2016-01-07
playback/player: android: Register native_stop() with JNI
Sebastian Dröge
1
-0
/
+1
2016-01-04
playback/player: player: Build against GstPlayer version from gst-plugins-bad...
Sebastian Dröge
8
-63
/
+11
2016-01-04
playback/player: player: Remove gst_player_new() and make gst_player_new_full...
Sebastian Dröge
5
-5
/
+5
2015-12-22
playback/player: android: Fix compilation
Sebastian Dröge
2
-2
/
+11
2015-12-09
playback/player: android: Allow building for multiple Android ABIs
Sebastian Dröge
1
-0
/
+14
2015-11-13
playback/player: android: Don't do custom surface width/height calculations i...
Sebastian Dröge
1
-0
/
+5
2015-11-13
playback/player: android: Add more URI schemes, mimetypes and file extensions
Sebastian Dröge
1
-31
/
+300
2015-11-09
playback/player: gtk: Remove double assignment of a variable
Sebastian Dröge
1
-1
/
+1
2015-11-08
playback/player: Add project files for Win32 build environment.
KimTaeSoo
0
-0
/
+0
2015-11-08
playback/player: android: Fix typo for restricted codecs plugin
caseten
1
-1
/
+1
2015-11-06
playback/player: Revert "android: Use gradle & ndk-build combo to generate th...
Sebastian Dröge
28
-932
/
+280
2015-11-06
playback/player: Revert "android: Fix Windows build of the app"
Sebastian Dröge
1
-8
/
+1
2015-11-06
playback/player: Revert "README.md formatting."
Sebastian Dröge
1
-7
/
+1
2015-11-05
playback/player: gtk-play: change print format of guint64
Justin Kim
1
-2
/
+2
2015-11-02
playback/player: qt: add new qml item to render media info sample
Alexandre Moreno
7
-2
/
+185
2015-11-01
playback/player: qt: accept a list of uris or files as command line parameters
Alexandre Moreno
1
-0
/
+20
2015-11-01
playback/player: qt: add simple playlist support and wire buttons
Alexandre Moreno
3
-4
/
+90
2015-11-01
playback/player: qt: add autoPlay property
Alexandre Moreno
2
-2
/
+21
2015-11-01
playback/player: qt: seek while dragging seek bar
Alexandre Moreno
1
-21
/
+5
2015-11-01
playback/player: qt: do not hide playbar if it contains cursor
Alexandre Moreno
1
-2
/
+13
2015-10-27
playback/player: qt: Return a new reference to the renderer from VideoRendere...
Sebastian Dröge
1
-1
/
+1
2015-10-27
playback/player: qt: add a destructor and release resources
Alexandre Moreno
2
-0
/
+10
2015-10-27
playback/player: qt: consistent use of pixel sizes
Alex Moreno
1
-18
/
+18
2015-10-24
playback/player: qt: hide playbar properly
Alexandre Moreno
1
-20
/
+19
2015-10-24
playback/player: qt: bind video item size to window
Alexandre Moreno
1
-2
/
+2
2015-10-24
playback/player: qt: elide long titles
Alexandre Moreno
1
-8
/
+2
2015-10-24
playback/player: qt: add position update interval property
Alexandre Moreno
3
-3
/
+23
2015-10-23
playback/player: qt: Fix -Wunused-variable compiler warnings
Sebastian Dröge
1
-9
/
+4
2015-10-23
playback/player: qt: add stream selection support
Alexandre Moreno
5
-128
/
+738
2015-10-06
playback/player: qt: emit player signals from Qt event loop
Alexandre Moreno
2
-7
/
+164
2015-10-04
playback/player: Add Qt bindings and player
Alexandre Moreno
14
-0
/
+1606
2015-10-04
playback/player: gst-play: trivial cleanup
Jimmy Ohn
1
-15
/
+8
[next]