summaryrefslogtreecommitdiff
path: root/app/webrtc/java
AgeCommit message (Expand)Author
2014-11-04Prepare for removal of PeerConnectionObserver::OnError.perkj@webrtc.org
2014-11-03Android AppRTCDemo improvements:glaznev@webrtc.org
2014-10-27Adding setting screen to AppRTCDemo.glaznev@webrtc.org
2014-10-24Add HD support to Android if we detect a hardware video encoder that can be u...perkj@webrtc.org
2014-10-20Avoid using EGLContext class for Android 4.1 and below.glaznev@webrtc.org
2014-10-17Cleaning up Android AppRTCDemo.glaznev@webrtc.org
2014-10-13(Auto)update libjingle 77414393-> 77554188buildbot@webrtc.org
2014-10-09Change setting VP8 codec specific info values by HW VP8 encoderglaznev@webrtc.org
2014-10-09Remove bad waiting code from video decoder release function.glaznev@webrtc.org
2014-10-07Temporary fix to allow Invoke() calls for VP8 HW encoder and decoder.glaznev@webrtc.org
2014-10-06Fixing build issue with L-sdkhenrike@webrtc.org
2014-10-02Switch to SW video decoder on Android after getting 2 or moreglaznev@webrtc.org
2014-09-29Allow Android apps to set video renderer scaling type.glaznev@webrtc.org
2014-09-23Change Android video renderer to maintain video aspectglaznev@webrtc.org
2014-09-23Switch HW video decoder to output byte buffers if videoglaznev@webrtc.org
2014-09-19Fix HW video decoder crash on some Android KK devices.glaznev@webrtc.org
2014-09-19Fixing compilation failure in peerconnection_jni.cc with WEBRTC_CHROMIUM_BUILD.glaznev@webrtc.org
2014-09-18A few fixes to avoid crash in HW codec on device orientation change.glaznev@webrtc.org
2014-09-17Enable HW video decoding on Qualcomm devices.glaznev@webrtc.org
2014-09-17Split video engine android initialization into each internal module initializ...andresp@webrtc.org
2014-09-17Java VideoRenderer class may be backed by two different nativeglaznev@webrtc.org
2014-09-15HW video decoding optimization to better support HD resolution:glaznev@webrtc.org
2014-09-11Disabling initializeAndroidGlobals when built with WEBRTC_CHROMIUM_BUILD.glaznev@webrtc.org
2014-09-09Peerconnection_jni to use webrtc/base/checks.h instead of implementing its own.andresp@webrtc.org
2014-08-26Remove test constructor in WebRtcVideoEngine2.pbos@webrtc.org
2014-08-13(Auto)update libjingle 73222930-> 73226398buildbot@webrtc.org
2014-07-29(Auto)update libjingle 72097588-> 72159069buildbot@webrtc.org
2014-07-22Add VP8 video decoding hw acceleration support to Java Peerconnection library.glaznev@webrtc.org
2014-06-13Add extra logging and latency restriction to VP8 HW encoder.glaznev@webrtc.org
2014-06-10Add support for NVidia VP8 HW encoder.glaznev@webrtc.org
2014-06-06Add OpenGL Android video renderer which can display multipleglaznev@webrtc.org
2014-06-06AppRTCDemo(android): support app (UI) & capture rotation.fischman@webrtc.org
2014-05-14PeerConnection(android): allow initializing either (or neither) of {Voice,Vid...fischman@webrtc.org
2014-05-14PeerConnection(Java): auto-WrapCurrentThread() when creating PeerConnectionFa...fischman@webrtc.org
2014-04-29MediaCodecVideoEncoder: limit MediaCodec bitrate to 95% of requested to avoid...fischman@webrtc.org
2014-04-26Use CreatePeerConnection method which accepts port_allocator.mallinath@webrtc.org
2014-03-03Remove the deprecated GetStats method from PeerConnectionInterface.jiayl@webrtc.org
2014-02-18PeerConnection(java): enable HW encoder on N5 for standalone build.fischman@webrtc.org
2014-02-18PeerConnection(java): account for thread shutdown vagaries.fischman@webrtc.org
2014-02-13PeerConnection(java): added MediaConstraints support to AudioSource, now fed ...fischman@webrtc.org
2014-02-13PeerConnection(java): use MediaCodec for HW-accelerated video encode where av...fischman@webrtc.org
2014-02-03PeerConnectionTest(java): test SCTP DataChannels.fischman@webrtc.org
2014-01-13PeerConnection(java): Add OnRenegotiationNeeded supportfischman@webrtc.org
2014-01-09PeerConnection(java): replace ScopedLocalRef with ScopedLocalRefFrame and fix...fischman@webrtc.org
2013-12-11PeerConnection(java): rationalize pointer-to-jlong conversion.fischman@webrtc.org
2013-12-09Fix compilation errors on Fedora 20.fischman@webrtc.org
2013-10-22Upgrade scoped_ptr to Chromium's latest version.andrew@webrtc.org
2013-10-03Fix clang build breakfischman@webrtc.org
2013-10-03VideoCaptureAndroid: rewrote the (standalone) implementation of video capture...fischman@webrtc.org
2013-10-01PeerConnection(Android): enable tracing to logcat.fischman@webrtc.org