summaryrefslogtreecommitdiff
path: root/win32
AgeCommit message (Collapse)AuthorFilesLines
2016-04-28player: Add audio-video-offset property and setter/getter APIBarun Kumar Singh1-0/+2
https://bugzilla.gnome.org/show_bug.cgi?id=765315
2016-04-21win32: Add new API to .def fileSebastian Dröge1-0/+4
2016-04-10win32: update .def file for new gl apiTim-Philipp Müller1-0/+1
2016-03-25player: Add is_live flag to the GstPlayerMediaInfoSebastian Dröge1-0/+1
https://bugzilla.gnome.org/show_bug.cgi?id=763126
2016-03-24Release 1.8.0Sebastian Dröge1-7/+4
2016-03-15Release 1.7.91Sebastian Dröge1-4/+4
2016-03-01Release 1.7.90Sebastian Dröge1-4/+4
2016-02-28win32: update exports for new libgstgl functionTim-Philipp Müller1-0/+1
2016-02-22player: Expose more GstVideoOverlay API in the ↵Sebastian Dröge1-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.
2016-02-21win32: remove outdated build cruftTim-Philipp Müller12-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.
2016-02-19Release 1.7.2Sebastian Dröge1-22/+15
2016-02-09gl: update win32 .def fileMatthew Waters1-0/+1
2016-02-05gl: add .def file for msvc buildsMatthew Waters1-0/+344
Also internalize some API from being exported.
2016-01-04player: Remove gst_player_new() and make gst_player_new_full() the normal ↵Sebastian Dröge1-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.
2015-12-30win32: Update libgstcodecparsers.def with the new symbolsSebastian Dröge1-7/+4
2015-12-24Release 1.7.1Sebastian Dröge1-4/+25
2015-12-23player: Import GstPlayer playback convenience APISebastian Dröge1-0/+92
Based on https://github.com/sdroege/gst-player commit 9ce6ae0dbb8eeeefaf794cfae80e279a03cc598d
2015-09-25Release 1.6.0Sebastian Dröge1-4/+4
2015-09-18Release 1.5.91Sebastian Dröge1-4/+7
2015-08-24win32: Add new h265 parser symbolsSebastian Dröge1-0/+4
2015-08-19Release 1.5.90Sebastian Dröge1-8/+14
2015-06-24Release 1.5.2Sebastian Dröge1-4/+13
2015-06-21codecparsers: jpeg: add new API to .def fileTim-Philipp Müller1-0/+8
2015-06-07Release 1.5.1Sebastian Dröge1-22/+85
2015-04-28win32: update defsEdward Hervey1-0/+4
2015-01-24Remove unported directdraw pluginTim-Philipp Müller3-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.
2014-10-29Update .def for new APITim-Philipp Müller1-0/+3
2014-07-19Release 1.4.0Sebastian Dröge1-4/+4
2014-07-11Release 1.3.91Sebastian Dröge1-4/+7
2014-06-28Release 1.3.90Sebastian Dröge1-4/+4
2014-06-27codecparsers: h264: fix memory leak in GstH264PPS.Gwenole Beauchesne1-0/+1
The gst_h264_parse_pps() function dynamically allocates the slice group ids map array, so that needs to be cleared before parsing a new PPS NAL unit again, or when it is no longer needed. Likewise, a clean copy to the internal NAL parser state needs to be performed so that to avoid a double-free corruption. https://bugzilla.gnome.org/show_bug.cgi?id=707282 Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
2014-06-22Release 1.3.3Sebastian Dröge1-4/+7
2014-06-17win32: update exports for changed h264 codec parser APITim-Philipp Müller1-4/+4
2014-05-26win32: update .def for new symbolsEdward Hervey1-0/+1
2014-05-21Release 1.3.2Sebastian Dröge1-4/+4
2014-05-03Release 1.3.1Sebastian Dröge2-17/+79
2014-04-15egl/eglglessink: remove since EGLImage and iOS support have been added in ↵Julien Isorce1-3/+0
glimagesink https://bugzilla.gnome.org/show_bug.cgi?id=703343
2013-11-06win32: add new codecparser API to .def fileTim-Philipp Müller1-0/+18
2013-11-01cdaudio: Remove cdaudio pluginReynaldo H. Verdejo Pinochet1-8/+8
This element is being removed due to it been considered obsolete and the functionaily it provides no longer needed. Details on the decision can be found here: https://bugzilla.gnome.org/show_bug.cgi?id=711223 Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=711232
2013-10-02win32: update with the new file libgstcodecparsers.defSreerenj Balachandran1-0/+64
https://bugzilla.gnome.org/show_bug.cgi?id=708629
2013-09-24Release 1.2.0Sebastian Dröge1-4/+4
2013-09-19Release 1.1.90Sebastian Dröge1-78/+511
2013-09-02Change how win32/common/config.h is updatedTim-Philipp Müller2-224/+0
Generate win32/common/config.h-new directly from config.h.in, using shell variables in configure and some hard-coded information. Change top-level makefile so that 'make win32-update' copies the generated file to win32/common/config.h, which we keep in source control. It's kept in source control so that the git tree is buildable from VS. This change is similar to the one recently applied to GStreamer and gst-plugins-good. The previous config.h file in -bad was in pretty bad shape, so unlike core and base, I didn't attempt to leave it strictly the same, but fixed it as necessary. Needs testing I cannot do myself. https://bugzilla.gnome.org/show_bug.cgi?id=569015
2013-08-29win32: update config.hTim-Philipp Müller1-2/+2
2013-08-28Release 1.1.4Sebastian Dröge1-2/+2
2013-07-29win32: updateTim-Philipp Müller1-2/+2
2013-07-29Release 1.1.3Sebastian Dröge1-2/+2
2013-07-13Update docs and win32 config.h to development versionTim-Philipp Müller1-2/+2
2013-07-12Release 1.1.2Sebastian Dröge1-2/+2
Oops... should've been part of 1.1.2 tag already :(
2013-07-03win32: back to feature developmentEdward Hervey1-2/+2