summaryrefslogtreecommitdiff
path: root/common_types.h
AgeCommit message (Collapse)Author
2013-03-28Removed all code enclosed in WEBRTC_SRTP #ifdefs, and the unsupported VoE ↵solenberg@webrtc.org
SRTP APIs. Test stubs are left in place as we still have the (De)RegisterExternalEncryption() APIs, although they are currently untested. Today I had to figure out this code was legacy. Now next person doesn't have to. BUG= Review URL: https://webrtc-codereview.appspot.com/1247004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@3738 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-03-22Add min and target bitrate to VideoCodec.marpan@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/1214004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@3710 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-03-18Generic video-codec support.pbos@webrtc.org
Labels frames as key/delta, also marks the first RTP packet of a frame as such, to allow proper reconstruction even if packets are received out of order. BUG=1442 TBR=ajm@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1207004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@3680 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-03-12Remove DTMF detection. Talk team has been in the loop and there is no need forturaj@webrtc.org
DTMF detection at the receiver side. test=voe_auto_test, VoE extended test DTMF Review URL: https://webrtc-codereview.appspot.com/1168004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@3663 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-03-05None of the clients of VoE use SetNetEQBGNMode(), furthermore, NetEq 4 does ↵turaj@webrtc.org
not provide an API to change the mode of the background noise. bug=issue1370 test=trybots Review URL: https://webrtc-codereview.appspot.com/1121007 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@3607 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-02-18Refactoring temporal layers implementation and adding VideoCodecMode for ↵stefan@webrtc.org
easier control of codec settings. Review URL: https://webrtc-codereview.appspot.com/1105007 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@3528 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-01-31VP8: Making key frame interval a tunnable parametermikhal@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/1070006 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@3444 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-12-14Add number of inserted samples to NetEq statistics.roosa@google.com
BUG= Review URL: https://webrtc-codereview.appspot.com/964030 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@3289 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-12-12Expose NetEq playout mode off through VoiceEngine.roosa@google.com
BUG= Review URL: https://webrtc-codereview.appspot.com/971016 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@3272 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-11-20Add a kTraceTerseInfo level for non-verbose logging.andrew@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/937023 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@3134 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-11-15Clean up TraceCallback::Print.andrew@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/936024 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@3102 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-11-14Add libjingle-style stream-style logging.andrew@webrtc.org
Add a highly stripped-down version of libjingle's base/logging.h. It is a thin wrapper around WEBRTC_TRACE, maintaining the libjingle log semantics to ease a transition to that format. Also add some helper macros for easy API and function failure logging. Review URL: https://webrtc-codereview.appspot.com/931010 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@3099 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-10-22Move src/ -> webrtc/andrew@webrtc.org
TBR=niklas.enbom@webrtc.org Review URL: https://webrtc-codereview.appspot.com/915006 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@2963 4adac7df-926f-26a2-2b94-8c16560cd09d