docs: add input-selector and output-selector to docs
[platform/upstream/gstreamer.git] / gst /
2010-12-26 Tim-Philipp MüllerRevert "micro-optim: if (x) is cheaper than if (x ...
2010-12-23 Michael SmithFix GStatBuf definition for win32 when building against...
2010-12-22 Tim-Philipp Müllerminiobject: add gobject-introspection annotation
2010-12-19 Sebastian Drögetaglist: Don't leak copies of empty strings
2010-12-17 Edward Herveygst: documentation fixups and annotation
2010-12-17 Edward Herveygstdatetime: Fix documentation
2010-12-15 Stefan Kostinfo: use the publicly visible address to fix the tests
2010-12-08 Stefan Kostregistry: maintain the typefind extension list order
2010-12-08 Stefan Kostdocs: add () to xref the function.
2010-12-07 Tim-Philipp Müllerutils: remove some dead code, GST_DEBUG_COLOR is never...
2010-12-07 Tim-Philipp Müllerutils: const-ify arguments to gst_object_default_error()
2010-12-07 Tim-Philipp Müllerdocs: gst_error_get_message() returns string in UTF...
2010-12-07 Tim-Philipp Müllerdocs: gst: more gobject introspection annotations
2010-12-07 Tim-Philipp Müllerpad: register gst_pad_get_fixed_caps_func() with the...
2010-12-07 Stefan Kostplugin: recommend "--gst-disable-registry-fork" as...
2010-12-06 Wim Taymanspoll: return wakeup event in GPollFD
2010-12-06 Mark Nauwelaertspad: add some debug to fast push path
2010-12-05 Edward Herveygstbin: Make element names clearer in debug statements
2010-12-05 David Schleefregistry: Fix permissions if umask is broken
2010-12-03 David SchleefUse g_snprintf() instead of snprintf()
2010-12-03 Wim Taymansclock: init variables in _reinit()
2010-12-03 Wim Taymansclock: make sync clock wait lockfree
2010-12-03 Tim-Philipp Müllerbinaryregistry: use function introduced in GLib 2.22...
2010-12-03 Wim Taymanspoll: small cleanups
2010-12-03 Wim Taymanspoll: make sure we remove the readfd messages
2010-12-03 Wim Taymanspoll: add method to get a GPollFD
2010-12-03 Wim Taymanspoll: Refactor and make more lockfree
2010-12-03 Wim Taymanspoll: move lock to where it makes more sense
2010-12-03 Wim Taymanspoll: make timer polls lockfree
2010-12-03 Mark Nauwelaertscaps: fix doc typo
2010-12-03 Stefan Kostgstobject: add stdio.h for snprint
2010-12-03 Edward Herveypipeline: Use an object as first argument to GST_WARNIN...
2010-12-03 Edward Herveymicro-optim: if (x) is cheaper than if (x > 0) for...
2010-12-03 Edward Herveygstquery: Use structure property directly, avoid functi...
2010-12-03 Edward Herveygstinfo: remove useless ternary operator usage.
2010-12-03 Edward Herveygstevent: Use structure property directly, avoid functi...
2010-12-03 Wim Taymanspad: add push cache to bufferlists
2010-12-03 Wim Taymanspad: don't cache the peer chainfunc
2010-12-03 Wim Taymanspad: clear pad cache when installing probes
2010-12-03 Wim Taymanspad: explicitly inline some functions
2010-12-03 Wim Taymanspad: remove unused variable
2010-12-03 Wim Taymanspad: invalidate caches on flush and pad block
2010-12-03 Wim Taymanspad: don't unref NULL caps
2010-12-03 Wim Taymanspad: add invalidate function
2010-12-03 Wim Taymanspad: small cleanup
2010-12-03 Wim Taymanspad: improve pad push caching
2010-12-03 Wim Taymanspad: prototype of pad push cache
2010-12-03 Wim Taymanstask: avoid task lock for each iteration
2010-12-03 Stefan Kostdocs: query doc improvements
2010-12-03 Stefan Kostelementfactory: clarify list item types in comments
2010-12-03 Stefan Kostpadtemplate: add two FIXME0.11: comments
2010-12-03 Stefan Kostpadtemplate: allow disablinbg the template name conform...
2010-12-03 Stefan Kostpadtemplate: the supplied caps may not be NULL
2010-12-03 Stefan Kostgstobject: more default name generation more efficient
2010-12-03 Stefan Kostpluginfeature: use the parent_class from G_DEFINE_TYPE...
2010-12-03 Stefan Kostelementfactory: use g_intern_string for interface names
2010-12-03 Stefan Kostregistry: also intern the static caps
2010-12-02 Stefan Kostelementfactory: meta-data can be NULL
2010-12-02 Thiago Santosgstdatetime: Fix handling of timezones
2010-12-02 Wim Taymansutils: return immediately for -1 conversion
2010-12-02 Wim Taymansutils: a convert query can have a -1 input value
2010-12-02 Wim Taymanspipeline: avoid using invalid clock times
2010-12-02 Wim Taymanscaps: improve some comments about the zigzag intersection
2010-12-02 Edward Herveygstclock: New API to re-use a single shot GstClockID
2010-12-02 Wim Taymanssegment: move g_return_if_fail to where it is needed
2010-12-02 Sebastian Drögeversion: Take nano version into account in GST_CHECK_VE...
2010-12-02 Sebastian Drögepad: Set the event source object if none is set yet...
2010-12-02 David Hoytgsttask: Set thread names on Windows with MSVC if a...
2010-12-02 Sebastian Drögemacros: Define restrict keyword if not available
2010-11-29 Tim-Philipp Müllerutils: avoid 'unused argument' warnings caused by GST_B...
2010-11-21 Evan Nemersonintrospection: Include exported packages information...
2010-11-18 Tim-Philipp Müllerelementfactory: fix caps leak in element factory list...
2010-11-17 Thiago Santosdatetime: Add _from_unix_epoch variants
2010-11-03 Vladimir Eremeevmath-compat: don't re-define _USE_MATH_DEFINES if alrea...
2010-10-22 Edward Herveyelementfactory: Fix 64bit constant
2010-10-16 Tim-Philipp Müllerdocs: add some gtk-doc Since: markers
2010-10-13 Thiago Santosdatetime: Use seconds as double
2010-10-13 Thiago Santosgstdatetime: Move doc outside the ifdefs
2010-10-13 Thiago Santosdatetime: Use GDateTime if available
2010-10-13 Thiago Santosglib-private: Add include protection macro
2010-10-13 Tim-Philipp Müllerbuffer: add guard to buffer_set_caps() that checks...
2010-10-13 Stefan Kostsystemclock: add a missing G_PARAM_STATIC_STRINGS
2010-10-11 Tim-Philipp Müllerminiobject: avoid duplicate type check when freeing...
2010-10-11 Edward Herveyminiobject: Directly increate mini_object in mini_objec...
2010-10-11 Edward Herveyminiobject: Remove confusing DEBUG_REFCOUNT define
2010-10-11 Wim Taymansbin: fix documentation for iterate_sources
2010-10-11 Sebastian Drögebin: Initialize variable
2010-10-11 Wim Taymansbin: Improve tracking of source elements
2010-10-11 Wim Taymanselement: add IS_SOURCE flag
2010-10-10 Vincent Penquerc'hregistry: g_mapped_file_unref exists already since...
2010-10-07 Tim-Philipp Müllerpads: use new g_object_notify_by_pspec() for caps notif...
2010-10-07 Tim-Philipp Müllerclock: remove unnecessary g_object_notify() call
2010-10-05 Tim-Philipp Müllergstinfo: remove random MSVC compatibility define for...
2010-10-05 Tim-Philipp Müllergst: add math-compat.h header
2010-09-27 Thiago Santosgstdatetime: Fix string serialization
2010-09-23 Trond Andersenclock: fix racy shutdown clock id leak
2010-09-23 Thiago Santostag: Adds GST_TAG_GEO_LOCATION_HORIZONTAL_ERROR
2010-09-23 Stefan KostRevert "pad: use a nested lock to avoid reffing the...
2010-09-22 Stefan Kostpad: use a nested lock to avoid reffing the peer
2010-09-17 Wim Taymansbufferlist: add function to add a list of buffers
next