gst-inspect: fix output for -a
[platform/upstream/gstreamer.git] / gst /
2014-06-19 Tim-Philipp Müllergstvalue: optimise checks for lists
2014-06-19 Tim-Philipp Müllergstvalue: use g_assert() in internal function for alrea...
2014-06-19 Tim-Philipp Müllergstvalue: add internal _can_compare_unchecked()
2014-06-19 Tim-Philipp Müllergstvalue: add internal _list_concat() that takes owners...
2014-06-19 Tim-Philipp Müllerstructure: simplify value type checks in getters
2014-06-19 Sebastian Drögevalue: Add a FIXME 2.0 for a fraction ranges optimization
2014-06-19 Sebastian Drögevalue: Make sure to cast int range values to guints...
2014-06-19 Sebastian Drögevalue: Store integer ranges directly in a GValue withou...
2014-06-19 Edward Herveygst_private: Fix duplicate definition
2014-06-19 Sebastian Drögegst: Store more basic type GTypes in variables
2014-06-19 Sebastian Drögevalue: Store our fundamental type GTypes in variables
2014-06-17 Edward Herveygstvalue: Speed up gst_value_intersect/_subtract
2014-06-16 Tim-Philipp Müllerbufferlist: fix buffer leak in _remove()
2014-06-14 Tim-Philipp Müllerdevicemonitor: some docs additions and fixes
2014-06-12 Evan Nemersonintrospection: minor annotation additions
2014-06-12 Evan Nemersonintrospection: include gstversion.h in GIR generation
2014-06-07 Tim-Philipp Müllerglobaldevicemonitor: prettify header
2014-06-06 Evan Nemersonintrospection: fix some minor annotation bugs
2014-06-03 Tim-Philipp Müllerinfo: make printing datetimes work with GST_PTR_FORMAT
2014-06-03 Tim-Philipp Müllerdatetime: change internal implementation to mini object
2014-06-03 Wim Taymansinfo: first handle all miniobjects, then GObjects
2014-06-03 Wim Taymansinfo: GstDateTime does not have a GType as first field
2014-06-03 Wim Taymansinfo: use macros to check types
2014-06-01 Tim-Philipp Müllerglobaldevicemonitor: connect sync-message signal on...
2014-05-30 Sebastian DrögeRevert "miniobject: Add missing (nullable) annotations"
2014-05-30 Sebastian Drögebufferpool: It's pool, not poo... even when talking...
2014-05-30 Philip Withnallminiobject: Add missing (nullable) annotations
2014-05-29 Evan Nemersondocs: convert NULL, TRUE, and FALSE to %NULL, %TRUE...
2014-05-29 Tim-Philipp Müllerdocs: fix type in GstObject docs
2014-05-29 Evan Nemersonbufferpool: fix gst_buffer_pool_has_option() documentation
2014-05-29 Thiago Santoselement: set pads need-parent flag to false when removing
2014-05-27 Tim-Philipp Müllerpad: two minor docs fixes
2014-05-26 Thiago Santospad: store last flow return and provide acessor function
2014-05-26 Nicolas Dufresnebufferpool: Add method and virtuals to set flushing...
2014-05-14 Tim-Philipp Müllerpluginloader: fix compiler warning on windows
2014-05-12 Edward Herveypluginloader: Don't leak pluginloader in error cases
2014-05-12 Edward Herveycaps: Don't leak features on error cases
2014-05-08 Nicolas Dufresnebufferpool: Add an helper to validate config
2014-05-08 Nicolas Dufresnebufferpool: Update the configure even if set_config...
2014-05-08 Nicolas Dufresnebufferpool: Add support for reconfiguring a pool
2014-05-08 Nicolas Dufresnevalue: Add support for GstAllocationParams comparision
2014-05-08 Nicolas Dufresnevalue: Add support for GObject comparising in structures
2014-05-08 Tim-Philipp Müllerplugin: fix case where gst_plugin_load_file() didn...
2014-05-08 Wim Taymanspads: update docs for request pads
2014-05-04 Tim-Philipp Müllervalue: init flag mask more correctly
2014-05-01 Sebastian Drögebin: Always first post the state-changed message for...
2014-05-01 Stian Selnesbufferpool: fix log message of buffer pointer
2014-04-28 Sebastian Drögequery: Add boolean to URI query to specify if a redirec...
2014-04-26 Felipe Ortizdocs: add docs for various GstPad macros
2014-04-26 Tim-Philipp MüllerRevert "docs: add docs for various GstPad macros"
2014-04-26 Tim-Philipp Müllerdocs: remove outdated and pointless 'Last reviewed...
2014-04-26 Nicolas Dufresnebuffer: Only set TAG_MEMORY if the memory has been...
2014-04-26 Showayb Zahdadocs: add docs for various GstPad macros
2014-04-25 Sebastian Drögebin: When going to READY make sure to always deactivate...
2014-04-22 Sebastian Drögebin: Don't left-shift into the sign bit, the result...
2014-04-22 Sebastian Drögevalue: Use an unsigned 64 bit integer as a mask
2014-04-17 Edward Herveygstvalue: Prevent division or modulo by zero
2014-04-17 Antoine Jacoutotlibs: g-ir-scanner: do not hardcode libtool path
2014-04-16 Sebastian Drögememory/buffer: Initialise GstMapInfo to zeroes if mappi...
2014-04-16 Sebastian Drögepreset: Unref return value of gst_child_proxy_get_child...
2014-04-16 Sebastian Drögepreset: Automatic code style fixes
2014-04-15 Sebastian Drögepad: Add missing space in debug output
2014-04-12 Linus Svenssonpad: don't access unowned and possibly already freed...
2014-04-11 Edward Herveygstbuffer: Fix range iteration
2014-04-10 Vincent Penquerc'hstructure: error out when trying to fixate a fraction...
2014-04-10 Sebastian Drögeevent: Update running time in QoS based on the pad...
2014-04-10 Sebastian Drögepad: Apply pad offsets on all events, not just segment...
2014-04-10 Sebastian Drögeevent: Add running-time-offset field to all events
2014-04-09 Vincent Penquerc'hutils: avoid dividing by zero when multiplying y/z...
2014-04-07 Sebastian Drögeparse: Don't dist the bison and flex generated headers
2014-04-06 Sebastian Rasmussendebugutils: Handle caps field values being NULL
2014-04-05 Edward Herveygstvalue: Prevent division or modulo by zero
2014-04-05 Haakon Sporsheimgstvalue: Fix comparison of int/int64 range
2014-03-29 Sebastian Drögepad: Include event type in debug output when delaying...
2014-03-24 Wim Taymansbuffer: don't clear TAG on NULL buffer
2014-03-21 Wim Taymansgst: init new flag types to pass make check
2014-03-17 Edward Herveydevicemonitor: Use local includes and use gst_private...
2014-03-16 Olivier Crêtedevice: Add "klass" to GstDevices
2014-03-16 Olivier Crêtedevicemonitor: Make classes into pure strings
2014-03-16 Jan SchmidtFix extended message handling with gst_bus_pop_timed_fi...
2014-03-16 Jan Schmidtgstbin: Avoid pointless object lock forwarding messages.
2014-03-16 Stefan Sauertoc: expand GstTocEntry with loop fields
2014-03-16 Tim-Philipp Müllerglobaldevicemonitor: update for new message API
2014-03-16 Olivier Crêteglobaldevicemonitor: Add device monitor aggregator
2014-03-16 Tim-Philipp Müllermessage, bus: do extended message types slightly differ...
2014-03-16 Tim-Philipp Müllergst: fix indentation
2014-03-16 Olivier Crêtedevicemonitor: Add GstDeviceMonitor and related
2014-03-16 Olivier Crêtemessage: Add GST_MESSAGE_EXTENDED
2014-03-16 Stefan Sauerpad: actually return data.ret
2014-03-15 Stefan Sauerpad: forward return value from gst_pad_forward
2014-03-11 Tim-Philipp Müllerpad: simplify gst_pad_link_get_name() and fix Since...
2014-03-11 Stefan Sauerpad: add debug helper for GstPadLinkReturn names
2014-03-07 Tim-Philipp Müllerbuffer: invert meaning of GST_BUFFER_FLAG_TAG_MEMORY
2014-03-06 Stefan Sauerpad: fix gst_pad_add_probe() return value docs
2014-03-06 George Kiagiadakisghostpad: use gst_pad_get_peer to acquire a reference...
2014-03-06 George Kiagiadakisghostpad: hold a reference to the target pad while...
2014-03-02 Sebastian Rasmussendocs: Fix typos and remove unknown annotations
2014-02-28 Stefan Sauerdocs: use the new markdown for ordered list.
2014-02-28 Reynaldo H. Verdej... docs: fix problems introduced by c068b225fef5a9bf0
2014-02-27 Stefan Sauerbuffer: add return values to g_return_if_fail
next