summaryrefslogtreecommitdiff
path: root/gst/librfb
AgeCommit message (Expand)AuthorFilesLines
2016-04-05rfbsrc: Fix fallback to GstVideoBufferPoolNicolas Dufresne1-3/+5
2016-04-05rfbsrc: Implement decide_allocation virtualNicolas Dufresne2-55/+41
2016-04-05rfbsrc: Fix caps negotiationNicolas Dufresne1-38/+8
2016-04-05rfbsrc: Implement unlock() methodNicolas Dufresne1-0/+10
2016-04-05rfbsrc: Check for connection being closedNicolas Dufresne1-1/+8
2016-04-05rfbsrc: Check for read/write errorNicolas Dufresne1-50/+125
2016-04-05rfbsrc: Add a internal method to disconnectNicolas Dufresne3-18/+28
2016-04-05rfbsrc: Don't ignore errorsNicolas Dufresne1-0/+1
2016-04-05rfbsrc: Serialize write operationsNicolas Dufresne2-0/+11
2016-04-05rfbsrc: Add 3.7/3.8 security type negotiationNicolas Dufresne1-5/+44
2016-04-05rfbsrc: Port to GSocketClientNicolas Dufresne4-100/+49
2016-04-05rfbsrc: Remove useless library wrappingNicolas Dufresne4-19/+7
2016-04-05rfbsrc: Cleanup dead codeNicolas Dufresne8-142/+0
2016-04-05rfbsrc: Properly fallback to 3.3Nicolas Dufresne1-0/+1
2016-04-05rfbsrc: Cleanly handle security negotiation failureNicolas Dufresne1-2/+5
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM1-2/+2
2015-11-18Remove unnecessary NULL checks before g_free()Reynaldo H. Verdejo Pinochet1-4/+2
2015-04-27Rename property enums from ARG_ to PROP_Luis de Bethencourt1-48/+48
2015-04-26Remove obsolete Android build cruftTim-Philipp Müller1-14/+0
2015-01-21Constify some static arrays everywhereSebastian Dröge1-4/+4
2014-08-28rfbsrc: Clamp out of bounds resolutions to prevent segfaultsBlake Tregre1-4/+14
2014-05-02rfbsrc: Send stream-start event in the beginningBlake Tregre1-0/+8
2013-06-07rfb: Link with libgstbase for GstPushSrcSebastian Dröge1-2/+2
2013-05-11rfbsrc: post error messages on errorsTim-Philipp Müller3-16/+93
2013-05-11rfbsrc: fix rfbdecoder new/free asymetry and wrong free in error caseTim-Philipp Müller2-2/+2
2013-05-11rfbsrc: make authentication handshake safe for multiple instancesTim-Philipp Müller3-32/+39
2013-05-10rfbsrc: remove GPL-licensed source fileTim-Philipp Müller4-219/+26
2013-05-10rfbsrc: use glib gio sockets for network accessAleix Conchillo Flaque4-90/+148
2013-05-10rfbsrc: port to 1.0Aleix Conchillo Flaque3-58/+145
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2012-11-04Fix FSF addressTim-Philipp Müller4-6/+6
2012-10-17Use gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts1-1/+1
2012-06-14rfbsrc: Fix compiling in WindowsRaimo Järvi1-1/+1
2012-05-07rfbsrc: call WSAStartup/Cleanup on win32Tim-Philipp Müller1-4/+20
2012-05-07rfbsrc: fix librfb linking on win32Marc-André Lureau1-1/+1
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2011-06-04gst: some more unused-but-set-variable warning fixesTim-Philipp Müller1-2/+2
2011-05-20librfb: don't leak password on errorStefan Kost1-1/+4
2011-04-11android: make it ready for androgenizerThibault Saunier1-0/+14
2010-12-12rfbsrc: fail more gracefully if source gets disconnected or geometry changesMatthew Ife2-1/+14
2010-10-19various (gst): add missing G_PARAM_STATIC_STRINGS flagsStefan Kost1-12/+20
2010-03-22Add -Wold-style-definitionBenjamin Otte1-20/+9
2010-03-22Add -Wredundant-decls flagBenjamin Otte1-2/+0
2010-03-21Add -Wmissing-declarations -Wmissing-prototypes to configure flagsBenjamin Otte1-1/+1
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-9/+6
2010-01-12librfb: port rfbsrc to MinGWРуслан Ижбулатов2-1/+21
2010-01-11rfbsrc: use existing macros to avoid alignment issuesTim-Philipp Müller1-6/+6
2009-11-22librfb: include our own _stdint.h not stdint.hTim-Philipp Müller2-2/+2
2008-11-12gst/librfb/rfbdecoder.c: Fix uninitialized warningsThijs Vermeir1-0/+1