summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-08-23gtk: Remove unused variableHEADmasterSebastian Dröge1-5/+0
2016-08-23Block value-changed signal when playing an URI to prevent spurious seeksSebastian Dröge1-0/+4
2016-08-23android: Update build tools and gradleArun Raghavan2-3/+3
2016-08-22gtk: Block value-change signal handler while updating the range of the seekba...Sebastian Dröge1-0/+4
2016-08-18gtk: Use GQueue instead of g_list_append() or the prepend-reverse trickSebastian Dröge1-7/+6
2016-08-08gtk-play: provide similar behaviour for quit and closeMaxin B. John1-1/+1
2016-07-21gtk: fix widget leakGuillaume Desmottes1-0/+1
2016-07-21gtk: fix gtkglsink leakGuillaume Desmottes1-1/+2
2016-07-21Call gst_deinit() in all applications at the end of main()Guillaume Desmottes3-1/+7
2016-05-10android: Update build tools version and ship gradle wrapper scriptSebastian Dröge5-2/+258
2016-03-28ios: Sync gst_ios_init.[mh] with latest versionEmmanuel Imbernon2-20/+86
2016-03-22Changing icons names to make it visible on gtk playerMariusz Wasak1-5/+5
2016-03-16gtk: Change True to glib TRUE to make gtk player project compileMariusz Wasak1-4/+4
2016-02-11android: Move to gradle based buildArun Raghavan18-108/+167
2016-01-07android: Register native_stop() with JNISebastian Dröge1-0/+1
2016-01-06configure: Require gstreamer-player-1.0 >= 1.7.1.1 for the new() API changeSebastian Dröge1-1/+1
2016-01-04player: Build against GstPlayer version from gst-plugins-bad everywhereSebastian Dröge59-13049/+21
2016-01-04player: Remove gst_player_new() and make gst_player_new_full() the normal con...Sebastian Dröge9-24/+11
2015-12-23tests: Fix pixel-aspect-ratio testSebastian Dröge1-2/+2
2015-12-22player: Update and fix up docs a bitSebastian Dröge7-26/+69
2015-12-22player: Include config.h in all source files if availableSebastian Dröge7-0/+28
2015-12-22android: Fix compilationSebastian Dröge2-2/+11
2015-12-22player: Make emitter function pointer type a typedef to make gtk-doc happySebastian Dröge3-3/+5
2015-12-22player: Re-indent and clean up main headerSebastian Dröge1-27/+27
2015-12-22player: Move visualization list handling to a separate source fileSebastian Dröge6-169/+226
2015-12-22player: Move video renderer and signal dispatcher code into separate filesSebastian Dröge17-507/+834
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 medi...Sebastian Dröge1-0/+5
2015-11-13android: Add more URI schemes, mimetypes and file extensionsSebastian Dröge1-31/+300
2015-11-09gtk: Remove double assignment of a variableSebastian Dröge1-1/+1
2015-11-08Add project files for Win32 build environment.KimTaeSoo5-0/+294
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öge29-943/+281
2015-11-06Revert "android: Fix Windows build of the app"Sebastian Dröge1-8/+1
2015-11-06Revert "README.md formatting."Sebastian Dröge1-7/+1
2015-11-05gtk-play: change print format of guint64Justin Kim1-2/+2
2015-11-02qt: add new qml item to render media info sampleAlexandre Moreno7-2/+185
2015-11-01qt: accept a list of uris or files as command line parametersAlexandre Moreno1-0/+20
2015-11-01qt: add simple playlist support and wire buttonsAlexandre Moreno3-4/+90
2015-11-01qt: add autoPlay propertyAlexandre Moreno2-2/+21
2015-11-01qt: seek while dragging seek barAlexandre Moreno1-21/+5
2015-11-01qt: do not hide playbar if it contains cursorAlexandre Moreno1-2/+13
2015-10-27qt: Return a new reference to the renderer from VideoRenderer::renderer()Sebastian Dröge1-1/+1
2015-10-27qt: add a destructor and release resourcesAlexandre Moreno2-0/+10
2015-10-27qt: consistent use of pixel sizesAlex Moreno1-18/+18
2015-10-27player: Require scaletempo >= 1.6.1 for audio pitch preserving during trick m...Sebastian Dröge1-1/+8
2015-10-24qt: hide playbar properlyAlexandre Moreno1-20/+19
2015-10-24qt: bind video item size to windowAlexandre Moreno1-2/+2
2015-10-24qt: elide long titlesAlexandre Moreno1-8/+2
2015-10-24qt: add position update interval propertyAlexandre Moreno3-3/+23