summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2009-09-01debug: more detail in wrong-state-on-dispose error.Stefan Kost1-2/+6
2009-08-31iterator: fix docs for _new_single().Wim Taymans1-2/+3
2009-08-31docs: it's itsTim-Philipp Müller3-3/+3
2009-08-31registry: fill in elementfactory when registering elementMark Nauwelaerts1-1/+2
2009-08-31utils: use 128bits division on x86_64Wim Taymans1-52/+43
2009-08-29systemclock: fix compilation of win32 codeРуслан Ижбулатов1-3/+7
2009-08-28bin: cache indexWim Taymans1-0/+49
2009-08-28element: better type checksWim Taymans1-7/+8
2009-08-28element; whitespace fixesWim Taymans1-154/+154
2009-08-28systemclock: use preformance counters on windowsWim Taymans1-20/+64
2009-08-28systemclock: fix indentationWim Taymans1-14/+14
2009-08-28utils: use shift instead of divisionWim Taymans1-2/+4
2009-08-28utils: make inlining explicitWim Taymans1-8/+8
2009-08-28utils: optimize for x86_64 with some inline asmWim Taymans1-0/+40
2009-08-28utils: factor out the leading zero count codeWim Taymans1-10/+21
2009-08-28utils: pass correction factor aroundWim Taymans1-68/+19
2009-08-28utils: whitespace fixesWim Taymans1-19/+19
2009-08-28utils: move common correction code in a macroWim Taymans1-28/+16
2009-08-26iterator: Allow to use NULL as object for the single iteratorSebastian Dröge1-4/+4
2009-08-26iterator: API: Add gst_iterator_new_single()Sebastian Dröge2-0/+95
2009-08-22It's __GNUC__, not _GNUC_David Schleef3-4/+4
2009-08-20pluginfeature: add guard to gst_plugin_feature_type_name_filterTim-Philipp Müller1-0/+2
2009-08-18gstpad: Add some DISABLE_DEPRECATED markers in the header tooSebastian Dröge2-0/+15
2009-08-18gstbin: Don't try to change children's state if they're already in the state ...Antoine Tremblay1-3/+27
2009-08-18ghostpad: Always get the proxypad's ghostpad via the ghostpad in the src caps...Sebastian Dröge1-11/+39
2009-08-13gstutils: API: Add rounding to nearest and next integer versions of the 64 bi...Kipp Cannon2-33/+242
2009-08-13gstutils: Revert parts of last change to optimize the scaling functions againKipp Cannon1-98/+73
2009-08-13gstutils: Fix violations of strict-aliasing rules in gst_util_uint64_scale()Sebastian Dröge1-11/+15
2009-08-13gstutils: Refactor gst_util_uint64_scale()Kipp Cannon1-161/+190
2009-08-11bufferlist: update doc stringJonas Holmberg1-4/+3
2009-08-11gstsegment: Actually start==stop==segment_start is inside the segmentSebastian Dröge1-2/+5
2009-08-11gstsegment: Clipping should detect start=stop<segment_start as outside the se...Sebastian Dröge1-1/+1
2009-08-08gst: Remove dead assignmentsEdward Hervey3-7/+1
2009-08-06gstbuffer: add additional checking for writabilityWim Taymans1-0/+9
2009-08-06docs: fix Since: tag for new gst_caps_can_intersect() functionTim-Philipp Müller1-1/+1
2009-08-06utils: use new _caps_can_intersect()Stefan Kost1-15/+10
2009-08-06pad: use new _caps_can_intersect()Stefan Kost1-35/+7
2009-08-06caps: add gst_caps_can_intersect()Stefan Kost2-0/+128
2009-08-06caps: split callback for structure intersect into two functionsStefan Kost1-8/+20
2009-08-06logging: log if we copy caps to be able to track itStefan Kost1-0/+1
2009-08-06caps: add comments about g_ptr_array size behaviourStefan Kost1-0/+7
2009-08-06pad: use correct variable in testStefan Kost1-1/+1
2009-08-06registry: add filename to debug message, like elsewhereStefan Kost1-1/+1
2009-08-06bin: fix compiler warning about unused var when disabling debug loggingStefan Kost1-6/+5
2009-08-06caps: add some more debugging in _replaceWim Taymans1-0/+2
2009-08-06pad: Add some more debuggingWim Taymans1-2/+4
2009-08-06ghostpad: small improvementsWim Taymans1-2/+8
2009-08-06taglist: Add support for ALBUM_ARTIST tagJohn Millikin2-0/+25
2009-07-20gstregistrybinary: add +1 after error checkingStefan Kost1-6/+7
2009-07-20task: fix taskpool leakWim Taymans1-7/+6