|
NetEq now works with packets as values, rather than pointers.
PacketList is now list<Packet> instead of list<Packet*>.
Splicing the lists in NetEqImpl::InsertPacketInternal instead of
moving packets. Avoid moving the packet when doing Rfc3389Cng.
Removed PacketBuffer::DeleteFirstPacket and DeleteAllPackets.
BUG= chromium:657300
Committed: https://crrev.com/a73f6c9726322021446696faf47c93f431f6104a
Cr-Commit-Position: refs/heads/master@{#14747}
Total comments: 31
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+430 lines, -506 lines) |
Patch |
 |
M |
webrtc/modules/audio_coding/neteq/comfort_noise.h
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_coding/neteq/comfort_noise.cc
|
View
|
|
1 chunk |
+3 lines, -6 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_coding/neteq/decoder_database.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_coding/neteq/decoder_database_unittest.cc
|
View
|
|
2 chunks |
+3 lines, -5 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_coding/neteq/mock/mock_packet_buffer.h
|
View
|
1
|
2 chunks |
+9 lines, -3 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_coding/neteq/neteq_impl.cc
|
View
|
1
2
3
|
15 chunks |
+82 lines, -88 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_coding/neteq/neteq_impl_unittest.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_coding/neteq/packet.h
|
View
|
1
|
2 chunks |
+10 lines, -1 line |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_coding/neteq/packet.cc
|
View
|
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_coding/neteq/packet_buffer.h
|
View
|
|
3 chunks |
+4 lines, -17 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_coding/neteq/packet_buffer.cc
|
View
|
1
|
12 chunks |
+42 lines, -82 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_coding/neteq/packet_buffer_unittest.cc
|
View
|
1
2
3
|
16 chunks |
+139 lines, -161 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_coding/neteq/red_payload_splitter.cc
|
View
|
1
|
6 chunks |
+17 lines, -23 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_coding/neteq/red_payload_splitter_unittest.cc
|
View
|
|
8 chunks |
+87 lines, -104 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_coding/neteq/timestamp_scaler.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_coding/neteq/timestamp_scaler_unittest.cc
|
View
|
|
1 chunk |
+13 lines, -10 lines |
0 comments
|
Download
|
Total messages: 25 (15 generated)
|