Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update master from upstream #15

Merged
merged 55 commits into from
Jan 23, 2017
Merged

Update master from upstream #15

merged 55 commits into from
Jan 23, 2017

Conversation

T3N4K4
Copy link

@T3N4K4 T3N4K4 commented Jan 23, 2017

No description provided.

AMV007 and others added 30 commits April 15, 2015 11:29
freerdp crashed at media player closing windows 2008R2
no tsmf video output at test video sample about bunny.
all this fixed.
was issue - if all threads start before tsmf_stream_set_format - unknown format of threads, not remember exactly gstreamer or ffmpeg problem was.
Currently it is not possible to cleanly install multiple major version
of FreeRDP concurrently as some of the development libraries (.so files)
files can conflict.

This change renames all libraries to include the major version number in
the library name to fix this limitation.

The list of changed libraries:

libwinpr-tools.so -> libwinpr-tools2.so
libwinpr.so -> libwinpr2.so
libfreerdp.so -> libfreerdp2.so
libfreerdp-client.so -> libfreerdp-client2.so
libfreerdp-shadow.so -> libfreerdp-shadow2.so
libfreerdp-server.so ->  libfreerdp-server2.so
libfreerdp-shadow-subsystem.so -> libfreerdp-shadow-subsystem2.so
libuwac.so -> libuwac0.so

As the library names have changed, projects that use FreeRDP will need to
update their dependencies. -
If pkg-config or cmake find modules are used, reconfiguration might be
sufficient.

Fixes #3460
Change the level from info to debug as it's nothing a regular users
would have interest in.
* add a initial man page
* clean up the command line a little bit (basically error messages)
* use sha256 instead of sha1 as default hash algorithm
* fix command line parser
* mark not implemented command line switches as unsupported
When certificates with more than 2048 bits were generated and written to
file the read function used a erroneous calculated length causing the
used buffer to overflow.
* man pages are only build/installed if WITH_MANPAGES is enabled
* create a new cmake function install_freerdp_man to unified install man
  pages
* install all man pages using the new function
* update the nightly packages accordingly
To avoid collisions with system provided OpenSSL use
a different (unique) library name for android builds.
…07-patch-2

Conflicts:
	channels/tsmf/client/tsmf_ifman.c
	channels/tsmf/client/tsmf_media.c
akallabeth and others added 25 commits January 18, 2017 15:28
* Using destination color format and precomputed tile stride
* Using preallocated logger
The result was ignored. Plus return the correct value in case of licence error (-1
instead of FALSE).
This callback is useful in server mode when you want to adjust the monitor
layout just before the server monitor layout PDU is built and sent.
[PERFORMANCE] Inlined heavily used functions
@T3N4K4 T3N4K4 merged commit 9751d68 into RangeeGmbH:master Jan 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants