index
:
~gb/gst-plugins-bad
bitstreamparserlibs
bitstreamparserlibs-rebased
codecparsers-fixes
codecparsers-h264
codecparsers-jpeg
master
vc1parsinglib
vc1parsinglib-rebased
Personal repository of gst-plugins-bad
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gst
/
librfb
Age
Commit message (
Expand
)
Author
Files
Lines
2010-12-12
rfbsrc: fail more gracefully if source gets disconnected or geometry changes
Matthew Ife
2
-1
/
+14
2010-10-19
various (gst): add missing G_PARAM_STATIC_STRINGS flags
Stefan Kost
1
-12
/
+20
2010-03-22
Add -Wold-style-definition
Benjamin Otte
1
-20
/
+9
2010-03-22
Add -Wredundant-decls flag
Benjamin Otte
1
-2
/
+0
2010-03-21
Add -Wmissing-declarations -Wmissing-prototypes to configure flags
Benjamin Otte
1
-1
/
+1
2010-03-18
gst_element_class_set_details => gst_element_class_set_details_simple
Benjamin Otte
1
-9
/
+6
2010-01-12
librfb: port rfbsrc to MinGW
Руслан Ижбулатов
2
-1
/
+21
2010-01-11
rfbsrc: use existing macros to avoid alignment issues
Tim-Philipp Müller
1
-6
/
+6
2009-11-22
librfb: include our own _stdint.h not stdint.h
Tim-Philipp Müller
2
-2
/
+2
2008-11-12
gst/librfb/rfbdecoder.c: Fix uninitialized warnings
Thijs Vermeir
1
-0
/
+1
2008-11-06
Fix basic navigation events
Thijs Vermeir
2
-12
/
+34
2008-11-05
gst/librfb/gstrfbsrc.c: Fix RGB mask in caps
Thijs Vermeir
1
-7
/
+18
2008-11-05
gst/librfb/: Add Hextile encoding
Thijs Vermeir
3
-143
/
+195
2008-11-04
Don't install static libs for plugins. Fixes #550851 for -bad.
Stefan Kost
1
-0
/
+1
2008-07-08
gst/librfb/gstrfbsrc.*: Add view-only property to ignore the navigation events
Ilja Pavkovic
2
-1
/
+19
2008-07-08
gst/librfb/rfbdecoder.c: Implement ServerCutText message
Ilja Pavkovic
1
-2
/
+13
2008-07-08
gst/librfb/: Add property for shared desktop
Ilja Pavkovic
2
-1
/
+12
2008-02-22
Some C89 fixes, moving variable declarations to the beginning of a block. Fix...
Jens Granseuer
2
-4
/
+9
2008-02-12
gst/librfb/gstrfbsrc.c: Free the rfb decoder on finalize. Fixes bug #515721.
Sebastian Dröge
1
-1
/
+5
2008-01-21
gst/librfb/rfbdecoder.*: Don't use gtk-doc comment style for non gtk-doc comm...
Stefan Kost
2
-11
/
+9
2008-01-01
ext/musicbrainz/gsttrm.c: Don't emit signiture when going to READY, because i...
David Schleef
2
-5
/
+13
2007-12-03
gst/librfb/rfbdecoder.c: Should fix the 64-bit build
Thijs Vermeir
1
-5
/
+9
2007-11-30
gst/librfb/rfbdecoder.*: Add CoRRE encoding
Thijs Vermeir
2
-0
/
+41
2007-11-30
gst/librfb/rfbdecoder.c: Use glib macro for swapping
Thijs Vermeir
1
-3
/
+2
2007-11-29
gst/librfb/: Disable CopyRect encoding by default
Thijs Vermeir
3
-48
/
+114
2007-11-15
gst/librfb/gstrfbsrc.c: don't forget to handle the offset's
Thijs Vermeir
3
-27
/
+39
2007-11-15
gst/librfb/gstrfbsrc.c: Set the timestamp for the output buffers
Armando Taffarel Neto
1
-0
/
+3
2007-10-31
gst/librfb/rfbdecoder.c: Some refactoring in RAW encoding
Thijs Vermeir
1
-13
/
+14
2007-10-31
gst/librfb/: Added copyrect encoding
Thijs Vermeir
9
-123
/
+156
2007-10-16
gst/librfb/rfbdecoder.c: Add the set encodings client message
Thijs Vermeir
1
-3
/
+30
2007-10-16
gst/librfb/: remove the rfbbytestream dead code
Thijs Vermeir
6
-256
/
+0
2007-10-08
gst/: Fix compiler warnings shown by Forte.
Jan Schmidt
3
-3
/
+4
2007-09-27
gst/librfb/gstrfbsrc.*: Added a property for incremental screen updates
Thijs Vermeir
2
-5
/
+15
2007-09-26
gst/librfb/gstrfbsrc.c: fix bug from generic/states.gdb
Thijs Vermeir
1
-1
/
+2
2007-09-21
gst/librfb/: Added offset-x, offset-y, width and height property for selectin...
Thijs Vermeir
3
-5
/
+88
2007-09-21
gst/librfb/gstrfbsrc.c: Minimum raw encoding is working now
Thijs Vermeir
2
-10
/
+5
2007-09-20
gst/librfb/gstrfbsrc.c: raw encoding is working, but it looks like the ffmpeg...
Thijs Vermeir
1
-17
/
+12
2007-09-20
gst/librfb/gstrfbsrc.c: bpp, depth and endianness are now set from the stream.
Thijs Vermeir
1
-4
/
+6
2007-09-19
gst/librfb/: It is now possible to connect to a vncserver. there are still so...
Thijs Vermeir
3
-122
/
+181
2007-09-19
gst/librfb/gstrfbsrc.c: Add password property (write only)
Thijs Vermeir
3
-11
/
+55
2007-09-19
gst/librfb/: VNC Authentication should be working now temperaly with fake pas...
Thijs Vermeir
6
-5
/
+776
2007-09-18
gst/librfb/rfbdecoder.*: Added some documentation about security handling sta...
Thijs Vermeir
2
-8
/
+48
2007-09-18
ChangeLog: Add missing newline.
Stefan Kost
1
-0
/
+1
2007-09-17
Added a new property for the rfb version
Thijs Vermeir
4
-6
/
+112
2006-11-19
gst/librfb/Makefile.am: Compile with appropriate cflags. Fixes build.
Michael Smith
1
-1
/
+1
2006-11-17
gst/librfb/rfbdecoder.c: Fixes for 64-bit architectures.
David Schleef
1
-4
/
+4
2006-11-17
gst/librfb/gstrfbsrc.h: Oops, add this file.
David Schleef
1
-0
/
+69
2006-11-17
Port librfb to 0.10 (#376106).
Andre Moreira Magalhaes
12
-651
/
+545
2006-09-16
More G_OBJECT macro fixing.
Stefan Kost
1
-1
/
+1
2006-04-25
Define GstElementDetails as const and also static (when defined as global)
Stefan Kost
1
-40
/
+35
[next]