summaryrefslogtreecommitdiff
path: root/gst/videomixer/videomixer.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-24videomixer: some trivial cleanupsWim Taymans1-12/+7
2009-12-15videomixer: Add MMX implementations of the AYUV blending and color filling fu...Sebastian Dröge1-1/+34
2009-12-12videomixer: Dequeue current buffer on FLUSH_STOP and don't unref NULL buffersSebastian Dröge1-2/+17
2009-12-09videomixer: The queued duration is a signed integerSebastian Dröge1-2/+2
2009-12-09videomixer: Only pop buffers from collectpads after they're fully consumedSebastian Dröge1-2/+3
2009-12-09videomixer: Use gst_util_uint64_scale_int() for fps to seconds per frame calc...Sebastian Dröge1-2/+4
2009-07-10videomixer: Random cleanupSebastian Dröge1-91/+46
2009-07-10videomixer: Send queries to the master pad by default instead of all padsSebastian Dröge1-2/+2
2009-07-10videomixer: Add RGB, BGR, xRGB, RGBx, xBGR, BGRx supportSebastian Dröge1-2/+81
2009-07-10videomixer: Clean up debugging a bitSebastian Dröge1-19/+20
2009-07-10videomixer: Remove some redundant checks and error out immediately if not neg...Sebastian Dröge1-26/+21
2009-07-10videomixer: Remove the calculate_frame_size() function and use libgstvideo in...Sebastian Dröge1-13/+6
2009-07-10videomixer: Remove unused link/unlink pad methodsEdward Hervey1-15/+0
2009-07-10videomixer: Make debugging category global to all the code.Edward Hervey1-2/+1
2009-07-10videomixer: improve readability of debugging statements.Edward Hervey1-11/+11
2009-07-08videomixer: Add support for ARGBSebastian Dröge1-43/+50
2009-06-11docs: Quieten a couple more docs warningsJan Schmidt1-1/+1
2009-05-28videomixer: Don't use // commentsSebastian Dröge1-1/+1
2009-05-28videomixer: Some cleanup and fix the calculation of the frame size in bytesSebastian Dröge1-24/+24
2009-05-28videomixer: Add support for blending BGRA and AYUVAlex Ugarte1-280/+208
2009-04-18Remove trivial unused variables detected by CLang static analyzer.Edward Hervey1-6/+1
2009-03-26videomixer: some more indent fixesWim Taymans1-3/+0
2009-03-26videomixer: fix gst-indent screwupWim Taymans1-50/+0
2009-01-28Update and add documentation for plugins with no deps (gst).Stefan Kost1-12/+5
2008-09-25gst/videomixer/videomixer.c: Handle segments a little better. Fixes #537361.Wim Taymans1-1/+15
2008-06-10gst/videomixer/videomixer.c: Remove bogus check.Wim Taymans1-2/+3
2008-06-10gst/videomixer/videomixer.c: Use stream_time to synchronize the object proper...Wim Taymans1-7/+26
2008-06-02gst/videomixer/videomixer.c: When using gst_element_iterate_pads() one has to...Sebastian Dröge1-0/+61
2008-05-28gst/videomixer/videomixer.*: duration and latency queries.Sebastian Dröge1-0/+203
2008-05-27gst/videomixer/videomixer.*: Implement proper seek/newsegment handling.Edward Hervey1-1/+171
2008-05-20gst/videomixer/videomixer.c: Add missing incudes.Stefan Kost1-0/+5
2008-05-20gst/videomixer/videomixer.*: Instead of a random number for the request pad i...Jan Schmidt1-3/+9
2008-05-19Try using thaytans new mechanism to get extra classes into plugin docs. Apare...Stefan Kost1-0/+4
2008-02-29gst/videomixer/videomixer.c: Don't call gst_object_sync_values() unless we ha...Michael Smith1-2/+3
2008-01-16gst/videomixer/videomixer.c: Also commit the missing gst_object_sync_values().Stefan Kost1-3/+3
2008-01-15docs/plugins/: Update plugin docs.Stefan Kost1-128/+12
2008-01-09gst/videomixer/videomixer.c: Fix error from my last commit.Edward Hervey1-1/+1
2008-01-09gst/videomixer/videomixer.c: Implement GstChildProxy interface.Edward Hervey1-27/+68
2007-05-08gst/videomixer/videomixer.c: Fix strides calculation for AYUV (it's just widt...Tim-Philipp Müller1-19/+9
2006-12-16gst/videomixer/videomixer.c: Introduce some locking around the videomixer sta...Sjoerd Simons1-152/+109
2006-12-06gst/videomixer/videomixer.c: Don't reset xpos and ypos in the setcaps functio...Sjoerd Simons1-5/+1
2006-11-13gst/videomixer/videomixer.c: Fix memleak by unref'ing collectpads instance (w...Mark Nauwelaerts1-26/+143
2006-10-30gst/videomixer/videomixer.c: Fix videomixer so that it can handle any combina...Mark Nauwelaerts1-2/+2
2006-09-25gst/: Include stdlib.h in some more places, makes things compile with uClibc ...Peter Kjellerstedt1-0/+1
2006-09-16More G_OBJECT macro fixing.Stefan Kost1-2/+2
2006-05-10Const-ify GEnumValue arrays.Tim-Philipp Müller1-1/+1
2006-04-25Define GstElementDetails as const and also static (when defined as global)Stefan Kost1-1/+1
2006-04-08Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost1-1/+1
2006-03-30better/unified long descriptionsWim Taymans1-1/+1
2006-03-24gst/: use DEBUG_FUNCPTR for collectpadsStefan Kost1-1/+2