summaryrefslogtreecommitdiffstats
path: root/remoting/client
Commit message (Expand)AuthorAgeFilesLines
* Restrict the Chromoting client plugin to use by extensions & apps.wez@chromium.org2012-11-162-0/+29
* Check for negative cursor width and height.wez@chromium.org2012-11-141-6/+10
* Rolling libjingle r220.ronghuawu@chromium.org2012-10-291-2/+2
* Use PpCompletionCallback in PepperPortAllocatorSession.sergeyu@chromium.org2012-10-262-39/+23
* Protocol plumbing for audio toggle.rmsousa@chromium.org2012-10-182-1/+18
* Remove ZLib codec support from chromoting host and client.sergeyu@chromium.org2012-10-181-4/+2
* Add sub-pixel accuracy deltas in mouse wheel events.wez@chromium.org2012-10-132-9/+47
* Fix memory leaks in AudioPlayer.sergeyu@chromium.org2012-10-113-14/+18
* Valgrind/Heapchecker: Fix leak in remoting AudioPlayerTests.thestig@chromium.org2012-10-101-5/+10
* Fix remoting static initializer errors from r161017.thestig@chromium.org2012-10-103-4/+2
* [Chromoting] Refactor audio playback to make it testable and add unittests.garykac@chromium.org2012-10-105-176/+531
* Cleanup: IWYU for base/time.h. Also fix misc lint errors.thestig@chromium.org2012-10-101-1/+0
* [Chromoting] Allow tasks to be posted to the plugin thread while a plugin ins...alexeypa@chromium.org2012-10-011-7/+7
* [Chromoting] Fix audio bug with hissing/crash on Mac.garykac@chromium.org2012-09-291-0/+2
* Limit audio buffer size in the audio player used by the chromoting client.sergeyu@chromium.org2012-09-132-30/+41
* Don't use base::Unretained in AudioDecodeScheduler.sergeyu@chromium.org2012-09-132-22/+77
* Remove support for Windows-style keycodes.wez@chromium.org2012-09-113-35/+6
* Cleanup RectangleUpdateDecoder and VideoStubsergeyu@chromium.org2012-08-303-93/+16
* Fix UdpPacketSocket to handle callbacks after the socket is destroyed.sergeyu@chromium.org2012-08-291-6/+11
* Updating chrome to libjingle r175mallinath@chromium.org2012-08-261-2/+3
* Moved video stub implementation to RectangleUpdateDecoder.kxing@chromium.org2012-08-245-175/+206
* Renamed Decoder -> VideoDecoder.kxing@chromium.org2012-08-242-5/+5
* Moved the video encoders/decoders to the codec directory.kxing@chromium.org2012-08-232-4/+4
* Add a query function for the scaling feature.brettw@chromium.org2012-08-221-1/+1
* Added more error checking for audio packets.kxing@chromium.org2012-08-212-5/+7
* Changed AudioPacket data to a repeated field.kxing@chromium.org2012-08-161-3/+10
* Tidy up ChromotingInstance members a little.wez@chromium.org2012-08-152-45/+31
* Update JingleThreadWrapper to allow it to be created using task runner.sergeyu@chromium.org2012-08-141-1/+1
* Piping for audio decoding.kxing@chromium.org2012-08-049-28/+154
* Replace PluginMessageLoopProxy with PluginThreadTaskRunner.sergeyu@chromium.org2012-07-273-18/+18
* Coverity: Initialize member variables.jhawkins@chromium.org2012-07-251-0/+1
* Support for both 44.1 kHz and 48 kHz on the client.kxing@chromium.org2012-07-244-33/+65
* Make Chromoting client plugin always render at device DPI.wez@chromium.org2012-07-244-25/+51
* Create and destroy Pepper audio player on connect and disconnect.kxing@chromium.org2012-07-231-1/+2
* Show connection state in the Chromoting client UI.sergeyu@chromium.org2012-07-235-0/+14
* Rename ChromotingView to ClientUserInterface. Clean it up.sergeyu@chromium.org2012-07-237-251/+153
* Propagate DPI information to web-app.jamiewalch@chromium.org2012-07-209-19/+49
* Revert 147595 - Rename ChromotingView to ClientUserInterface. Clean it up.sergeyu@chromium.org2012-07-207-148/+251
* Rename ChromotingView to ClientUserInterface. Clean it up.sergeyu@chromium.org2012-07-207-251/+148
* Fix pepper crash when destroying client.sergeyu@chromium.org2012-07-181-3/+8
* Rolling libjingle to 159.ronghuawu@chromium.org2012-07-142-2/+6
* Ignore all sendto() errors for P2P sockets on the client side.sergeyu@chromium.org2012-07-091-2/+18
* Client code for playing back audiokxing@chromium.org2012-07-027-4/+238
* Roll libjingle 153:157sergeyu@chromium.org2012-06-291-1/+6
* Renamed VideoStub::GetPendingPackets() to VideoStub::GetPendingVideoPackets()kxing@chromium.org2012-06-262-2/+2
* RefCounted types should not have public destructors, delegate cleanuprsleevi@chromium.org2012-06-262-4/+7
* Added piping for sending audio packets from host to client.kxing@chromium.org2012-06-252-2/+15
* Add an explicit function to init NSS for SSL server socketsrsleevi@chromium.org2012-06-131-0/+8
* MessageLoopProxy cleanups in remoting client.sergeyu@chromium.org2012-06-1213-129/+115
* Replace ScopedThreadProxy with MessageLoopProxy & WeakPtrs.wez@chromium.org2012-06-074-45/+51