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
path:
root
/
playback
Age
Commit message (
Expand
)
Author
Files
Lines
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
2015-09-21
playback/player: gtk-play: Run gst-indent
Sebastian Dröge
1
-1
/
+1
2015-09-17
playback/player: gtk-play: change to use valid macro function
Hyunjun Ko
1
-1
/
+1
2015-09-15
playback/player: gtk-play: Modify switch statement in stream_info_get_string
Jimmy Ohn
1
-27
/
+17
2015-09-15
playback/player: gst-play: Check if the stream list is empty in print_all_str...
Jimmy Ohn
1
-4
/
+6
2015-09-04
playback/player: gtk-play: Add compiler warning flags to the build and fix th...
Sebastian Dröge
2
-6
/
+17
2015-09-04
playback/player: ios: remove implicit conversion of UIView to c pointer
Justin Kim
1
-1
/
+1
2015-09-01
playback/player: gtk-play: Remove unused variable
Alexandre Moreno
1
-1
/
+0
2015-08-27
playback/player: gst-play: Remove useless variable initializations
Sebastian Dröge
1
-3
/
+3
2015-08-27
playback/player: gst-play: Check if the stream list is empty in print_all_str...
Jimmy Ohn
1
-1
/
+4
2015-08-20
playback/player: gst-play: Fix leak of GError and GOptionContext on parsing e...
Sebastian Dröge
1
-0
/
+2
2015-08-18
playback/player: android: Fix video rendering after GstPlayerVideoRenderer re...
Sebastian Dröge
1
-3
/
+6
2015-08-18
playback/player: ios: Fix video rendering after GstPlayerVideoRenderer refact...
Sebastian Dröge
1
-2
/
+1
2015-08-18
playback/player: iOS: Fix build issue
trungdoan
1
-0
/
+10
2015-08-14
playback/player: player: Refactor video rendering API
Sebastian Dröge
5
-28
/
+249
2015-08-12
playback/player: player: Abstract the signal emission dispatching to a new in...
Sebastian Dröge
2
-8
/
+8
2015-07-30
playback/player: gtk-play: Fix indention
Sebastian Dröge
1
-39
/
+46
2015-07-30
playback/player: gtk-play: if title is NULL then use uri basename in toolbar ...
Brijesh Singh
1
-7
/
+13
2015-07-30
playback/player: gtk-play: fix elapsed and remain time label
Brijesh Singh
1
-1
/
+1
2015-07-26
playback/player: gtk-play: handle keys
Víctor Manuel Jáquez Leal
1
-0
/
+147
2015-07-20
playback/player: gtk-play: remove unused callback
Víctor Manuel Jáquez Leal
1
-6
/
+0
2015-07-20
playback/player: gtk-play: remove unused variables
Víctor Manuel Jáquez Leal
1
-3
/
+1
2015-07-07
playback/player: gtk-play: add support to build UI through gtkbuilder
Brijesh Singh
6
-514
/
+874
2015-06-16
playback/player: gtk-play: Add close button to the playback speed dialog
Sebastian Dröge
1
-2
/
+3
2015-06-16
playback/player: gtk-play: add playback rate control menu item
Brijesh Singh
1
-0
/
+45
2015-06-15
playback/player: gtk: Also use gtksink if available
Sebastian Dröge
1
-6
/
+13
2015-06-11
playback/player: gtk-play: remove unused variables
Víctor Manuel Jáquez Leal
1
-2
/
+0
2015-06-11
playback/player: gtk: Inhibit the screen saver when playing something
Sebastian Dröge
1
-2
/
+42
2015-06-11
playback/player: gtk: Port to GtkApplication
Sebastian Dröge
1
-109
/
+277
2015-06-11
playback/player: gtk: Remove redundant code
Sebastian Dröge
1
-1
/
+0
2015-06-11
playback/player: gtk: Use gtkglsink if available
Sebastian Dröge
2
-7
/
+23
2015-06-11
playback/player: gtk-play: use volume-changed signal from player to update th...
Brijesh Singh
1
-0
/
+22
2015-06-11
playback/player: gtk-play: color balance dialog
Víctor Manuel Jáquez Leal
1
-0
/
+101
2015-06-11
playback/player: gtk: Only go to PLAYING with the next file if we were in PLA...
Sebastian Dröge
1
-1
/
+5
2015-06-10
playback/player: gtk-play: remove unused variables
Víctor Manuel Jáquez Leal
1
-7
/
+1
2015-06-10
playback/player: gtk-play: destroy dialog's parent window
Víctor Manuel Jáquez Leal
1
-0
/
+1
2015-06-10
playback/player: gtk-play: remove duplicate code
danny song
1
-5
/
+0
2015-06-10
playback/player: gtk-play: move play_current_uri after the signal handler reg...
danny song
1
-2
/
+2
2015-05-30
playback/player: player: Change visualization API a bit to be more user frien...
Sebastian Dröge
1
-14
/
+15
2015-05-30
playback/player: Fix indention
Sebastian Dröge
1
-45
/
+38
2015-05-20
playback/player: gtk-player: add visualization selection menu item.
Brijesh Singh
1
-1
/
+119
2015-05-19
playback/player: gtk-play: add external subtitle selection menu
Brijesh Singh
1
-19
/
+46
2015-05-13
playback/player: ios: Cast the seek slider value from float to integer after ...
Sebastian Dröge
1
-1
/
+1
2015-05-12
playback/player: gtk-play: move duplicate code into one function
Brijesh Singh
1
-56
/
+27
2015-05-11
playback/player: android: Unref player in native_free()
Sebastian Dröge
1
-0
/
+1
2015-05-11
playback/player: README.md formatting.
Sebastian Roth
1
-1
/
+7
2015-05-11
playback/player: gtk-play: add Open, Quit, Next and Previous menu items in po...
Brijesh Singh
1
-29
/
+107
2015-05-11
playback/player: gtk-play: hide toolbar in fullscreen mode.
Brijesh Singh
1
-8
/
+88
2015-05-08
playback/player: gtk-play: add fullscreen button
Brijesh Singh
1
-0
/
+36
[next]