gitignores: Ignore the bytewriter check binary
[platform/upstream/gstreamer.git] / plugins /
2009-10-08 Stefan Kostqueue: more queue optimizations
2009-10-08 Stefan Kostmultiqueue: split gst_multi_queue_item_new
2009-10-08 Edward Herveyplugins/gstfilesrc: Make a fast-path for length ==...
2009-10-07 Michael Smithfilesink: Use _wfopen on win32 to open files with non...
2009-10-07 Mark Nauwelaertsmultiqueue: flush queue upon fatal flowreturn and relea...
2009-10-07 Edward Herveyplugins/multiqueue: Avoid instance check
2009-10-07 Edward Herveyplugins/multiqueue: Cache input/output time, avoid...
2009-10-07 Stefan Kostbuild: sprintf, sscanf need stdio.h
2009-10-07 Edward Herveyplugins/multiqueue: Use new GstDataQueue constructor
2009-10-07 Edward Herveyplugins/multiqueue: Use cached value instead of expensi...
2009-10-07 Edward Herveyplugins/queue: Use previous knowledge of data type...
2009-10-07 Edward Herveyplugins/queue: Avoid useless segment_to_running_time...
2009-10-07 Edward Herveyplugins/queue: Just cast to the object parent instead...
2009-10-07 Sebastian Drögemultiqueue: Improve iterate internal links function
2009-10-06 Tim-Philipp Müllerdataqueue, elements: avoid unnecessary runtime type...
2009-09-07 Wim Taymansfix whitespace
2009-08-28 Wim Taymansqueue: whitespace fixes
2009-08-18 Sebastian Drögemultiqueue: Use iterate_internal_links instead of depre...
2009-08-18 Laurent Glayalfilesink: Add property to allow to append to an already...
2009-08-06 Mark Nauwelaertsqueue: post error message when pausing task
2009-08-06 Wim Taymanscapsfilter: only set caps when different
2009-08-06 Wim Taymansqueue: get caps after making writable
2009-08-06 Wim Taymanscapsfilter: fix refcounting problem
2009-07-13 Andoni Moralesfilesink: Fix segfault with MSVC
2009-07-02 Tim-Philipp Müllertypefindelement: log probability in debug message
2009-06-24 Jan Schmidtmultiqueue: Fire the overrun signal on EOS
2009-06-23 Chad Hannacapsfilter: Add GAP flag support
2009-06-19 Wim Taymanstee: add buffer-list support
2009-06-19 Tim-Philipp Müllerfdsink: clean up some more error and debug messages
2009-06-18 Tim-Philipp Müllerfdsink: fix error message
2009-06-18 Wim Taymansfdsink: add the new field in the header
2009-06-18 Benjamin Gaignardfdsink: make fdsink seekable
2009-06-15 Tim-Philipp Müllerqueue: fix compiler warning
2009-06-15 Arnout Vandecappelledon't lock when min-threshold and max-size conflict.
2009-06-12 Stefan Kostfilesrc/sink: turn the bus messages into g_warning
2009-06-11 Stefan Kostfilesrc/sink: improve warning message a bit (wrong...
2009-06-11 Jan Schmidtmultiqueue: Use the slice allocator for MultiQueueItems
2009-06-09 Wim Taymansmultiqueue: check byte range even when we have timestamps
2009-06-01 Stefan Kostfakesrc: add a FIXME comment for blocksize vs. size...
2009-05-31 Tim-Philipp Mülleridentity: hack around g_object_notify() bug by protecti...
2009-05-31 Tim-Philipp Müllerfakesink: hack around crasher bug in g_object_notify...
2009-05-12 Arnout Vandecappelletypefind: don't leak the force-caps property
2009-05-12 Sebastian Drögefilesrc: Improve debugging a bit on invalid URIs
2009-05-11 Wim Taymansfakesink: avoid typecheck
2009-04-15 Jan Schmidtparamspecs: revert gst_param_spec_is_mutable() for...
2009-04-13 David SchleefAdd param spec flags for when a property can be changed
2009-04-09 Olivier Cretetee: add property to control the alloc pad
2009-04-03 Edward HerveyRemove unused variables detected by LLVM's Clang static...
2009-03-31 Edward Herveycapsfilter. Always calls _suggest, even with NULL caps...
2009-03-20 LRNwin32: fix seeking in files >4GB
2009-03-10 Stefan Kostlogging: some additional logging for tracing caps negot...
2009-03-06 Alessandro Decinaidentity: ignore the return value of gst_pad_event_defa...
2009-02-27 Edward Herveycapsfilter: Properly reset the capsfilter when setting...
2009-02-22 Ali SabilUse the correct unref function
2009-02-05 Stefan Kostcleanup: remove unused variables in _class_init() and...
2009-02-05 Stefan Kostqueue: remove unused code
2009-01-23 Jan SchmidtUpdate a bunch of gitignores to clean up my git status...
2009-01-22 Sebastian DrögeImprove debug output by logging the offsets. Fixes...
2009-01-22 Wim TaymansMerge branch 'master' of ssh://git.freedesktop.org...
2009-01-22 Wim TaymansMerge branch 'master' of ssh://git.freedesktop.org...
2009-01-21 Wim TaymansIf no type was found using the typefind functions,...
2009-01-01 Stefan Kostgst/gstdebugutils.c: Add some ideas, how to make the...
2008-12-20 Sebastian DrögeAPI: Add URI query type. This is useful to query the...
2008-12-08 Wim Taymansplugins/elements/gsttee.c: Check for changed pads-list...
2008-11-24 Edward Herveyplugins/elements/gstfilesrc.c: Fix memory leak.
2008-11-21 Stefan Kostplugins/elements/gstidentity.c: Don't warning on offset...
2008-11-21 Michael Smithplugins/elements/gstfilesrc.c: Check for localhost...
2008-11-20 Michael Smithplugins/elements/gstfilesrc.c: Use g_filename_from_uri...
2008-11-10 Thomas Vander Sticheleplugins/elements/gstfilesink.c: Update Author string...
2008-10-31 Stefan Kostplugins/elements/gstidentity.c: Doc typo. Use return...
2008-10-23 Sebastian Drögeplugins/elements/: Use gst_buffer_try_new_and_alloc...
2008-10-14 Sebastian Drögeplugins/elements/gsttee.c: Fix flow aggregation of...
2008-10-13 Stefan Kostplugins/: Don't install static libs for plugins. Fixes...
2008-10-08 Jan Schmidtplugins/elements/gstqueue.c: Allow through queries...
2008-09-28 Jan SchmidtFix assertion in basetransform when the subclass choose...
2008-08-20 Stefan Kostplugins/elements/: Call super::event() when not handlin...
2008-08-19 Alessandro Decinaplugins/elements/gstfilesrc.c: Use 64 bit variants...
2008-08-15 Ole André Vadla... plugins/elements/gsttee.*: Protect pad_alloc with a...
2008-08-07 Stefan Kostplugins/elements/gsttee.c: Unlock, instead of locking...
2008-08-05 Wim Taymansplugins/elements/gstcapsfilter.c: Use new caps suggesti...
2008-07-31 Sebastian DrögeRemove GST_DISABLE_(ENUMTYPES|INDEX|URI) everywhere.
2008-07-31 Wim Taymansplugins/elements/gstcapsfilter.c: Make setting the...
2008-07-31 Wim Taymansplugins/elements/gstqueue.c: Add and use a custom accep...
2008-07-29 Stefan Kostplugins/elements/gsttee.*: Reverting as not everything...
2008-07-29 Stefan Kostplugins/elements/gsttee.*: Relay tag events in tee...
2008-06-26 Thijs Vermeirplugins/elements/gstmultiqueue.*: revert extra-size...
2008-06-25 Thijs Vermeirplugins/elements/gstmultiqueue.*: Fix dead-lock in...
2008-06-22 Thijs Vermeirplugins/elements/gstmultiqueue.c: Add functionality...
2008-06-22 Thijs Vermeirplugins/elements/gstmultiqueue.c: Don't update the...
2008-06-20 Stefan Kostplugins/elements/: Remove short_description. Add basic...
2008-06-20 Wim Taymansplugins/elements/gstfdsrc.c: Added Since doc.
2008-06-20 joel larssonAdd timeout property like udpsrc. Fixes #538628.
2008-05-27 Wim Taymansplugins/elements/gsttypefindelement.c: Use faster and...
2008-05-21 Wim Taymansplugins/elements/: Small cleanups. Add note adbout...
2008-05-13 Sebastian Drögeplugins/elements/: Use custom marshalers that take...
2008-05-13 Sebastian Drögeplugins/elements/gsttypefindelement.c: Clean up on...
2008-05-13 Sebastian Drögeplugins/elements/gsttypefindelement.c: Forward FLUSH_ST...
2008-05-09 Jan Schmidtplugins/elements/gstmultiqueue.c: Add documentation...
2008-05-07 Wim Taymansplugins/elements/gstfakesrc.*: Added format property...
2008-05-05 Tim-Philipp Müllerplugins/elements/gstmultiqueue.c: Small docs fix.
next