webrtc/src
tina.legrand@webrtc.org a4f9ba6a3f Refactor and unittest for CNG.
Patch Set 1:
- Formatted file.
- Fixed format of comments.
- Removed:
  - WebRtcCng_Version,
  - WebRtcCng_AssignSizeEnc
  - WebRtcCng_AssignSizeDec.
- Changed type of input variable |fs| in WebRtcCng_InitEnc
  to unsigned.
- Added extra check in WebRtcCng_CreateEnc and
  WebRtcCng_CreateDec.
- Added extra check in WebRtcCng_InitEnc for |quality|.
- Removed () on return values.

Patch Set 2:
- Formatted cng_helpfunc.*.
- Added tests for Encoder.
- Added calls to WebRtcSpl_Init();

Patch Set 3:
- Added tests for WebRtcCng_UpdateSid.
- Added tests for WebRtcCng_Generate.

Patch Set 4:
- More comments.
- Re-ordered some lines.
- Adding calls to WebRtcCng_GetErrorCodeEnc and WebRtcCng_GetErrorCodeDec.

TEST=cng_unittests

Review URL: https://webrtc-codereview.appspot.com/822004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@2837 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-09-28 07:12:00 +00:00
..
build Make webrtc build with audio device java impl and add an option to enable it 2012-09-18 20:19:00 +00:00
common_audio Framework for using real FFT in ARMv7 and Neon platforms. 2012-09-21 18:51:12 +00:00
common_video Switching Mirror functions to VideoFrame 2012-09-27 15:36:15 +00:00
modules Refactor and unittest for CNG. 2012-09-28 07:12:00 +00:00
system_wrappers Re-fixes issue 300. 2012-09-27 22:20:34 +00:00
test Added location.reload() insertion to fuzzer. 2012-09-25 12:53:58 +00:00
tools A small tool to run PSNR and SSIM between two I420 videos. 2012-08-27 14:57:19 +00:00
video_engine Move RtpToNtp functionality to its own file. 2012-09-26 16:47:40 +00:00
voice_engine Fix building error and rename java class name 2012-09-24 18:46:05 +00:00
common_types.h Tune for faster ramp-up. 2012-09-11 14:11:58 +00:00
engine_configurations.h Remove DD renderer, which we no longer maintain. 2012-09-13 22:43:10 +00:00
LICENSE Aligning license file with file header 2011-11-02 09:31:39 +00:00
LICENSE_THIRD_PARTY Introduced ARM version of WebRtcSpl_SqrtFloor(). Function cycles reduced by ~ 30% in a real time VOE test in an android device (Nexus-S, ARMv7a). 2012-02-07 17:15:15 +00:00
PATENTS Adding copies of license files to src/ so that Chromium will get those as well. 2011-07-14 08:00:33 +00:00
README.chromium git-svn-id: http://webrtc.googlecode.com/svn/trunk@156 4adac7df-926f-26a2-2b94-8c16560cd09d 2011-07-07 08:21:25 +00:00
typedefs.h Add WEBRTC_POSIX and remove unneeded defines. 2012-08-31 23:17:53 +00:00

Name: WebRTC
URL: http://www.webrtc.org
Version: 90
License: BSD
License File: LICENSE

Description:
WebRTC provides real time voice and video processing
functionality to enable the implementation of 
PeerConnection/MediaStream.

Third party code used in this project is described 
in the file LICENSE_THIRD_PARTY.