summaryrefslogtreecommitdiff
path: root/win32
Commit message (Collapse)AuthorAgeFilesLines
* Fix distcheckTim-Philipp Müller2017-02-141-0/+11
| | | | | Don't use wildcards in Makefile.am, buildbot doesn't seem to like them.
* win32: remove disted enumtypes files which are no longer usedTim-Philipp Müller2017-02-142-210/+0
|
* player: Add support for selecting a specific video sinkLyon Wang2017-01-171-0/+1
| | | | | | | | - Add overlay video renderer "video-sink" property, so that can be set - In create_video_sink, it returns video sink instead of always NULL - Add new renderer_new_with_sink() API to set video sink https://bugzilla.gnome.org/show_bug.cgi?id=776490
* player: Add get video snapshot APILyon Wang2017-01-171-0/+1
| | | | | | | Add get video snapshot API: gst_player_get_video_snapshot() https://bugzilla.gnome.org/show_bug.cgi?id=773709
* player: Add deprecated compatibility functions for the audio/video/subtitle ↵Sebastian Dröge2016-12-211-0/+3
| | | | stream getters
* player: Move audio/video/subtitle stream list getters into the correct namespaceSebastian Dröge2016-12-211-3/+3
|
* player: Add get track number media info APILyon Wang2016-12-211-0/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=773570
* win32: fix distcheckTim-Philipp Müller2016-12-161-1/+0
|
* win32: remove generation of pre-made config.h for msvc buildsTim-Philipp Müller2016-12-161-808/+0
| | | | This is no longer needed with the Meson build.
* win32: Update for new GstPlayer APISebastian Dröge2016-11-021-2/+2
|
* player: Add configuration for enabling accurate seeksLyon Wang2016-11-011-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=773521
* Release 1.10.01.10.0Sebastian Dröge2016-11-011-4/+4
|
* Just remove win32/common/libgstgl.defNirbheek Chauhan2016-10-271-349/+0
| | | | | | | | | | | | | | | It was always wrong since the symbols being exported in gstgl-1.0.dll are platform-specific, and the check we do in dist checks it on all platforms (which usually means Linux) and the list is instead Linux-specific right now. Even if we fix that, it can still never be right because it depends on your configuration even on a specific platform. For instance, when we start building EGL support on Windows using ANGLE, the symbol list will change depending on whether that is enabled or not. We also don't need this anymore since we use GST_EXPORT for all functions exported on Windows now.
* Release 1.9.901.9.90Sebastian Dröge2016-09-301-4/+4
|
* Release 1.9.21.9.2Sebastian Dröge2016-09-011-4/+16
|
* win32: Update libgstgl.defNirbheek Chauhan2016-08-191-13/+15
|
* player: move 'position-update-interval' setting to the config structGuillaume Desmottes2016-07-251-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=769144
* player: add API to change http user agentGuillaume Desmottes2016-07-251-0/+4
| | | | | | Introducing a new 'config' API similar to GstBufferPoolConfig. https://bugzilla.gnome.org/show_bug.cgi?id=765314
* Release 1.9.11.9.1Sebastian Dröge2016-07-061-18/+15
|
* win32: update codecparsers .def file for new symbolsTim-Philipp Müller2016-06-241-0/+7
|
* win32: Add missing def files for librariesNirbheek Chauhan2016-06-218-0/+222
|
* player: Add audio-video-offset property and setter/getter APIBarun Kumar Singh2016-04-281-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=765315
* win32: Add new API to .def fileSebastian Dröge2016-04-211-0/+4
|
* win32: update .def file for new gl apiTim-Philipp Müller2016-04-101-0/+1
|
* player: Add is_live flag to the GstPlayerMediaInfoSebastian Dröge2016-03-251-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=763126
* Release 1.8.01.8.0Sebastian Dröge2016-03-241-7/+4
|
* Release 1.7.911.7.91Sebastian Dröge2016-03-151-4/+4
|
* Release 1.7.901.7.90Sebastian Dröge2016-03-011-4/+4
|
* win32: update exports for new libgstgl functionTim-Philipp Müller2016-02-281-0/+1
|
* player: Expose more GstVideoOverlay API in the ↵Sebastian Dröge2016-02-221-0/+3
| | | | | | | GstPlayerVideoOverlayVideoRenderer Expose the expose() and set_render_rectangle() methods. These are useful for proper functioning of the video overlay in various situations and toolkits.
* win32: remove outdated build cruftTim-Philipp Müller2016-02-2112-2050/+0
| | | | | | This hasn't been touched for generations, doesn't work, and is just causing confusion. We also don't want to maintain these files manually.
* Release 1.7.21.7.2Sebastian Dröge2016-02-191-22/+15
|
* gl: update win32 .def fileMatthew Waters2016-02-091-0/+1
|
* gl: add .def file for msvc buildsMatthew Waters2016-02-051-0/+344
| | | | Also internalize some API from being exported.
* player: Remove gst_player_new() and make gst_player_new_full() the normal ↵Sebastian Dröge2016-01-041-1/+0
| | | | | | | | 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.
* win32: Update libgstcodecparsers.def with the new symbolsSebastian Dröge2015-12-301-7/+4
|
* Release 1.7.11.7.1Sebastian Dröge2015-12-241-4/+25
|
* player: Import GstPlayer playback convenience APISebastian Dröge2015-12-231-0/+92
| | | | | Based on https://github.com/sdroege/gst-player commit 9ce6ae0dbb8eeeefaf794cfae80e279a03cc598d
* Release 1.6.01.6.0Sebastian Dröge2015-09-251-4/+4
|
* Release 1.5.911.5.91Sebastian Dröge2015-09-181-4/+7
|
* win32: Add new h265 parser symbolsSebastian Dröge2015-08-241-0/+4
|
* Release 1.5.901.5.90Sebastian Dröge2015-08-191-8/+14
|
* Release 1.5.21.5.2Sebastian Dröge2015-06-241-4/+13
|
* codecparsers: jpeg: add new API to .def fileTim-Philipp Müller2015-06-211-0/+8
|
* Release 1.5.11.5.1Sebastian Dröge2015-06-071-22/+85
|
* win32: update defsEdward Hervey2015-04-281-0/+4
|
* Remove unported directdraw pluginTim-Philipp Müller2015-01-243-344/+0
| | | | | | | This API has been deprecated for eternities and microsoft stopped shipping the headers in 2010 accoding to wikipedia, so let's just remove it and focus on bringing the plugins based on the newer APIs up to snuff.
* Update .def for new APITim-Philipp Müller2014-10-291-0/+3
|
* Release 1.4.01.4.0Sebastian Dröge2014-07-191-4/+4
|
* Release 1.3.91Sebastian Dröge2014-07-111-4/+7
|