Marc-André Moreau
23879a429b
channels/rdpsnd: refactor audio format negotiation
2013-02-21 18:41:41 -05:00
Marc-André Moreau
6ba81c2a1a
channels/rdpsnd: added more debug output for timing
2013-02-21 16:03:47 -05:00
Marc-André Moreau
8e8c9445dc
channels/rdpsnd: add detailed latency output
2013-02-21 14:58:39 -05:00
Marc-André Moreau
5f1b13d77f
channels/rdpsnd: start work on WavePlay/WaveConfirm
2013-02-21 13:25:43 -05:00
Marc-André Moreau
413e8fcf36
channels/rdpsnd: process ALSA write in separate thread
2013-02-21 11:58:41 -05:00
Marc-André Moreau
05bd6cff73
channels/rdpsnd: further experimentation with async alsa
2013-02-21 10:46:11 -05:00
Martin Fleisz
1cfb4a4e77
codec: Fixed NEON detection and incorrect RFX decoding
2013-02-21 07:08:46 -08:00
Martin Fleisz
334f1e7782
Android: renaming of JNI API
2013-02-21 04:16:30 -08:00
Martin Fleisz
e819223939
primitives: renamed NEON detection function
2013-02-21 03:31:07 -08:00
Martin Fleisz
22cc6341a6
codec/primitives: NEON now enabled for iOS
2013-02-21 03:27:10 -08:00
Martin Fleisz
dd8a761c3c
Merge remote-tracking branch 'upstream/master'
2013-02-21 02:50:22 -08:00
Martin Fleisz
343d210a75
primitives: separating optimized functions into their own .c files.
...
This way we use certain compiler flags (like -msse3) only on files
containing optimized code. This avoids problems that occured when
using these flags compiling generic code and running it on platforms
that don't support these optimizations (i.e. NEON optimization on
ARM platforms).
2013-02-21 02:45:10 -08:00
Marc-André Moreau
4df376739d
channels/rdpsnd: start alsa async mode
2013-02-21 03:38:36 -05:00
Marc-André Moreau
385d0daced
channels: get rid of semaphore locking, replace queues
2013-02-21 02:56:57 -05:00
Marc-André Moreau
7a289423c0
channels/rdpsnd: refactor scheduling of sending of sound PDUs
2013-02-20 21:34:47 -05:00
Marc-André Moreau
41fbdbeb0d
libfreerdp-utils: don't use freerdp_thread util in svc_plugin
2013-02-20 19:44:14 -05:00
C-o-r-E
fab36f25d6
mfreerdp-server: input skeleton
2013-02-20 19:20:49 -05:00
Marc-André Moreau
6c922a24e8
libfreerdp/utils: get rid of old svc_plugin queuing items
2013-02-20 18:53:47 -05:00
Marc-André Moreau
814177ea54
libfreerdp-utils: svc_plugin: make use of MessagePipe
2013-02-20 18:44:52 -05:00
Marc-André Moreau
9164d2245e
libfreerdp-utils: make use of ArrayList in Static Virtual Channel Plugin interface
2013-02-20 15:33:42 -05:00
Marc-André Moreau
082e069913
libwinpr-utils: initial MessagePipe implementation
2013-02-20 14:48:32 -05:00
Marc-André Moreau
fbdcd03a42
channels/rdpsnd: emulate timing of old queue
2013-02-20 12:11:19 -05:00
Marc-André Moreau
9fd9b5014a
Merge pull request #989 from bmiklautz/sserver-color-nego
...
server/Sample: fix color depth negotiation
2013-02-20 07:55:14 -08:00
Marc-André Moreau
36e24a2d78
Merge pull request #988 from mfleisz/master
...
Fixed and improved performance of NEON yCbCr to RGB conversion
2013-02-20 07:54:59 -08:00
Bernhard Miklautz
3a75dea05b
server/Sample: fix color depth negotiation
2013-02-20 15:26:56 +01:00
Martin Fleisz
b5d6b43700
Fixed and improved performance of NEON yCbCr to RGB conversion
2013-02-20 05:33:42 -08:00
Martin Fleisz
f88ffee151
New optimized NEON yCbCr to RGB conversion
2013-02-20 02:08:02 -08:00
Martin Fleisz
f0fb640bb4
Various fixes and reorganisation of files for Android library project
2013-02-20 02:06:03 -08:00
Marc-André Moreau
5e8d35c4ac
channels/rdpsnd: use MessageQueue
2013-02-19 22:36:04 -05:00
Marc-André Moreau
43fd37de6e
channels/rdpsnd: fix timestamps
2013-02-19 21:21:20 -05:00
Marc-André Moreau
0e19c92a20
Merge pull request #987 from bmiklautz/fpu_type
...
build/arm: added build option to specify fp ABI
2013-02-19 16:28:45 -08:00
Bernhard Miklautz
152071d38b
build/arm: added build option to specify fp ABI
...
cmake option ARM_FP_ABI allows to specify the floating point ABI to use.
If ARM_FP_ABI isn't set explicitly softfp is used.
fixes #980
2013-02-20 01:08:27 +01:00
Marc-André Moreau
c39bac3e00
channels/drive: fix warning
2013-02-19 18:15:28 -05:00
Marc-André Moreau
abf4e6534e
Merge branch 'master' of github.com:FreeRDP/FreeRDP
2013-02-19 18:13:39 -05:00
Marc-André Moreau
f75b3f5d51
libwinpr-utils: fix parsing of optional arguments with the space separator
2013-02-19 18:05:20 -05:00
Marc-André Moreau
22c804e6ad
channels/rdpsnd: refactoring
2013-02-19 17:47:55 -05:00
Corey C
6b83668a72
Merge branch 'master' of https://github.com/C-o-r-E/FreeRDP
2013-02-19 17:17:39 -05:00
Corey C
5a6bcda2ff
wfreerdp-server: formatting
2013-02-19 17:17:31 -05:00
Marc-André Moreau
abc3386f8a
Merge pull request #986 from C-o-r-E/master
...
Server improvements on OS X and Windows
2013-02-19 14:15:06 -08:00
C-o-r-E
567ee5a64a
Merge branch 'master' of https://github.com/C-o-r-E/FreeRDP
2013-02-19 16:43:57 -05:00
C-o-r-E
b39ae79749
Merge remote-tracking branch 'upstream/master'
2013-02-19 16:36:08 -05:00
Corey C
8e1e5161f3
Merge branch 'master' of http://github.com/C-o-r-E/FreeRDP
2013-02-19 16:28:08 -05:00
Corey C
0471db7bca
wfreerdp-server: fix warnings
2013-02-19 16:27:35 -05:00
C-o-r-E
4639ea6c2c
mfreerdp-server: cleanup
2013-02-19 16:26:06 -05:00
C-o-r-E
43f2ab1c5c
Merge branch 'master' of https://github.com/C-o-r-E/FreeRDP
2013-02-19 15:06:56 -05:00
C-o-r-E
2bd632d077
mfreerdp-server: formatting
2013-02-19 15:06:42 -05:00
Marc-André Moreau
470cdb2570
xfreerdp: add async-channels command-line argument
2013-02-19 12:29:15 -05:00
Marc-André Moreau
3afac02d48
channels/rdpsnd: added sound format ids
2013-02-19 11:02:45 -05:00
Marc-André Moreau
dee4299e99
channels/rdpsnd/alsa: apply patch from tonyhook
2013-02-19 10:19:08 -05:00
Marc-André Moreau
35033497d8
libwinpr-sspi: implement partial Schannel EncryptMessage/DecryptMessage support
2013-02-18 21:50:33 -05:00