index
:
gst-plugins-good.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gst
/
videomixer
/
videomixer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
videomixer: Random cleanup
Sebastian Dröge
2009-07-10
1
-91
/
+46
*
videomixer: Send queries to the master pad by default instead of all pads
Sebastian Dröge
2009-07-10
1
-2
/
+2
*
videomixer: Add RGB, BGR, xRGB, RGBx, xBGR, BGRx support
Sebastian Dröge
2009-07-10
1
-2
/
+81
*
videomixer: Clean up debugging a bit
Sebastian Dröge
2009-07-10
1
-19
/
+20
*
videomixer: Remove some redundant checks and error out immediately if not neg...
Sebastian Dröge
2009-07-10
1
-26
/
+21
*
videomixer: Remove the calculate_frame_size() function and use libgstvideo in...
Sebastian Dröge
2009-07-10
1
-13
/
+6
*
videomixer: Remove unused link/unlink pad methods
Edward Hervey
2009-07-10
1
-15
/
+0
*
videomixer: Make debugging category global to all the code.
Edward Hervey
2009-07-10
1
-2
/
+1
*
videomixer: improve readability of debugging statements.
Edward Hervey
2009-07-10
1
-11
/
+11
*
videomixer: Add support for ARGB
Sebastian Dröge
2009-07-08
1
-43
/
+50
*
docs: Quieten a couple more docs warnings
Jan Schmidt
2009-06-11
1
-1
/
+1
*
videomixer: Don't use // comments
Sebastian Dröge
2009-05-28
1
-1
/
+1
*
videomixer: Some cleanup and fix the calculation of the frame size in bytes
Sebastian Dröge
2009-05-28
1
-24
/
+24
*
videomixer: Add support for blending BGRA and AYUV
Alex Ugarte
2009-05-28
1
-280
/
+208
*
Remove trivial unused variables detected by CLang static analyzer.
Edward Hervey
2009-04-18
1
-6
/
+1
*
videomixer: some more indent fixes
Wim Taymans
2009-03-26
1
-3
/
+0
*
videomixer: fix gst-indent screwup
Wim Taymans
2009-03-26
1
-50
/
+0
*
Update and add documentation for plugins with no deps (gst).
Stefan Kost
2009-01-28
1
-12
/
+5
*
gst/videomixer/videomixer.c: Handle segments a little better. Fixes #537361.
Wim Taymans
2008-09-25
1
-1
/
+15
*
gst/videomixer/videomixer.c: Remove bogus check.
Wim Taymans
2008-06-10
1
-2
/
+3
*
gst/videomixer/videomixer.c: Use stream_time to synchronize the object proper...
Wim Taymans
2008-06-10
1
-7
/
+26
*
gst/videomixer/videomixer.c: When using gst_element_iterate_pads() one has to...
Sebastian Dröge
2008-06-02
1
-0
/
+61
*
gst/videomixer/videomixer.*: duration and latency queries.
Sebastian Dröge
2008-05-28
1
-0
/
+203
*
gst/videomixer/videomixer.*: Implement proper seek/newsegment handling.
Edward Hervey
2008-05-27
1
-1
/
+171
*
gst/videomixer/videomixer.c: Add missing incudes.
Stefan Kost
2008-05-20
1
-0
/
+5
*
gst/videomixer/videomixer.*: Instead of a random number for the request pad i...
Jan Schmidt
2008-05-20
1
-3
/
+9
*
Try using thaytans new mechanism to get extra classes into plugin docs. Apare...
Stefan Kost
2008-05-19
1
-0
/
+4
*
gst/videomixer/videomixer.c: Don't call gst_object_sync_values() unless we ha...
Michael Smith
2008-02-29
1
-2
/
+3
*
gst/videomixer/videomixer.c: Also commit the missing gst_object_sync_values().
Stefan Kost
2008-01-16
1
-3
/
+3
*
docs/plugins/: Update plugin docs.
Stefan Kost
2008-01-15
1
-128
/
+12
*
gst/videomixer/videomixer.c: Fix error from my last commit.
Edward Hervey
2008-01-09
1
-1
/
+1
*
gst/videomixer/videomixer.c: Implement GstChildProxy interface.
Edward Hervey
2008-01-09
1
-27
/
+68
*
gst/videomixer/videomixer.c: Fix strides calculation for AYUV (it's just widt...
Tim-Philipp Müller
2007-05-08
1
-19
/
+9
*
gst/videomixer/videomixer.c: Introduce some locking around the videomixer sta...
Sjoerd Simons
2006-12-16
1
-152
/
+109
*
gst/videomixer/videomixer.c: Don't reset xpos and ypos in the setcaps functio...
Sjoerd Simons
2006-12-06
1
-5
/
+1
*
gst/videomixer/videomixer.c: Fix memleak by unref'ing collectpads instance (w...
Mark Nauwelaerts
2006-11-13
1
-26
/
+143
*
gst/videomixer/videomixer.c: Fix videomixer so that it can handle any combina...
Mark Nauwelaerts
2006-10-30
1
-2
/
+2
*
gst/: Include stdlib.h in some more places, makes things compile with uClibc ...
Peter Kjellerstedt
2006-09-25
1
-0
/
+1
*
More G_OBJECT macro fixing.
Stefan Kost
2006-09-16
1
-2
/
+2
*
Const-ify GEnumValue arrays.
Tim-Philipp Müller
2006-05-10
1
-1
/
+1
*
Define GstElementDetails as const and also static (when defined as global)
Stefan Kost
2006-04-25
1
-1
/
+1
*
Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
Stefan Kost
2006-04-08
1
-1
/
+1
*
better/unified long descriptions
Wim Taymans
2006-03-30
1
-1
/
+1
*
gst/: use DEBUG_FUNCPTR for collectpads
Stefan Kost
2006-03-24
1
-1
/
+2
*
gst/videomixer/videomixer.c: Code cleanup and re-enabling queued time validit...
Julien Moutte
2005-12-13
1
-5
/
+5
*
Adding documentation for videomixer on my way with a funny sample pipeline.
Julien Moutte
2005-12-12
1
-2
/
+40
*
gst/videomixer/videomixer.c: Fix caps negotiation. (#323896)
Julien Moutte
2005-12-12
1
-22
/
+30
*
expand tabs
Thomas Vander Stichele
2005-12-06
1
-137
/
+137
*
Update for alloc_buffer changes.
Andy Wingo
2005-12-05
1
-5
/
+7
*
fix up more enums
Thomas Vander Stichele
2005-11-22
1
-3
/
+3
[next]