gstrusage: explicitly register to hooks
[platform/upstream/gstreamer.git] / plugins / elements /
2016-12-20 Jan Schmidttypefind: Switch to normal mode before have-type
2016-12-18 Sebastian Drögemultiqueue: Protect against spurious wakeups of the...
2016-12-13 Sebastian Drögequeue/queue2: Protect against spurious condition variab...
2016-12-13 Sebastian Drögequeue/queue2: Ensure that the streaming thread is unloc...
2016-12-12 Edward Herveyfilesrc: Set GError in another error case
2016-12-11 Seungha Yangmultiqueue: Fix overflow on get_buffering_level()
2016-12-09 Sebastian Drögetypefind: Use gst_query_has_scheduling_mode_with_flags...
2016-12-05 Tim-Philipp Müllerfakesink, identity: print metas attached to buffer...
2016-12-05 Sebastian Drögeelements: Handle GstIterator RESYNC return value correc...
2016-11-28 Nirbheek Chauhanmeson: Add Autotools changes that weren't mirrored
2016-11-28 Tim-Philipp Müllerelements: add dataurisrc to build
2016-11-28 Tim-Philipp Müllerdataurisrc: fix string leak in property getter
2016-11-28 Tim-Philipp MüllerMove dataurisrc element from -bad
2016-11-23 Olivier Crêtefdsink: Block in preroll_wait on unlock
2016-11-16 Jan Schmidtmultiqueue: Make sure not-linked streams get woken up
2016-11-15 Jan Schmidtqueues: Don't return negative position queries.
2016-11-09 Sebastian Drögefunnel: Make sure to only lock the stream lock once
2016-11-02 Jan Schmidtfakesink: Add property to not drop out-of-segment buffers
2016-11-01 Sebastian Drögefunnel: Always push all sticky events whenever we forwa...
2016-11-01 Sebastian Drögetee: Set GST_PAD_FLAG_PROXY_CAPS before forwarding...
2016-10-21 Sebastian DrögeRevert "queue: Fix race when calculating cur_level...
2016-10-20 Stian Selnesqueue: Fix race when calculating cur_level.time
2016-10-08 Edward Herveyqueue2: Implement gst_event_full_func handling
2016-09-17 Carlos Rafael Gianiqueue2: Update buffering if its enabled and low/high...
2016-08-31 Carlos Rafael Gianimultiqueue: Add higher-resolution low/high-watermark...
2016-08-31 Carlos Rafael Gianimultiqueue: Distinguish between buffering percentage...
2016-08-31 Carlos Rafael Gianimultiqueue: Rename percent/percent_changed to buffering...
2016-08-30 Edward Herveymultiqueue: Fix high_time wakeup logic
2016-08-27 Thibault SaunierMake use of the new GST_ELEMENT_FLOW_ERROR API all...
2016-08-25 Carlos Rafael Gianiqueue2: Add higher-resolution low/high-watermark properties
2016-08-25 Carlos Rafael Gianiqueue2: Distinguish between buffering percentage and...
2016-08-19 Nirbheek ChauhanAdd support for Meson as alternative/parallel build...
2016-08-12 Edward Herveyqueue2: Post buffering messages earlier in ringbuffer...
2016-08-08 Josep Torramultiqueue: removed redundant call to g_thread_self
2016-07-25 Jan Schmidtinputselector: Handle stream-group-done
2016-07-25 Jan Schmidtinputselector: Wake other pads when selected goes EOS
2016-07-11 Edward Herveyqueue2: Fix average input rate calculation on small...
2016-07-07 Sebastian Drögefunnel: Only forward sticky events on GAP events if...
2016-07-01 Edward Herveymultiqueue: Fix behaviour with not-linked and eos pads
2016-06-30 Tim-Philipp Müllermultiqueue: add gtk-doc blurb for new pad property
2016-06-30 Edward Herveymultiqueue: Add a pad property to "group" streams
2016-06-21 Vincent Penquerc'hqueue2: fix crash deleting current region for small...
2016-06-17 Nicolas Dufresnetee: Properly handle return value when only 1 pad
2016-05-15 Sebastian Drögequeue: Only unblock upstream waiting for the query...
2016-05-11 Sebastian Drögetypefind: Only push a CAPS event downstream if the...
2016-04-29 Matej Knoppmultiqueue: Ignore time when determining whether sparse...
2016-04-15 Carlos Rafael Gianimultiqueue: Recheck buffering status after changing...
2016-04-15 Carlos Rafael Gianimultiqueue: Recalculate fill level after changing high...
2016-04-14 Vincent Penquerc'hmultiqueue: catch errors and flushing case after lock
2016-03-24 Vineeth TMbad: use new gst_element_class_add_static_pad_template()
2016-03-24 Havard Graffvalve: don't send sticky events as a direct response...
2016-03-24 Tim-Philipp Müllercapsfilter: optimisation: avoid unnecessary gst_pad_has...
2016-03-24 Edward Herveyqueue: Use full running time for level calculation
2016-03-24 Sebastian Drögetypefind: Remove redundant assignment
2016-03-18 Jan Schmidtmultiqueue: Fix not-linked pad handling at EOS
2016-03-15 Romain Picardtypefind: Allow caps query in "have-type" signal handlers
2016-03-14 Sebastian Drögetypefind: Store caps on the pad before emitting have...
2016-03-14 Carlos Rafael Gianiconcat: Fix comment typo
2016-03-12 Sebastian DrögeRevert "typefind: Store caps on the pad before emitting...
2016-03-12 Sebastian Drögetypefind: Store caps on the pad before emitting have...
2016-02-28 Tim-Philipp Müllerelements: use new gst_element_class_add_static_pad_temp...
2016-02-27 Tim-Philipp Müllertypefind: fix indentation
2016-02-25 Sebastian Drögeidentity: Add a " " after pts: in the silent=false...
2016-02-23 Edward Herveyplugins: Check return values of gst_buffer_map()
2016-02-23 Sebastian Drögedataurisrc: Don't assume that get_current_caps() return...
2016-02-16 Sebastian DrögeRevert "queue2: add overrun signal"
2016-01-29 Alex Henrietypefindelement: Improve English grammar
2016-01-20 Tim-Philipp Müllermultiqueue: two small fixes for when an existing pad...
2016-01-19 Jan Schmidtqueue2: Add use-tags-bitrate property
2016-01-16 Sebastian Drögeoutput-selector: Make access to the active pad and...
2016-01-16 Sebastian Drögeoutput-selector: Notify when the active-pad property...
2016-01-08 HoonHee Leefunnel: improve debug message
2016-01-06 Tim-Philipp Müllerqueue2: avoid calculating fill levels multiple times
2016-01-06 Tim-Philipp Müllerqueue2: fix fill level arithmetic overflow with large...
2015-12-15 Vineeth TMplugins-bad: Fix example pipelines
2015-12-14 Sebastian Drögetee: Check if parsing the name template with sscanf...
2015-12-14 Sebastian Drögequeue/multiqueue: Don't special-case CAPS events in...
2015-12-14 Sebastian DrögeRevert "queue: Illegal memory access of sink event"
2015-12-14 Vineeth TMqueue: Illegal memory access of sink event
2015-12-12 Reynaldo H. Verdej... downloadbuffer: drop unneeded macros for G_OS_WIN32
2015-12-12 Reynaldo H. Verdej... fdsrc: drop unneeded macros for G_OS_WIN32
2015-12-12 Reynaldo H. Verdej... fdsrc: enable large file support in Android
2015-12-12 Reynaldo H. Verdej... fdsink: enable large file support in Android
2015-12-12 Reynaldo H. Verdej... queue2: fix some typos
2015-12-12 Reynaldo H. Verdej... queue2: enable large file support on Android
2015-12-12 Reynaldo H. Verdej... downloadbuffer: fix some typos
2015-12-12 Reynaldo H. Verdej... downloadbuffer: enable large file support on Android
2015-12-12 Reynaldo H. Verdej... sparsefile: drop bogus reference to file descriptor
2015-12-12 Reynaldo H. Verdej... sparsefile: enable large file support on Android
2015-12-09 Reynaldo H. Verdej... filesrc: enable large file support in Android
2015-12-09 Reynaldo H. Verdej... filesink: enable large file support on Android
2015-12-09 Reynaldo H. Verdej... filesink: indentation fixes
2015-12-09 Edward Herveymultiqueue: Don't use random segment.position from...
2015-12-02 Edward Herveymultiqueue: Fix set/get property
2015-12-02 Edward Herveypad: Implement GstPadEventFullFunction
2015-12-02 Edward Herveymultiqueue: Use signed clock values for running time...
2015-12-02 Edward Herveymultiqueue: Add an extra cache time for unlinked streams
2015-12-02 Edward Herveymultiqueue: Optimize multiqueue sizes based on interleave
2015-12-02 Vincent Penquerc'hmultiqueue: use new stream-start event sparse flag...
2015-12-02 Edward Herveymultiqueue: Fix high_time computation
next