Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FreeRDP/FreeRDP-old.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-06-28Merge branch 'master' of github.com:FreeRDP/FreeRDP into remotefxremotefxMarc-André Moreau
2011-06-28Merge pull request #53 from dorianj/masterMarc-André Moreau
2011-06-28Slightliy better performance due to caching changes, added neon detection cod...Martin Fleisz
2011-06-28Merge remote branch 'origin/remotefx' into remotefxMartin Fleisz
2011-06-27implemented inverse DWT with NEON instructionsMartin Fleisz
2011-06-26Merge remote branch 'upstream/master'Dorian Johnson
2011-06-26libfreerdp-gdi: fix update regions with RDSH in decode.cMarc-André Moreau
2011-06-25libfreerdp-rfx: fix wrong dwt boundary value.Vic Lee
2011-06-25Merge branch 'master' into remotefxVic Lee
2011-06-25libfreerdp-core/openssl: fix high CPU usage when TLS is blocking.Vic Lee
2011-06-25libfreerdp-gdi: fix RemoteFX blitting with multiple update rectangles in deco...Marc-André Moreau
2011-06-24Merge remote branch 'upstream/master'Dorian Johnson
2011-06-24libfreerdp-rfx: fix some C standard code style.Vic Lee
2011-06-24libfreerdp-rfx: add SSE2 for DWT encoding.Vic Lee
2011-06-23rdpdr: fix a memory access issue related to smartcard.Vic Lee
2011-06-23libfreerdp-utils: add missing config.h in unicode.cVic Lee
2011-06-23xfreerdp-core: When server orders a screen bpp change, call ui_resize_windowDorian Johnson
2011-06-22libfreerdp-rfx: simplify DWT working buffer.Vic Lee
2011-06-22libfreerdp-rfx: fix missing default quantization_encode function.Vic Lee
2011-06-22Merge branch 'master' of github.com:FreeRDP/FreeRDP into remotefxMarc-André Moreau
2011-06-22libfreerdp-gdi: decode.c fix for RemoteFX clipping regionsMarc-André Moreau
2011-06-22libfreerdp-rfx: fix rfx_decode_rgb after mergeMarc-André Moreau
2011-06-22libfreerdp-rfx: merging latest refactoring with remotefx branchMarc-André Moreau
2011-06-22libfreerdp-gdi: refactoring of surface commands in decode.cMarc-André Moreau
2011-06-22libfreerdp-rfx: refactoring of librfx.c, added comments for clarityMarc-André Moreau
2011-06-21Merge pull request #52 from dorianj/masterOtavio Salvador
2011-06-21libfreerdp-gdi: change gdi_copy_mem to simply use memcpy for better performanceDorian Johnson
2011-06-21libfreerdp-rfx: Makefile.am updateMarc-André Moreau
2011-06-20doc/xfreerdp: clientname man page section (rdpdr data). Fixes #23Eduardo Beloni
2011-06-20Merge pull request #50 from tenchman/masterMarc-André Moreau
2011-06-20Merge pull request #51 from OSSystems/masterOtavio Salvador
2011-06-20doc/xfreerdp: man page section for return valuesEduardo Beloni
2011-06-20Fix gdi_mono_image_convert()Gernot Tenchio
2011-06-20libfreerdp-rfx: add SSE2 optimization for quantization encoding.Vic Lee
2011-06-20libfreerdp-rfx: some trivial code-style fix.Vic Lee
2011-06-20libfreerdp-rfx: add SSE2 optimization for RGB-YCbCr encoding.Vic Lee
2011-06-19cunit/librfx: add stress test.Vic Lee
2011-06-19libfreerdp-rfx: add profiler for encoder.Vic Lee
2011-06-17build: fix distribution of utilities' headersOtavio Salvador
2011-06-17Merge branch 'master' into remotefxOtavio Salvador
2011-06-17Merge pull request #45 from OSSystems/masterOtavio Salvador
2011-06-17cunit/librfx: add more tests for encoder.Vic Lee
2011-06-17X11: do not send mouse motion events option (-m)Eduardo Beloni
2011-06-17libfreerdp-core/rdpset: mouse motion memberEduardo Beloni
2011-06-16cunit/librfx: fix memory corruption.Vic Lee
2011-06-16libfreerdp-rfx: add tile message composing.Vic Lee
2011-06-16libfreerdp-rfx: fix incorrect trailing RLGR encoding.Vic Lee
2011-06-16cunit/librfx: test larger image encoding.Vic Lee
2011-06-16libfreerdp-rfx: add tile composing prototype.Vic Lee
2011-06-16libfreerdp-rfx: break out rfx_encode_format_RGB.Vic Lee