summaryrefslogtreecommitdiff
path: root/gst/librfb
AgeCommit message (Expand)AuthorFilesLines
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
2008-11-06Fix basic navigation eventsThijs Vermeir2-12/+34
2008-11-05gst/librfb/gstrfbsrc.c: Fix RGB mask in capsThijs Vermeir1-7/+18
2008-11-05gst/librfb/: Add Hextile encodingThijs Vermeir3-143/+195
2008-11-04Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost1-0/+1
2008-07-08gst/librfb/gstrfbsrc.*: Add view-only property to ignore the navigation eventsIlja Pavkovic2-1/+19
2008-07-08gst/librfb/rfbdecoder.c: Implement ServerCutText messageIlja Pavkovic1-2/+13
2008-07-08gst/librfb/: Add property for shared desktopIlja Pavkovic2-1/+12
2008-02-22Some C89 fixes, moving variable declarations to the beginning of a block. Fix...Jens Granseuer2-4/+9
2008-02-12gst/librfb/gstrfbsrc.c: Free the rfb decoder on finalize. Fixes bug #515721.Sebastian Dröge1-1/+5
2008-01-21gst/librfb/rfbdecoder.*: Don't use gtk-doc comment style for non gtk-doc comm...Stefan Kost2-11/+9
2008-01-01ext/musicbrainz/gsttrm.c: Don't emit signiture when going to READY, because i...David Schleef2-5/+13
2007-12-03gst/librfb/rfbdecoder.c: Should fix the 64-bit buildThijs Vermeir1-5/+9
2007-11-30gst/librfb/rfbdecoder.*: Add CoRRE encodingThijs Vermeir2-0/+41
2007-11-30gst/librfb/rfbdecoder.c: Use glib macro for swappingThijs Vermeir1-3/+2
2007-11-29gst/librfb/: Disable CopyRect encoding by defaultThijs Vermeir3-48/+114
2007-11-15gst/librfb/gstrfbsrc.c: don't forget to handle the offset'sThijs Vermeir3-27/+39
2007-11-15gst/librfb/gstrfbsrc.c: Set the timestamp for the output buffersArmando Taffarel Neto1-0/+3
2007-10-31gst/librfb/rfbdecoder.c: Some refactoring in RAW encodingThijs Vermeir1-13/+14
2007-10-31gst/librfb/: Added copyrect encodingThijs Vermeir9-123/+156
2007-10-16gst/librfb/rfbdecoder.c: Add the set encodings client messageThijs Vermeir1-3/+30
2007-10-16gst/librfb/: remove the rfbbytestream dead codeThijs Vermeir6-256/+0
2007-10-08gst/: Fix compiler warnings shown by Forte.Jan Schmidt3-3/+4
2007-09-27gst/librfb/gstrfbsrc.*: Added a property for incremental screen updatesThijs Vermeir2-5/+15
2007-09-26gst/librfb/gstrfbsrc.c: fix bug from generic/states.gdbThijs Vermeir1-1/+2
2007-09-21gst/librfb/: Added offset-x, offset-y, width and height property for selectin...Thijs Vermeir3-5/+88
2007-09-21gst/librfb/gstrfbsrc.c: Minimum raw encoding is working nowThijs Vermeir2-10/+5
2007-09-20gst/librfb/gstrfbsrc.c: raw encoding is working, but it looks like the ffmpeg...Thijs Vermeir1-17/+12
2007-09-20gst/librfb/gstrfbsrc.c: bpp, depth and endianness are now set from the stream.Thijs Vermeir1-4/+6
2007-09-19gst/librfb/: It is now possible to connect to a vncserver. there are still so...Thijs Vermeir3-122/+181
2007-09-19gst/librfb/gstrfbsrc.c: Add password property (write only)Thijs Vermeir3-11/+55
2007-09-19gst/librfb/: VNC Authentication should be working now temperaly with fake pas...Thijs Vermeir6-5/+776
2007-09-18gst/librfb/rfbdecoder.*: Added some documentation about security handling sta...Thijs Vermeir2-8/+48
2007-09-18ChangeLog: Add missing newline.Stefan Kost1-0/+1
2007-09-17Added a new property for the rfb versionThijs Vermeir4-6/+112
2006-11-19gst/librfb/Makefile.am: Compile with appropriate cflags. Fixes build.Michael Smith1-1/+1
2006-11-17gst/librfb/rfbdecoder.c: Fixes for 64-bit architectures.David Schleef1-4/+4
2006-11-17gst/librfb/gstrfbsrc.h: Oops, add this file.David Schleef1-0/+69
2006-11-17Port librfb to 0.10 (#376106).Andre Moreira Magalhaes12-651/+545
2006-09-16More G_OBJECT macro fixing.Stefan Kost1-1/+1
2006-04-25Define GstElementDetails as const and also static (when defined as global)Stefan Kost1-40/+35