- 6967553 APM-QA Test data generation: environmental noise looped. by Alessio Bazzica · 7 years ago
- c3fa8e1 New method RtpReceiver::GetLatestTimestamps. by Niels Möller · 7 years ago
- 4a87e1c Remove encoding code from RtcEventLogImpl and use RtcEventLogEncoder instead by Elad Alon · 7 years ago
- 1d87b0e Create RtcEventLogEncoderLegacy by Elad Alon · 7 years ago
- 729b910 Revert "Remove WEBRTC_TRACE." by Fredrik Solenberg · 7 years ago
- 2209b90 Remove WEBRTC_TRACE. by Fredrik Solenberg · 7 years ago
- d25fa78 Revert "Make rtc_base/refcount.h self contained, not including refcountedobject.h." by Niels Moller · 7 years ago
- b7239a9 Make rtc_base/refcount.h self contained, not including refcountedobject.h. by Niels Möller · 7 years ago
- 849b3ae Move list of supported H264 codecs from InternalEncoderFactory to h264.h by Magnus Jedvert · 7 years ago
- 3c0bbff Remove deprecated mac screencapture code. by Kári Tristan Helgason · 7 years ago
- 4db97b9 Enable and update some bit exactness tests by Sam Zackrisson · 7 years ago
- 958288a Fix wrap-around logic in ForwardErrorCorrection. by Niels Möller · 7 years ago
- d4404c2 Revert "Remove AudioDeviceObserver and make ADM not inherit from the Module interface." by Fredrik Solenberg · 7 years ago
- 34cdd2d Remove AudioDeviceObserver and make ADM not inherit from the Module interface. by Fredrik Solenberg · 7 years ago
- c007857 AEC3 tunings to increase transparency by Per Åhgren · 7 years ago
- 85a11a3 Bounding the AEC3 suppression gain for poorly estimated residual echoes by Per Åhgren · 7 years ago
- 707f278 Add RTT to playout delay behind WebRTC-AddRttToPlayoutDelay field trial. by philipel · 7 years ago
- 8e56076 LogDelayBasedBweUpdate on detector state change. by philipel · 7 years ago
- b378a22 Fix ALR field trial parsing by Erik Språng · 7 years ago
- c545daf Make rtp_packet.h public by Elad Alon · 7 years ago
- 7dc719a Remove duplicate packet check from webrtc::PacketQueue. by philipel · 7 years ago
- b0a0207 Added RTCMediaStreamTrackStats.jitterBufferDelay for audio by Gustaf Ullberg · 7 years ago
- bf35298 Implement temporal layers checkers for vp8 by Ilya Nikolaevskiy · 7 years ago
- 884e49f Convert PayloadUnion from a union to a class, step 3 by Karl Wiberg · 7 years ago
- 440216f Split LogRtpHeader and LogRtcpPacket into separate versions for incoming and outgoing packets. by Bjorn Terelius · 7 years ago
- d4a790f Remove AudioCodingModule::IncomingPayload by Henrik Lundin · 7 years ago
- a86ac6d Improves UMA stat for built-in AGC monitoring on iOS by henrika · 7 years ago
- 3102734 Revert "Reland of Add full stack tests for MediaCodec encoder (moved from Rietveld)." by Rasmus Brandt · 7 years ago
- 2666cf7 Reland of Add full stack tests for MediaCodec encoder (moved from Rietveld). by Rasmus Brandt · 7 years ago
- 5bc0229 Injectable APM simulator binary in APM-QA by Alessio Bazzica · 7 years ago
- c856dc2 Convert PayloadUnion from a union to a class, step 2 by Karl Wiberg · 7 years ago
- 83d3ec1 Convert PayloadUnion from a union to a class, step 1 by Karl Wiberg · 7 years ago
- 612f858 Adding test for SingleNalUnit mode by ssilkin · 7 years ago
- c7b4a45 Remove various IDs: by solenberg · 7 years ago
- a81403f Calculate VP9 references to wrap at kPicIdLength instead of 16 bits. by philipel · 7 years ago
- 760c4b4 Trigger rtt and stats update on report block rather than receiver report. by Danil Chapovalov · 7 years ago
- 7e9c614 Added configurable offsets to the per-packet overhead in the ANA frame length and bitrate controllers. by ivoc · 7 years ago
- a82fcd0 Remove unused mocks of process thread by Danil Chapovalov · 7 years ago
- e423a9de Revert of Remove various IDs (patchset #7 id:120001 of https://codereview.webrtc.org/3019543002/ ) by solenberg · 7 years ago
- df5bb65 Prepare to remove ADM APIs that are to be deprecated. by solenberg · 7 years ago
- 2d0f775 Remove various IDs: by solenberg · 7 years ago
- 9981bd9 Move PacketQueue out of paced_sender.cc to its own packet_queue.{cc,h}. by philipel · 7 years ago
- 638200e Add support for SW fallback decoder in VideoProcessor. by Rasmus Brandt · 7 years ago
- c9d5b05 Add lock annotations and const declarations to RtpReceiverImpl. by Niels Möller · 7 years ago
- ca90a55 audioproc_f with simulated mic analog gain by Alessio Bazzica · 7 years ago
- 29accef Export script bug fixed. by Alessio Bazzica · 7 years ago
- fe9f222 Reland of Added logging inside AEC3 for render API buffer by Per Åhgren · 7 years ago
- bbf389c Delete redundant logic for setting is_first_packet_in_frame by Niels Möller · 7 years ago
- 0beac58 Add PostProcessing interface to audio processing module. by Sam Zackrisson · 7 years ago
- 5d26edc Total Harmonic Distorsion plus noise (THD+n) score in APM-QA. by alessiob · 7 years ago
- a420551 Push back on the video encoder to avoid building queues in the pacer. by philipel · 7 years ago
- e19d8bf Modify some rate control and quality thresholds due to flakiness. by asapersson · 7 years ago
- 8f1b93c Add more logs in DX capturer by Zijie He · 7 years ago
- dccfc40 NetEq: Simplify the dependencies of GetNetworkStatistics by Henrik Lundin · 7 years ago
- dec82ab Disable flaky test VideoProcessorIntegrationTestMediaCodec.ForemanCif500kbpsVp8. by Alex Loiko · 7 years ago
- 6b3e1a2 Fixes issue in ADM on Mac OSX when audio is renegotiated by henrika · 7 years ago
- 599df85 Resolve cyclic dependency in remote bitrate estimator by Danil Chapovalov · 7 years ago
- fb08994 Adding time profiling support to AudioFrame by henrika · 7 years ago
- e21be1d Reland of Fix the video buffer size should take rtt into consideration (patchset #2 id:160001 of https://codereview.chromium.org/3002033002/ ) by philipel · 7 years ago
- ac0a503 NetEq/Stats: Don't let concealed_samples decrease by Henrik Lundin · 7 years ago
- b3547fa Revert "Added logging inside AEC3 for render API buffer under/overruns" by Per Åhgren · 8 years ago
- 2397b9a Remove voe::OutputMixer and AudioConferenceMixer. by solenberg · 8 years ago
- c3d0da0 Avoids crash in AudioTrack when audio starts in background mode by henrika · 8 years ago
- 2c30120 Revert of Add full stack tests for MediaCodec. (patchset #10 id:180001 of https://codereview.webrtc.org/3005253002/ ) by brandtr · 8 years ago
- 55c7ede VideoProcessorIntegrationTest: Group member variables into two structs containing target/actual rates. by asapersson · 8 years ago
- 2cefac6 Add full stack tests for MediaCodec encoder. by brandtr · 8 years ago
- 73b60b8 Remove the redundant method GetPayloadSpecifics by Karl Wiberg · 8 years ago
- 92d9dd0 rtp_rtcp_format: Separate public and private source files by Karl Wiberg · 8 years ago
- b335e31 This is a rollback of https://chromium-review.googlesource.com/c/external/webrtc/+/616724 by alexnarest · 8 years ago
- 080832e Moving Obj-C++ code in desktop_capture_objc. by Mirko Bonadei · 8 years ago
- 2572404 Removing useless include_dirs entry. by Mirko Bonadei · 8 years ago
- a5f043f Change ForwardErrorCorrection class to accept one received packet at a time. by nisse · 8 years ago
- c5267d2 Simplify ReceiveStatistics: merge GetActiveStatisticians into RtcpReportBlocks by Danil Chapovalov · 8 years ago
- cb728ea Fix Gn Untracked headers in webrtc/modules/video_coding. by charujain · 8 years ago
- 9a2e906 Added RTCMediaStreamTrackStats.concealmentEvents by Gustaf Ullberg · 8 years ago
- 4354725 Delete deprecated metod RtpRtcp::SetMaxTransferUnit. by nisse · 8 years ago
- 930021d Eliminating the risk of sustained echo during capture data loss in AEC3. by Per Åhgren · 8 years ago
- a7567a9 Implement DesktopCapturerWrapper and CaptureResultDesktopCapturerWrapper by Zijie He · 8 years ago
- 6c17057 Move rtcp packet classes from rtp_rtcp to rtp_rtcp_format target by Danil Chapovalov · 8 years ago
- 48d96c0 Corrected upper limits of NetEq minimum and maximum delay. by Gustaf Ullberg · 8 years ago
- 7120742 Adding NOLINT for typedefs.h and common_types.h by Mirko Bonadei · 8 years ago
- 262d4ff Added logging inside AEC3 for render API buffer under/overruns by Per Åhgren · 8 years ago
- 9a45116 Fix Gn Untracked headers in webrtc/common_audio by charujain · 8 years ago
- 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 8 years ago
- bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 8 years ago
- 5adc73a by niklase@google.com · 14 years ago
- f0a476b Add PictureID and NonReference to codec information by hlundin@google.com · 14 years ago
- d0159d8 aec_rdft_128: one entry point for each sign. by cduvivier@google.com · 14 years ago
- fae3b31 Optimization/cleanup of 'aec_rfdt' initialization (constants, LUT, ...): by cduvivier@google.com · 14 years ago
- 7c4469b Revamp of audio_processing unit test to use protocol buffers. Chromium's protobuf version is synced to third_party. This isn't really needed for the unit test, but I'd like to use it soon for echo recordings, so I used this as a warm up. by ajm@google.com · 14 years ago
- 98b4ed1 Disabling DEBUG_FILE in the overuse detector by default. by holmer@google.com · 14 years ago
- 2b4b7f1 Moving two testfiles, audio coding module. by tlegrand@google.com · 14 years ago
- 0adca82 Move iLBC test and reference files to new location. by tlegrand@google.com · 14 years ago
- cdc943e VCM: 1. Updating handling of empty packets. 2. Updating JB test. 3. Removing un-used code. by mikhal@google.com · 14 years ago
- c137082 Update media_opt_util with frame size parameters. by marpan@google.com · 14 years ago
- 6b04739 Route CodecSpecificInfo from encoder to packetizer by hlundin@google.com · 14 years ago
- b5427cb Changing JPEG API to to accept rawImage and encodedImage; moved video_image.h from modules/video_coding/codecs to common_video/interface, and some general re-write to JPEG, especially with regard to memory handling. Required VCM/ViE changes are also included. by mikhal@google.com · 14 years ago
- 67d7282 Allow the FEC to protect up to maximum #packets (48) if the by marpan@google.com · 14 years ago
- 9d94116 Optimization of 'rftbsub': by cduvivier@google.com · 14 years ago
- 8ec2231 Add aec_rdft.c to android build by leozwang@google.com · 14 years ago