summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Release 1.7.911.7.91Sebastian Dröge2016-03-1571-71/+72
|
* docs: add new GL api to .types file for type/signal introspectionMatthew Waters2016-03-061-0/+3
|
* docs: ignore some private GL headersMatthew Waters2016-03-061-1/+3
|
* docs/gl: add gl functions/structs from -unused into the docsMatthew Waters2016-03-062-43/+289
|
* Release 1.7.901.7.90Sebastian Dröge2016-03-0171-94/+71
|
* opus: remove Opus encoder/decoder, moved to -baseTim-Philipp Müller2016-02-263-119/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=756282
* opus: remove Opus RTP elements, they have moved to -goodTim-Philipp Müller2016-02-254-76/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=756282
* docs: Add audiointerleaveSebastian Dröge2016-02-232-0/+15
|
* player: Expose more GstVideoOverlay API in the ↵Sebastian Dröge2016-02-221-0/+5
| | | | | | | GstPlayerVideoOverlayVideoRenderer Expose the expose() and set_render_rectangle() methods. These are useful for proper functioning of the video overlay in various situations and toolkits.
* Release 1.7.21.7.2Sebastian Dröge2016-02-1975-109/+429
|
* mpg123: move plugin from -bad to -uglyTim-Philipp Müller2016-02-163-49/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=719849
* Remove gsettings plugin which was never portedTim-Philipp Müller2016-01-312-16/+0
| | | | | | | 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.
* androidcamera: Add element documentationYouness Alaoui2016-01-211-0/+28
|
* player: Remove gst_player_new() and make gst_player_new_full() the normal ↵Sebastian Dröge2016-01-041-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.
* Release 1.7.11.7.1Sebastian Dröge2015-12-2475-151/+151
|
* player: Integrate into the documentation build systemSebastian Dröge2015-12-234-1/+273
|
* docs: update to gitSebastian Dröge2015-12-168-40/+145
|
* glmemory: base classify and add the pbo memory on topMatthew Waters2015-12-141-0/+1
| | | | | | | | | | 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.
* gl: add a GL buffer based GstMemoryMatthew Waters2015-12-141-1/+1
| | | | | | 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.
* gluploadmeta; remove convenience helper APIMatthew Waters2015-12-143-22/+0
| | | | | It was not really useful as if one knows about libgstgl, one can just use GLMemory objects directly.
* gldownload: remove helper api from the libraryMatthew Waters2015-12-143-22/+0
| | | | | It was never used by anyone and is not needed anymore with the element and GstGLMemory's transparent support for downloading textures.
* hls: rename plugin from fragmented to hlsTim-Philipp Müller2015-12-011-5/+5
|
* gl: be consistent in gobject boilerpateMatthew Waters2015-10-191-28/+28
| | | | | | GST_GL_IS_* vs GST_IS_GL_* git grep -l 'GST_GL_IS_' | xargs sed -i 's/GST_GL_IS_/GST_IS_GL_/g'
* docs: update to gitTim-Philipp Müller2015-10-1277-160/+222
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=756424
* liveadder: Remove plugin, replace by compat subclass of audiomixerOlivier Crête2015-10-114-44/+1
| | | | | | | | | 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.
* audiovisualizers: merge audiovisualizer base classesLuis de Bethencourt2015-10-011-1/+0
| | | | | | These plugins now use the audiovisualizer base class in pbutils https://bugzilla.gnome.org/show_bug.cgi?id=742875
* glupload: remove useless release_bufferMatthew Waters2015-09-301-1/+0
| | | | | It's a leftover from when we weren't outputting GstBuffer's and returning raw texture id's.
* glwindow: remove unused draw_unlocked functionMatthew Waters2015-09-281-1/+0
| | | | | The functionality is provided by draw anyway and is leftover from X11's specific threading requirements that no longer apply.
* Release 1.6.01.6.0Sebastian Dröge2015-09-2574-74/+73
|
* Release 1.5.911.5.91Sebastian Dröge2015-09-1876-88/+109
|
* Release 1.5.901.5.90Sebastian Dröge2015-08-1976-99/+134
|
* Release 1.5.21.5.2Sebastian Dröge2015-06-2479-91/+824
|
* docs: add new JPEG codecparser API to the docsTim-Philipp Müller2015-06-212-0/+37
| | | | And sprinkle some more Since markers
* glmemory: implement on top of glbasebufferMatthew Waters2015-06-121-6/+0
| | | | | | Provides convenient access to PBO usage. Currently texture updates are coupled tightly to data transfers.
* docs: remove variables that we define in the snippet from commonStefan Sauer2015-06-072-6/+0
| | | | This is syncing our Makefile.am with upstream gtkdoc.
* docs: only add the libs that we actually document right nowStefan Sauer2015-06-071-7/+1
| | | | | 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.
* docs: remove duplicated entry from types fileStefan Sauer2015-06-071-1/+1
|
* Release 1.5.11.5.1Sebastian Dröge2015-06-0767-227/+459
|
* Add adaptivedemux, badvideo and badbase to the link-list for the docscannerРуслан Ижбулатов2015-04-151-0/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=747697
* gl/docs: add missing functions/objectsMatthew Waters2015-03-153-12/+105
|
* docs: update plugin docsTim-Philipp Müller2015-03-149-30/+336
|
* docs: updateTim-Philipp Müller2015-02-218-356/+576
|
* docs: add opus elements to documentationTim-Philipp Müller2015-02-212-0/+71
|
* aggregator: add gst_aggregator_pad_drop_buffer()Tim-Philipp Müller2015-02-131-0/+2
| | | | | | 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).
* Remove unported directdraw pluginTim-Philipp Müller2015-01-242-20/+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.
* Remove real plugin which is no longer needed and has never been portedTim-Philipp Müller2015-01-181-200/+0
| | | | | Decoders for these formats exist in gst-libav, if anyone still has a need for them.
* Remove libgmyth-based MythTV source element which was never portedTim-Philipp Müller2015-01-183-91/+0
| | | | | | | | 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.
* docs: add new bs2b plugin and elementStefan Sauer2015-01-155-20/+408
|
* gl: split glcolorconvert usage from gluploadMatthew Waters2015-01-141-1/+1
| | | | | the separation allows the transfer operation to occur in a separate thread/time which may increase performance in specific circumstances.
* gldisplay: implement runtime GL api filteringMatthew Waters2014-11-281-0/+2
| | | | | Needed so that the pipeline/application can limit the choice of GL api to what it supports