summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2016-06-09Release 1.8.2gst-plugins-bad-1.8.2Sebastian Dröge
2016-04-20Release 1.8.1gst-plugins-bad-1.8.1Sebastian Dröge
2016-03-24Release 1.8.0gst-plugins-bad-1.8.0Sebastian Dröge
2016-03-15Release 1.7.91gst-plugins-bad-1.7.91Sebastian Dröge
2016-03-06docs: add new GL api to .types file for type/signal introspectionMatthew Waters
2016-03-06docs: ignore some private GL headersMatthew Waters
2016-03-06docs/gl: add gl functions/structs from -unused into the docsMatthew Waters
2016-03-01Release 1.7.90gst-plugins-bad-1.7.90Sebastian Dröge
2016-02-26opus: remove Opus encoder/decoder, moved to -baseTim-Philipp Müller
https://bugzilla.gnome.org/show_bug.cgi?id=756282
2016-02-25opus: remove Opus RTP elements, they have moved to -goodTim-Philipp Müller
https://bugzilla.gnome.org/show_bug.cgi?id=756282
2016-02-23docs: Add audiointerleaveSebastian Dröge
2016-02-22player: Expose more GstVideoOverlay API in the ↵Sebastian Dröge
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-19Release 1.7.2gst-plugins-bad-1.7.2Sebastian Dröge
2016-02-16mpg123: move plugin from -bad to -uglyTim-Philipp Müller
https://bugzilla.gnome.org/show_bug.cgi?id=719849
2016-01-31Remove gsettings plugin which was never portedTim-Philipp Müller
Don't think we need this any longer or want to support it, and clearly no one has been missing it all these years either, so let's just get rid of it.
2016-01-21androidcamera: Add element documentationYouness Alaoui
2016-01-04player: Remove gst_player_new() and make gst_player_new_full() the normal ↵Sebastian Dröge
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-24Release 1.7.1gst-plugins-bad-1.7.1Sebastian Dröge
2015-12-23player: Integrate into the documentation build systemSebastian Dröge
2015-12-16docs: update to gitSebastian Dröge
2015-12-14glmemory: base classify and add the pbo memory on topMatthew Waters
The base class is useful for having multiple backing memory types other than the default. e.g. IOSurface, EGLImage, dmabuf? The PBO transfer logic is now inside GstGLMemoryPBO which uses GstGLBuffer to manage the PBO memory. This also moves the format utility functions into their own file.
2015-12-14gl: add a GL buffer based GstMemoryMatthew Waters
Heavily based on GstGLBaseBuffer that is a subclass of GstGLBaseMemory. Provides GPU and CPU accessible GL buffer objects by GL handle or by sysmem data pointer.
2015-12-14gluploadmeta; remove convenience helper APIMatthew Waters
It was not really useful as if one knows about libgstgl, one can just use GLMemory objects directly.
2015-12-14gldownload: remove helper api from the libraryMatthew Waters
It was never used by anyone and is not needed anymore with the element and GstGLMemory's transparent support for downloading textures.
2015-12-01hls: rename plugin from fragmented to hlsTim-Philipp Müller
2015-10-19gl: be consistent in gobject boilerpateMatthew Waters
GST_GL_IS_* vs GST_IS_GL_* git grep -l 'GST_GL_IS_' | xargs sed -i 's/GST_GL_IS_/GST_IS_GL_/g'
2015-10-12docs: update to gitTim-Philipp Müller
https://bugzilla.gnome.org/show_bug.cgi?id=756424
2015-10-11liveadder: Remove plugin, replace by compat subclass of audiomixerOlivier Crête
New subclass with a similar behaviour as the old liveadder, but a slightly different API as the latency is in nanoseconds, not milliseconds. Also, the new liveadder has a effective latency that is latency + output-buffer-duration. In practice, just setting a non-zero latency with the new audiomixer gives you the right behavior in 99% of the cases.
2015-10-01audiovisualizers: merge audiovisualizer base classesLuis de Bethencourt
These plugins now use the audiovisualizer base class in pbutils https://bugzilla.gnome.org/show_bug.cgi?id=742875
2015-09-30glupload: remove useless release_bufferMatthew Waters
It's a leftover from when we weren't outputting GstBuffer's and returning raw texture id's.
2015-09-28glwindow: remove unused draw_unlocked functionMatthew Waters
The functionality is provided by draw anyway and is leftover from X11's specific threading requirements that no longer apply.
2015-09-25Release 1.6.0gst-plugins-bad-1.6.0Sebastian Dröge
2015-09-18Release 1.5.91gst-plugins-bad-1.5.91Sebastian Dröge
2015-08-19Release 1.5.90gst-plugins-bad-1.5.90Sebastian Dröge
2015-06-24Release 1.5.2gst-plugins-bad-1.5.2Sebastian Dröge
2015-06-21docs: add new JPEG codecparser API to the docsTim-Philipp Müller
And sprinkle some more Since markers
2015-06-12glmemory: implement on top of glbasebufferMatthew Waters
Provides convenient access to PBO usage. Currently texture updates are coupled tightly to data transfers.
2015-06-07docs: remove variables that we define in the snippet from commonStefan Sauer
This is syncing our Makefile.am with upstream gtkdoc.
2015-06-07docs: only add the libs that we actually document right nowStefan Sauer
Keep the libs in alphabetical order unless a specific link order is required. Also remove the -L directives as we specify the direct path to the .la files.
2015-06-07docs: remove duplicated entry from types fileStefan Sauer
2015-06-07Release 1.5.1gst-plugins-bad-1.5.1Sebastian Dröge
2015-04-15Add adaptivedemux, badvideo and badbase to the link-list for the docscannerРуслан Ижбулатов
https://bugzilla.gnome.org/show_bug.cgi?id=747697
2015-03-15gl/docs: add missing functions/objectsMatthew Waters
2015-03-14docs: update plugin docsTim-Philipp Müller
2015-02-21docs: updateTim-Philipp Müller
2015-02-21docs: add opus elements to documentationTim-Philipp Müller
2015-02-13aggregator: add gst_aggregator_pad_drop_buffer()Tim-Philipp Müller
steal_buffer() + unref seems to be a wide-spread idiom (which perhaps indicates that something is not quite right with the way aggregator pad works currently).
2015-01-24Remove unported directdraw pluginTim-Philipp Müller
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.
2015-01-18Remove real plugin which is no longer needed and has never been portedTim-Philipp Müller
Decoders for these formats exist in gst-libav, if anyone still has a need for them.
2015-01-18Remove libgmyth-based MythTV source element which was never portedTim-Philipp Müller
gmyth seems to be unmaintained upstream, and no one has asked for this to be ported for a very long time, so let's just remove it. Neither debian nor Fedora seem to ship libgmyth any longer, and in any case it's most likely deprecated by the UPnP support in MythTV.