summaryrefslogtreecommitdiff
path: root/gst/videomixer
AgeCommit message (Expand)AuthorFilesLines
2013-02-07videomixer2: avoid caps leakTim 'mithro' Ansell1-0/+1
2013-01-31videomixer: fix eos timestamp checkMatthew Waters1-1/+1
2012-11-02videomixer: get height via GST_VIDEO_FRAME_HEIGHT, not _WIDTHDouglas Bagnall1-2/+2
2012-11-02videoconvert: Compare y offset with height, not width, when testing for overlapDouglas Bagnall1-2/+2
2012-10-19videomixer2: Fix race condition where a src setcaps is ignoredYouness Alaoui2-0/+14
2012-09-26videomixer: clear video frame more correctlyTim-Philipp Müller1-5/+17
2012-09-25videomixer: fix warnings when using transparent backgroundTim-Philipp Müller1-1/+8
2012-09-25videomixer: Fix leakEdward Hervey1-0/+1
2012-09-18videomixer: init videoinfoMark Nauwelaerts1-0/+1
2012-09-18videomixer: chain up to collectpads query functionMark Nauwelaerts1-1/+1
2012-09-18videomixer: Don't let GstCollectPad shadow custom sink pad query funcNicolas Dufresne1-16/+10
2012-09-12collectpads: remove gst_collect_pads_add_pad_fullStefan Sauer1-1/+1
2012-09-12videomixer2: Adding nv12 and nv21 supportYouness Alaoui3-1/+233
2012-08-27docs: gst-launch-0.11 -> gst-launch-1.0Tim-Philipp Müller1-4/+4
2012-08-24videomixer: fix endianness check on systems where non-glib endianness defines...Michael Rubinstein1-1/+1
2012-08-08gst: Set alignment at the correct place of GstAllocationParamsSebastian Dröge1-1/+1
2012-08-08gst: update disted orc filesTim-Philipp Müller1-21/+49
2012-07-24videomixer: prefix orc functions with video_mixer_orc_Wim Taymans4-78/+78
2012-06-11childproxy: update api useStefan Sauer1-2/+2
2012-05-01videomixer: change sink pad template name from sink_%d to sink_%uTim-Philipp Müller2-5/+5
2012-04-17collectpads2: rename to collectpadsMark Nauwelaerts3-34/+34
2012-04-16misc: chain up to collectpads event handlerMark Nauwelaerts1-11/+4
2012-04-12Release 0.11.90Sebastian Dröge1-7/+7
2012-04-10Use new gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2012-04-04gst: Update versioningSebastian Dröge1-1/+1
2012-03-31update for child proxy api changeWim Taymans1-5/+7
2012-03-15update for memory api changesWim Taymans1-1/+2
2012-03-11fix for caps api changesWim Taymans1-1/+1
2012-01-26videomixer2: remove pad event functionWim Taymans1-25/+0
2012-01-26videomixer: more fixesWim Taymans1-4/+4
2012-01-26videomixer: make videomixer work somewhatWim Taymans1-28/+36
2012-01-26videomixer: port to 0.11Wim Taymans4-133/+192
2012-01-26videomixer2: Update for the new collectpads2 event handling APISebastian Dröge1-4/+10
2012-01-25videomixer: some more portingWim Taymans3-124/+83
2012-01-25videomixer: port blend functionWim Taymans2-83/+148
2012-01-19port to new gthread APIWim Taymans1-4/+0
2012-01-10Merge branch 'master' into 0.11Sebastian Dröge1-0/+4
2012-01-09videomixer: Remove videomixer and register videomixer2 as videomixerSebastian Dröge6-2126/+13
2012-01-04GST_FLOW_UNEXPECTED -> GST_FLOW_EOSWim Taymans1-2/+2
2011-12-12Suppress deprecation warnings in selected files, for g_static_rec_mutex_* mostlyTim-Philipp Müller1-0/+4
2011-12-12Work around deprecated thread API in glib masterTim-Philipp Müller2-0/+4
2011-11-28various: fix pad template leaksVincent Penquerc'h2-8/+4
2011-11-17collectpads: port API changesStefan Sauer1-1/+1
2011-11-04controller: port to new controller location and apiStefan Sauer3-7/+4
2011-11-04make %u in all request pad templatesWim Taymans1-3/+3
2011-10-28videomixer2: Use the clip function instead of the prepare_buffer functionSebastian Dröge1-6/+13
2011-10-28videomixer2: Use collectpads2 from coreSebastian Dröge5-2277/+5
2011-10-14videomixer2: Fix a leakArun Raghavan1-0/+1
2011-10-13videomixer2: Fix incorrect gst_buffer_replace() callArun Raghavan1-1/+1