Sign in
webrtc
/
src
/
webrtc
/
4e3045ff78952069c4e91d2a8cad0fe8bdd4bcbc
/
common_audio
5b18967
Move optional.h to webrtc/api/
by kwiberg
· 7 years ago
b76f9c6
Move UBSan warnings from a blacklist to the source
by oprypin
· 7 years ago
df5227a
[MIPS]: Fix compiler error for mips32r2 dspr2
by Gordana Cmiljanovic
· 8 years ago
00ed864
Recently we moved webrtc/base to webrtc/rtc_base, so these
by mbonadei
· 7 years ago
de6c74c
Replace absolute path with relative path for GN files.
by Jianjun Zhu
· 7 years ago
2bc62f3
Remove remains of webrtc/base
by ehmaldonado
· 8 years ago
fbe655a
Remove potential left shift of negative value in WebRtcSpl_AnalysisQMF
by Alex Loiko
· 8 years ago
4f870fc
Revert of Remove remains of webrtc/base (patchset #7 id:120001 of https://codereview.webrtc.org/2973183002/ )
by ehmaldonado
· 8 years ago
c6c814d
Remove remains of webrtc/base
by ehmaldonado
· 8 years ago
5058e4d
Add a check in the BlockBuffer of AEC2 to guard for buffer overflows.
by saza
· 8 years ago
91b122b
base->rtc_base: Update .c, .mm and .java files.
by ehmaldonado
· 8 years ago
76de83e
Rename webrtc/base -> webrtc/rtc_base
by Edward Lemur
· 8 years ago
1b1c983
Moving asm code out of common_audio_c sources list
by mbonadei
· 8 years ago
bc32410
Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)"
by Henrik Kjellander
· 8 years ago
60154fd
Update includes for webrtc/{base => rtc_base} rename (2/3)
by kjellander
· 8 years ago
e69e1db
Put attribute before function name instead of after, as required by GCC
by kwiberg
· 8 years ago
e855309
Moving compile_assert_c.h to webrtc/base
by mbonadei
· 8 years ago
3e16eec
Reland of Enable GN check for webrtc/base (patchset #3 id:230001 of https://codereview.webrtc.org/2838683002/ )
by mbonadei
· 8 years ago
0f7c318
Revert of Enable GN check for webrtc/base (patchset #9 id:350001 of https://codereview.webrtc.org/2840453004/ )
by mbonadei
· 8 years ago
5efa81c
Reland of Enable GN check for webrtc/base (patchset #3 id:230001 of https://codereview.webrtc.org/2838683002/ )
by mbonadei
· 8 years ago
cf45c6e
Revert of Enable GN check for webrtc/base (patchset #13 id:240001 of https://codereview.webrtc.org/2717083002/ )
by mbonadei
· 8 years ago
3df925a
Enable GN check for webrtc/base
by kjellander
· 8 years ago
41f1066
Replace Clock with timeutils in AudioEncoder.
by michaelt
· 8 years ago
072b739
Rename COMPILE_ASSERT macro to RTC_COMPILE_ASSERT
by kjellander
· 8 years ago
fb23cec
Ignore some UBSan errors
by kwiberg
· 8 years ago
7c29f9d
iSAC fix entropy coder: Recently added DCHECK could in fact trigger
by kwiberg
· 8 years ago
0f20d58
Reland of Enable cpplint and fix cpplint errors in webrtc/*audio (patchset #1 id:1 of https://codereview.webrtc.org/2739143002/ )
by oprypin
· 8 years ago
899c143
Revert of Enable cpplint and fix cpplint errors in webrtc/*audio (patchset #4 id:180001 of https://codereview.webrtc.org/2683033004/ )
by oprypin
· 8 years ago
ba76094
Enable cpplint and fix cpplint errors in webrtc/*audio
by oprypin
· 8 years ago
60798d0
Avoid overflow in WebRtcSpl_DotProductWithScale
by henrik.lundin
· 8 years ago
a2e3970
Enable GN check for webrtc/common_audio
by kjellander
· 8 years ago
9617a87
Replace NULL with nullptr or null in webrtc/audio/ and common_audio/.
by deadbeef
· 8 years ago
c9a9042
Fix for left shift of potentially negative value.
by ivoc
· 8 years ago
90cc2a9
Reland of Moving webrtc.gni up one level from build/ (patchset #1 id:1 of https://codereview.webrtc.org/2657563002/ )
by mbonadei
· 8 years ago
df5ec64
Revert of Moving webrtc.gni up one level from build/ (patchset #1 id:1 of https://codereview.webrtc.org/2651543003/ )
by mbonadei
· 8 years ago
5c59d8f
Moving webrtc.gni up one level from build/
by mbonadei
· 8 years ago
1709986
Replace RTC_DCHECK(false) with RTC_NOTREACHED().
by nisse
· 8 years ago
0391948
Fix for left shift of potentially negative value.
by ivoc
· 8 years ago
24348df
Fixing init time error in smoothing filter.
by minyue
· 8 years ago
2410df4
Fix for left shift of negative value in NetEq.
by ivoc
· 8 years ago
f031dec
Update common_audio/smoothing_filter.
by minyue
· 8 years ago
cf255e4
Split targets mixing .c and .cc sources.
by kjellander
· 8 years ago
45a0bd3
Replace test_support_main by test_main and get rid of test_support_main_threaded_mac
by ehmaldonado
· 8 years ago
c1a5e1b
Replace some asserts with DCHECKs
by kwiberg
· 8 years ago
4cb29f6
RTC_[D]CHECK_op: Remove "u" suffix on integer constants
by kwiberg
· 8 years ago
6b56973
Smooth BWE and pass it to Audio Network Adaptor.
by michaelt
· 8 years ago
e6049a9
Move smoothing filter to common audio and exp_filter to base/analytics.
by minyue
· 8 years ago
a8fdc95
Revert of Reland "Move smoothing filter to common audio". (patchset #5 id:100001 of https://codereview.webrtc.org/2520003005/ )
by minyue
· 8 years ago
b754ae2
Reland "Move smoothing filter to common audio".
by minyue
· 8 years ago
3fde4a9
Revert of Move smoothing filter to common audio. (patchset #3 id:60001 of https://codereview.webrtc.org/2484153002/ )
by magjed
· 8 years ago
cac1a8f
Move smoothing filter to common audio.
by michaelt
· 8 years ago
abef9e9
Remove all references to GYP
by Henrik Kjellander
· 8 years ago
fa09b17
Avoid left-shifting negative values in a number of places
by henrik.lundin
· 8 years ago
a6c6623
GN: Exclude suppressions of Chromium Clang warnings for Chromium builds.
by kjellander
· 8 years ago
fff0819
Fix "left shift of negative value" bug
by kwiberg
· 8 years ago
d9e48cf
Test RTC_DCHECK_IS_ON instead of checking DCHECK_ALWAYS_ON everywhere
by kwiberg
· 8 years ago
c1e71d6
Revert of Test RTC_DCHECK_IS_ON instead of checking DCHECK_ALWAYS_ON everywhere (patchset #2 id:20001 of https://codereview.webrtc.org/2384693002/ )
by guidou
· 8 years ago
73d0569
Test RTC_DCHECK_IS_ON instead of checking DCHECK_ALWAYS_ON everywhere
by kwiberg
· 8 years ago
36a2479
Sort #includes that got unsorted when gmock.h and gtest.h moved to webrtc/test/
by kwiberg
· 8 years ago
15b966d
Enable the -Wundef warning for clang
by kwiberg
· 8 years ago
2cf29b5
GN: Change rtc_source_set targets --> rtc_static_library
by kjellander
· 8 years ago
387db86
Compensate for the IntelligibilityEnhancer processing delay in high bands
by Alejandro Luebs
· 8 years ago
435c7b3
GYP: Remove targets inside include_tests==1 that are converted to GN.
by kjellander
· 8 years ago
9eb213a
OWNERS: Make everyone able to change *.gn,*.gni files.
by Henrik Kjellander
· 8 years ago
a0bfaf4
iSAC fix: Ignore overflow in signed left shift
by kwiberg
· 8 years ago
19b9296
VadCore: Allow signed multiplication overflow that we don't know how to fix
by kwiberg
· 8 years ago
80e6692
GN Templates: Move common_inherited_config to the template.
by ehmaldonado
· 8 years ago
1d49219
GN Templates: Move common_config to the template.
by ehmaldonado
· 8 years ago
f0532f3
GN: Introduce templates.
by ehmaldonado
· 8 years ago
1fcd11f
Add functions to interact with ASan and MSan, and some sample uses
by kwiberg
· 8 years ago
f8ef046
GN: Fix common_audio linking on iOS
by kjellander
· 8 years ago
2965480
Fix Chromium clang plugin warnings
by kwiberg
· 8 years ago
6967316
Fix Chromium clang plugin warnings
by kwiberg
· 8 years ago
36f1d82
Replace calls to assert() with RTC_DCHECK_*() in .c code
by kwiberg
· 8 years ago
a9af42a
WebRtcSpl_SynthesisQMF: Fix UBSan fuzzer bug (left shift of negative value)
by kwiberg
· 8 years ago
1857984
GN: Update tests to have the correct shard timeout value on Android.
by sakal
· 8 years ago
16fb900
Pull out the PostFilter to its own NonlinearBeamformer API
by Alejandro Luebs
· 9 years ago
939d863
Keep track of the user-facing number of channels in a ChannelBuffer
by Alejandro Luebs
· 9 years ago
fe5afaa
Revert "Pull out the PostFilter to its own NonlinearBeamformer API"
by Alejandro Luebs
· 9 years ago
88570c1
Pull out the PostFilter to its own NonlinearBeamformer API
by Alejandro Luebs
· 9 years ago
7b0b719
GN: Add common_audio_unittests and common_video_unittests
by kjellander
· 9 years ago
e8aa91d
Add clz functions (Count number of Leading Zero bits), 32-and 64-bit variants
by kwiberg
· 9 years ago
7807785
Rename APK tests workaround to make it more generic.
by kjellander
· 9 years ago
0dad10d
Reland of Adding a some checks and switching out a few assert for RTC_[D]CHECK. (patchset #1 id:1 of https://codereview.webrtc.org/2018553002/ )
by Tommi
· 9 years ago
d7f9119
Reland of Adding a some checks and switching out a few assert for RTC_[D]CHECK. (patchset #1 id:1 of https://codereview.webrtc.org/2018553002/ )
by Tommi
· 9 years ago
85510c2
Reland of Adding a some checks and switching out a few assert for RTC_[D]CHECK. (patchset #1 id:1 of https://codereview.webrtc.org/2018553002/ )
by Tommi
· 9 years ago
c10f207
Reland of Adding a some checks and switching out a few assert for RTC_[D]CHECK. (patchset #1 id:1 of https://codereview.webrtc.org/2018553002/ )
by Tommi
· 9 years ago
2a594b8
Reland of Adding a some checks and switching out a few assert for RTC_[D]CHECK. (patchset #1 id:1 of https://codereview.webrtc.org/2018553002/ )
by Tommi
· 9 years ago
51e5639
Revert of Adding a some checks and switching out a few assert for RTC_[D]CHECK. (patchset #1 id:1 of https://codereview.webrtc.org/2014183003/ )
by tommi
· 9 years ago
9f94c1b
Reland of Adding a some checks and switching out a few assert for RTC_[D]CHECK. (patchset #1 id:1 of https://codereview.webrtc.org/2006313009/ )
by tommi
· 9 years ago
130ee05
Revert of Adding a some checks and switching out a few assert for RTC_[D]CHECK. (patchset #1 id:1 of https://codereview.webrtc.org/2009253004/ )
by kjellander
· 9 years ago
4fcc5b2
Reland of Adding a some checks and switching out a few assert for RTC_[D]CHECK. (patchset #1 id:1 of https://codereview.webrtc.org/2006243002/ )
by tommi
· 9 years ago
ce30427
Fix iOS GN build and cleanup system_wrappers
by kjellander
· 9 years ago
b53ca75
Revert of Adding a some checks and switching out a few assert for RTC_[D]CHECK. (patchset #6 id:100001 of https://codereview.webrtc.org/2007563002/ )
by tommi
· 9 years ago
049b2cd
Adding a some checks and switching out a few assert for RTC_[D]CHECK.
by tommi
· 9 years ago
2d4d5f7
Fix an UBSan error (signed overflow) in saturating addition and subtraction
by kwiberg
· 9 years ago
aeadecc
Fix UBSan errors (left shift of negative value)
by kwiberg
· 9 years ago
43b1130
Remove runtime NEON detection
by pasko
· 9 years ago
bcf3191
Remove webrtc/base/scoped_ptr.h
by kwiberg
· 9 years ago
97aa5c2
Revert of Remove webrtc/base/scoped_ptr.h (patchset #3 id:100001 of https://codereview.webrtc.org/1942823002/ )
by kwiberg
· 9 years ago
Next »