Commit Graph

  • cd64886a2f video_coding: Updating NACK functions naming Review URL: http://webrtc-codereview.appspot.com/329018 mikhal@webrtc.org 2012-01-03 23:59:42 +00:00
  • 8fa31bc4e5 Truncated messages, need a %S instead of $s for a double byte TCHAR Review URL: http://webrtc-codereview.appspot.com/333002 punyabrata@webrtc.org 2012-01-03 22:34:15 +00:00
  • adec9271b0 Correcting VieChannelManager bug. mflodman@webrtc.org 2012-01-03 21:43:15 +00:00
  • de5a10a044 Added in setting the minimum bit rate of a codec to ViE Custom Call Review URL: http://webrtc-codereview.appspot.com/333019 amyfong@webrtc.org 2012-01-03 21:06:26 +00:00
  • 77c425b976 video_coding: Checking/updating seq num for an old packet regardless of size. Review URL: http://webrtc-codereview.appspot.com/330028 mikhal@webrtc.org 2012-01-03 20:35:25 +00:00
  • c00f91d62d Adding BGRA as a video type. mikhal@webrtc.org 2012-01-03 18:49:15 +00:00
  • 877c54e230 Fix unused-variable warning in Release. andrew@webrtc.org 2012-01-03 18:32:01 +00:00
  • f175125e96 Refactoring vad_filterbank: Style changes. bjornv@webrtc.org 2012-01-03 15:07:42 +00:00
  • 9c0aedc28b Removed constraint for changing resolution when using default encoder and added VP8 log. mflodman@webrtc.org 2012-01-03 13:46:49 +00:00
  • 6c877363f7 Fix formatting for some NetEQ test tools henrik.lundin@webrtc.org 2012-01-03 10:03:19 +00:00
  • 60c9bbd976 Fix 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
  • d5a4d9bce6 First refactoring of ViE interface. mflodman@webrtc.org 2012-01-02 13:04:05 +00:00
  • a643d5c4ef Integration test for videoprocessor kjellander@webrtc.org 2011-12-30 14:44:07 +00:00
  • 62665b8cd3 video_coding: Adding a unit test to the decodableState class Review URL: http://webrtc-codereview.appspot.com/315001 mikhal@webrtc.org 2011-12-29 18:09:58 +00:00
  • 9eeafbef3c Updating 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
  • bed34a341a video_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
  • 70adcd46b2 Delay estimator improvements. bjornv@webrtc.org 2011-12-29 14:51:21 +00:00
  • efd0a48c61 Add error resilient mode options to the VP8 specific VideoCodec struct. stefan@webrtc.org 2011-12-29 10:12:35 +00:00
  • 67f294a48a Adding a return value to ConvertRotationMode Review URL: http://webrtc-codereview.appspot.com/333023 mikhal@webrtc.org 2011-12-28 23:28:45 +00:00
  • 6d6a43d6e3 Use char as ring-buffer data type. andrew@webrtc.org 2011-12-28 22:40:15 +00:00
  • e2642494e4 libyuv: Updating API to use latest ConvertFrom/To functionality Review URL: http://webrtc-codereview.appspot.com/333020 mikhal@webrtc.org 2011-12-28 21:21:40 +00:00
  • e58112adec Updating libyuv version to latest (121) Review URL: http://webrtc-codereview.appspot.com/330024 mikhal@webrtc.org 2011-12-28 21:21:31 +00:00
  • 267d0133ff Fixed pointer operations on void. bjornv@webrtc.org 2011-12-28 10:26:17 +00:00
  • 7270a6bcc2 Merged apm-buffer branch [r1293] back to trunk. bjornv@webrtc.org 2011-12-28 08:44:17 +00:00
  • e39de16fa5 Moving 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
  • 9b377aa1da Added interface-changes@webrtc.org group to WATCHLIST for monitoring changes to interfaces in WebRTC. If you wish to subscribe to this group, please contact Niklas or Jan L. Review URL: http://webrtc-codereview.appspot.com/330025 amyfong@webrtc.org 2011-12-27 18:43:18 +00:00
  • f6c6b1c5b5 Include the media packet FEC headers in the video bitrate. stefan@webrtc.org 2011-12-23 10:33:39 +00:00
  • 39670f6aa6 Only reset the last decoded sequence number after flushing until key frame. stefan@webrtc.org 2011-12-23 09:08:51 +00:00
  • 1ce66e4dfb Don't report error when failing to send RTCP BYE. mflodman@webrtc.org 2011-12-22 18:40:15 +00:00
  • ee2924cc56 Added vp8 codec temporal layer changing option to ViE AutoTest custom call. Review URL: http://webrtc-codereview.appspot.com/330018 amyfong@webrtc.org 2011-12-22 18:24:28 +00:00
  • d32c44738a Changed constructor used for CriticalSectionScoped in ViE. mflodman@webrtc.org 2011-12-22 14:17:53 +00:00
  • 6a4bef4e65 Implements 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
  • 51faeed6be Fixed REMB unit test on Windows. mflodman@webrtc.org 2011-12-22 12:35:23 +00:00
  • f4d3b9d5a1 Cleaned up leaky symbols in NS. Review URL: http://webrtc-codereview.appspot.com/337001 pwestin@webrtc.org 2011-12-22 12:33:08 +00:00
  • ebcb6421b1 Cleaned up leaky symbols in G722. Review URL: http://webrtc-codereview.appspot.com/333017 pwestin@webrtc.org 2011-12-22 12:20:06 +00:00
  • d8f8b32521 Cleaned up leaky symbols in iSAC. Review URL: http://webrtc-codereview.appspot.com/329014 pwestin@webrtc.org 2011-12-22 12:19:43 +00:00
  • 2ae4c8cf44 Disable temporal toggling by default. stefan@webrtc.org 2011-12-22 10:30:42 +00:00
  • 84dc3d134d Add REMB functionality to ViE. mflodman@webrtc.org 2011-12-22 10:26:13 +00:00
  • 093ffad26b Removed unused function messing up the symbols. Review URL: http://webrtc-codereview.appspot.com/336006 pwestin@webrtc.org 2011-12-22 09:48:48 +00:00
  • 43761beb47 Bugfix get thread ID for linux. Review URL: http://webrtc-codereview.appspot.com/331015 pwestin@webrtc.org 2011-12-22 09:40:28 +00:00
  • a4863dbdf0 Moved video_engine/main/interface to video_engine/include. mflodman@webrtc.org 2011-12-22 08:51:52 +00:00
  • 1e28d3c2e1 Change VP8 packetizer to use a single max payload size henrik.lundin@webrtc.org 2011-12-22 08:49:31 +00:00
  • f5edb923b1 Remove unused variable. stefan@webrtc.org 2011-12-22 08:34:31 +00:00
  • 5c43b1b861 Updated resampler unit test with stereo. tina.legrand@webrtc.org 2011-12-22 08:28:05 +00:00
  • 8edb39db30 Prevent sending empty RTCP packet. Review URL: http://webrtc-codereview.appspot.com/331009 pwestin@webrtc.org 2011-12-22 07:40:33 +00:00
  • 4a19030131 New VCM robustness API henrik.lundin@webrtc.org 2011-12-21 20:38:37 +00:00
  • 697bc43b67 Restore item deletions in Windows UDP. andrew@webrtc.org 2011-12-21 19:58:11 +00:00
  • 71571c5446 Remove unneeded variables from windows UDP. andrew@webrtc.org 2011-12-21 18:30:59 +00:00
  • 3192d655bd Fix for devices lacking stereo support. andrew@webrtc.org 2011-12-21 18:00:59 +00:00
  • 003044a6df Enable warnings-as-errors on Mac. andrew@webrtc.org 2011-12-21 16:36:56 +00:00
  • d3131ed049 Roll Chrome to canary (114939) andrew@webrtc.org 2011-12-21 16:25:30 +00:00
  • 173b7bbc16 Integration test that tracks dropped frames and compares video output. kjellander@webrtc.org 2011-12-21 16:11:25 +00:00
  • 03532b5f41 Fixing 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
  • 7d8c72e2db Re-implement dependency injection of TickTime into VCM and tests henrik.lundin@webrtc.org 2011-12-21 15:24:01 +00:00
  • 5490c71a1b Converted to gtest, writing output files properly and no longer uses exceptions. kjellander@webrtc.org 2011-12-21 13:34:18 +00:00
  • b43d4b3a60 Continuous Build code for WebRTC. ivinnichenko@webrtc.org 2011-12-21 12:29:42 +00:00
  • 1fe2ada38d Fixed Win bug introduced when refactoring ViECodecImpl. mflodman@webrtc.org 2011-12-21 12:23:15 +00:00
  • c12686c2d0 Refactored ViEEncryptionImpl, ViECodecImpl and removed unused SRTP hooks/APIs in ViEEncrption. mflodman@webrtc.org 2011-12-21 09:29:28 +00:00
  • 898f881e32 Make sure the next frame to be decoded is cleaned up if it's empty. stefan@webrtc.org 2011-12-21 09:13:14 +00:00
  • 6c9be123ef Letting strncpy do its job. Landing and extending http://webrtc-codereview.appspot.com/329010/ on behalf of tbreisacher. Review URL: http://webrtc-codereview.appspot.com/335009 niklas.enbom@webrtc.org 2011-12-21 08:59:31 +00:00
  • 8c5d24266e Fix VP8 layer 2 sync dependencies. stefan@webrtc.org 2011-12-21 08:56:04 +00:00
  • 00e730730e Refactoring RtpFormatVp8Test henrik.lundin@webrtc.org 2011-12-21 08:51:36 +00:00
  • b2c115c460 Forcing external transport to be on in Chrome. Review URL: http://webrtc-codereview.appspot.com/330010 niklas.enbom@webrtc.org 2011-12-21 07:38:54 +00:00
  • 61045a4a03 video_coding/jitter_buffer: Account for layer info when searching for the next frame Review URL: http://webrtc-codereview.appspot.com/328003 mikhal@webrtc.org 2011-12-20 23:24:19 +00:00
  • a38ce09919 Fix last Mac/clang compile error. andrew@webrtc.org 2011-12-20 22:23:21 +00:00
  • e858d13ac6 Add a NOOP target for merge libs. andrew@webrtc.org 2011-12-20 22:07:48 +00:00
  • 6f7fbc7fbe libyuv: Adding psnr/ssim to libyuv and updating unit tests according to latest conventions. Review URL: http://webrtc-codereview.appspot.com/331007 mikhal@webrtc.org 2011-12-20 17:38:28 +00:00
  • 061fa5b828 Changed handling of padding data. Review URL: http://webrtc-codereview.appspot.com/331008 pwestin@webrtc.org 2011-12-20 15:56:17 +00:00
  • dbba1f969f Packet waiting-time statistics henrik.lundin@webrtc.org 2011-12-20 15:45:05 +00:00
  • 219acc6cec Including Brighten function in namespace VideoProcessing henrik.lundin@webrtc.org 2011-12-20 15:33:49 +00:00
  • c68f80a70a Refactoring vad_gmm.[c/h]. bjornv@webrtc.org 2011-12-20 14:08:34 +00:00
  • 42d07f0c58 Render impl fix from refactoring. mflodman@webrtc.org 2011-12-20 13:20:36 +00:00
  • 1bdf1dffb4 Refactored ViEImageProcess, ViEImpl and ViENetworkImpl. mflodman@webrtc.org 2011-12-20 11:57:47 +00:00
  • 813b4ef2ea Refactored ViEFileImpl and ViEExternalCodec. mflodman@webrtc.org 2011-12-20 10:39:30 +00:00
  • f3cea2336b Added 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
  • 62fdc42e9c Fix build issue with clang. stefan@webrtc.org 2011-12-20 09:27:09 +00:00
  • 8dc9e4760e Fixes for selective NACKing. stefan@webrtc.org 2011-12-20 09:12:50 +00:00
  • fda17c2b00 Rewrote NetEQ test, made standard suite run googletestified tests too. phoglund@webrtc.org 2011-12-20 09:07:37 +00:00
  • 5efcad1758 We used the wrong syntax for "new", which generated a warning/error building with clang. Review URL: http://webrtc-codereview.appspot.com/336003 tina.legrand@webrtc.org 2011-12-20 09:05:55 +00:00
  • b5b155b8a9 This 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
  • 9e4f3830a7 Removing vplib: Following the switch to Libyuv, this CL removes all vplib files. Review URL: http://webrtc-codereview.appspot.com/321003 mikhal@webrtc.org 2011-12-19 19:24:32 +00:00
  • 0e7d9d862a Adding 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
  • 190e88a6d3 video_coding: When in hybrid mode, don't NACK non-base layer packets Review URL: http://webrtc-codereview.appspot.com/334002 mikhal@webrtc.org 2011-12-19 18:57:14 +00:00
  • 884d8e7f4b video_coding: Updating sync state based on the layer flag Review URL: http://webrtc-codereview.appspot.com/333004 mikhal@webrtc.org 2011-12-19 18:53:05 +00:00
  • 303158588b Revert "Inject TickTimeInterface into VCM and tests" henrik.lundin@webrtc.org 2011-12-19 17:55:45 +00:00
  • e32c08a5a6 Removes 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
  • 4158c35820 Removed 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
  • 8da2417c9d Refactored ViERenderImpl and ViERTP_RTCPImpl. mflodman@webrtc.org 2011-12-19 14:18:41 +00:00
  • 7752d11056 Fix test for external codec. mflodman@webrtc.org 2011-12-19 12:29:56 +00:00
  • 86a9f9b946 Fixed build error. phoglund@webrtc.org 2011-12-19 10:24:46 +00:00
  • b33f9dccd6 Correction to how the VP8 wrapper generates picture ids. stefan@webrtc.org 2011-12-19 10:24:02 +00:00
  • 188fc35e07 Rewrote the hold and netw-before-streaming tests. phoglund@webrtc.org 2011-12-19 09:36:03 +00:00
  • 398af2337b Solving issue 178, errorbuild warnings on Mac. tina.legrand@webrtc.org 2011-12-19 07:36:07 +00:00
  • cf5bcd1fd2 Removed usage of the deprecated critical section constructor in audio_conference_mixer. Review URL: http://webrtc-codereview.appspot.com/320007 henrike@webrtc.org 2011-12-16 23:00:30 +00:00
  • 8a44259ea8 Move static consts out of class. andrew@webrtc.org 2011-12-16 21:24:30 +00:00
  • 41192469f6 Switch enums to consts to fix gtest error. andrew@webrtc.org 2011-12-16 20:55:46 +00:00
  • 105e07193e Removed usage of the deprecated critical section constructor in modules/utility. Review URL: http://webrtc-codereview.appspot.com/321006 henrike@webrtc.org 2011-12-16 19:53:46 +00:00
  • 57353a33f1 FEC 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
  • e7d8c56c56 Fix for dual decoder in VCM receiver henrik.lundin@webrtc.org 2011-12-16 15:40:52 +00:00
  • a70f945086 Inject TickTimeInterface into VCM and tests henrik.lundin@webrtc.org 2011-12-16 14:40:05 +00:00