pwg: Make a sentence clearer.
[platform/upstream/gstreamer.git] / plugins /
2010-09-15 Wim Taymansqueue2: only post buffering message when percent changed
2010-09-15 Wim Taymansqueue2: always update buffering status
2010-09-09 Sebastian Drögeidentity: identity is GAP flag aware, no need to let...
2010-09-03 Philippe Normandqueue2: buffering_ranges query support
2010-09-02 Stefan Kostfakesrc: fix use of empty subbuffers
2010-08-30 Stefan Kostqueue: add silent property to suppress signal emission
2010-08-27 Sebastian Drögemultiqueue: Don't do an infinite loop in the loop function
2010-08-27 Sebastian Drögemultiqueue: Flush the data queue if downstream return...
2010-08-27 Sebastian Drögeelements: Stop using GST_FLOW_IS_FATAL()
2010-08-27 Stefan Kostfakesink: keep properties in order
2010-08-27 Stefan Kostqueue: ARG_ -> PROP_ for property constants
2010-08-26 Wim Taymansqueue2: fix on-disk buffering again
2010-08-20 Jonas Holmbergqueue: Push newsegment when linking in PLAYING
2010-08-19 Edward Herveyqueue2: Use G_GUINT64_FORMAT where needed
2010-08-16 Stefan Kostplugins: add example launch lines and more explanation...
2010-08-13 Wim Taymansqueue2: fix compilation
2010-08-13 Robert Swainqueue2: Fix a special case during range management
2010-08-13 Robert Swainqueue2: fix locking around init_ranges
2010-08-13 Robert Swainqueue2: More ring buffer fixes
2010-08-13 Robert Swainqueue2: ring buffer fixes
2010-08-13 Robert Swainqueue2: Fix bugs
2010-08-13 Robert Swainqueue2: extend ring buffer to support ram mode
2010-08-13 Robert Swainqueue2: merge write buffer functions and fix bugs
2010-08-13 Wim Taymansqueue2: small cleanup
2010-08-13 Wim Taymansqueue2: cleanup write_to_ring_buffer
2010-08-13 Wim Taymansqueue2: cleanups
2010-08-13 Wim Taymansqueue2: remove unused variable
2010-08-13 Wim Taymansqueue2: cleanups
2010-08-13 Wim Taymansqueue2: remove unneeded signal
2010-08-13 Wim Taymansqueue2: set buffering mode correctly
2010-08-13 Wim Taymansqueue2: fix calculation of available ringbuffer data
2010-08-13 Wim Taymansqueue2: reading_pos is updated in create_read only
2010-08-13 Wim Taymansqueue2: refactor and add debug
2010-08-13 Wim Taymansqueue2: fix flushing
2010-08-13 Wim Taymansqueue2: add debug
2010-08-13 Wim Taymansqueue2: don't try to write 0 bytes
2010-08-13 Wim Taymansqueue2; cleanups and fixes
2010-08-13 Wim Taymansqueue2: refactorings
2010-08-13 Robert Swainqueue2: Use ring-buffer-max-size prop to control ring...
2010-08-13 Robert Swainqueue2: Clean up and improve code
2010-08-13 Robert Swainqueue2: Fix conditions where behaviour should differ...
2010-08-13 Robert Swainqueue2: add useful debug messages and fix an assumption...
2010-08-13 Robert Swainqueue2: fix buffering percentage in ring buffer mode
2010-08-13 Robert Swainqueue2: various ring buffer fixes
2010-08-13 Robert Swainqueue2: ring buffer work in progress
2010-08-13 Robert Swainqueue2: Add use-ring-buffer and ring-buffer-max-size...
2010-08-13 Robert Swainqueue2: add ST-Ericsson copyright
2010-08-06 Sebastian Drögeplugins: Add declarations for _get_type() functions...
2010-08-06 Shixin Zengplugins: Make *_get_type() in plugins/* thread safe
2010-08-02 Stefan Kosttypefind: add comment and more logging
2010-07-29 Mark Nauwelaertsqueue2: download mode; prevent range corruption due...
2010-06-29 Wim Taymansmultiqueue: implement acceptcaps function
2010-06-26 Tim-Philipp MüllerDon't include <libxml/parser.h> from public headers...
2010-06-21 Wim Taymansqueue2: fix merging of ranges
2010-06-18 Tim-Philipp Müllertypefind: make sure buffers' metadata is writable befor...
2010-06-16 Wim Taymansfdsink: make sync property work correctly
2010-06-14 Wim Taymansfakesink: use method to set sync property
2010-06-14 Wim Taymansfilesink: use the default get_times function
2010-06-14 Wim Taymanscapsfilter: fix printf format
2010-06-14 Wim Taymanscapsfilter: implement custom accept_caps method
2010-06-14 Olivier Crêtecapsfilter: Remove transform_size
2010-06-13 Sebastian Drögequeue2: Don't ignore failure to open the temporary...
2010-06-07 Wim Taymansqueue2: don't wait for data when EOS
2010-04-09 Wim Taymansqueue2: add some more debug info
2010-04-09 Wim Taymansfdsrc: allow specifying the size in bytes on the uri
2010-04-09 Wim Taymansqueue2: when EOS we know the duration
2010-03-25 Wim Taymansqueue2: handle write errors
2010-03-25 Wim Taymansqueue2: add element query function
2010-03-25 Wim Taymansqueue2: remove fixed FIXME
2010-03-25 Wim Taymansqueue2: add the buffering percent in BUFFERING query
2010-03-25 Wim Taymansqueue2: improve buffer level measurement in download...
2010-03-24 Wim Taymansqueue2: add more info in the buffering query
2010-03-24 Wim Taymansqueue2: implement flushing in download buffering
2010-03-24 Philippe Normandqueue2: Fix uninitialized variable compiler warning
2010-03-23 Wim Taymansqueue2: implement seeking in download mode
2010-03-17 Edward Herveytypefind: deactivate pad if we can't get length or...
2010-03-11 Benjamin OtteFixes for -Wmissing-declarations -Wmissing-prototypes
2010-03-10 Benjamin OtteMerge branch 'work'
2010-03-10 Benjamin OtteFixes for -Wwrite-strings
2010-02-19 Sebastian Drögecorelements: Combine redundant code
2010-02-19 Andoni Morales Ala... Fix compilation of fdsink and fdsrc with MSVC
2010-02-18 Mark Nauwelaertsmemindex: avoid busy loop when doing EXACT lookup
2010-02-17 Edward Herveyfilesrc: Don't use expensive cast checks in _create
2010-02-17 Stefan Kostfdsrc: cleanup parameter initialisation and add comemnt...
2010-02-15 Stefan Kostdocs: prefer short desc from GstElementDetails
2010-02-13 Edward Herveytypefind: Reset the working mode when going to READY...
2010-02-12 Thiago Santostypefind: Avoid messing pads activation
2010-02-12 Sebastian Drögetypefindelement: Protect internal fields from concurren...
2010-02-09 Edward Herveymultiqueue: Don't stop threads on UNEXPECTED and forwar...
2010-02-09 Edward HerveyRevert "multiqueue: handle UNEXPECTED flowreturn better"
2010-01-30 Tim-Philipp Müllerfilesrc: fix typo in warning message
2010-01-26 Wim Taymansmultiqueue: handle UNEXPECTED flowreturn better
2010-01-22 Wim Taymansqueue2: add some docs to mark new property
2010-01-22 Wim Taymansqueue2: add option to remove the temp-file
2010-01-22 Tim-Philipp Müllertypefind: don't leak uri string
2010-01-20 Tim-Philipp Müllergst_private.h: make sure gst_private.h is included...
2010-01-20 Tim-Philipp Müllerdocs: minor gtk-doc markup fixes
2010-01-12 Wim Taymanstypefindelement: use new typefind function
2010-01-11 Håvard Grafftee: make release_pad threadsafe
2009-12-30 Mark Nauwelaertsmultiqueue: set iterate_interal_links function on sourc...
next