webrtc /
src /
/
61c2a6f241ac9db626aeab755e49897030b289e1 - 61c2a6f Remove rtc::Buffer::length(), since no one uses it anymore by Karl Wiberg · 10 years ago
- d4e8014 Fix build errors in r9022 / 09bdc1e5f5a9. by Stefan Holmer · 10 years ago
- 09bdc1e Add a BWE fairness test. by Stefan Holmer · 10 years ago
- 3795937 Adds a simplified Reno-type TCP sender. by Stefan Holmer · 10 years ago
- f49dbfa Close all camera resources when camera error happens. by Alex Glaznev · 10 years ago
- 3f4eed0 Deliver RTCP packets only once per receive stream. by Peter Boström · 10 years ago
- fb98c40 Register RTP/RTCP modules outside rtp_rtcp_cs_. by Peter Boström · 10 years ago
- 382c58d Move target_subarch from gyp_webrtc to supplement.gypi by Henrik Kjellander · 10 years ago
- f2497cf Fix unknown option '-msse2' warning by Henrik Kjellander · 10 years ago
- 7c324ca AudioEncoderDecoderIsac: Merge the two config structs by Karl Wiberg · 10 years ago
- 9829af4 Disable VP8 encoder HW acceleration on NVidia devices. by Alex Glaznev · 10 years ago
- 7d89f80 Use BoringSSL as default on iOS by Zeke Chin · 10 years ago
- 5d22c00 Add performance tests flag to audioproc_float by Alejandro Luebs · 10 years ago
- 41ee1ea Modified the simulcast encoder adapter to correctly handle encoded frames from sub encoders even if the encoder is unable to (temporarily or permanently) produce frames of the exactly matching resolution. This is done by using a different EncodedImageCallback for each encoder, which remembers which VideoEncoder it is registered to and forwards that on to SimulcastEncoderAdapter::Encoded. by Noah Richards · 10 years ago
- 099323e Have ViE sender also use the last encoded frame timestamp when determining if the video stream is paused/muted, for purposes of padding. by Noah Richards · 10 years ago
- 352b2d7 Fix for sent/received RTCP packet counters returned by GetRtcpPacketTypeCounters. The returned counters are incorrect: sent_packets returns stats from a sent stream (and received_packets returns stats from a receive stream). by Åsa Persson · 10 years ago
- 4b76c02 Roll chromium_revision 8af41b3..dcb0929 (324854:325030) by Magnus Jedvert · 10 years ago
- 3c3f646 Prevent null-stream reconfigs on RTP extensions. by Peter Boström · 10 years ago
- 36fc1ba Update renamed Android ARM64 trybot in PRESUBMIT.py. by Henrik Kjellander · 10 years ago
- c317ce5 VoE: move mock directory 1 level up by Jelena Marusic · 10 years ago
- adc46c4 audio_processing/agc: Adds config to set minimum microphone volume at startup by Bjorn Volcker · 10 years ago
- 19a3807 Updated .gitignore to ignore isolate_deps_dir. by Henrik Boström · 10 years ago
- a9c0ae2 Add a sparse FIR filter implementation by Alejandro Luebs · 10 years ago
- e432800 Enable CPU adaptation by default. by Peter Boström · 10 years ago
- fcf54bd Reland "Avoid critsect for protection- and qm setting callbacks in VideoSender." by mflodman · 10 years ago
- 73ba7a6 Remove PORTALLOCATOR_ENABLE_BUNDLE, PortAllocatorSessionProxy, PortAllocatorSessionMuxer, and PortProxy. by Peter Thatcher · 10 years ago
- 74b9769 Deliver RTCP packets only once per send stream. by Peter Boström · 10 years ago
- 2dd6a27 VoE: format VoEBase according to new style guide by Jelena Marusic · 10 years ago
- 0de7bcf Removes use of AudioManager.setSpeakerphoneOn in audio manager by henrika · 10 years ago
- 6739952 Roll chromium_revision 70a0480..ac81bcc (324430:324836) by Henrik Kjellander · 10 years ago
- 56d5028 Remove SignalCaptureStateChange from MediaEngine. by Peter Thatcher · 10 years ago
- 575a802 Add an option to update mirror flag in Android video renderer. by Alex Glaznev · 10 years ago
- 1b67795 Add i386 to ios fat library build script and use boringssl. by Zeke Chin · 10 years ago
- 529921e Explicitly set target_subarch for iOS on ia32/x64 by Henrik Kjellander · 10 years ago
- 77f0e3f Remove GetStartCaptureFormat and some related code. by Peter Thatcher · 10 years ago
- 6ae2572 Add missing configuration of rtx payload type for rtp/rtcp module. by Åsa Persson · 10 years ago
- 03dec77 Add chromium/_bad_scm to .gitignore by Henrik Kjellander · 10 years ago
- 0f911d71 Refactor audio_processing/nsx: Removed usage of macro WEBRTC_SPL_MEMCPY_W16 by Bjorn Volcker · 10 years ago
- 61a4b04 Refactor common_audio/vad: Removed usage of trivial macro WEBRTC_SPL_MUL_16_16(a, b) by Bjorn Volcker · 10 years ago
- e7b221f Remove deadlock in WebRtcVideoEngine2. by Peter Boström · 10 years ago
- 6fc2d2f VoE: revert CHECKs into asserts by Jelena Marusic · 10 years ago
- 9e5e421 VoE: cleanup VoEBaseImpl by Jelena Marusic · 10 years ago
- 93ef1d8 Change ACM's CodecManager to hold one encoder instead of an array by Henrik Lundin · 10 years ago
- eba964f Revert "Support none multiple of 16 pixels width on android." by Bjorn Volcker · 10 years ago
- 99c2fe5 Fix NullVideoEngine's CreateChannel implementation. by Noah Richards · 10 years ago
- b32a5c4 Add more logging around TURN refreshes. by Peter Thatcher · 10 years ago
- e4ae8d8 Changes in VideoCapturerAndroid. by Alex Glaznev · 10 years ago
- f4acf46 Support none multiple of 16 pixels width on android. by Per · 10 years ago
- 3949e86 Prevent decoder busy loop for send-only channels. by Peter Boström · 10 years ago
- a125d7d Changes default audio mode in AppRTCDemo to MODE_RINGTONE. by henrika · 10 years ago
- e12a667 Remove i420_video_frame.h from common_video.gyp by Bjorn Volcker · 10 years ago
- 9bfe3daf Cleanup: Remove i420_video_frame.h header. by Thiago Farina · 10 years ago
- f6c003e cricket::VideoFrameFactory: Handle if created frame is null by Magnus Jedvert · 10 years ago
- 9526187 Default enable abs send time bwe for CallTest by Erik Språng · 10 years ago
- 09bf1a1 Delays changing to COMMUNICATION mode until streaming starts. by henrika · 10 years ago
- 0184057 VideoAdapterTest: Replace FileVideoCapturer with FakeVideoCapturer by Magnus Jedvert · 10 years ago
- dcbd3ac Improve BWE plotting and logging to make it possible to use multiple windows/figures. by Stefan Holmer · 10 years ago
- f2822ed Refactor audio_coding/codecs/isac/fix: Removed usage of macro WEBRTC_SPL_MUL_16_16_RSFT by Bjorn Volcker · 10 years ago
- f6a99e6 Refactor audio_processing: Free functions return void by Bjorn Volcker · 10 years ago
- 0666a9b Remove Transport::Reset, which is never used, and only makes reading the code harder. by Peter Thatcher · 10 years ago
- f9bbbdd1 Roll chromium_revision d8f8dc8..70a0480 (324211:324430) by Henrik Kjellander · 10 years ago
- d417c93 Remove android_webview_build conditions. by Richard Coles · 10 years ago
- 9504b89 Cleanup: Remove unnecessary SHA1Transform() declaration. by Thiago Farina · 10 years ago
- 3a93986 Exit after printing usage message. by Thiago Farina · 10 years ago
- 7f6c4d4 Fix clang style warnings in webrtc/modules/audio_coding/neteq by Karl Wiberg · 10 years ago
- 4117775 Roll chromium_revision 5333e14..d8f8dc8 (323410:324211) by Henrik Kjellander · 10 years ago
- 76c53d3 Remove ViE interface usage from VideoReceiveStream. by Peter Boström · 10 years ago
- 15cf019 Add field-trial flag to disable WebRtcVideoEngine2. by Peter Boström · 10 years ago
- 9b3f56e Reland "Remove usage of webrtc::NativeHandle since is just adds an extra level of indirection."" by Per · 10 years ago
- 2c37078 Fix crash with CVO turned on for VP9 codec by Guo-wei Shieh · 10 years ago
- d61ebda9 Fix the sigslot type of DtlsIdentityStore::WorkerTask. by Jiayang Liu · 10 years ago
- 036b420 Updated iOS video capturer to take device orientation into consideration. by Jonas Martinsson · 10 years ago
- 1064679 Revert "Fix crash with CVO turned on for VP9 codec" by Guo-wei Shieh · 10 years ago
- 29b1a1c Fix crash with CVO turned on for VP9 codec by Guo-wei Shieh · 10 years ago
- c78da7d Roll chromium_revision 719b839..5333e14 (322539:323410) by Henrik Kjellander · 10 years ago
- 06c8013 Explicitly set target_subarch for iOS (re-land) by Henrik Kjellander · 10 years ago
- fbfc74a Increase filename size for dummy device factory. by Patrik Höglund · 10 years ago
- ad1f9b6 Remove warning on input frames before config. by Peter Boström · 10 years ago
- 64c0366 Revert "Revert "Split EventWrapper in twain."" by Peter Boström · 10 years ago
- ca047f7 Stop building NSS on Windows. by Henrik Kjellander · 10 years ago
- 968b0e2 Removed build dependency on er_tables_xor.h, since it has been deleted by Bjorn Volcker · 10 years ago
- 2e266e9 On iOS, detect pdp_ip networks as cellular. by Noah Richards · 10 years ago
- fbe5b31 Fix merge_libs.py to correctly use the IGNORE_PATTERNS list. by Noah Richards · 10 years ago
- 9e420af Fix potential race conditions in Android video renderer. by Alex Glaznev · 10 years ago
- e41d774 Revert "Remove usage of webrtc::NativeHandle since is just adds an extra level of indirection." by Per · 10 years ago
- 3b71efc Revert "Explicitly set target_subarch for iOS." by Henrik Kjellander · 10 years ago
- 2519c45 Fix clang style warnings in webrtc/modules/audio_coding by Karl Wiberg · 10 years ago
- f6b7265 Explicitly set target_subarch for iOS. by Henrik Kjellander · 10 years ago
- 1d83f1e talk/media/webrtc/webrtcvoiceengine: Delay Agnostic AEC should not override HW-AEC by Bjorn Volcker · 10 years ago
- 49a862e Return pending buffers to Java VideoCapturerAndroid if camera is stopping by Per · 10 years ago
- 26679d6 ViEFrameCallback::DeliverFrame: Make I420VideoFrame const ref. by Magnus Jedvert · 10 years ago
- 3211934 Fix build breakage in WrappedI420Buffer::native_handle() by Per · 10 years ago
- 75db861 Remove usage of webrtc::NativeHandle since is just adds an extra level of indirection. by Per · 10 years ago
- e1c1ee2 EncodedVideoData is unused, so remove it by Karl Wiberg · 10 years ago
- e095148 Port some fixes in AppRTCDemo. by Alex Glaznev · 10 years ago
- be508a1 Implement Tcp Reconnect for TCPPort. by Guo-wei Shieh · 10 years ago
- ef88309 Cleanup: Forward declare AudioFrame type in voiceprocess.h by Thiago Farina · 10 years ago
- ae0f0ee Cleanup: Remove DISALLOW_EVIL_CONSTRUCTORS macro. by Thiago Farina · 10 years ago
- 7351f46 Don't send STUN pings if we don't have a remote ufrag and pwd. by Peter Thatcher · 10 years ago
- bc4b934 Add a DCHECK to RegisterModule to make sure it's called on the controller thread. by Tommi · 10 years ago