summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2010-03-09Back to developmentTim-Philipp Müller30-59/+59
2010-03-08Release 0.10.28Tim-Philipp Müller30-31/+31
2010-03-08docs: update keyframe force eventWim Taymans1-0/+4
Add field to send all headers.
2010-03-06Release 0.10.27Tim-Philipp Müller31-30/+60
2010-02-16docs: cleanup library docsStefan Kost3-7/+127
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üller34-148/+243
2010-01-14docs: fix out-of-source buildMark Nauwelaerts1-1/+1
2009-12-22rtcpbuffer: add helper functions for SDES typesWim Taymans1-0/+3
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 Nauwelaerts3-0/+16
2009-12-12tag: add some utility functions for language codes and tagsTim-Philipp Müller2-0/+13
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öge37-141/+259
2009-10-29queue2: Remove inspect fileSebastian Dröge1-34/+0
2009-10-28docs: include more indexesStefan Kost1-1/+8
2009-10-28docs: turn entities into xi:includesStefan Kost1-138/+63
This is faster to process and easier to maintain. Its also less 80s.
2009-10-05Release 0.10.25Jan Schmidt36-53/+192
2009-09-13docs: add new gst_stream_volume_get_type to types fileStefan Kost1-0/+2
This is needs to get Gobject features to show up in the docs.
2009-09-11interfaces: API: Add GstStreamVolume interfaceSebastian Dröge2-0/+27
Fixes bug #567660.
2009-08-24docs: fix includes for appsrc/appsinkWim Taymans1-2/+2
2009-08-07docs: add draft for generic introduction of video acceleration APIs ideaJosep Torra1-0/+111
2009-08-05Release 0.10.24Jan Schmidt36-99/+219
2009-07-01netaddress: add constant for max lenWim Taymans1-0/+1
2009-07-01netbuffer: add gst_netaddress_to_stringWim Taymans1-2/+10
Add function to serialize a net address to a string. API: GstNetAddress::gst_netaddress_to_string()
2009-06-19basertppayload: add support for bufferlistsWim Taymans1-0/+1
Based on patch from Ognyan Tonchev. See #585559
2009-06-18rtp: cleanups, add _list_get_seq() tooWim Taymans1-0/+18
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 Schmidt2-4/+4
2009-06-11docs: Fix a couple of warnings from the docs build.Jan Schmidt1-1/+0
2009-06-02docs: remove some cruft from -sections.txt fileTim-Philipp Müller1-10/+0
2009-05-19gitignore: remove bogus *.sgml wildcard - these files are tracked in gitTim-Philipp Müller1-1/+0
2009-05-12Add new functions to the docsSebastian Dröge1-0/+2
2009-05-10Release 0.10.23Jan Schmidt36-203/+238
2009-04-16app: add trivial cast macrosWim Taymans1-0/+2
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üller1-0/+5
2009-04-14theoraenc: implement upstream keyframe forceOlivier Crete1-1/+16
Implement handling of upstream keyframe forcing. Update the design documents too. Fixes #578656
2009-04-14RTCP: add beginnings of Feedback messagesJohann Prieur1-0/+10
Add the beginnings of parsing and constructing Feedback messages. Fixes #577610.
2009-04-02navigation: Extend the navigation interfaceJan Schmidt1-0/+34
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 Taymans1-0/+5
--
2009-03-04RTSP: Add support for server tunnelingWim Taymans1-0/+6
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 Taymans1-0/+16
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 Taymans1-0/+4
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 Taymans1-4/+0
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 Kost1-1/+49
Add appsrc/sink symbols to private, as they are covered in the libs docs.
2009-02-26docs: playbin2 has no stream-infoStefan Kost35-156/+154
2009-02-24Remove .gitignore files from the docs tmpl dirs, that are killed by make clean.Jan Schmidt4-5/+5
2009-02-24vorbis: Rename vorbis*.h to gstvorbis*.h to prevent name conflictsSebastian Dröge1-4/+4
2009-02-23Use shave for the build outputJan Schmidt2-4/+4
2009-02-19video: Add flags for interlaced video along with convenience methods for ↵Edward Hervey1-0/+5
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 Taymans1-6/+6
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 Taymans1-0/+12
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 Taymans1-0/+1
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 Taymans1-0/+7
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()