platform/upstream/gstreamer.git
2014-06-14 Tim-Philipp... flowcombiner: keep a ref to the pads we're using
2014-06-14 Tim-Philipp... flowcombiner: add boxed type for bindings
2014-06-12 Evan Nemersonintrospection: minor annotation additions
2014-06-12 Evan Nemersonintrospection: include gstversion.h in GIR generation
2014-06-10 Nicolas Dufresnebytereader: Use concistant derefence method
2014-06-10 Sungho Baebytereader: Use pointer instead of index access
2014-06-07 Tim-Philipp... globaldevicemonitor: prettify header
2014-06-07 Tim-Philipp... tests: add unit test for queuearray expansion from 1
2014-06-07 Evan Nemersonqueuearray: fix expanding size of queue from 1
2014-06-07 Evan Nemersondataqueue: clear up documentation of gst_data_queue_new
2014-06-06 Evan Nemersonintrospection: fix some minor annotation bugs
2014-06-06 Evan Nemersonbase: use correct syntax in documentation more consistently
2014-06-06 zhoumingbaseparse: Pass rate of input segment to output segment
2014-06-04 Vincent Penquerc'hgstbuffer: factor three flags-to-string loops
2014-06-03 Tim-Philipp... info: make printing datetimes work with GST_PTR_FORMAT
2014-06-03 Tim-Philipp... datetime: change internal implementation to mini object
2014-06-03 Wim Taymansdownloadbuffer: fix uninitialized variable
2014-06-03 Wim Taymansdownloadbuffer: improve start/stop in buffering query
2014-06-03 Vincent Penquerc'hidentity: add static and const where appropriate
2014-06-03 Vincent Penquerc'hidentity: fix potential buffer overflow
2014-06-03 Wim Taymansdownloadbuffer: reset read and write positions
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... globaldevicemonitor: connect sync-message signal on...
2014-05-31 Sebastian Drögetypefind: Keep still meaningfull pending events 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-30 Thiago Santostests: multiqueue: fix leaks
2014-05-29 Evan Nemersondocs: convert NULL, TRUE, and FALSE to %NULL, %TRUE...
2014-05-29 Tim-Philipp... docs: 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-29 Thiago Santosmultiqueue: post buffering message when queues flush
2014-05-29 Nicolas Dufresnegitignore: Ignore VIM swap files
2014-05-27 Tim-Philipp... pad: two minor docs fixes
2014-05-27 Tim-Philipp... flowcombiner: beautify headers a little
2014-05-27 Tim-Philipp... docs: add GstFlowCombiner
2014-05-27 Tim-Philipp... base: include flowcombiner header from base.h
2014-05-26 Thiago Santosflowcombiner: add GstFlowCombiner
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-26 Sebastian Drögebasetransform: Passthrough ALLOCATION queries in passth...
2014-05-25 Tim-Philipp... po: update
2014-05-25 Piotr Drągpo: update POTFILES
2014-05-21 Sebastian DrögeBack to development
2014-05-21 Sebastian DrögeRelease 1.3.2 1.3.2
2014-05-21 Sebastian DrögeUpdate .po files
2014-05-21 Sebastian DrögeAutomatic update of common submodule
2014-05-19 Sebastian Drögevalue: Add some positive testcase for string deserializ...
2014-05-18 Tim-Philipp... docs: remove reference to Mandrake and packages we...
2014-05-15 Wim Taymansdocs: fix typo
2014-05-14 Tim-Philipp... pluginloader: fix compiler warning on windows
2014-05-13 Tim-Philipp... elements: don't depend on libgio just for g_io_error_fr...
2014-05-13 Tim-Philipp... sparsefile: keep it private as helper API for downloadb...
2014-05-13 Tim-Philipp... docs: pick up GstBaseParse hierarchy and properties
2014-05-13 Tim-Philipp... docs: expose GstPushSrcClass in documentation
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-09 Nicolas Dufresnebasetransform: Correctly reset configuration
2014-05-09 Edward Herveynettimeprovider: Use non-freed variable
2014-05-08 Thiago Santostests: multiqueue: test to check queue overrun with...
2014-05-08 Nicolas Dufresnedownloadbuffer: Fix 32bit build
2014-05-08 Nicolas Dufresnepool-nego: Correctly reset the configuration
2014-05-08 Nicolas Dufresnepool-nego: Retry setting configuration with modified...
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... plugin: fix case where gst_plugin_load_file() didn...
2014-05-08 Tim-Philipp... sparsefile: add some Since markers to docs
2014-05-08 Tim-Philipp... sparsefile: sprinkle G_BEGIN_DECLS / G_END_DECLS
2014-05-08 Wim Taymansdownloadbuffer: small cleanups
2014-05-08 Wim Taymansdownloadbuffer: update docs
2014-05-08 Wim Taymanswin32: update def
2014-05-08 Wim TaymansAdd new downloadbuffer element
2014-05-08 Wim Taymanspads: update docs for request pads
2014-05-07 Tim-Philipp... check: use _exit() instead of exit() in fail_unless...
2014-05-04 Tim-Philipp... value: init flag mask more correctly
2014-05-04 Руслан Ижбулатовfilesrc: g_memmove() is deprecated
2014-05-03 Sebastian DrögeBack to development
2014-05-03 Sebastian DrögeRelease 1.3.1 1.3.1
2014-05-03 Sebastian DrögeUpdate .po files
2014-05-03 Sebastian Drögepo: Update translations
2014-05-03 Tim-Philipp... docs: add new device probing API to docs table of contents
2014-05-03 Nicolas Dufresnedoc: Add GstDevice* to gstreamer-sections.txt
2014-05-03 Sebastian DrögeAutomatic update of common submodule
2014-05-02 Nicolas Dufresnebasesink: Always render prepared buffer
2014-05-01 Luis de Bethencourtscripts/git-version.sh: add more modules
2014-05-01 Sebastian Drögebin: Always first post the state-changed message for...
2014-05-01 Sebastian Drögebasesink: Add test for checking that EOS always comes...
2014-05-01 Stian Selnesbufferpool: fix log message of buffer pointer
2014-04-30 Luis de Bethencourtscripts/git-version.sh: remove unused variable
2014-04-30 Luis de Bethencourtscripts/git-version.sh: fix mistaken comments
2014-04-28 Thiago Santosmultiqueue: avoid signaling overrun on the first segment
2014-04-28 Xavi Artigasdocs: enhancements to porting guide documentation
2014-04-28 Sebastian Drögequery: Add boolean to URI query to specify if a redirec...
2014-04-28 Srimanta Pandafunnel: Check if the last pad was set
next