summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Release 1.8.01.8.0Sebastian Dröge2016-03-2427-27/+27
|
* Release 1.7.911.7.91Sebastian Dröge2016-03-1527-27/+27
|
* Release 1.7.901.7.90Sebastian Dröge2016-03-0128-28/+29
|
* docs: add Opus to docsTim-Philipp Müller2016-02-266-2/+238
|
* Release 1.7.21.7.2Sebastian Dröge2016-02-1930-27/+40
|
* docs: fix up for GstAudioChannelMix rename as wellTim-Philipp Müller2016-01-081-6/+7
|
* docs: add new audio APITim-Philipp Müller2016-01-052-1/+47
|
* sdp: add helper fuctions from/to sdp from/to capsHyunjun Ko2015-12-311-0/+7
| | | | | | | | | | | | | | | <gstsdpmessage.h> GstCaps* gst_sdp_media_get_caps_from_media (const GstSDPMedia *media, gint pt); GstSDPResult gst_sdp_media_set_media_from_caps (const GstCaps* caps, GstSDPMedia *media); gchar * gst_sdp_make_keymgmt (const gchar *uri, const gchar *base64); GstSDPResult gst_sdp_message_attributes_to_caps (GstSDPMessage *msg, GstCaps *caps); GstSDPResult gst_sdp_media_attributes_to_caps (GstSDPMedia *media, GstCaps *caps); <gstmikey.h> GstMIKEYMessage * gst_mikey_message_new_from_caps (GstCaps *caps); gchar * gst_mikey_message_base64_encode (GstMIKEYMessage* msg); https://bugzilla.gnome.org/show_bug.cgi?id=745880
* Release 1.7.11.7.1Sebastian Dröge2015-12-2426-52/+52
|
* docs: update to gitSebastian Dröge2015-12-1628-61/+90
|
* rtspconnection: Support authentication during tunneling setupEvan Callaway2015-12-141-0/+1
| | | | | | | | | | | | | | | gst_rtsp_connection_connect_with_response accepts a response pointer which it fills with the response from setup_tunneling if the connection is configured to be tunneled. The motivation for this is to allow the caller to inspect the response header to determine if additional authentication is required so that the connection can be retried with the appropriate authentication headers. The function prototype of gst_rtsp_connection_connect has been preserved for compatability with existing code and wraps gst_rtsp_connection_connect_with_response. https://bugzilla.gnome.org/show_bug.cgi?id=749596
* videometa: add GstVideoAffineTransformationMetaMatthew Waters2015-11-112-0/+13
| | | | | | | | | Adds a simple 4x4 affine transformations meta for passing arbitrary transformations on buffers. Based on patch by Matthieu Bouron https://bugzilla.gnome.org/show_bug.cgi?id=731791
* audio-converter: move audio converter to audio libsWim Taymans2015-11-061-1/+0
| | | | Move the audio-converter helper to the audio library.
* codec-utils: Add utilities for Opus caps and the OpusHead headerSebastian Dröge2015-11-031-0/+6
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=757152
* audio: Add GstAudioClippingMeta for specifying clipping on encoded audio buffersSebastian Dröge2015-11-031-4/+9
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=757153
* docs: add alsamidisrc to docsStefan Sauer2015-10-015-2/+44
|
* Release 1.6.01.6.0Sebastian Dröge2015-09-2526-26/+26
|
* Release 1.5.911.5.91Sebastian Dröge2015-09-1826-26/+26
|
* audiobasesink: Fix incorrect/missing custom slaving method documentationCarlos Rafael Giani2015-08-281-0/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=754199
* Release 1.5.901.5.90Sebastian Dröge2015-08-1927-35/+45
|
* x/xv_image_sink: rename for consitencyStefan Sauer2015-07-061-12/+12
| | | | | Insert '_' to match the CamelCase. This is needed so that the plugin docs can guess the names from the type name.
* docs: update master doc for pluginsStefan Sauer2015-07-061-7/+15
|
* docs: Add new symbols to the docs and .def filesSebastian Dröge2015-07-061-0/+4
|
* docs: order and canonicalize the -sections.txt fileStefan Sauer2015-07-031-261/+384
| | | | | | Have all sections in alphabetical order. Also make the macro order consistent. This is a preparation for generating the file. Remove GET_CLASS macro for some elements, since it is not used and the header is not installed.
* Release 1.5.21.5.2Sebastian Dröge2015-06-2427-26/+46
|
* Add gst_video_multiview_guess_half_aspect() to the docsJan Schmidt2015-06-191-0/+1
|
* video: Add multiview/stereo supportJan Schmidt2015-06-111-0/+23
| | | | | | | | | | | | Add flags and enums to support multiview signalling in GstVideoInfo and GstVideoFrame, and the caps serialisation and deserialisation. videoencoder: Copy multiview settings from reference input state Add gst_video_multiview_* support API and GstVideoMultiviewMeta meta https://bugzilla.gnome.org/show_bug.cgi?id=611157
* GstRTSPConnection: Add GTlsInteraction supportXavier Claessens2015-06-091-0/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=750471
* 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.
* Release 1.5.11.5.1Sebastian Dröge2015-06-0729-69/+187
|
* rtcpbuffer: Improve documentation of new functions a bitSebastian Dröge2015-06-051-0/+2
| | | | Also actually add them to the documentation.
* encodebin: Add a way to enable/disabled a GstEncodingProfileThibault Saunier2015-06-011-0/+2
| | | | | | | | | | | | Summary: So that the user can easily use the same encoding profile to render with/without audio/video stream. API: gst_encoding_profile_is_disabled gst_encoding_pofile_set_enabled https://bugzilla.gnome.org/show_bug.cgi?id=749056
* part-stereo-multiview-video: Add a section of open design questionsJan Schmidt2015-05-301-8/+111
|
* discoverer: Add serialization methods.Mathieu Duponchelle2015-05-191-0/+3
| | | | | | | | | | | | [API] gst_discoverer_info_to_variant [API] gst_discoverer_info_from_variant [API] GstDiscovererSerializeFlags + Serializes as a GVariant + Adds a test + Does not serialize potential GstToc (s) https://bugzilla.gnome.org/show_bug.cgi?id=748814
* docs: a random set of trivial fixes for the library docsStefan Sauer2015-05-181-3/+36
| | | | Warnings down to 35, unused symbols doen to 112.
* docs: add fdmemory to docsStefan Sauer2015-05-182-0/+25
|
* docs: a random set of trivial fixes for the library docsStefan Sauer2015-05-181-10/+1
| | | | | | All those where super straight forward from the warnings gtkdoc prints. It kind of makes sense to apply them before the list of warnings is >100 and people complain that gtkdoc is noisy.
* mikey: fix a bunch of doc warningsStefan Sauer2015-05-181-5/+17
| | | | | Rename header/source mismatch of parameters. Update the exposed API in sections.txt.
* video: add NV61 format supportAurélien Zanelli2015-05-041-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=746466
* docs: add new video API to docsTim-Philipp Müller2015-05-041-0/+3
|
* doc: Add gst_video_encoder_get_allocator() to docNicolas Dufresne2015-04-031-0/+1
|
* tcp: Add element socketsrcWilliam Manley2015-03-134-0/+31
| | | | | | | | | | | | | | | | `socketsrc` can be considered a source counterpart to `multisocketsink`. It can be considered a generalization of `tcpclientsrc` and `tcpserversrc`: it contains all the logic required to communicate over the socket but none of the logic for creating the sockets/establishing the connection in the first place, allowing the user to accomplish this externally in whatever manner they wish making it applicable to other types of sockets besides TCP. This commit essentially copies the implementation directly from tcpserversrc. Later patches will tidy the implementation up and re-implement `tcpclientsrc` and `tcpserversrc` in terms of `socketsrc`. See https://bugzilla.gnome.org/show_bug.cgi?id=739546
* docs: Add new video functions and objects. Cleanup a little.Jan Schmidt2015-03-132-11/+80
| | | | | | Add GstVideoChroma, GstVideoDither, GstVideoScaler and friends to the docs. Remove and clean up a few obsolete/deleted refs and typos
* install-plugins: add new API to exports .def and to docsTim-Philipp Müller2015-02-131-0/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=744465
* rtspmessage: add API to add and get custom headersTim-Philipp Müller2015-02-091-0/+4
| | | | | | | | | | | | | | Add API to add and get custom headers that are not covered by our header fields enum. This is backwards compatible in that it will also work for our defined fields, so if we ever add a new header field to the enum, get_header_by_name() for the same header string will still work. API: gst_rtsp_message_add_header_by_name() API: gst_rtsp_message_take_header_by_name() API: gst_rtsp_message_remove_header_by_name() API: gst_rtsp_message_get_header_by_name()
* encodebin: Add a way to disable caps renegotiation for output stream formatThibault Saunier2014-11-281-0/+2
| | | | | | | | | | | | | | In some cases, the user might want the stream outputted by encodebin to be in the exact same format during all the stream. We should let the user specify when this is the case. This commit add some API in the GstEncodingProfile to determine whether the format can be renegotiated after the encoding started or not. API: gst_encoding_profile_set_allow_dynamic_output gst_encoding_profile_get_allow_dynamic_output https://bugzilla.gnome.org/show_bug.cgi?id=740214
* docs: update to gitTim-Philipp Müller2014-11-1529-58/+65
|
* defs: update defs and docsWim Taymans2014-11-111-3/+6
|
* video: add video blend helper functions to docsTim-Philipp Müller2014-11-011-0/+5
| | | | | I don't think those were ever meant to be made public, but they are, so we might as well document them.
* design: Add a proposal for handling stereoscopic 3D and multiviewJan Schmidt2014-10-021-0/+175
|