summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2010-03-03docs: fix up bytewriter doc chunks for float functions as wellTim-Philipp Müller
2010-03-03bytewriter: fix headers for float/double writing functionsTim-Philipp Müller
2010-02-26basesink: fix emergency rendering timestamp trackingMark Nauwelaerts
2010-02-19interpolationcontrolsource: Don't pass NULL pointers to GSequence APISebastian Dröge
2010-02-19interpolationcontrolsource: Add const qualifiers to values in the _set functionsSebastian Dröge
2010-02-19controller: Add some FIXME 0.11 commentsSebastian Dröge
2010-02-18gstcheck: more debug logging for gst_check_element_push_buffer_list()Tim-Philipp Müller
2010-02-18collectpads: Improve docs about 'data' attributeThiago Santos
2010-02-17basesrc: Don't use expensive cast checks in get_range.Edward Hervey
2010-02-15docs: fix gtk-doc chunk for gst_check_element_push_buffer_list()Tim-Philipp Müller
2010-02-12bytewriter: add _fill functionThiago Santos
2010-02-12basesrc: Make locking of the segment a bit more strict and update documentationSebastian Dröge
2010-02-12basesrc: Protect segment values from concurrent access from different threadsSebastian Dröge
2010-02-01gstbytewriter: Fix different function names in .h and .cThiago Santos
2010-01-20gst_private.h: make sure gst_private.h is included before glib.hTim-Philipp Müller
2010-01-17basetransform: Only use suggested caps in buffer allocation if a size was sug...Sebastian Dröge
2010-01-14basetransform: Handle buffers with NULL caps correctlySebastian Dröge
2010-01-12typefind: add a new method that also uses the file extensionWim Taymans
2010-01-10check: remove some cruft from header fileTim-Philipp Müller
2010-01-05check: patch internal check copy some more so that failures actually failTim-Philipp Müller
2009-12-24collectpads: don't keep buffers reffed longer than neededWim Taymans
2009-12-24collectpads: avoid doing subbuffers when we canWim Taymans
2009-12-24collectpads: add ability to install clipping functionsWim Taymans
2009-12-19check: patch internal check copy so it works with our build systemРуслан Ижбулатов
2009-12-19check: update autotools and docs stuff for new check versionРуслан Ижбулатов
2009-12-17check: update internal libcheck to 0.9.8Tim-Philipp Müller
2009-12-11basesink: add some more debuggingWim Taymans
2009-12-08basesink: Allow update NEWSEGMENT events after EOSSebastian Dröge
2009-12-04basesrc: Shut down the pad task when the initial seek fails.Jan Schmidt
2009-12-01basesrc/basesink: Register debug funcptr only once.Edward Hervey
2009-11-28basesink: clip stepping boundariesWim Taymans
2009-11-27docs: fix broken xrefsStefan Kost
2009-11-27docs: fix broken xrefsStefan Kost
2009-11-21basesrc: Add gst_base_src_new_seamless_segment()Jan Schmidt
2009-11-20bytewriter: fix compiler warningTim-Philipp Müller
2009-11-19basesink: Clamp the base time correctly in position reportingJan Schmidt
2009-11-18check: fix symbol exporting when building under et_EE localePriit Laes
2009-11-18basesink: Handle the new sink-message eventSebastian Dröge
2009-11-18plugin-scanner: rename plugin-scanner helper binary to gst-plugin-scannerTim-Philipp Müller
2009-11-16basesink: fix position reportingWim Taymans
2009-11-11basesink: Fix treating base_time as unsigned in position calculationJan Schmidt
2009-11-05pad: rename new api from _refed to _reffed.Stefan Kost
2009-10-28optimisation : Use g_object_newv where possible.Edward Hervey
2009-10-28Remove GST_DEBUG_FUNCPTR where they're pointlessTim-Philipp Müller
2009-10-24typefindhelper: Remove obsolete FIXMESebastian Dröge
2009-10-24typefind: Keep typefind factories sorted in the registry. Fixes #599147Edward Hervey
2009-10-18controller: just cast in internal API where we have checked parameters alreadyStefan Kost
2009-10-18controller: use g_slice for controlled property structuresStefan Kost
2009-10-18libs/base/typefindhelper: Remove useless typechecking in tight loopEdward Hervey
2009-10-15basesrc: fix race in PLAYING->PAUSED->PLAYINGWim Taymans