summaryrefslogtreecommitdiff
path: root/gst/videomixer
AgeCommit message (Expand)AuthorFilesLines
2010-04-29videomixer: Add support for YUY2, YVYU, UYVYSebastian Dröge3-2/+165
2010-04-29videomixer: Add support for Y444, Y42B, Y41B and YV12Sebastian Dröge3-69/+240
2010-04-22videomixer: Fix byte order for MMX ARGB/AYUV color fillingSebastian Dröge1-4/+4
2010-04-21videomixer: Fix AYUV checker/color fillingSebastian Dröge1-0/+2
2010-04-19videomixer: Add i387 floating point registers to the clobbered registers listSebastian Dröge1-8/+13
2010-03-20videomixer: Add support for ABGR and RGBASebastian Dröge4-65/+53
2010-03-18build: Makefile.am cleanupsTim-Philipp Müller1-2/+4
2010-03-17Add -Wredundant-decls warning flagBenjamin Otte1-3/+0
2010-03-17Add -Wmissing-declarations -Wmissing-prototypes warning flagsBenjamin Otte2-0/+3
2010-02-24Make sure FLUSH_STOP is sent so not to leave downstream flushing.Alessandro Decina2-0/+29
2010-02-12videomixer: fix timestamp problemsWim Taymans2-6/+19
2010-01-27videomixer: Fix assembly register constraintsSebastian Dröge1-1/+1
2010-01-13videomixer: use 'q' constraint instead of 'r'Stefan Kost1-2/+2
2010-01-11videomixer: Implement basic QoSSebastian Dröge2-21/+141
2010-01-11videomixer: Add MMX implementations for I420 and all non-alpha RGB formatsSebastian Dröge2-20/+273
2010-01-11videomixer: Refactor processing functionsSebastian Dröge10-1235/+893
2009-12-25videomixer: optimize blend code some moreWim Taymans1-43/+115
2009-12-24videomixer: scale and clampWim Taymans4-9/+9
2009-12-24videomixer: some trivial cleanupsWim Taymans1-12/+7
2009-12-17videomixer: Fix assembly compilation on x86Sebastian Dröge1-8/+12
2009-12-16videomixer: Use movzbl instead of movzxb for moving one byte to a l registerSebastian Dröge1-1/+1
2009-12-16videomixer: src/dest are input and output of the AYUV blending MMX assemblerSebastian Dröge1-8/+8
2009-12-15videomixer: Add MMX implementations of the AYUV blending and color filling fu...Sebastian Dröge3-3/+172
2009-12-12videomixer: Dequeue current buffer on FLUSH_STOP and don't unref NULL buffersSebastian Dröge1-2/+17
2009-12-11videomixer: Fix stupid mistake in last commitSebastian Dröge1-1/+1
2009-12-11videomixer: Don't do floating point math in the inner processing loop for I42...Sebastian Dröge1-1/+4
2009-12-10videomixer: Remove wrong comments, copied from the I420 blend functionSebastian Dröge3-3/+0
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-09-22videomixer: fix up Makefile some moreTim-Philipp Müller1-1/+1
2009-09-22videomixer: Add $(GST_PLUGINS_BASE_LIBS) to LDFLAGS for linking libgstvideoBrian Cameron1-1/+1
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öge3-3/+238
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öge5-33/+9
2009-07-10videomixer: Remove unused link/unlink pad methodsEdward Hervey1-15/+0
2009-07-10videomixer: I420 mode: Add fast path for 0.0 and 1.0 alphaEdward Hervey1-0/+18
2009-07-10videomixer: I420 blending : Fix main algorithm.Edward Hervey1-1/+1
2009-07-10videomixer: Make debugging category global to all the code.Edward Hervey4-2/+7
2009-07-10videomixer: improve readability of debugging statements.Edward Hervey1-11/+11
2009-07-08videomixer: Make checker pattern lookup table constantSebastian Dröge2-2/+2
2009-07-08videomixer: Add support for ARGBSebastian Dröge3-143/+156
2009-06-11docs: Quieten a couple more docs warningsJan Schmidt1-1/+1
2009-05-28videomixer: Don't use // commentsSebastian Dröge3-6/+5
2009-05-28videomixer: Fix background blitting when a color mode is selected with BGRASebastian Dröge1-7/+8
2009-05-28videomixer: Some cleanup and fix the calculation of the frame size in bytesSebastian Dröge5-30/+44
2009-05-28videomixer: Fix I420 blending to actually do somethingSebastian Dröge1-10/+33