brandtr
0aabdac743
Generalize UlpfecPacketGenerator into AugmentedPacketGenerator.
...
Main changes:
- Split out general functionality from UlpfecPacketGenerator
into a new class AugmentedPacketGenerator. This will allow
for the addition of a FlexfecPacketGenerator that inherits
from AugmentedPacketGenerator.
- Rename RawRtpPacket to AugmentedPacket. This name is more
reflective of its purpose, i.e., an FEC packet with an
additional WebRtcRTPHeader.
- Return std::unique_ptr's instead of raw pointers.
Minor changes:
- Update names, based on RawRtpPacket -> AugmentedPacket name
change, in FEC unit tests.
- Rename |generator_| to |packet_generator_|, in FEC unit tests.
- Change some int's to size_t's in the packet generator classes.
- Use std::unique_ptr in ProducerFec unittest.
No functionality or performance changes are expected
due to this CL.
BUG=webrtc:5654
Review-Url: https://codereview.webrtc.org/2271273004
Cr-Commit-Position: refs/heads/master@{#14477}
2016-10-03 13:36:49 +00:00
..
2016-10-01 05:29:53 +00:00
2016-10-01 05:29:53 +00:00
2016-10-01 05:29:53 +00:00
2016-01-25 07:47:59 +00:00
2016-09-23 17:36:12 +00:00
2016-09-23 20:10:50 +00:00
2016-09-23 20:10:50 +00:00
2015-12-10 20:39:16 +00:00
2015-12-10 20:39:16 +00:00
2016-09-21 07:19:42 +00:00
2016-09-21 07:19:42 +00:00
2016-10-03 13:36:49 +00:00
2016-10-03 13:36:49 +00:00
2016-10-03 13:36:49 +00:00
2016-10-03 12:11:31 +00:00
2016-10-03 07:43:31 +00:00
2016-10-03 07:43:31 +00:00
2016-09-21 07:19:42 +00:00
2016-09-21 07:19:42 +00:00
2016-10-03 07:43:31 +00:00
2016-10-03 07:43:31 +00:00
2016-10-01 05:29:53 +00:00
2014-04-14 20:08:03 +00:00
2016-10-01 05:29:53 +00:00
2015-09-17 07:24:51 +00:00
2015-07-11 01:10:08 +00:00
2016-10-01 05:29:53 +00:00
2016-09-07 11:30:00 +00:00
2016-09-07 11:30:00 +00:00
2016-10-03 13:36:49 +00:00
2016-09-21 07:19:42 +00:00
2016-09-21 07:19:42 +00:00
2016-09-30 13:29:57 +00:00
2016-07-13 16:11:38 +00:00
2016-10-01 05:29:53 +00:00
2016-10-01 05:29:53 +00:00
2016-03-15 08:00:54 +00:00
2016-10-01 05:29:53 +00:00
2016-03-14 15:19:31 +00:00
2016-09-27 16:27:52 +00:00
2016-09-29 22:28:12 +00:00
2016-09-29 22:28:12 +00:00
2016-10-01 05:29:53 +00:00
2016-09-29 22:28:12 +00:00
2016-09-29 22:28:12 +00:00
2016-10-01 05:29:53 +00:00
2016-10-03 13:22:32 +00:00
2016-10-03 13:22:32 +00:00
2016-10-01 05:29:53 +00:00
2016-04-19 10:15:21 +00:00
2016-09-27 14:05:39 +00:00
2016-10-03 07:43:31 +00:00
2016-10-01 05:29:53 +00:00
2016-09-30 16:06:43 +00:00
2016-06-02 09:43:38 +00:00
2015-11-04 07:32:04 +00:00
2016-04-26 15:14:48 +00:00
2016-09-29 00:42:08 +00:00
2015-11-04 07:32:04 +00:00
2016-10-01 05:29:53 +00:00
2015-10-28 15:39:43 +00:00
2015-11-04 07:32:04 +00:00
2016-10-01 05:29:53 +00:00
2015-11-10 15:17:26 +00:00
2015-11-04 07:32:04 +00:00
2015-07-28 11:02:58 +00:00
2016-06-02 09:43:38 +00:00
2016-10-01 05:29:53 +00:00
2016-04-20 12:25:19 +00:00
2016-06-08 07:24:30 +00:00
2016-09-08 10:25:05 +00:00
2016-09-07 13:08:20 +00:00
2016-04-14 10:05:37 +00:00
2016-10-01 05:29:53 +00:00
2016-08-03 16:27:50 +00:00
2016-08-03 16:27:50 +00:00
2016-04-20 12:25:19 +00:00
2016-08-03 16:27:50 +00:00
2016-10-01 05:29:53 +00:00
2016-10-02 17:54:52 +00:00
2016-09-02 17:16:08 +00:00
2016-10-01 05:29:53 +00:00
2016-04-29 13:09:23 +00:00
2016-09-22 10:36:34 +00:00
2016-09-22 10:36:34 +00:00
2016-09-22 10:36:34 +00:00
2016-09-22 10:36:34 +00:00
2016-04-14 10:05:37 +00:00
2016-09-22 10:36:34 +00:00
2016-09-08 10:25:05 +00:00
2016-09-22 10:36:34 +00:00
2015-12-10 10:39:45 +00:00
2016-10-01 05:29:53 +00:00
2016-10-03 13:22:32 +00:00
2016-10-03 13:22:32 +00:00
2016-10-03 13:22:32 +00:00
2016-10-03 13:22:32 +00:00
2016-10-01 05:29:53 +00:00
2016-10-02 17:54:52 +00:00
2016-10-02 17:54:52 +00:00
2016-10-03 13:22:32 +00:00
2016-10-03 13:22:32 +00:00
2016-09-08 10:25:05 +00:00
2016-04-29 10:01:33 +00:00
2016-05-10 14:31:58 +00:00
2016-02-02 16:34:16 +00:00
2016-09-29 00:42:08 +00:00
2016-03-09 14:14:45 +00:00
2016-03-09 14:14:45 +00:00
2016-08-18 13:17:48 +00:00
2016-08-18 13:17:48 +00:00
2016-10-03 12:11:31 +00:00
2016-10-03 07:43:31 +00:00
2016-10-03 07:43:31 +00:00
2015-12-10 10:39:45 +00:00
2016-10-01 05:29:53 +00:00
2015-12-10 20:39:16 +00:00
2015-12-10 20:39:16 +00:00