summaryrefslogtreecommitdiff
path: root/win32
Commit message (Collapse)AuthorAgeFilesLines
* Release 1.6.11.6.1Sebastian Dröge2015-10-301-4/+4
|
* 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
|
* Release 1.3.901.3.90Sebastian Dröge2014-06-281-4/+4
|
* codecparsers: h264: fix memory leak in GstH264PPS.Gwenole Beauchesne2014-06-271-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>
* Release 1.3.31.3.3Sebastian Dröge2014-06-221-4/+7
|
* win32: update exports for changed h264 codec parser APITim-Philipp Müller2014-06-171-4/+4
|
* win32: update .def for new symbolsEdward Hervey2014-05-261-0/+1
|
* Release 1.3.21.3.2Sebastian Dröge2014-05-211-4/+4
|
* Release 1.3.11.3.1Sebastian Dröge2014-05-032-17/+79
|
* egl/eglglessink: remove since EGLImage and iOS support have been added in ↵Julien Isorce2014-04-151-3/+0
| | | | | | glimagesink https://bugzilla.gnome.org/show_bug.cgi?id=703343
* win32: add new codecparser API to .def fileTim-Philipp Müller2013-11-061-0/+18
|
* cdaudio: Remove cdaudio pluginReynaldo H. Verdejo Pinochet2013-11-011-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
* win32: update with the new file libgstcodecparsers.defSreerenj Balachandran2013-10-021-0/+64
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=708629
* Release 1.2.01.2.0Sebastian Dröge2013-09-241-4/+4
|
* Release 1.1.901.1.90Sebastian Dröge2013-09-191-78/+511
|
* Change how win32/common/config.h is updatedTim-Philipp Müller2013-09-022-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
* win32: update config.hTim-Philipp Müller2013-08-291-2/+2
|
* Release 1.1.41.1.4Sebastian Dröge2013-08-281-2/+2
|
* win32: updateTim-Philipp Müller2013-07-291-2/+2
|
* Release 1.1.31.1.3Sebastian Dröge2013-07-291-2/+2
|
* Update docs and win32 config.h to development versionTim-Philipp Müller2013-07-131-2/+2
|
* Release 1.1.2Sebastian Dröge2013-07-121-2/+2
| | | | Oops... should've been part of 1.1.2 tag already :(
* win32: back to feature developmentEdward Hervey2013-07-031-2/+2
|
* Release 1.1.11.1.1Sebastian Dröge2013-06-051-2/+2
|
* Back to feature developmentTim-Philipp Müller2012-10-251-2/+2
|
* Release 1.0.21.0.2Tim-Philipp Müller2012-10-251-2/+2
|
* Back to development (bug fixing)Tim-Philipp Müller2012-10-071-2/+2
|
* Release 1.0.11.0.1Tim-Philipp Müller2012-10-071-2/+2
|
* Back to development (bug fixing)Tim-Philipp Müller2012-09-241-2/+2
|
* Release 1.0.01.0.0Tim-Philipp Müller2012-09-241-1/+1
|
* Release 0.11.99RELEASE-0.11.99Tim-Philipp Müller2012-09-171-2/+2
|
* rename some caps and elements in examplesWim Taymans2012-09-141-2/+2
|
* Release 0.11.94RELEASE-0.11.94Tim-Philipp Müller2012-09-141-2/+2
|
* Back to developmentTim-Philipp Müller2012-08-081-2/+2
|
* win32: update for photography API changesTim-Philipp Müller2012-08-082-13/+14
|
* elements: Use gst_pad_set_caps() instead of manual event fiddlingSebastian Dröge2012-06-081-2/+2
|
* Release 0.11.92RELEASE-0.11.92Sebastian Dröge2012-06-071-2/+2
|
* win32: Update config.hSebastian Dröge2012-06-051-2/+2
|
* Release 0.11.91RELEASE-0.11.91Sebastian Dröge2012-05-131-2/+2
|