summaryrefslogtreecommitdiff
path: root/gst/videomixer
Commit message (Expand)AuthorAgeFilesLines
* win32: remove outdated build cruftTim-Philipp Müller2016-02-211-145/+0
* videomixer: use GST_STIME_ARGS for GstClockTimeDiffLuis de Bethencourt2015-11-021-3/+3
* Release 1.5.11.5.1Sebastian Dröge2015-06-071-34/+46
* Remove obsolete Android build cruftTim-Philipp Müller2015-04-261-15/+0
* videomixer: Drop custom latency querying logicArun Raghavan2015-02-271-88/+0
* Improve and fix LATENCY query handlingSebastian Dröge2015-02-111-7/+9
* videomixer: update orc filesLuis de Bethencourt2015-01-271-46/+34
* videomixer: fix illegal memory access in blend function with negative yposVincent Penquerc'h2015-01-191-7/+9
* videomixer: fix up QoS handling for live sourcesMatthew Waters2014-11-172-1/+6
* videomixer2: reverse order of params for converterWim Taymans2014-11-031-1/+1
* videomixer: Actually use the correct GstVideoInfo for conversionSebastian Dröge2014-10-011-1/+1
* videomixer: Revert the last commit and handle resolutions differences properlySebastian Dröge2014-10-011-6/+6
* videomixer: GstVideoConverter currently can't rescale and will assertSebastian Dröge2014-10-011-1/+6
* videomixer: use video library code instead of copyWim Taymans2014-09-2410-12012/+53
* videomixer: Fix synchronization if dynamically changing the FPSAndrei Sarakeev2014-09-041-0/+14
* videomixer: Use the best width/height/etc if downstream can handle thatSebastian Dröge2014-08-141-1/+1
* videomixer: Avoid double free of VideoConvertRavi Kiran K N2014-08-141-0/+2
* videomixer: Unref allowed caps after usageSebastian Rasmussen2014-08-081-1/+4
* videomixer: fix double unlock in segment seek segment code pathTim-Philipp Müller2014-07-041-1/+1
* videomixer: reset QoS on segment eventVincent Penquerc'h2014-07-011-0/+1
* videomixer: Update dist generated ORC filesSebastian Dröge2014-06-282-8902/+1268
* videomixer: Update videoconvert code from -baseSebastian Dröge2014-06-285-942/+448
* videomixer: Declare as Compositor in 'klass'Thibault Saunier2014-06-261-1/+1
* videomixer2: Solve segmentation fault when src caps are configuredDavid Fernandez2014-06-251-5/+5
* Release 1.3.11.3.1Sebastian Dröge2014-05-031-2/+2
* videomixer: name collectpads object based on videomixer nameTim-Philipp Müller2014-04-161-0/+14
* videomixer: better logging of incoming eventsTim-Philipp Müller2014-04-161-2/+2
* videomixer: remove dead codeVincent Penquerc'h2014-04-161-22/+4
* videomixer: Create hashtable only when we actually use itSebastian Dröge2014-04-161-1/+3
* videomixer: Chain up to the parent class' dispose functionSebastian Dröge2014-04-161-0/+2
* videomixer: Port to new collectpads APIMathieu Duponchelle2014-03-162-62/+12
* videomixer2: store video info with buffers to keep it in syncThiago Santos2014-03-111-1/+11
* videomixer: Simplify NV12/21 blending code macrosSebastian Dröge2013-11-291-9/+9
* videomixer: Fix segfault when filling the background of a UYVY frameSebastian Dröge2013-11-291-2/+2
* videomixer: explicitly fail when alpha information would have been lost.Mathieu Duponchelle2013-11-271-0/+12
* videomixer2: Merge tag events to send them in collected.MathieuDuponchelle2013-11-222-0/+30
* videomixer: remove unneeded guint comparaisonMatthieu Bouron2013-10-291-1/+1
* videomixer: Update videoconvert copyMathieu Duponchelle2013-10-041-102/+139
* videomixer: Check if the pad needs reconfiguration in collectedMathieu Duponchelle2013-10-041-0/+3
* videomixer: link to libm for maths stuffTim-Philipp Müller2013-09-171-1/+1
* videomixer: Update orc generated filesSebastian Dröge2013-09-162-4/+16637
* videomixer: Do not check if caps are empty when they are NULLThibault Saunier2013-09-111-1/+1
* videomixer: fix build if orc is not installedSeán de Búrca2013-09-112-1/+0
* videomixer: Add colorspace conversionMathieu Duponchelle2013-09-102-59/+262
* videomixer: Don't send reconfigure event when formats or PAR are differentMathieu Duponchelle2013-09-101-1/+0
* videomixer: Bundle private copies of videoconvert codeMathieu Duponchelle2013-09-109-223/+3669
* videomixer: Don't set EOS to FALSE when the collectpad *is* EOSMathieu Duponchelle2013-09-041-1/+2
* videomixer: don't send flush_stop twice.Mathieu Duponchelle2013-08-231-0/+2
* videomixer: Do not send flush_stop ourself after a flush_startThibault Saunier2013-08-172-3/+8
* videomixer: Send EOS if buf_end >= segment.stopThibault Saunier2013-08-111-5/+7