summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2015-06-12Convert gst-plugins-base to stand-alone gst-plugins-xvbo packageRussell King
We want to be a stand-alone package to support the xvboimagesink plugin, so we don't want to replicate most of gst-plugins-base code here. Delete mode of it, and rename ourselves appropriately. Signed-off-by: Russell King <rmk@arm.linux.org.uk>
2010-02-16docs: cleanup library docsStefan Kost
Correct name of included files. Remove files that are not used anymore. Add many new api entries to their sections.
2010-02-10Release 0.10.26Tim-Philipp Müller
2010-01-14docs: fix out-of-source buildMark Nauwelaerts
2009-12-22rtcpbuffer: add helper functions for SDES typesWim Taymans
Add functions to convert SDES names to their types and back. Will be used later to set SDES items using a GstStructure. See #595265
2009-12-15audiorate: add documentationMark Nauwelaerts
2009-12-12tag: add some utility functions for language codes and tagsTim-Philipp Müller
Add some utility functions for language tags and ISO-639 codes. These are useful for both GUIs and elements. The iso-codes package is used for language name translations if available. API: gst_tag_get_language_codes() API: gst_tag_get_language_name() API: gst_tag_get_language_code() API: gst_tag_get_language_code_iso_639_1() API: gst_tag_get_language_code_iso_639_2B() API: gst_tag_get_language_code_iso_639_2T()
2009-11-12subtitleoverlay: Add to the docsSebastian Dröge
2009-10-29queue2: Remove inspect fileSebastian Dröge
2009-10-28docs: include more indexesStefan Kost
2009-10-28docs: turn entities into xi:includesStefan Kost
This is faster to process and easier to maintain. Its also less 80s.
2009-10-05Release 0.10.25Jan Schmidt
2009-09-13docs: add new gst_stream_volume_get_type to types fileStefan Kost
This is needs to get Gobject features to show up in the docs.
2009-09-11interfaces: API: Add GstStreamVolume interfaceSebastian Dröge
Fixes bug #567660.
2009-08-24docs: fix includes for appsrc/appsinkWim Taymans
2009-08-07docs: add draft for generic introduction of video acceleration APIs ideaJosep Torra
2009-08-05Release 0.10.24Jan Schmidt
2009-07-01netaddress: add constant for max lenWim Taymans
2009-07-01netbuffer: add gst_netaddress_to_stringWim Taymans
Add function to serialize a net address to a string. API: GstNetAddress::gst_netaddress_to_string()
2009-06-19basertppayload: add support for bufferlistsWim Taymans
Based on patch from Ognyan Tonchev. See #585559
2009-06-18rtp: cleanups, add _list_get_seq() tooWim Taymans
Clean up the docs a little. Add missing _list_get_seq method. Add new symbols to the docs
2009-06-11docs: Update common. Use upload-doc.mak instead of upload.makJan Schmidt
2009-06-11docs: Fix a couple of warnings from the docs build.Jan Schmidt
2009-06-02docs: remove some cruft from -sections.txt fileTim-Philipp Müller
2009-05-19gitignore: remove bogus *.sgml wildcard - these files are tracked in gitTim-Philipp Müller
2009-05-12Add new functions to the docsSebastian Dröge
2009-05-10Release 0.10.23Jan Schmidt
2009-04-16app: add trivial cast macrosWim Taymans
Add trivial cast macros for appsrc and appsink. Mark them as being since 0.10.23 and add the macros to the standard macros in the docs. Fixes #579130
2009-04-15docs: fix hyperlink and move fft attribution to the right placeTim-Philipp Müller
2009-04-14theoraenc: implement upstream keyframe forceOlivier Crete
Implement handling of upstream keyframe forcing. Update the design documents too. Fixes #578656
2009-04-14RTCP: add beginnings of Feedback messagesJohann Prieur
Add the beginnings of parsing and constructing Feedback messages. Fixes #577610.
2009-04-02navigation: Extend the navigation interfaceJan Schmidt
Add support for a set of standard commands that can be queried and executed to support applications like DVD. Add query construction and parsing functions. Add new messages that can be sent on the bus to provide notifications related to commands, multiangle changes, and button highlight activity. Add some helper functions to parse the existing GstNavigation events that elements might receive. Document it all and add unit tests.
2009-03-05docs: add appsrc symbols to standard sectionWim Taymans
--
2009-03-04RTSP: Add support for server tunnelingWim Taymans
Save the tunnelid in the connection. Add a method to retrieve the tunnelid so that a server can store and match the id against other tunnel requests. Fix the URI in the tunnel requests so that they contain the absolute uri and the query string if any instead of just the hostname. Transparently base64 decode the input stream when tunneling. Add method to set the connection ip address so that it can be included in the tunnel response. Add method to connect the two tunnel requests. Add two callbacks for the async mode to notify a tunnel start and tunnel complete event. Add method to reset the watch after the connection has been tunneled. Various little refactoring to make more stuff reusable. API: RTSP::gst_rtsp_connection_set_ip() API: RTSP::gst_rtsp_connection_get_tunnelid() API: RTSP::gst_rtsp_connection_do_tunnel() API: RTSP::gst_rtsp_watch_reset()
2009-03-02RTSP: add support for Quicktime tunneled RTSPWim Taymans
Add support for tunneling RTSP over HTTP. Fix documentation some more. See also #573173. API: RTSP:gst_rtsp_connection_is_tunneled() API: RTSP:gst_rtsp_connection_set_tunneled()
2009-02-26app: add callbacks to appsrc, cleanupsWim Taymans
Add a uri handler to appsink. don't emit signals when we have installed callbacks on appsink. Add callbacks to appsrc to replace the signals. Add property to disable callbacks in appsrc, default to TRUE for backwards compatibility but disable when callbacks are installed. API: GstAppSrc::emit-signals API: GstAppSrc::gst_app_src_set_emit_signals() API: GstAppSrc::gst_app_src_get_emit_signals() API: GstAppSrc::gst_app_src_set_callbacks()
2009-02-26Appsink: add padding for callbacks + docsWim Taymans
Add some padding to the callbacks structure just to be safe. Remove the now invisible marshaller methods from the docs. Fix a comment in the unit test.
2009-02-26docs: clean section.txt file.Stefan Kost
Add appsrc/sink symbols to private, as they are covered in the libs docs.
2009-02-26docs: playbin2 has no stream-infoStefan Kost
2009-02-24Remove .gitignore files from the docs tmpl dirs, that are killed by make clean.Jan Schmidt
2009-02-24vorbis: Rename vorbis*.h to gstvorbis*.h to prevent name conflictsSebastian Dröge
2009-02-23Use shave for the build outputJan Schmidt
2009-02-19video: Add flags for interlaced video along with convenience methods for ↵Edward Hervey
interlaced caps. These three flags allow all know combinations of interlaced formats. They should only be used when the caps contain 'interlaced=True'. Fixes #163577 (yes, it's a 4 year old bug).
2009-02-19Make RTSPConnection opaque and rename RTSPChannelWim Taymans
Make the RTSPConnection object opaque so that we can extend it in the future. Rename GstRTSPChannel to GstRTSPWatch to avoid confusing with the RTSP channels.
2009-02-19Add method to install callbacks on appsinkWim Taymans
Based on pacth by Martin Samuelsson <martin dot samuelsson at axis dot com> Fixes #571299. Add gst_app_sink_set_callbacks() to install a set of callbacks. This is a more performant alternative to connecting to the signals. Add a unit test for appsink. Clean up some of the appsink docs. API: GstAppSink::gst_app_sink_set_callbacks()
2009-02-18Add RTSP accept methodWim Taymans
Add a method to accept a connection on a socket and create a GstRTSPConnection for it. API: gst_rtsp_connection_accept()
2009-02-18Add RTSP channel object for async ioWim Taymans
Add a GstRTSPChannel object that wraps a GSource around the RTSP connection so that the connection can be monitored from a maincontext. This allows us to operate in ASYNC mode, which is handy when building a server. Rework the old code to use the async code under the hood. API: gst_rtsp_channel_new() API: gst_rtsp_channel_unref() API: gst_rtsp_channel_attach() API: gst_rtsp_channel_queue_message()
2009-02-04RTSPRange: Add method to serialize rangesWim Taymans
Add gst_rtsp_range_to_string() to serialize a GstRTSPRange to a string that can be used by a server. API: GstRTSPRange::gst_rtsp_range_to_string()
2009-01-31Its "Base Library" and not just "Library".Stefan Kost
2009-01-30Add releaseinfo with online url.Stefan Kost