summaryrefslogtreecommitdiff
path: root/gst/videomixer
AgeCommit message (Expand)AuthorFilesLines
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
2013-06-12Revert "videomixer: When all sinkpads are eos, update output segment stop and...Sebastian Dröge1-4/+1
2013-06-11videomixer: check last end_time after conversion to running segmentMathieu Duponchelle1-15/+15
2013-06-11videomixer: add mix->segment.start to output_end_timeMathieu Duponchelle1-1/+1
2013-06-05Release 1.1.1Sebastian Dröge2-0/+184
2013-05-30videomixer: Add FIXME comment about the DURATION query from adderSebastian Dröge1-0/+16
2013-05-30videomixer: Set a reference to mix->current_caps as the QUERY_CAPS result.Mathieu Duponchelle1-6/+7
2013-05-27videomixer: Maintain z-order when new pad are addedNicolas Dufresne1-1/+2
2013-05-25videomixer: Always handle flush_stop_pending atomicallyThibault Saunier1-9/+6
2013-05-25videomixer: Do not take COLLECT_PADS_STREAM_LOCK when unnecessaryThibault Saunier1-4/+0
2013-05-23videomixer: Don't hold stream-lock while pushing non-serialized eventsNicolas Dufresne1-1/+1
2013-05-23videomixer: Don't hold object lock while sending eventsNicolas Dufresne1-4/+9
2013-05-21videomixer: Send a reconfigure event upstream if sinkpad caps are not usableThibault Saunier1-2/+4
2013-05-20videomixer: When all sinkpads are eos, update output segment stop and forward itMathieu Duponchelle1-0/+3
2013-05-20videomixer: Don't reset the output segment on flush stopMathieu Duponchelle1-1/+1
2013-05-19videomixer: Send caps event from the streaming threadThibault Saunier2-11/+28
2013-05-19videomixer: Do not send flush_stop when receiving a seekThibault Saunier1-7/+0
2013-05-19videomixer2: Protect flush_stop_pending with the collectpad stream lockThibault Saunier1-4/+26
2013-05-09Revert "videomixer2: Take into account new segments"Sebastian Dröge1-4/+3
2013-05-09videomixer2: Take into account new segmentsMathieu Duponchelle1-3/+4
2013-05-08videomixer2: Send stream-start before caps eventSebastian Dröge1-0/+11
2013-04-25videomixer: send stream-start event.Mathieu Duponchelle2-0/+14
2013-04-16videomixer: Don't unref query, we don't own itOlivier Crête1-1/+0
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2013-02-07videomixer2: avoid caps leakTim 'mithro' Ansell1-0/+1
2013-01-31videomixer: fix eos timestamp checkMatthew Waters1-1/+1
2012-11-04Fix FSF addressTim-Philipp Müller5-10/+10
2012-11-02videoconvert: Compare y offset with height, not width, when testing for overlapDouglas Bagnall1-2/+2
2012-11-01videomixer: get height via GST_VIDEO_FRAME_HEIGHT, not _WIDTHDouglas Bagnall1-2/+2