- 0565451 Reland of Delete cricket::VideoFrame methods GetYPlane and GetYPitch. (patchset #1 id:1 of https://codereview.webrtc.org/1921493004/ ) by nisse · 9 years ago
- 5b3c443 Revert of Delete webrtc::VideoFrame methods buffer and stride. (patchset #14 id:250001 of https://codereview.webrtc.org/1900673002/ ) by nisse · 9 years ago
- a0591b5 Delete webrtc::VideoFrame methods buffer and stride. by nisse · 9 years ago
- b99395a Reland of Delete video_render module. (patchset #1 id:1 of https://codereview.webrtc.org/1923613003/ ) by nisse · 9 years ago
- 0190367 Revert of Delete video_render module. (patchset #12 id:220001 of https://codereview.webrtc.org/1912143002/ ) by kjellander · 9 years ago
- d1fe281 Replace scoped_ptr with unique_ptr in webrtc/api/ by kwiberg · 9 years ago
- 97cfd1e Delete video_render module. by nisse · 9 years ago
- 9eeb624 Build dynamic iOS SDK. by tkchin · 9 years ago
- 53edac6 Report dropped frames from codec thread. by Peter Boström · 9 years ago
- 1c7fdd8 Remove calls to ScopedToUnique and UniqueToScoped by kwiberg · 9 years ago
- 4485ffb #include "webrtc/base/constructormagic.h" where appropriate by kwiberg · 9 years ago
- 3c6eac2 Remove QualityScaler framerate reduction. by Peter Boström · 9 years ago
- 555604a Replace scoped_ptr with unique_ptr in webrtc/base/ by jbauch · 9 years ago
- 9cb23a3 Stop preemptively generating an RSA key pair. by Taylor Brandstetter · 9 years ago
- b05f994 Revert of Delete cricket::VideoFrame methods GetYPlane and GetYPitch. (patchset #5 id:80001 of https://codereview.webrtc.org/1901973002/ ) by terelius · 9 years ago
- 1c27c6b Delete cricket::VideoFrame methods GetYPlane and GetYPitch. by nisse · 9 years ago
- d98cf1f New peerconnection test case, for video stream forwarding. by nisse · 9 years ago
- dcd730f Enable VP9 HW encoder on Exynos devices. by Alex Glaznev · 9 years ago
- 0cd086b Adding codecs to the RtpParameters returned by an RtpSender. by Taylor Brandstetter · 9 years ago
- 24ebc44 MediaCodecVideoEncoder: Add QP stats to Encoded callback for VP8. by asapersson · 9 years ago
- 0a1bc53 Update prflx candidates' generation when setting ICE credentials. by Taylor Brandstetter · 9 years ago
- 8b577ed Mark public ObjC APIs as explicitly visible. by tkchin · 9 years ago
- ba7dc72 Add rotation to EncodedImage and make sure it is passed through encoders. by Per · 9 years ago
- 3518c34 Fix crash when receiving a texture frame with rotation bit set. by tkchin · 9 years ago
- 8dbacfd Java VideoRenderer: Remove unused ctor by magjed · 9 years ago
- 2c8a296 Tune QP-based quality thresholds. by Peter Boström · 9 years ago
- e532aec Add isolate files for Android tests by kjellander · 9 years ago
- 5209d67 Fix WebRTC API framework build. by tkchin · 9 years ago
- d5f5c59 Make magjed@ owner of video related parts only in webrtc/api/java/jni by magjed · 9 years ago
- 62a216e Don't write spaces after semicolons in FMTP lines. by hta · 9 years ago
- 72c8d2b Rename BEGIN_PROXY_MAP --> BEGIN_SIGNALLING_PROXY_MAP. by nisse · 9 years ago
- 26acec4 Delete method webrtc::VideoFrame::native_handle. by nisse · 9 years ago
- d53a3f9 Early initialize recording on the ADM from WebRtcVoiceMediaChannel. by solenberg · 9 years ago
- 926dfcd Make QualityScaler not downscale below QVGA. by Peter Boström · 9 years ago
- 7ace488 Remove field trial for scaling down MediaCodec. by Peter Boström · 9 years ago
- 67cf2c1 Removing `preference` field from `cricket::Codec`. by deadbeef · 9 years ago
- f386876 Rename some cricket::VideoFrame methods, to align with webrtc::VideoFrame. by nisse · 9 years ago
- cbac40d Reland of Make QualityScaler more responsive to downgrades. (patchset #1 id:1 of https://codereview.webrtc.org/1880103002/ ) by pbos · 9 years ago
- 79299af Enable H.264 HW decoder soft rest. by Alex Glaznev · 9 years ago
- a6b9944 Generate FMTP parameters for the H.264 codec. by hta · 9 years ago
- 19b4fec Revert of Make QualityScaler more responsive to downgrades. (patchset #3 id:40001 of https://codereview.webrtc.org/1830593003/ ) by phoglund · 9 years ago
- c36b31b Embed a cricket::MediaConfig in RTCConfiguration. by nisse · 9 years ago
- f7704d1 Remove latency-based frame dropping on Android. by Peter Boström · 9 years ago
- 25ed580 Enable proxy_unittest (thread proxy tests). by nisse · 9 years ago
- 3858477 FakeVideoTrackRenderer is a thin wrapper over by nisse · 9 years ago
- dabc944 Add missing tracing to RtpSender objects. by Peter Boström · 9 years ago
- 8aba997 Reland of Changed P2PTestConductor to use a separate worker thread. by perkj · 9 years ago
- 79b4b87 Objective C API to read and set RtpParameters by skvlad · 9 years ago
- 57db652 Changed PeerConnectionEndToEndTest to use a separate worker thread. by perkj · 9 years ago
- babf8ee Add test runner scripts for instrumentation tests by agrieve · 9 years ago
- 2ded9b1 Replace SetCapturer and SetCaptureDevice by SetSource. Drop return value. by nisse · 9 years ago
- e0d4637 Allow applications to control audio send bitrate through RtpParameters. by skvlad · 9 years ago
- 05697a6 Gracefully continue if ConnectivityManager.requestNetwork fails. by Taylor Brandstetter · 9 years ago
- 2a8a78c Add AEC filter divergence metric to StatsCollector. by Minyue · 9 years ago
- 5b68ab5 Extended proxy abstraction, to call certain methods to the worker thread. by nisse · 9 years ago
- fae1480 Android: Fix chroma sampling bug when converting from texture to YUV by Magnus Jedvert · 9 years ago
- b4d01c4 A bunch of interfaces: Return scoped_ptr<SSLCertificate> by kwiberg · 9 years ago
- 38d653c Revert of Switch to using EGL 1.0 for rendering and HW codec. (patchset #1 id:1 of https://codereview.webrtc.org/1829923002/ ) by magjed · 9 years ago
- 05255b0 Revert of Changed P2PTestConductor to use a separate WorkerThread. (patchset #1 id:1 of https://codereview.webrtc.org/1859933002/ ) by perkj · 9 years ago
- efc3858 Remove deprecated MediaStreamTrackInterface::set_state by perkj · 9 years ago
- 6172401 Changed P2PTestConductor to use a separate WorkerThread. by perkj · 9 years ago
- 766ad3b9 This cl do a major cleanup of the VideoAdapter and make sure it does care about the VideoSinkWants.max_pixel_count and VideoSinkWants.max_pixel_count_step_up. by Per · 9 years ago
- 9fdb6cf Andoid EglBase: Detect failure to find EGL config by magjed · 9 years ago
- 23b08eb Android VideoCapture: Add null checks in stopCaptureOnCameraThread by magjed · 9 years ago
- 7d06a8c Add CoreVideoFrameBuffer. by tkchin · 9 years ago
- 6063177 Allowing a Java object field to be null in a new JNI helper method. by deadbeef · 9 years ago
- 85829fd Make QualityScaler more responsive to downgrades. by Peter Boström · 9 years ago
- 71a0c2f Deprecate GetWidth() and GetHeight() methods. Replaced by width() and height(). by nisse · 9 years ago
- 7ff1737 Re-enabling tests that were disabled for Windows debug builds. by Taylor Brandstetter · 9 years ago
- fcc640f Get VideoCapturer stats via VideoTrackSourceInterface in StatsCollector, by nisse · 9 years ago
- 89717aa Improve iOS frame capture threading. by tkchin · 9 years ago
- 8b9ca95 Minor ObjC header updates. by tkchin · 9 years ago
- c0d31e9 Change VideoSourceInterface::needs_denoising() to return rtc::Optional<bool> by Per · 9 years ago
- 00984ff Reland of move {media,p2p,pc,xmllite,xmpp}_tests.gypi files. (patchset #1 id:1 of https://codereview.webrtc.org/1846693002/ ) by kjellander · 9 years ago
- 3db6f9b Android EGL: Synchronize calls to eglSwapBuffers and eglMakeCurrent by Magnus Jedvert · 9 years ago
- 71bdda0 Add RTCConfiguration getter and setter methods. The immediate plan is to move some flags into an embedded MediaConfig (https://codereview.webrtc.org/1818033002/), which will be possible after Chrome is updated to use these new setter methods. by Niels Möller · 9 years ago
- 82b750b Android SurfaceTextureHelper: Distinguish thread names for decoder and camera by magjed · 9 years ago
- 72644d2 Revert of Remove {media,p2p,pc,xmllite,xmpp}_tests.gypi files. (patchset #1 id:1 of https://codereview.webrtc.org/1839763004/ ) by kjellander · 9 years ago
- 231b69f Remove {media,p2p,pc,xmllite,xmpp}_tests.gypi files. by kjellander · 9 years ago
- f1f8720 Split ByteBuffer into writer/reader objects. by jbauch · 9 years ago
- f8711c0 Adding JNI binding for 'active' field in RTP encodings. by Taylor Brandstetter · 9 years ago
- d45b95c Making new unit test assertions use the standard timeout. by Taylor Brandstetter · 9 years ago
- 9708e9c Don't call operator== with scoped_ptr<T> and T* by kwiberg · 9 years ago
- 2378212 Android HW decoder: Add support for textures when using EGL 1.0 by magjed · 9 years ago
- ae69b02 Fix typo in FakeAdmTest.TestProcess name. by Peter Boström · 9 years ago
- 85e46a8 Fix PeerConnectionInterfaceTest.CloseAndTestStreamsAndStates by Per · 9 years ago
- 303b3c2 Added the JNI interface to get and set RtpParameters and the maximum bitrate limits. by skvlad · 9 years ago
- 7ca142e ReAdd dummy MediaStreamTrack::set_state to make Chrome build happy. by perkj · 9 years ago
- 4a3a135 More cleanup of cricket::VideoCapturer by perkj · 9 years ago
- d61bf80 Removed MediaStreamTrackInterface::set_state by perkj · 9 years ago
- a0c44ea Add 16-bit network id to the candidate signaling. by honghaiz · 9 years ago
- 887a19b Switch to using EGL 1.0 for rendering and HW codec. by Alex Glaznev · 9 years ago
- 24a62d5 Remove WEBRTC_IOS from RTCPeerConnectionFactory public header. by tkchin · 9 years ago
- a8415fe Adding comments about threading around CreatePeerConnectionFactory. by Taylor Brandstetter · 9 years ago
- 1509fa1 Delete cricket::VideoRenderer. by nisse · 9 years ago
- 8f59762 Delete VideoRendererInterface. by Niels Möller · 9 years ago
- c8f952d Propagate MediaStreamSource state to video tracks the same way as audio. by perkj · 9 years ago
- dbe2b87 Adding support for RTCRtpEncodingParameters.active flag. by deadbeef · 9 years ago
- 01bcbd0 Make Android min-resolution rotation-agnostic. by Peter Boström · 9 years ago
- f3cb49f Refactor some ObjC API init methods. by Tze Kwang Chin · 9 years ago