summaryrefslogtreecommitdiff
path: root/gst/videomixer
AgeCommit message (Expand)AuthorFilesLines
2015-02-27videomixer: Drop custom latency querying logicArun Raghavan1-88/+0
2015-02-11Improve and fix LATENCY query handlingSebastian Dröge1-7/+9
2015-01-27videomixer: update orc filesLuis de Bethencourt1-46/+34
2015-01-19videomixer: fix illegal memory access in blend function with negative yposVincent Penquerc'h1-7/+9
2014-11-17videomixer: fix up QoS handling for live sourcesMatthew Waters2-1/+6
2014-11-03videomixer2: reverse order of params for converterWim Taymans1-1/+1
2014-10-01videomixer: Actually use the correct GstVideoInfo for conversionSebastian Dröge1-1/+1
2014-10-01videomixer: Revert the last commit and handle resolutions differences properlySebastian Dröge1-6/+6
2014-10-01videomixer: GstVideoConverter currently can't rescale and will assertSebastian Dröge1-1/+6
2014-09-24videomixer: use video library code instead of copyWim Taymans10-12012/+53
2014-09-04videomixer: Fix synchronization if dynamically changing the FPSAndrei Sarakeev1-0/+14
2014-08-14videomixer: Use the best width/height/etc if downstream can handle thatSebastian Dröge1-1/+1
2014-08-14videomixer: Avoid double free of VideoConvertRavi Kiran K N1-0/+2
2014-08-08videomixer: Unref allowed caps after usageSebastian Rasmussen1-1/+4
2014-07-04videomixer: fix double unlock in segment seek segment code pathTim-Philipp Müller1-1/+1
2014-07-01videomixer: reset QoS on segment eventVincent Penquerc'h1-0/+1
2014-06-28videomixer: Update dist generated ORC filesSebastian Dröge2-8902/+1268
2014-06-28videomixer: Update videoconvert code from -baseSebastian Dröge5-942/+448
2014-06-26videomixer: Declare as Compositor in 'klass'Thibault Saunier1-1/+1
2014-06-25videomixer2: Solve segmentation fault when src caps are configuredDavid Fernandez1-5/+5
2014-05-03Release 1.3.1Sebastian Dröge1-2/+2
2014-04-16videomixer: name collectpads object based on videomixer nameTim-Philipp Müller1-0/+14
2014-04-16videomixer: better logging of incoming eventsTim-Philipp Müller1-2/+2
2014-04-16videomixer: remove dead codeVincent Penquerc'h1-22/+4
2014-04-16videomixer: Create hashtable only when we actually use itSebastian Dröge1-1/+3
2014-04-16videomixer: Chain up to the parent class' dispose functionSebastian Dröge1-0/+2
2014-03-16videomixer: Port to new collectpads APIMathieu Duponchelle2-62/+12
2014-03-11videomixer2: store video info with buffers to keep it in syncThiago Santos1-1/+11
2013-11-29videomixer: Simplify NV12/21 blending code macrosSebastian Dröge1-9/+9
2013-11-29videomixer: Fix segfault when filling the background of a UYVY frameSebastian Dröge1-2/+2
2013-11-27videomixer: explicitly fail when alpha information would have been lost.Mathieu Duponchelle1-0/+12
2013-11-22videomixer2: Merge tag events to send them in collected.MathieuDuponchelle2-0/+30
2013-10-29videomixer: remove unneeded guint comparaisonMatthieu Bouron1-1/+1
2013-10-04videomixer: Update videoconvert copyMathieu Duponchelle1-102/+139
2013-10-04videomixer: Check if the pad needs reconfiguration in collectedMathieu Duponchelle1-0/+3
2013-09-17videomixer: link to libm for maths stuffTim-Philipp Müller1-1/+1
2013-09-16videomixer: Update orc generated filesSebastian Dröge2-4/+16637
2013-09-11videomixer: Do not check if caps are empty when they are NULLThibault Saunier1-1/+1
2013-09-11videomixer: fix build if orc is not installedSeán de Búrca2-1/+0
2013-09-10videomixer: Add colorspace conversionMathieu Duponchelle2-59/+262
2013-09-10videomixer: Don't send reconfigure event when formats or PAR are differentMathieu Duponchelle1-1/+0
2013-09-10videomixer: Bundle private copies of videoconvert codeMathieu Duponchelle9-223/+3669
2013-09-04videomixer: Don't set EOS to FALSE when the collectpad *is* EOSMathieu Duponchelle1-1/+2
2013-08-23videomixer: don't send flush_stop twice.Mathieu Duponchelle1-0/+2
2013-08-17videomixer: Do not send flush_stop ourself after a flush_startThibault Saunier2-3/+8
2013-08-11videomixer: Send EOS if buf_end >= segment.stopThibault Saunier1-5/+7
2013-08-06videomixer: Make sure to send EOS if the buffer end time equals the segment e...Thibault Saunier1-5/+7
2013-07-21videomixer: use gst_util_uint64_scale*_round.Mathieu Duponchelle1-3/+3
2013-07-09videomixer: Fix handling of buffers without a durationSebastian Dröge1-0/+2
2013-07-09videomixer: Fix negotiation with 0/1 frameratesSebastian Dröge1-3/+3