summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)AuthorFilesLines
2010-10-13libs/gst/dataqueue: Document gst_data_queue_new_fullEdward Hervey1-1/+7
2010-10-13base/gstdataqueue: inline some functions, get levels with memcpy.Edward Hervey1-6/+5
2010-10-11docs: use the gtk-doc shortcuts to get coloured and xrefed exampleStefan Kost1-2/+3
2010-10-11basesrc: tag as a SOURCE elementWim Taymans1-0/+1
2010-10-10basetransform: Report the output position on POSITION queries on the srcpadSebastian Dröge1-3/+23
2010-10-08bytewriter: Add missing fileSebastian Dröge1-0/+362
2010-10-08bytewriter: Add unchecked variants of the writing functionsSebastian Dröge2-12/+32
2010-10-08controller, dataprotocol: make public enum _get_type() functions thread-safeTim-Philipp Müller2-24/+26
2010-10-08dataprotocol, lfocontrolsource: fix enum value name in enums that are public APITim-Philipp Müller2-7/+7
2010-10-08bytewriter: Fix possible infinite loop caused by an overflowSebastian Dröge1-2/+2
2010-10-05lfocontrolsource: use math-compat.h for M_PITim-Philipp Müller1-1/+1
2010-10-05basesink: don't take preroll-lock in get_propertyStefan Kost1-8/+4
2010-10-05basesink: add a fixme for 0.11Stefan Kost1-1/+1
2010-10-04basesink: format negative values betterWim Taymans1-2/+2
2010-10-03bytewriter: Add inline variants of all important functionsSebastian Dröge2-68/+182
2010-10-03bitreader: Add inlined and unchecked versions of the important functionsSebastian Dröge4-75/+384
2010-10-03bytewriter: Add guards to the inlined get_pos/get_remaining/get_size/etc func...Sebastian Dröge2-32/+59
2010-10-03bitreader: Optimize peek_bits/get_bits a bitSebastian Dröge1-13/+27
2010-09-24basesink: improve adjust_time()Wim Taymans1-2/+9
2010-09-24basesink: renderdelay needs to be subtracted in adjust_time()Havard Graff1-1/+1
2010-09-23basetransform: Make a WARNING into a DEBUG statementHavard Graff1-1/+1
2010-09-23basetransform: avoid useless memcpyWim Taymans1-4/+11
2010-09-18adapter: Add check for pattern bits not in maskDavid Schleef1-0/+1
2010-09-17adapter: add function to get a list of buffersWim Taymans2-0/+49
2010-09-17adapter: reuse more data in _peek()Wim Taymans1-7/+23
2010-09-17adapter: optimize _take() a little moreWim Taymans1-9/+28
2010-09-17adapter: refactor adapter takeWim Taymans1-29/+30
2010-09-17adapter: add support for 0 sized buffersWim Taymans1-31/+31
2010-09-02Fix casts in a bunch of inline functions to maintain correct const-nessJeffrey S. Smith1-4/+4
2010-09-01build: use new AG_GST_PKG_CONFIG_PATH m4 macro from commonTim-Philipp Müller5-5/+5
2010-08-30check: Use g_strcmp0 instead of strcmpEdward Hervey1-1/+1
2010-08-27base: Stop using GST_FLOW_IS_FATAL()Sebastian Dröge2-45/+48
2010-08-26basetransform: recover from invalid downstream suggestionsWim Taymans1-11/+33
2010-08-12gstcollectpads: Fix docs about GstCollectData listThiago Santos1-2/+2
2010-08-06basesrc: Make sure the buffer metadata is writable before changing itSebastian Dröge1-2/+6
2010-08-05debug: logging improvementsStefan Kost3-5/+13
2010-08-05check: don't use c++ keywords as variable namesStefan Kost2-12/+12
2010-08-05basesrc: log seek event detailsStefan Kost1-1/+1
2010-08-05basesrc: avoid some caps manipulationStefan Kost1-3/+2
2010-08-04bytereader: Fix docsThiago Santos1-9/+9
2010-07-27basetransform fix for upstream caps-renegotiationRob Clark1-2/+8
2010-07-26basetransform: Try suggesting caps on bad caps pad_allocThiago Santos1-4/+44
2010-07-17basetransform: Allow the subclass to add new fields to caps when getting new ...Sebastian Dröge1-0/+17
2010-07-16gstcheck: fix some silly list iteration codeTim-Philipp Müller1-11/+6
2010-07-16basesrc: Return values in stream time for the POSITION querySebastian Dröge1-1/+4
2010-07-16basesink: Implement GstElement::get_query_types()Sebastian Dröge1-0/+17
2010-07-16basesink: Only answer the SEGMENT query in pull modeSebastian Dröge1-4/+7
2010-07-16basetransform: Implement POSITION querySebastian Dröge1-0/+52
2010-07-06basesink: add accessors for the enable-last-buffer property.Alessandro Decina2-13/+53
2010-07-06basesink: add new enable-last-buffer property.Alessandro Decina1-5/+56