summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Release 1.11.901.11.90Sebastian Dröge2017-04-07113-132/+167
|
* gl/format: use our own GL format enum's instead of gstvideo'sMatthew Waters2017-03-131-5/+3
| | | | They can describe in more detail (such as component sizes) the requested format.
* Add old plugins names to cruft listNicolas Dufresne2017-03-123-9/+9
| | | | | | | This helps fixing uninstalled setup. Also fixes some path in plugin xml files. https://bugzilla.gnome.org/show_bug.cgi?id=779344
* Fix doc generationNicolas Dufresne2017-03-081-1/+1
| | | | | | | | This regression was caused by the renaming of plugin-sdp into plugin-sdpelem. The doc reference needed an update. Also, add the old xml to the cruft file list. https://bugzilla.gnome.org/show_bug.cgi?id=779344
* Rename plugin filesnames to match plugin namesNicolas Dufresne2017-03-082-3/+46
| | | | | | | | | | | | - libgstgtksink.so -> libgstgtk.so - libgstteletextdec.so -> libgstteletex.so - libgstcamerabin2.so -> libgstcamerabin.so - libgstonvif.so -> libgstrtponvif.so (meson only) - sdp -> sdpelem (avoid clash with libgstsdp) - gstsiren -> siren - libgstkmssink.so -> libgstkms.so https://bugzilla.gnome.org/show_bug.cgi?id=779344
* Update Edgard Lima's emailEdgard Lima2017-02-271-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=779230
* Release 1.11.21.11.2Sebastian Dröge2017-02-24115-114/+459
|
* audiomixmatrix: New element that mixes audio channelsVivia Nikolaidou2017-02-231-0/+16
| | | | | | | | | | This element transforms a given number of input channels into a given number of output channels according to a given transformation matrix. The matrix coefficients must be between -1 and 1. In the auto mode, input/output channels are automatically negotiated and the transformation matrix is a truncated or zero-padded identity matrix. https://bugzilla.gnome.org/show_bug.cgi?id=777376
* fdk-aac: fix version numberStefan Sauer2017-01-201-0/+0
| | | | As pointed out on irc, the version was menat to be 0.1.4.
* player: Add support for selecting a specific video sinkLyon Wang2017-01-171-0/+1
| | | | | | | | - Add overlay video renderer "video-sink" property, so that can be set - In create_video_sink, it returns video sink instead of always NULL - Add new renderer_new_with_sink() API to set video sink https://bugzilla.gnome.org/show_bug.cgi?id=776490
* player: Add get video snapshot APILyon Wang2017-01-171-0/+3
| | | | | | | Add get video snapshot API: gst_player_get_video_snapshot() https://bugzilla.gnome.org/show_bug.cgi?id=773709
* glutils: document functionsMatthew Waters2017-01-131-1/+1
|
* glutils: privatise matrix multiplication/videoaffinetransformation retrievalMatthew Waters2017-01-131-2/+0
|
* gl/utils: also take care of the local GL context in query functionsMatthew Waters2017-01-131-1/+0
| | | | | Simplifies a deduplicates a lot of code in elements retrieving/setting the local OpenGL context.
* glutils: remove trivial helper functionMatthew Waters2017-01-131-1/+0
| | | | | gst_gl_caps_replace_all_caps_features() is only used in two places and can be trivially reproduced.
* gl/docs: add symbols from -unused.txtMatthew Waters2017-01-131-1/+50
|
* gl/docs: some type fixes of type namesMatthew Waters2017-01-131-5/+5
|
* Release 1.11.11.11.1Sebastian Dröge2017-01-12114-208/+242
|
* gl: add necessary get_type() functions for allocation params structuresMatthew Waters2017-01-101-2/+5
| | | | All using the existing GstGLAllocationParams infrastructure
* gl/docs/sections.txt: remove non-existant symbolsMatthew Waters2017-01-101-6/+0
|
* player: Move audio/video/subtitle stream list getters into the correct namespaceSebastian Dröge2016-12-211-4/+5
|
* player: Add get track number media info APILyon Wang2016-12-211-0/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=773570
* Remove various unported pluginsSebastian Dröge2016-12-213-157/+1
| | | | | | | | If they were not ported after 4+ years it seems unlikely that anybody is ever going to need them again. They're still in the GIT history if needed. https://bugzilla.gnome.org/show_bug.cgi?id=774530
* docs: add aggregator _get_type functions for signals + propertiesTim-Philipp Müller2016-11-302-0/+15
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=775379
* dataurisrc: remove plugin, moved to coreTim-Philipp Müller2016-11-287-59/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=774527
* mimic: remove ancient codecTim-Philipp Müller2016-11-233-58/+0
| | | | | | | | This was used by MSN messenger in prehistoric times, it's safe to say no one needs or wants this any more these days. For decoding old recordings there's still a decoder in ffmpeg. https://bugzilla.gnome.org/show_bug.cgi?id=597616
* Adds a new Image Quality Assessment plugin.Mathieu Duponchelle2016-11-173-0/+14
| | | | | | | | | | | | It only offers one metric for now, "dssim", available if https://github.com/pornel/dssim was installed on the system at the time the plugin was compiled. The spearman correlation for dssim against the TID2008 dataset is 0.81, against 0.70 for the old ssim implementation, and it runs 15 times faster. https://bugzilla.gnome.org/show_bug.cgi?id=751324
* display/egl: implement getting the EGLDisplay of a specific platformMatthew Waters2016-11-171-0/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=774518
* gldisplay: add a list of glwindow'sMatthew Waters2016-11-081-0/+3
| | | | | With the event thread on the display, for a particular winsys event we need to be able to retreive the window that the event matches.
* gl: GST_GL_TYPE -> GST_TYPE_GLMatthew Waters2016-11-031-16/+16
| | | | Some deprecated symbols are kept for backwards compatibility
* gl/docs: massive updateMatthew Waters2016-11-032-12/+23
| | | | | | | | | - add Since: markers where necessary. - document structs - add documentation headers for each module (short_description, see_also, etc) - reduce the number of warnings gtk-doc outputs - fix spelling mistakes
* gl/docs: update lists of included symbolsMatthew Waters2016-11-033-41/+238
| | | | | | in the sections and types files. Also remove some unneeded types from the documentation as they aren't exposed as public API
* ttml: Add plugin that supports TTML subtitlesChris Bass2016-11-013-0/+83
| | | | | | | Add a parser (ttmlparse) and renderer (ttmlrender) element that handle subtitles that use the EBU-TT-D profile of TTML1. https://bugzilla.gnome.org/show_bug.cgi?id=758232
* player: Add configuration for enabling accurate seeksLyon Wang2016-11-011-0/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=773521
* Release 1.10.01.10.0Sebastian Dröge2016-11-01117-116/+125
|
* Release 1.9.901.9.90Sebastian Dröge2016-09-30114-114/+114
|
* Release 1.9.21.9.2Sebastian Dröge2016-09-01117-131/+470
|
* docs: Expose the opengl plugin and element docsJan Schmidt2016-08-261-0/+47
|
* docs: Update rawparser documentationCarlos Rafael Giani2016-07-263-5/+137
| | | | | | Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> https://bugzilla.gnome.org/show_bug.cgi?id=767011
* player: move 'position-update-interval' setting to the config structGuillaume Desmottes2016-07-251-3/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=769144
* player: add API to change http user agentGuillaume Desmottes2016-07-251-0/+7
| | | | | | Introducing a new 'config' API similar to GstBufferPoolConfig. https://bugzilla.gnome.org/show_bug.cgi?id=765314
* Release 1.9.11.9.1Sebastian Dröge2016-07-06115-3059/+499
|
* kmssink: add a plane-id propertyJavier Martinez Canillas2016-06-301-0/+10
| | | | | | | | | | | | | | | Without setting the DRM_CLIENT_CAP_UNIVERSAL_PLANES capability bit, only overlay planes are made available for compatibility with legacy clients. But if a CRTC doesn't have an overlay plane associated, then kmssink is not able to find a plane for the CRTC and the pipeline will fail, i.e: ERROR kmssink gstkmssink.c:482:gst_kms_sink_start:<kmssink0> Could not find a plane for crtc This patch adds a plane-id property to the kmssink element so a specific plane can be used in case that a CRTC has only a primary plane associated. https://bugzilla.gnome.org/show_bug.cgi?id=768183
* doc: Automatic updateNicolas Dufresne2016-06-2161-525/+12174
| | | | | | | This is an automatic update with manual merges of running "make update" in the doc/plugins directory. This should help later maintenance of the plugins doc. A lot of plugin are not referenced yet in the doc. Will come later.
* doc: Add .cpp files to doc parserNicolas Dufresne2016-06-211-2/+3
| | | | Also, complete the list of directory that need to be visited.
* docs: fix for renamed dc1394 source fileTim-Philipp Müller2016-06-091-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=763026
* jpeg2000parse: Add JPEG2000 parser elementAaron Boxer2016-06-072-0/+22
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=766236
* videoaggregator: canonicalise function namesTim-Philipp Müller2016-05-161-2/+2
| | | | | | Had to be done at some point: gst_videoaggregator_* -> gst_video_aggregator_* Also fix up some function names with typos.
* docs: Update for git masterSebastian Dröge2016-05-1575-163/+293
|
* glbasememory: take a pointer as the wrapped gpu handleMatthew Waters2016-05-041-0/+1
| | | | | Allows passing arbitrary data to wrap the the specific memory implementation which is required for some memory implementations.