Sign in
webrtc
/
src.git
/
c17ca01f54efc3ba13fcb8abe05d396000a2b8fe
/
test
/
mock_audio_encoder.h
8037fc6
Migrate absl::optional to std::optional
by Florent Castelli
· 7 months ago
9d9b3a3
Add option for the audio encoder to allocate a bitrate range.
by Jakob Ivarsson
· 1 year, 2 months ago
1ee563d
Use backticks not vertical bars to denote variables in comments for /test
by Artem Titov
· 3 years, 8 months ago
fde2b24
Reland "Call OnReceivedOverhead after audio network adaptor is created."
by Jakob Ivarsson
· 4 years, 7 months ago
c8ac358
Revert "Call OnReceivedOverhead after audio network adaptor is created."
by Erik Språng
· 4 years, 8 months ago
a135557
Call OnReceivedOverhead after audio network adaptor is created.
by Jakob Ivarsson
· 4 years, 8 months ago
e51d6ac
Fix override declarations and delete related TODOs
by Niels Möller
· 4 years, 9 months ago
54706d6
In test/ replace mock macros with unified MOCK_METHOD macro
by Danil Chapovalov
· 4 years, 11 months ago
62aee93
Adds trial to calculate audio overhead based on available data.
by Sebastian Jansson
· 5 years ago
431abd9
Replace rtc::Optional with absl::optional in test and rtc_tools
by Danil Chapovalov
· 7 years ago
5d436ac
Removed Die mock from MockAudioEncoder
by Sebastian Jansson
· 7 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
[Renamed from webrtc/test/mock_audio_encoder.h]
529662a
Move array_view.h to webrtc/api/
by kwiberg
· 8 years ago
c20978e
Rename webrtc/base -> webrtc/rtc_base
by Edward Lemur
· 8 years ago
a80c16a
Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)"
by Henrik Kjellander
· 8 years ago
c3771cc
Update includes for webrtc/{base => rtc_base} rename (2/3)
by kjellander
· 8 years ago
eb1fde4
Injectable audio encoders: Moved audio encoder, factory and builtin factory to api/.
by ossu
· 8 years ago
[Renamed (89%) from webrtc/modules/audio_coding/codecs/mock/mock_audio_encoder.h]
20a4b3f
Injectable audio encoders: WebRtcVoiceEngine and company
by ossu
· 8 years ago
566d820
Update smoothed bitrate.
by michaelt
· 8 years ago
4b9a2cb
Reland "Renaming AudioEncoder::SetTargetBitrate and SetProjectedPacketLossRate."
by minyue
· 8 years ago
e69b468
Revert of Renaming AudioEncoder::SetTargetBitrate and SetProjectedPacketLossRate. (patchset #5 id:240001 of https://codereview.webrtc.org/2411613002/ )
by minyue
· 8 years ago
84e56d5
Renaming AudioEncoder::SetTargetBitrate and SetProjectedPacketLossRate.
by minyue
· 8 years ago
ac9f876
Sort #includes that got unsorted when gmock.h and gtest.h moved to webrtc/test/
by kwiberg
· 8 years ago
77eab70
Enable the -Wundef warning for clang
by kwiberg
· 9 years ago
ef8b61e
Enable -Winconsistent-missing-override flag.
by nisse
· 9 years ago
264087f
A few small cleanups of stuff caught by lint
by ossu
· 9 years ago
2903ba5
Reland Remove the deprecated EncodeInternal interface from AudioEncoder
by ossu
· 9 years ago
164bc4b
Revert of Remove the deprecated EncodeInternal interface from AudioEncoder (patchset #4 id:60001 of https://codereview.webrtc.org/1864993002/ )
by ossu
· 9 years ago
5222d31
Remove the deprecated EncodeInternal interface from AudioEncoder
by ossu
· 9 years ago
4f43fcf
Renamed new EncodeInternal to EncodeImpl to ensure proper backwards compatibility.
by ossu
· 9 years ago
10a029e
Changed AudioEncoder::Encode to take an rtc::Buffer* instead of uint8_t* and a maximum size.
by ossu
· 9 years ago
6955870
Convert channel counts to size_t.
by Peter Kasting
· 9 years ago
288886b
Pass audio to AudioEncoder::Encode() in an ArrayView
by kwiberg
· 9 years ago
9b66d3b
MockAudioEncoder: Use a dedicated marker method for test expectations
by kwiberg
· 10 years ago
3f5f1c2
Change return type of AudioEncoder::SetMaxPlaybackRate to void
by kwiberg
· 10 years ago
12cfc9b
Fold AudioEncoderMutable into AudioEncoder
by kwiberg
· 10 years ago
dce40cf
Update a ton of audio code to use size_t more correctly and in general reduce
by Peter Kasting
· 10 years ago
3e89dbf
Add AudioEncoder::GetTargetBitrate
by Henrik Lundin
· 10 years ago
7e0c7d4
Add support for external encoders in ACM
by Karl Wiberg
· 10 years ago
9afaee7
Reland 8749: AudioEncoder: return EncodedInfo from Encode() and EncodeInternal()
by jmarusic@webrtc.org
· 10 years ago
019955d
Revert 8749 "We changed Encode() and EncodeInternal() return typ..."
by tommi@webrtc.org
· 10 years ago
0cb612b
We changed Encode() and EncodeInternal() return type from bool to void in this issue:
by jmarusic@webrtc.org
· 10 years ago
51ccf37
AudioEncoder: add method MaxEncodedBytes
by jmarusic@webrtc.org
· 10 years ago
b1f0de3
AudioEncoder: change Encode and EncodeInternal return type to void
by jmarusic@webrtc.org
· 10 years ago
0521127
AudioEncoder: Rename virtual accessors to CamelCase
by kwiberg@webrtc.org
· 10 years ago
478cedc
Add new methods to AudioEncoder interface
by henrik.lundin@webrtc.org
· 10 years ago
3b79daf
Moving encoded_bytes into EncodedInfo
by henrik.lundin@webrtc.org
· 10 years ago
ff1a3e3
Make an AudioEncoder subclass for comfort noise
by henrik.lundin@webrtc.org
· 10 years ago