aboutsummaryrefslogtreecommitdiff
path: root/talk/app/webrtc/java/jni/peerconnection_jni.cc
AgeCommit message (Expand)Author
2015-11-13Revert of Android MediaCodecVideoDecoder: Manage lifetime of texture frames (...Per
2015-11-11Patchset 1 is a pureperkj
2015-10-28system_wrappers: rename interface -> includeHenrik Kjellander
2015-10-19Create network change notifier and pass the event to NetworkManagerhonghaiz
2015-10-15Revert of "Android MediaCodecVideoDecoder: Manage lifetime of texture frames"...magjed
2015-10-07Add option to print peer connection factory Java stack traces.Alex Glaznev
2015-10-07Android MediaCodecVideoDecoder: Manage lifetime of texture framesMagnus Jedvert
2015-10-07Use suffixed {uint,int}{8,16,32,64}_t types.Peter Boström
2015-10-06Java binding for RtpSender/RtpReceiver.deadbeef
2015-10-05VideoCapturerAndroid: Add custom nativeCreateVideoCapturer()perkj
2015-09-29Reland of Adding PeerConnectionInterface::SetConfiguration method. (patchset ...deadbeef
2015-09-29JavaVideoRendererWrapper: Use jlongFromPointer() to convert frame pointer to ...Magnus Jedvert
2015-09-28Passing the new policy from PeerConnection RTCConfiguration tohonghaiz
2015-09-24Revert of Adding PeerConnectionInterface::SetConfiguration method. (patchset ...deadbeef
2015-09-23Adding PeerConnectionInterface::SetConfiguration method.deadbeef
2015-09-17Fixing bad merge (CHECK is now RTC_CHECK)Patrik Höglund
2015-09-17Reland: Bailing out if pc factory fails to get created.Patrik Höglund
2015-09-17Add RTC_ prefix to (D)CHECKs and related macros.henrikg
2015-09-16Revert of Bailing out if pc factory fails to get created. (patchset #1 id:1 o...phoglund
2015-09-16Bailing out if pc factory fails to get created.Patrik Höglund
2015-09-14Log to webrtc logging stream from java code.jiayl
2015-09-09Remove VideoRendererInterface::CanApplyRotation()Magnus Jedvert
2015-09-01Add JNI/java wrapper for the file rotating logging class.Jiayang Liu
2015-09-01- Make shared EGL context used for HW video decoding memberAlex Glaznev
2015-09-01Add option to enable ECDSA key for Java API.glaznev
2015-09-01Set the IceConnectionReceivingTimeout as a RTCConfiguration parameter.honghaiz
2015-08-29Java VideoRenderer.Callbacks: Make renderFrame() interface asynchronousMagnus Jedvert
2015-08-27Android: Fix memory leak for remote MediaStreamMagnus Jedvert
2015-08-25Android: Remove VideoRenderer.Callbacks.canApplyRotation()Magnus Jedvert
2015-08-12Revert of AppRTCDemo: Render each video in a separate SurfaceView (patchset #...magjed
2015-08-11AppRTCDemo: Render each video in a separate SurfaceViewmagjed
2015-07-13Add methods to set the ICE connection receiving_timeout values.honghaiz
2015-07-08Expose the disable encryption option to JNI.Jiayang Liu
2015-07-08Add flakyness check based on the recently received packets.Peter Thatcher
2015-07-01Support for onbufferedamountlowbemasc
2015-06-01Add options for NetEq fast accelerate mode through libjingleHenrik Lundin
2015-05-28Removed unnecessary includes of webrtcvideocapturer.hHenrik Boström
2015-05-23Detach base/logging.* from base/stream.*.Tommi
2015-05-21Add RtcpMuxPolicy support to PeerConnection.Peter Thatcher
2015-05-12Remove VideoEngine interfaces.Peter Boström
2015-05-11Reland r9159 "Adding a new constraint to set NetEq buffer capacity ..."Henrik Lundin
2015-05-10Revert r9164 "Adding a new constraint to set NetEq buffer capacity ..."Henrik Lundin
2015-05-10Reland r9159 "Adding a new constraint to set NetEq buffer capacity ..."Henrik Lundin
2015-05-08Revert r9159 "Adding a new constraint to set NetEq buffer capacity ..."Henrik Lundin
2015-05-08Adding a new constraint to set NetEq buffer capacity from peerconnectionHenrik Lundin
2015-04-30Expose RTCConfiguration to java JNI and add an option to disable TCPJiayang Liu
2015-04-23Use short include paths for icu headers.Henrik Kjellander
2015-04-22Enable more Clang warnings for talk/Henrik Kjellander
2015-04-20rtc::Buffer improvementsKarl Wiberg
2015-04-09Reland "Remove usage of webrtc::NativeHandle since is just adds an extra leve...Per