webrtc/modules/audio_coding
Elad Alon 1d87b0e40f Create RtcEventLogEncoderLegacy
We're moving to an RtcEventLog interface that accepts std::unique_ptr<EventLog> and stores the event for encoding when encoding becomes necessary, rather than before. This will be useful while we maintain the legacy (current) encoding alongside the new encoding on which we're working.

This CL introduces RtcEventLogEncoderLegacy, which takes provides the encoding currently done by RtcEventLogImpl. After this, we can modify RtcEventLogImpl to use a dynamically chosen encoding, allowing us to easily choose between the current encoding and the new one on which we're working.

BUG=webrtc:8111
TBR=stefan@webrtc.org

Change-Id: I3dde7e222a40a117549a094a59b04219467f490a
Reviewed-on: https://webrtc-review.googlesource.com/1364
Commit-Queue: Elad Alon <eladalon@webrtc.org>
Reviewed-by: Elad Alon <eladalon@webrtc.org>
Reviewed-by: Björn Terelius <terelius@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#20116}
2017-10-03 13:51:59 +00:00
..
acm2 Revert "Make rtc_base/refcount.h self contained, not including refcountedobject.h." 2017-10-03 09:49:04 +00:00
audio_network_adaptor Create RtcEventLogEncoderLegacy 2017-10-03 13:51:59 +00:00
codecs Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
include Remove AudioCodingModule::IncomingPayload 2017-09-29 14:23:27 +00:00
neteq Create RtcEventLogEncoderLegacy 2017-10-03 13:51:59 +00:00
test Revert "Remove WEBRTC_TRACE." 2017-10-03 13:39:55 +00:00
audio_coding.gni Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
BUILD.gn NetEq/Stats: Don't let concealed_samples decrease 2017-09-25 10:53:50 +00:00
DEPS Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
OWNERS Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00