summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)AuthorFilesLines
2010-03-12interpolationcontrolsource: Don't pass NULL to the GSequence APISebastian Dröge1-8/+22
2010-03-11Fixes for -Wmissing-declarations -Wmissing-prototypesBenjamin Otte3-1/+43
2010-03-10Fixes for -Wwrite-stringsBenjamin Otte6-34/+35
2010-03-10Make code safe for -Wredundant-declsBenjamin Otte5-16/+0
2010-03-09build: Make some more rules silent if requestedSebastian Dröge5-13/+13
2010-03-09lfocontrolsource: Optimize get_value_array()Sebastian Dröge1-61/+137
2010-03-09interpolationcontrolsource: Optimize get_value_array()Sebastian Dröge1-372/+314
2010-03-03docs: fix up bytewriter doc chunks for float functions as wellTim-Philipp Müller1-4/+4
2010-03-03bytewriter: fix headers for float/double writing functionsTim-Philipp Müller1-4/+4
2010-02-26basesink: fix emergency rendering timestamp trackingMark Nauwelaerts1-1/+1
2010-02-19interpolationcontrolsource: Don't pass NULL pointers to GSequence APISebastian Dröge1-1/+1
2010-02-19interpolationcontrolsource: Add const qualifiers to values in the _set functionsSebastian Dröge2-7/+7
2010-02-19controller: Add some FIXME 0.11 commentsSebastian Dröge1-0/+2
2010-02-18gstcheck: more debug logging for gst_check_element_push_buffer_list()Tim-Philipp Müller1-0/+7
2010-02-18collectpads: Improve docs about 'data' attributeThiago Santos1-0/+2
2010-02-17basesrc: Don't use expensive cast checks in get_range.Edward Hervey1-1/+1
2010-02-15docs: fix gtk-doc chunk for gst_check_element_push_buffer_list()Tim-Philipp Müller1-2/+3
2010-02-12bytewriter: add _fill functionThiago Santos2-0/+28
2010-02-12basesrc: Make locking of the segment a bit more strict and update documentationSebastian Dröge2-21/+11
2010-02-12basesrc: Protect segment values from concurrent access from different threadsSebastian Dröge1-36/+102
2010-02-01gstbytewriter: Fix different function names in .h and .cThiago Santos1-1/+1
2010-01-20gst_private.h: make sure gst_private.h is included before glib.hTim-Philipp Müller2-4/+5
2010-01-17basetransform: Only use suggested caps in buffer allocation if a size was sug...Sebastian Dröge1-1/+2
2010-01-14basetransform: Handle buffers with NULL caps correctlySebastian Dröge1-2/+3
2010-01-12typefind: add a new method that also uses the file extensionWim Taymans2-8/+91
2010-01-10check: remove some cruft from header fileTim-Philipp Müller1-40/+0
2010-01-05check: patch internal check copy some more so that failures actually failTim-Philipp Müller1-0/+4
2009-12-24collectpads: don't keep buffers reffed longer than neededWim Taymans1-8/+10
2009-12-24collectpads: avoid doing subbuffers when we canWim Taymans1-7/+12
2009-12-24collectpads: add ability to install clipping functionsWim Taymans2-40/+129
2009-12-19check: patch internal check copy so it works with our build systemРуслан Ижбулатов9-11/+41
2009-12-19check: update autotools and docs stuff for new check versionРуслан Ижбулатов1-1/+8
2009-12-17check: update internal libcheck to 0.9.8Tim-Philipp Müller13-268/+385
2009-12-11basesink: add some more debuggingWim Taymans1-1/+7
2009-12-08basesink: Allow update NEWSEGMENT events after EOSSebastian Dröge1-1/+5
2009-12-04basesrc: Shut down the pad task when the initial seek fails.Jan Schmidt1-2/+7
2009-12-01basesrc/basesink: Register debug funcptr only once.Edward Hervey2-32/+48
2009-11-28basesink: clip stepping boundariesWim Taymans1-0/+9
2009-11-27docs: fix broken xrefsStefan Kost2-78/+86
2009-11-27docs: fix broken xrefsStefan Kost5-7/+7
2009-11-21basesrc: Add gst_base_src_new_seamless_segment()Jan Schmidt2-0/+64
2009-11-20bytewriter: fix compiler warningTim-Philipp Müller1-1/+4
2009-11-19basesink: Clamp the base time correctly in position reportingJan Schmidt1-1/+1
2009-11-18check: fix symbol exporting when building under et_EE localePriit Laes1-4/+5
2009-11-18basesink: Handle the new sink-message eventSebastian Dröge1-0/+8
2009-11-18plugin-scanner: rename plugin-scanner helper binary to gst-plugin-scannerTim-Philipp Müller3-7/+11
2009-11-16basesink: fix position reportingWim Taymans1-7/+8
2009-11-11basesink: Fix treating base_time as unsigned in position calculationJan Schmidt1-3/+5
2009-11-05pad: rename new api from _refed to _reffed.Stefan Kost2-5/+5
2009-10-28optimisation : Use g_object_newv where possible.Edward Hervey6-6/+6