Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-04-28 | player: Add audio-video-offset property and setter/getter API | Barun Kumar Singh | 1 | -0/+2 | |
https://bugzilla.gnome.org/show_bug.cgi?id=765315 | |||||
2016-04-21 | win32: Add new API to .def file | Sebastian Dröge | 1 | -0/+4 | |
2016-04-10 | win32: update .def file for new gl api | Tim-Philipp Müller | 1 | -0/+1 | |
2016-03-25 | player: Add is_live flag to the GstPlayerMediaInfo | Sebastian Dröge | 1 | -0/+1 | |
https://bugzilla.gnome.org/show_bug.cgi?id=763126 | |||||
2016-03-24 | Release 1.8.0 | Sebastian Dröge | 1 | -7/+4 | |
2016-03-15 | Release 1.7.91 | Sebastian Dröge | 1 | -4/+4 | |
2016-03-01 | Release 1.7.90 | Sebastian Dröge | 1 | -4/+4 | |
2016-02-28 | win32: update exports for new libgstgl function | Tim-Philipp Müller | 1 | -0/+1 | |
2016-02-22 | player: Expose more GstVideoOverlay API in the ↵ | Sebastian Dröge | 1 | -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-21 | win32: remove outdated build cruft | Tim-Philipp Müller | 12 | -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-19 | Release 1.7.2 | Sebastian Dröge | 1 | -22/+15 | |
2016-02-09 | gl: update win32 .def file | Matthew Waters | 1 | -0/+1 | |
2016-02-05 | gl: add .def file for msvc builds | Matthew Waters | 1 | -0/+344 | |
Also internalize some API from being exported. | |||||
2016-01-04 | player: Remove gst_player_new() and make gst_player_new_full() the normal ↵ | Sebastian Dröge | 1 | -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-30 | win32: Update libgstcodecparsers.def with the new symbols | Sebastian Dröge | 1 | -7/+4 | |
2015-12-24 | Release 1.7.1 | Sebastian Dröge | 1 | -4/+25 | |
2015-12-23 | player: Import GstPlayer playback convenience API | Sebastian Dröge | 1 | -0/+92 | |
Based on https://github.com/sdroege/gst-player commit 9ce6ae0dbb8eeeefaf794cfae80e279a03cc598d | |||||
2015-09-25 | Release 1.6.0 | Sebastian Dröge | 1 | -4/+4 | |
2015-09-18 | Release 1.5.91 | Sebastian Dröge | 1 | -4/+7 | |
2015-08-24 | win32: Add new h265 parser symbols | Sebastian Dröge | 1 | -0/+4 | |
2015-08-19 | Release 1.5.90 | Sebastian Dröge | 1 | -8/+14 | |
2015-06-24 | Release 1.5.2 | Sebastian Dröge | 1 | -4/+13 | |
2015-06-21 | codecparsers: jpeg: add new API to .def file | Tim-Philipp Müller | 1 | -0/+8 | |
2015-06-07 | Release 1.5.1 | Sebastian Dröge | 1 | -22/+85 | |
2015-04-28 | win32: update defs | Edward Hervey | 1 | -0/+4 | |
2015-01-24 | Remove unported directdraw plugin | Tim-Philipp Müller | 3 | -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-29 | Update .def for new API | Tim-Philipp Müller | 1 | -0/+3 | |
2014-07-19 | Release 1.4.0 | Sebastian Dröge | 1 | -4/+4 | |
2014-07-11 | Release 1.3.91 | Sebastian Dröge | 1 | -4/+7 | |
2014-06-28 | Release 1.3.90 | Sebastian Dröge | 1 | -4/+4 | |
2014-06-27 | codecparsers: h264: fix memory leak in GstH264PPS. | Gwenole Beauchesne | 1 | -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-22 | Release 1.3.3 | Sebastian Dröge | 1 | -4/+7 | |
2014-06-17 | win32: update exports for changed h264 codec parser API | Tim-Philipp Müller | 1 | -4/+4 | |
2014-05-26 | win32: update .def for new symbols | Edward Hervey | 1 | -0/+1 | |
2014-05-21 | Release 1.3.2 | Sebastian Dröge | 1 | -4/+4 | |
2014-05-03 | Release 1.3.1 | Sebastian Dröge | 2 | -17/+79 | |
2014-04-15 | egl/eglglessink: remove since EGLImage and iOS support have been added in ↵ | Julien Isorce | 1 | -3/+0 | |
glimagesink https://bugzilla.gnome.org/show_bug.cgi?id=703343 | |||||
2013-11-06 | win32: add new codecparser API to .def file | Tim-Philipp Müller | 1 | -0/+18 | |
2013-11-01 | cdaudio: Remove cdaudio plugin | Reynaldo H. Verdejo Pinochet | 1 | -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-02 | win32: update with the new file libgstcodecparsers.def | Sreerenj Balachandran | 1 | -0/+64 | |
https://bugzilla.gnome.org/show_bug.cgi?id=708629 | |||||
2013-09-24 | Release 1.2.0 | Sebastian Dröge | 1 | -4/+4 | |
2013-09-19 | Release 1.1.90 | Sebastian Dröge | 1 | -78/+511 | |
2013-09-02 | Change how win32/common/config.h is updated | Tim-Philipp Müller | 2 | -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-29 | win32: update config.h | Tim-Philipp Müller | 1 | -2/+2 | |
2013-08-28 | Release 1.1.4 | Sebastian Dröge | 1 | -2/+2 | |
2013-07-29 | win32: update | Tim-Philipp Müller | 1 | -2/+2 | |
2013-07-29 | Release 1.1.3 | Sebastian Dröge | 1 | -2/+2 | |
2013-07-13 | Update docs and win32 config.h to development version | Tim-Philipp Müller | 1 | -2/+2 | |
2013-07-12 | Release 1.1.2 | Sebastian Dröge | 1 | -2/+2 | |
Oops... should've been part of 1.1.2 tag already :( | |||||
2013-07-03 | win32: back to feature development | Edward Hervey | 1 | -2/+2 | |