webrtc/src/modules
tommi@webrtc.org a990e122c4 * Change the reference counting implementation for VoE to be per object and
not per interface. This simplifies things a bit, reduces code and makes it
  possible to implement reference counting (if we ever want) without the
  static Delete() method.  (Reference counted objects are traditionally
  implicitly deleted via the last Release())

* Since the reference counting code is now simpler, there's no need for the
  RefCount class so I'm removing it.

* Also removing the optional |ignoreRefCounters| variable from the VoiceEngine::Delete
  method.  The justification is that it's no longer used and the reason it was there
  in the first place was to avoid bugs in third party code, so it's an indication that
  something is wrong elsewhere.

* Fix a crash in voe_network_impl and voe_extended_test that would happen on machines with IPv6 support.

* Fix an assert (handle the case) in the extended audio tests when SetCNAME is called with a NULL pointer.

* As a side effect of this change, hopefully the footprint of VoE will be slightly smaller :)

BUG=10445 (Coverity)
Review URL: https://webrtc-codereview.appspot.com/521003

git-svn-id: http://webrtc.googlecode.com/svn/trunk@2127 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-04-26 15:28:22 +00:00
..
audio_coding Refactoring of audio_coding_module_impl 2012-04-26 08:53:45 +00:00
audio_conference_mixer Atomic32Wrapper -> Atomic32 2012-04-19 14:28:45 +00:00
audio_device Fixed trunacated trace problem in WebRTC. http://b.corp.google.com/issue?id=5607856 2012-04-23 17:04:35 +00:00
audio_processing Add API for disabling the high pass filter. 2012-04-24 18:38:03 +00:00
bitrate_controller Fix for calling OnNetworkChanged too often. 2012-04-23 08:32:47 +00:00
interface Fixes for coverity warnings. 2012-03-23 16:01:15 +00:00
media_file Fix wrong data type in ReadWavHeader 2012-04-03 15:11:01 +00:00
rtp_rtcp * Change the reference counting implementation for VoE to be per object and 2012-04-26 15:28:22 +00:00
udp_transport Disabled UnremovedSocketsGetCollectedAtManagerDeletion in UdpSocketManager unittest. 2012-04-26 06:40:00 +00:00
utility Split of stereo packets moved 2012-04-12 11:02:38 +00:00
video_capture Hi Magnus, I added some of the changes that you suggested before. Let me know what you think. 2012-04-23 21:24:02 +00:00
video_coding Wire up pading. 2012-04-23 14:52:15 +00:00
video_processing/main VPM: Allow for option to compute the content metrics every nth frame. 2012-04-16 15:58:14 +00:00
video_render Enable the "unused variable" warning on Windows. 2012-04-10 07:13:46 +00:00
modules.gyp Break out of send side bandwidth estimation and controll. 2012-04-19 12:13:52 +00:00