summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)Author
2014-03-07Update makefiles after merge of Chromium at 255581Android Chromium Automerger
2014-03-05Merge third_party/webrtc from https://chromium.googlesource.com/external/webr...Android Chromium Automerger
2014-03-05Remove upper check for number of cores in VCM, I didn't find any good reasons...mflodman@webrtc.org
2014-03-05Switch to correct interpretation of int and float input data in audio_process...bjornv@webrtc.org
2014-03-04Add a deinterleaved float interface to AudioProcessing.andrew@webrtc.org
2014-03-04VideoCaptureAndroid: don't deliver frames after stopCapture().fischman@webrtc.org
2014-03-04Including algorithm header to avoid VS2013 breakagehenrik.lundin@webrtc.org
2014-03-03Fix compilation errors under clang 3.5.pbos@webrtc.org
2014-02-28Update makefiles after merge of Chromium at 254183Android Chromium Automerger
2014-02-28Merge third_party/webrtc from https://chromium.googlesource.com/external/webr...Android Chromium Automerger
2014-02-27Adds APIs for reporting pacer queuing delay.jiayl@webrtc.org
2014-02-27Remove ProcessingComponent's dependence on AudioProcessingImpl.andrew@webrtc.org
2014-02-27Call PrintWindow for the first time of capturing to capture the window frames...jiayl@webrtc.org
2014-02-26Update makefiles after merge of Chromium at 253634Android Chromium Automerger
2014-02-26Invalidate the whole screen when the frame size is changed.jiayl@webrtc.org
2014-02-25Add experimental noise suppression flag to audioproc testaluebs@webrtc.org
2014-02-25Update makefiles after merge of Chromium at 253112Android Chromium Automerger
2014-02-24Split the implementation of VP8Encoder|Decoder::Create into a seperated filewu@webrtc.org
2014-02-24AviRecorder is missing a critical section.braveyao@webrtc.org
2014-02-21Removed unused mock methods in audio_processingbjornv@webrtc.org
2014-02-21Add RTCP packet class.asapersson@webrtc.org
2014-02-21MIPS optimizations for AEC audio processing moduleandrew@webrtc.org
2014-02-20Add an AlignedFreeDeleter and remove scoped_ptr_malloc.andrew@webrtc.org
2014-02-20Removing a variable that was never readhenrik.lundin@webrtc.org
2014-02-20ifdef the alsa code based on macro USE_X11fbarchard@google.com
2014-02-19Fix the break caused by r5579.turaj@webrtc.org
2014-02-19Resolves memcheck issue in AudioCodingModuleTest. The issue is coditional jum...turaj@webrtc.org
2014-02-19Make WindowCapturerLinux handling window resize events.jiayl@webrtc.org
2014-02-19This CL separate all ACM tests with new and old implementation of ACM and Net...tina.legrand@webrtc.org
2014-02-19Add RTCP packet type counter (for getting statistics such as sent/received NA...asapersson@webrtc.org
2014-02-18Fix DesktopAndCursorComposer not to crashsergeyu@chromium.org
2014-02-18Move the volume quantization workaround from VoE to AGC.andrew@webrtc.org
2014-02-18Don't print a warning if RTPPacketHistory::SetStorePacketStatus is calledmflodman@webrtc.org
2014-02-18Remove unnecessary warnings.turaj@webrtc.org
2014-02-18Incorrect overhead calculation when using FEC + RTP extension headers.sprang@webrtc.org
2014-02-17Misc small nits in NetEqhenrik.lundin@webrtc.org
2014-02-15AudioProcessing is not a Module.andrew@webrtc.org
2014-02-14Refactoring common_audio/signal_processing: Removed two macros used by isac o...bjornv@webrtc.org
2014-02-13Initialize output_will_be_muted_.andrew@webrtc.org
2014-02-13Small refactoring of NetEq unittest for CNG with clock drifthenrik.lundin@webrtc.org
2014-02-12Add a method to inform AudioProcessing that its output will be muted.andrew@webrtc.org
2014-02-12Change the type of propagation delta from int64 to int.jiayl@webrtc.org
2014-02-12Initialize key_pressed_.andrew@webrtc.org
2014-02-12Add a keypress field to the audioproc debug proto.andrew@webrtc.org
2014-02-11Add an interface for accepting keypress signals to AudioProcessing.andrew@webrtc.org
2014-02-11Remove "Too long processing time of Incoming frame" logspam.fischman@webrtc.org
2014-02-11Add boundary checking to supress gcc 4.8.3 warning.turaj@webrtc.org
2014-02-11Use libvpx's obj_int_extract and unpack_lib_posix to generate offset header f...michaelbai@google.com
2014-02-10Revert "Use libvpx's obj_int_extract and unpack_lib_posix to generate offset ...michaelbai@google.com
2014-02-10Add stats of incoming frame delays for debugging bandwidth estimation.jiayl@webrtc.org