9c0aedc28bRemoved constraint for changing resolution when using default encoder and added VP8 log.
mflodman@webrtc.org
2012-01-03 13:46:49 +00:00
6c877363f7Fix formatting for some NetEQ test tools
henrik.lundin@webrtc.org
2012-01-03 10:03:19 +00:00
60c9bbd976Fix GetReceivedRTCPStatistics and GetSendRTCPStatistics. Comments where wrong and removed error message when trying to get RTT time from GetReceivedRTCPStatistics.
perkj@webrtc.org
2012-01-03 09:54:29 +00:00
d5a4d9bce6First refactoring of ViE interface.
mflodman@webrtc.org
2012-01-02 13:04:05 +00:00
a643d5c4efIntegration test for videoprocessor
kjellander@webrtc.org
2011-12-30 14:44:07 +00:00
9eeafbef3cUpdating the frame buffer return value in InsertPacket: Return NoError when a packet is inserted to a frame which is being decoded. Review URL: http://webrtc-codereview.appspot.com/330027
mikhal@webrtc.org
2011-12-29 17:38:56 +00:00
bed34a341avideo_coding: Updating seq number for old zero size packets. Updating function name to reflect zero size packets and not empty packets. Review URL: http://webrtc-codereview.appspot.com/333009
mikhal@webrtc.org
2011-12-29 17:37:39 +00:00
267d0133ffFixed pointer operations on void.
bjornv@webrtc.org
2011-12-28 10:26:17 +00:00
7270a6bcc2Merged apm-buffer branch [r1293] back to trunk.
bjornv@webrtc.org
2011-12-28 08:44:17 +00:00
e39de16fa5Moving video type convert functionality to libyuv. deleting vplibConversions as it is no longer needed. Review URL: http://webrtc-codereview.appspot.com/338002
mikhal@webrtc.org
2011-12-27 23:45:30 +00:00
d32c44738aChanged constructor used for CriticalSectionScoped in ViE.
mflodman@webrtc.org
2011-12-22 14:17:53 +00:00
6a4bef4e65Implements selective retransmissions. Default is set to not retransmit VP8 non-base layer packets or FEC packets.
stefan@webrtc.org
2011-12-22 12:52:41 +00:00
51faeed6beFixed REMB unit test on Windows.
mflodman@webrtc.org
2011-12-22 12:35:23 +00:00
4a19030131New VCM robustness API
henrik.lundin@webrtc.org
2011-12-21 20:38:37 +00:00
697bc43b67Restore item deletions in Windows UDP.
andrew@webrtc.org
2011-12-21 19:58:11 +00:00
71571c5446Remove unneeded variables from windows UDP.
andrew@webrtc.org
2011-12-21 18:30:59 +00:00
3192d655bdFix for devices lacking stereo support.
andrew@webrtc.org
2011-12-21 18:00:59 +00:00
003044a6dfEnable warnings-as-errors on Mac.
andrew@webrtc.org
2011-12-21 16:36:56 +00:00
d3131ed049Roll Chrome to canary (114939)
andrew@webrtc.org
2011-12-21 16:25:30 +00:00
173b7bbc16Integration test that tracks dropped frames and compares video output.
kjellander@webrtc.org
2011-12-21 16:11:25 +00:00
03532b5f41Fixing the double delete problem in UdpSocket2ManagerWindow. PopFront deletes the items, to there is no need to delete item explicitly. Review URL: http://webrtc-codereview.appspot.com/333014
mallinath@webrtc.org
2011-12-21 15:36:44 +00:00
7d8c72e2dbRe-implement dependency injection of TickTime into VCM and tests
henrik.lundin@webrtc.org
2011-12-21 15:24:01 +00:00
5490c71a1bConverted to gtest, writing output files properly and no longer uses exceptions.
kjellander@webrtc.org
2011-12-21 13:34:18 +00:00
b43d4b3a60Continuous Build code for WebRTC.
ivinnichenko@webrtc.org
2011-12-21 12:29:42 +00:00
42d07f0c58Render impl fix from refactoring.
mflodman@webrtc.org
2011-12-20 13:20:36 +00:00
1bdf1dffb4Refactored ViEImageProcess, ViEImpl and ViENetworkImpl.
mflodman@webrtc.org
2011-12-20 11:57:47 +00:00
813b4ef2eaRefactored ViEFileImpl and ViEExternalCodec.
mflodman@webrtc.org
2011-12-20 10:39:30 +00:00
f3cea2336bAdded an empty voice engine unit test binary in order to get correct coverage measurements. This will make the voice engine show up in the coverage measurements. The empty test is necessary to get the coverage tool to pick it up (and it will be easier to start writing unit tests for the voice engine later).
phoglund@webrtc.org
2011-12-20 10:14:53 +00:00
62fdc42e9cFix build issue with clang.
stefan@webrtc.org
2011-12-20 09:27:09 +00:00
8dc9e4760eFixes for selective NACKing.
stefan@webrtc.org
2011-12-20 09:12:50 +00:00
fda17c2b00Rewrote NetEQ test, made standard suite run googletestified tests too.
phoglund@webrtc.org
2011-12-20 09:07:37 +00:00
b5b155b8a9This CL introduces a new directory for WebRTC utility scripts for Valgrind: tools/valgrind-webrtc
kjellander@webrtc.org
2011-12-20 08:53:41 +00:00
0e7d9d862aAdding layer info consideration when applying FEC protection. In this first version, we hard code protection zero for non-base layer frames. As a future enhancement, an array should be passed from mediaOpt to set the protection per layer. A TODO was added in MediaOpt. Review URL: http://webrtc-codereview.appspot.com/330005
mikhal@webrtc.org
2011-12-19 19:04:49 +00:00
303158588bRevert "Inject TickTimeInterface into VCM and tests"
henrik.lundin@webrtc.org
2011-12-19 17:55:45 +00:00
e32c08a5a6Removes usage of default parameters and fixes a bug which was found using Clang on Linux.
henrika@webrtc.org
2011-12-19 17:39:48 +00:00
4158c35820Removed the WEBRTC_NO_TRACE macro since the style guide wants us to stear clear of macros and this one doesn't seem to have a purpose at this point. Review URL: http://webrtc-codereview.appspot.com/315006
henrike@webrtc.org
2011-12-19 17:28:25 +00:00
8da2417c9dRefactored ViERenderImpl and ViERTP_RTCPImpl.
mflodman@webrtc.org
2011-12-19 14:18:41 +00:00
7752d11056Fix test for external codec.
mflodman@webrtc.org
2011-12-19 12:29:56 +00:00
57353a33f1FEC Receiver: Fix to how old packets (e.g., re-tranmitted packets in hybird NACK-FEC mode) are treated. This change avoids having old packets end up on the current packet list for FEC decoding, and so they are immediately sent out to jitter buffer. The current list of packets for FEC decoding are sent out only when new packet arrives (with time-stamp greater than current). Review URL: http://webrtc-codereview.appspot.com/322009
marpan@webrtc.org
2011-12-16 17:21:09 +00:00
e7d8c56c56Fix for dual decoder in VCM receiver
henrik.lundin@webrtc.org
2011-12-16 15:40:52 +00:00
a70f945086Inject TickTimeInterface into VCM and tests
henrik.lundin@webrtc.org
2011-12-16 14:40:05 +00:00