summaryrefslogtreecommitdiff
path: root/win32
AgeCommit message (Collapse)AuthorFilesLines
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
2013-06-05Release 1.1.1Sebastian Dröge1-2/+2
2012-10-25Back to feature developmentTim-Philipp Müller1-2/+2
2012-10-25Release 1.0.2Tim-Philipp Müller1-2/+2
2012-10-07Back to development (bug fixing)Tim-Philipp Müller1-2/+2
2012-10-07Release 1.0.1Tim-Philipp Müller1-2/+2
2012-09-24Back to development (bug fixing)Tim-Philipp Müller1-2/+2
2012-09-24Release 1.0.0Tim-Philipp Müller1-1/+1
2012-09-17Release 0.11.99Tim-Philipp Müller1-2/+2
2012-09-14rename some caps and elements in examplesWim Taymans1-2/+2
2012-09-14Release 0.11.94Tim-Philipp Müller1-2/+2
2012-08-08Back to developmentTim-Philipp Müller1-2/+2
2012-08-08win32: update for photography API changesTim-Philipp Müller2-13/+14
2012-06-08elements: Use gst_pad_set_caps() instead of manual event fiddlingSebastian Dröge1-2/+2
2012-06-07Release 0.11.92Sebastian Dröge1-2/+2
2012-06-05win32: Update config.hSebastian Dröge1-2/+2
2012-05-13Release 0.11.91Sebastian Dröge1-2/+2
2012-04-13Update for the removal of the interfaces library and the tuner/mixer interfacesSebastian Dröge1-2/+2
2012-04-12Release 0.11.90Sebastian Dröge1-2/+2
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2012-04-04gst: Update versioningSebastian Dröge1-1/+1
2012-03-28update for buffer changesWim Taymans1-2/+2
2012-03-22Release 0.11.2Wim Taymans1-2/+2
2012-02-18win32: back to developmentWim Taymans1-2/+2
2012-02-17RELEASE 0.11.1Wim Taymans1-2/+2
2010-12-06config: update configWim Taymans1-2/+2
2010-11-09win32: Adding photography interface .def fileThiago Santos1-0/+41
Adds check-exports to -bad to have photography interface .def file created Fixes #578629
2010-09-04Back to developmentTim-Philipp Müller1-2/+2
Temporarily disable -DGST_DISABLE_DEPRECATED for git builds until the code is updated for the GST_FLOW_IS_* macro deprecations.