Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-08-26 | Add meson build system for playback/player/{gst-play,gtk} and ↵HEADmaster | Sebastian Dröge | 11 | -81/+43 | |
network/http-launch | |||||
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 | |
All gst-player example applications from https://github.com/sdroege/gst-player | |||||
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 ↵ | Sebastian Dröge | 1 | -0/+4 | |
spurious seeks | |||||
2016-08-23 | playback/player: android: Update build tools and gradle | Arun Raghavan | 2 | -3/+3 | |
New build tools needed for Instant Run, and Android Studio wants us to update that and the gradle version. | |||||
2016-08-22 | playback/player: gtk: Block value-change signal handler while updating the ↵ | Sebastian Dröge | 1 | -0/+4 | |
range of the seekbar too I.e. when updating the duration. Changing the range might also change the value, which would then trigger a seek. | |||||
2016-08-18 | playback/player: gtk: Use GQueue instead of g_list_append() or the ↵ | Sebastian Dröge | 1 | -7/+6 | |
prepend-reverse trick | |||||
2016-08-08 | playback/player: gtk-play: provide similar behaviour for quit and close | Maxin B. John | 1 | -1/+1 | |
In x86 targets, gtk-play just pause rather than quitting the application when we click the close button (delete-event). Change the callback function to get similar behaviour when we click on "Quit" menu option. | |||||
2016-07-21 | playback/player: gtk: fix widget leak | Guillaume Desmottes | 1 | -0/+1 | |
The ref returned by gst_player_gtk_video_renderer_get_widget() was never released. | |||||
2016-07-21 | playback/player: gtk: fix gtkglsink leak | Guillaume Desmottes | 1 | -1/+2 | |
The ref returned by gst_element_factory_make() was leaked. | |||||
2016-07-21 | playback/player: Call gst_deinit() in all applications at the end of main() | Guillaume Desmottes | 3 | -1/+7 | |
Needed to be able to track leaks using valgrind or the leaks tracer. | |||||
2016-05-10 | playback/player: android: Update build tools version and ship gradle wrapper ↵ | Sebastian Dröge | 5 | -2/+258 | |
script | |||||
2016-03-28 | playback/player: ios: Sync gst_ios_init.[mh] with latest version | Emmanuel Imbernon | 2 | -20/+86 | |
Fixes https://github.com/sdroege/gst-player/pull/154 | |||||
2016-03-22 | playback/player: Changing icons names to make it visible on gtk player | Mariusz Wasak | 1 | -5/+5 | |
Fixes https://github.com/sdroege/gst-player/pull/150 | |||||
2016-03-16 | playback/player: gtk: Change True to glib TRUE to make gtk player project ↵ | Mariusz Wasak | 1 | -4/+4 | |
compile https://github.com/sdroege/gst-player/pull/149 | |||||
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 | |
https://github.com/sdroege/gst-player/issues/143 | |||||
2016-01-04 | playback/player: player: Build against GstPlayer version from ↵ | Sebastian Dröge | 8 | -63/+11 | |
gst-plugins-bad everywhere 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-04 | playback/player: player: Remove gst_player_new() and make ↵ | Sebastian Dröge | 5 | -5/+5 | |
gst_player_new_full() the normal 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-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 ↵ | Sebastian Dröge | 1 | -0/+5 | |
if we have no media width/height | |||||
2015-11-13 | playback/player: android: Add more URI schemes, mimetypes and file extensions | Sebastian Dröge | 1 | -31/+300 | |
Based on the AndroidManifest.xml of VLC for Android. | |||||
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 | |
This commit includes project files for Win32/Win64 build environment (Visual Studio 12). To build this project, GStreamer packages for Windows (http://gstreamer.freedesktop.org/data/pkg/windows/) should be installed. To run excutable, add "%GSTREAMER_1_0_ROOT_X86%\bin" or "%GSTREAMER_1_0_ROOT_X86_64%\bin" to environment variable "Path" | |||||
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 ↵ | Sebastian Dröge | 28 | -932/+280 | |
the Android App" This reverts commit a95ee9c61c371ec2b8d4ff59cace26451b11225a. The gradle based build system has various problems currently. | |||||
2015-11-06 | playback/player: Revert "android: Fix Windows build of the app" | Sebastian Dröge | 1 | -8/+1 | |
This reverts commit 5d8c1868beec85ac02bcc6e0bfd0ad9dbb99a3b8. The gradle based build system has various problems currently. | |||||
2015-11-06 | playback/player: Revert "README.md formatting." | Sebastian Dröge | 1 | -7/+1 | |
This reverts commit 499f68c42371081204b6285227073a7eb165c652. The gradle based build system has various problems currently. | |||||
2015-11-05 | playback/player: gtk-play: change print format of guint64 | Justin Kim | 1 | -2/+2 | |
guint64 type usually corresponds with 'G_GUINT64_FORMAT'. | |||||
2015-11-02 | playback/player: qt: add new qml item to render media info sample | Alexandre Moreno | 7 | -2/+185 | |
when video is not available it will try to display the sample image returned by media info object. | |||||
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 | |
When set to true will play current media set immediately, and if set to false will show first frame (i.e. go to pause state) | |||||
2015-11-01 | playback/player: qt: seek while dragging seek bar | Alexandre Moreno | 1 | -21/+5 | |
removed time label on top the seek bar, should be placed elsewhere | |||||
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 ↵ | Sebastian Dröge | 1 | -1/+1 | |
VideoRenderer::renderer() gst_player_new_full() takes ownership of it, and that's where it is usually used. Without this we would create assertions on application shutdown. Fixes #129 | |||||
2015-10-27 | playback/player: qt: add a destructor and release resources | Alexandre Moreno | 2 | -0/+10 | |
Fixes #129 | |||||
2015-10-27 | playback/player: qt: consistent use of pixel sizes | Alex Moreno | 1 | -18/+18 | |
See #124. We should switch everything to be device independent at some point, but this at least gives us a consistent UI for the time being. | |||||
2015-10-24 | playback/player: qt: hide playbar properly | Alexandre Moreno | 1 | -20/+19 | |
Fixes #120 | |||||
2015-10-24 | playback/player: qt: bind video item size to window | Alexandre Moreno | 1 | -2/+2 | |
Fixes #119 | |||||
2015-10-24 | playback/player: qt: elide long titles | Alexandre Moreno | 1 | -8/+2 | |
Fixes #121 | |||||
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 | |