Commit Graph

5490 Commits

Author SHA1 Message Date
Marc-André Moreau
21ec46036b channels/cliprdr: start implementing clean callback interface 2013-11-23 21:35:44 -05:00
Marc-André Moreau
83ad1730b8 Merge branch 'master' of github.com:FreeRDP/FreeRDP
Conflicts:
	libfreerdp/core/input.c
	libfreerdp/core/update.c
2013-11-23 16:39:29 -05:00
Marc-André Moreau
fcea789a77 Merge pull request #1599 from akallabeth/helper_script
[ANDROID] Added script to automate gprof reporting.
2013-11-23 13:36:15 -08:00
Marc-André Moreau
192d7a6bf7 Merge pull request #1608 from zhangzl2013/bug-cliprdr
fix cliprdr bug
2013-11-23 13:35:43 -08:00
Marc-André Moreau
d26c9e3ba0 Merge pull request #1610 from eroen/ffmpeg-2.1
Ffmpeg 2.1
2013-11-23 13:34:48 -08:00
Marc-André Moreau
cf0dace9d9 Merge branch 'master' of github.com:mrthebunny/FreeRDP 2013-11-23 16:31:23 -05:00
Benoît LeBlanc
fce1880cae Fix leak (native mac) : free gdi 2013-11-22 13:38:42 -05:00
Benoît LeBlanc
d734bde420 Fix leak: free gdi object (if it wasn’t freed before) 2013-11-22 13:37:28 -05:00
Marc-André Moreau
76c842285d channels/rdpsnd: initial attempt at adding GSM610 support 2013-11-22 12:11:39 -05:00
Marc-André Moreau
2130a5f893 Merge pull request #1604 from bmiklautz/build_fixes
Build fixes for android and windows
2013-11-22 06:22:43 -08:00
Marc-André Moreau
63ff9255fd Merge pull request #1611 from bmiklautz/createProcess
winpr-thread: fixed bugs in _CreateProcessExA
2013-11-22 06:13:05 -08:00
Bernhard Miklautz
204842561b winpr-thread: fixed bugs in _CreateProcessExA
* don't run fork/exec if the command isn't found
* return from forked process with exit
2013-11-21 20:06:21 +01:00
eroen
6fe23e1a38 ffmpeg-2 -- CodecID
deprecated:
http://git.videolan.org/?p=ffmpeg.git;a=commit;h=104e10fb426f903ba9157fdbfe30292d0e4c3d72

broken with libavcodec 55
2013-11-21 15:11:42 +01:00
eroen
cbcf0de3fa ffmpeg-2 -- dsp_mask
deprecated:
http://git.videolan.org/?p=ffmpeg.git;a=commit;h=95510be8c35753da8f48062b28b65e7acdab965f

broken with libavcodec 55
2013-11-21 15:11:42 +01:00
eroen
bf065f3e89 ffmpeg-2 -- AVCODEC_MAX_AUDIO_FRAME_SIZE
deprecated:
http://git.videolan.org/?p=ffmpeg.git;a=commit;h=0eea212943544d40f99b05571aa7159d78667154

broken with libavcodec 54
2013-11-21 11:35:53 +01:00
Zhang Zhaolong
f7cf0eace7 check return value. 2013-11-21 14:26:29 +08:00
Zhang Zhaolong
304fb6d137 reformat coding styles. 2013-11-21 13:45:16 +08:00
Zhang Zhaolong
c196e0b2c1 fix name length to copy. 2013-11-21 13:35:21 +08:00
Zhang Zhaolong
b79ce07137 fix memory realloc size error. 2013-11-21 13:28:54 +08:00
Marc-André Moreau
690a6b624d libfreerdp-crypto: don't report SSL_ERROR_SYSCALL with errno value 0 as error 2013-11-20 15:21:29 -05:00
Marc-André Moreau
c1fa455c30 channels/rdpsnd: add wlog debug output 2013-11-19 15:31:38 -05:00
Bernhard Miklautz
c065b0a72f android toolchain: support for ndk r9b 2013-11-19 20:51:51 +01:00
Bernhard Miklautz
aa999c5f62 android toolchain: fixed cmake syntax warning 2013-11-19 20:49:41 +01:00
Marc-André Moreau
c03a2e5497 channels/rdpsnd: add option for configuring audio quality mode 2013-11-19 14:29:31 -05:00
Benoît LeBlanc
2695d04774 Merge branch 'master' of git://github.com/awakecoding/FreeRDP 2013-11-18 14:54:06 -05:00
Bernhard Miklautz
261651b43b core: don't use c99 style initialization
fixes #1602
2013-11-18 20:29:00 +01:00
Bernhard Miklautz
0ddf2922f9 android build: fixes for out of tree builds
Fixed the last places to be able to build android
out of tree with Unix Makefiles generator.

Note: When using eclipse use in source tree builds.
2013-11-18 20:23:00 +01:00
Bernhard Miklautz
7457dd3de4 android build: Fixed program path detection 2013-11-18 19:58:01 +01:00
Marc-André Moreau
b0369cf284 libfreerdp-core: add external certificate management, pass X509 PEM certificate through client callback 2013-11-18 13:54:33 -05:00
Benoît LeBlanc
13322f5ba2 Removed warning 2013-11-18 11:59:53 -05:00
Benoît LeBlanc
184ee149f6 Merge branch 'master' of git://github.com/awakecoding/FreeRDP 2013-11-18 11:34:32 -05:00
Benoît LeBlanc
6e581daebb Removed compilation warning 2013-11-18 11:34:24 -05:00
Bernhard Miklautz
1262d236a3 android build: ignore renderscript toolchain
When detecting toolchains ignore renderscript because its not a
compiler toolchain.
2013-11-18 12:53:17 +01:00
Bernhard Miklautz
391615bcfb android build: generate gprof file only if WITH_GPROF 2013-11-18 12:50:32 +01:00
Armin Novak
755c66f728 Updated readme. 2013-11-18 10:28:59 +01:00
Armin Novak
90f1be51dd Updated android build readme. 2013-11-18 10:27:45 +01:00
Armin Novak
4dd596c1d5 Updated script to set up external android libraries. 2013-11-18 10:27:11 +01:00
Armin Novak
693506ab9f Added script to automate gprof reporting. 2013-11-18 09:28:17 +01:00
Marc-André Moreau
ea18d2b740 Merge pull request #1597 from bmiklautz/tests
Fixed failing tests
2013-11-15 08:22:05 -08:00
Bernhard Miklautz
440d945f5d client/common: fixed TestClientRdpFile test
Unified ascii and unicode string handling.
2013-11-15 16:58:54 +01:00
Marc-André Moreau
c0b4812525 Merge pull request #1596 from bmiklautz/pthread_ext
winpr: fixed build warnings
2013-11-15 07:51:43 -08:00
Marc-André Moreau
fa64ca758d Merge branch 'master' of github.com:FreeRDP/FreeRDP 2013-11-15 10:50:30 -05:00
Bernhard Miklautz
a56e3f259b winpr: disabled schannel test
not practicable for now since it requires local key setup
2013-11-15 16:19:49 +01:00
Bernhard Miklautz
916f2d2dbf winpr: fixed build warnings
* moved pthread_tryjoin_np to toplevel CMakeLists.txt
* removed duplicated -DHAVE_PTHREAD_GNU_EXT
2013-11-15 16:04:04 +01:00
Marc-André Moreau
a6af3f5c0a Merge branch 'master' of github.com:FreeRDP/FreeRDP 2013-11-15 09:38:29 -05:00
Marc-André Moreau
5fc0f72c90 Merge branch 'master' of github.com:mrthebunny/FreeRDP 2013-11-15 09:36:39 -05:00
Marc-André Moreau
9fcf5eadf0 Merge pull request #1592 from akallabeth/sync_timed_fixes
Fixed broken timed wait for thread and mutex in WaitForSingleObject
2013-11-15 06:25:03 -08:00
Benoît LeBlanc
c4de5a4e4b Fixed compilation on windows (code was not standard C) 2013-11-15 08:21:36 -05:00
Martin Fleisz
b0f19fb52e Merge pull request #1595 from bmiklautz/build_fixes
Fix ios build
2013-11-15 03:58:41 -08:00
Bernhard Miklautz
1a5c527c07 ios: fixed broken clang pragmas 2013-11-15 11:55:33 +01:00