Commit Graph

  • 61b4d518af Dynamic resolution change for VP8 HW encode. jackychen 2015-04-21 15:30:11 -07:00
  • 5464a6e548 Remove VideoCodingModule::InitializeReceiver. Peter Boström 2015-04-21 16:35:50 +02:00
  • 9dbbcfbcb5 Remove VideoCodingModule::InitializeSender. Peter Boström 2015-04-21 15:55:11 +02:00
  • 95702246d7 Fix broken perf prints. Stefan Holmer 2015-04-21 15:44:18 +02:00
  • 5f92051f06 Fix bug in TCP implementation (simulations). Stefan Holmer 2015-04-21 14:48:23 +02:00
  • e62202fedf Support handling multiple RTX but only generate SDP with RTX associated with VP8. Shao Changbin 2015-04-21 20:24:50 +08:00
  • 6cff9cf8a3 Revert "Remove simulcast modules from ViEReceiver." Peter Boström 2015-04-21 13:47:17 +02:00
  • 06b08afb67 VoE: VoEBase unit test Jelena Marusic 2015-04-21 11:39:57 +02:00
  • c4905fb72a Fix race condition in Android camera JNI code. Alex Glaznev 2015-04-20 16:54:42 -07:00
  • ac7d97fea6 Remove frame copy in RTCOpenGLVideoRenderer. Zeke Chin 2015-04-20 14:33:25 -07:00
  • 011c00f708 rtc::Buffer: Accept void* in addition to the byte-sized types Karl Wiberg 2015-04-20 22:55:33 +02:00
  • 8c054154da Add extra logging for Android camera JNI layer. Alex Glaznev 2015-04-20 13:00:49 -07:00
  • 9478437fde rtc::Buffer improvements Karl Wiberg 2015-04-20 14:03:07 +02:00
  • 91543731c3 Do not define POSIX. Thiago Farina 2015-04-20 13:14:36 +02:00
  • d43ba89d00 PRESUBMIT: Add new trybots for iOS Simulator Henrik Kjellander 2015-04-20 08:58:18 +02:00
  • 599beb8687 Revert "AudioEncoderDecoderIsac: Merge the two config structs" Ted Nakamura 2015-04-17 14:14:07 -07:00
  • 09a9ea8886 Supporting formats of non-multiple of 16 widths on Android. Henrik Boström 2015-04-17 17:31:53 +02:00
  • a51e8f490c Fix some simulation issues. Stefan Holmer 2015-04-17 15:49:07 +02:00
  • 14a97f0a91 Remove simulcast modules from ViEReceiver. Peter Boström 2015-04-17 15:14:01 +02:00
  • 1d19893f3a Add TCP fairness test. Stefan Holmer 2015-04-17 14:54:43 +02:00
  • b0b54259c3 Let rtp_analyze parse absolute sender time Henrik Lundin 2015-04-17 11:47:07 +02:00
  • 61c2a6f241 Remove rtc::Buffer::length(), since no one uses it anymore Karl Wiberg 2015-04-16 21:49:00 +02:00
  • d4e80146e3 Fix build errors in r9022 / 09bdc1e5f5a9. Stefan Holmer 2015-04-16 20:35:42 +02:00
  • 09bdc1e5f5 Add a BWE fairness test. Stefan Holmer 2015-04-16 20:20:36 +02:00
  • 3795937920 Adds a simplified Reno-type TCP sender. Stefan Holmer 2015-04-16 19:55:45 +02:00
  • f49dbfa5c3 Close all camera resources when camera error happens. Alex Glaznev 2015-04-16 09:11:30 -07:00
  • 3f4eed0cc0 Deliver RTCP packets only once per receive stream. Peter Boström 2015-04-16 15:59:43 +02:00
  • fb98c40915 Register RTP/RTCP modules outside rtp_rtcp_cs_. Peter Boström 2015-04-16 12:00:14 +02:00
  • 382c58d127 Move target_subarch from gyp_webrtc to supplement.gypi Henrik Kjellander 2015-04-16 09:24:30 +02:00
  • f2497cf517 Fix unknown option '-msse2' warning Henrik Kjellander 2015-04-16 08:57:16 +02:00
  • 7c324cac50 AudioEncoderDecoderIsac: Merge the two config structs Karl Wiberg 2015-04-16 06:00:22 +02:00
  • 9829af4bfc Disable VP8 encoder HW acceleration on NVidia devices. Alex Glaznev 2015-04-15 14:58:24 -07:00
  • 7d89f80fd4 Use BoringSSL as default on iOS Zeke Chin 2015-04-15 12:09:19 -07:00
  • 5d22c006eb Add performance tests flag to audioproc_float Alejandro Luebs 2015-04-15 11:26:40 -07:00
  • 41ee1ea4fa Modified the simulcast encoder adapter to correctly handle encoded frames from sub encoders even if the encoder is unable to (temporarily or permanently) produce frames of the exactly matching resolution. This is done by using a different EncodedImageCallback for each encoder, which remembers which VideoEncoder it is registered to and forwards that on to SimulcastEncoderAdapter::Encoded. Noah Richards 2015-04-15 09:24:26 -07:00
  • 099323e39b Have ViE sender also use the last encoded frame timestamp when determining if the video stream is paused/muted, for purposes of padding. Noah Richards 2015-04-15 09:14:12 -07:00
  • 352b2d7a19 Fix for sent/received RTCP packet counters returned by GetRtcpPacketTypeCounters. The returned counters are incorrect: sent_packets returns stats from a sent stream (and received_packets returns stats from a receive stream). Åsa Persson 2015-04-15 18:00:40 +02:00
  • 4b76c02362 Roll chromium_revision 8af41b3..dcb0929 (324854:325030) Magnus Jedvert 2015-04-15 17:22:22 +02:00
  • 3c3f646064 Prevent null-stream reconfigs on RTP extensions. Peter Boström 2015-04-15 16:27:49 +02:00
  • 36fc1bad38 Update renamed Android ARM64 trybot in PRESUBMIT.py. Henrik Kjellander 2015-04-15 15:37:46 +02:00
  • c317ce5456 VoE: move mock directory 1 level up Jelena Marusic 2015-04-15 12:45:14 +02:00
  • adc46c4cf7 audio_processing/agc: Adds config to set minimum microphone volume at startup Bjorn Volcker 2015-04-15 11:42:40 +02:00
  • 19a3807b36 Updated .gitignore to ignore isolate_deps_dir. Henrik Boström 2015-04-15 10:20:14 +02:00
  • a9c0ae284c Add a sparse FIR filter implementation Alejandro Luebs 2015-04-14 15:51:28 -07:00
  • e432800aeb Enable CPU adaptation by default. Peter Boström 2015-04-14 22:45:29 +02:00
  • fcf54bdabb Reland "Avoid critsect for protection- and qm setting callbacks in VideoSender." mflodman 2015-04-14 21:28:08 +02:00
  • 73ba7a690f Remove PORTALLOCATOR_ENABLE_BUNDLE, PortAllocatorSessionProxy, PortAllocatorSessionMuxer, and PortProxy. Peter Thatcher 2015-04-14 09:26:03 -07:00
  • 74b9769e4e Deliver RTCP packets only once per send stream. Peter Boström 2015-04-14 13:31:46 +02:00
  • 2dd6a270c0 VoE: format VoEBase according to new style guide Jelena Marusic 2015-04-14 09:47:00 +02:00
  • 0de7bcf06a Removes use of AudioManager.setSpeakerphoneOn in audio manager henrika 2015-04-14 09:19:51 +02:00
  • 6739952b0f Roll chromium_revision 70a0480..ac81bcc (324430:324836) Henrik Kjellander 2015-04-14 08:08:48 +02:00
  • 56d50288e0 Remove SignalCaptureStateChange from MediaEngine. Peter Thatcher 2015-04-13 17:17:41 -07:00
  • 575a8024bc Add an option to update mirror flag in Android video renderer. Alex Glaznev 2015-04-13 15:24:46 -07:00
  • 1b67795dc2 Add i386 to ios fat library build script and use boringssl. Zeke Chin 2015-04-13 14:16:24 -07:00
  • 529921e7cd Explicitly set target_subarch for iOS on ia32/x64 Henrik Kjellander 2015-04-13 22:43:44 +02:00
  • 77f0e3f7b6 Remove GetStartCaptureFormat and some related code. Peter Thatcher 2015-04-13 10:44:59 -07:00
  • 6ae2572fa6 Add missing configuration of rtx payload type for rtp/rtcp module. Åsa Persson 2015-04-13 17:48:08 +02:00
  • 03dec77ce6 Add chromium/_bad_scm to .gitignore Henrik Kjellander 2015-04-13 16:18:08 +02:00
  • 0f911d71a7 Refactor audio_processing/nsx: Removed usage of macro WEBRTC_SPL_MEMCPY_W16 Bjorn Volcker 2015-04-13 15:45:17 +02:00
  • 61a4b04f40 Refactor common_audio/vad: Removed usage of trivial macro WEBRTC_SPL_MUL_16_16(a, b) Bjorn Volcker 2015-04-13 15:43:50 +02:00
  • e7b221f476 Remove deadlock in WebRtcVideoEngine2. Peter Boström 2015-04-13 15:34:32 +02:00
  • 6fc2d2f487 VoE: revert CHECKs into asserts Jelena Marusic 2015-04-13 14:07:04 +02:00
  • 9e5e421b7d VoE: cleanup VoEBaseImpl Jelena Marusic 2015-04-13 13:41:56 +02:00
  • 93ef1d85fe Change ACM's CodecManager to hold one encoder instead of an array Henrik Lundin 2015-04-13 09:31:16 +02:00
  • eba964f472 Revert "Support none multiple of 16 pixels width on android." Bjorn Volcker 2015-04-11 08:55:05 +02:00
  • 99c2fe5d2b Fix NullVideoEngine's CreateChannel implementation. Noah Richards 2015-04-10 14:32:39 -07:00
  • b32a5c48d3 Add more logging around TURN refreshes. Peter Thatcher 2015-04-10 14:04:42 -07:00
  • e4ae8d8558 Changes in VideoCapturerAndroid. Alex Glaznev 2015-04-10 11:19:52 -07:00
  • f4acf46c86 Support none multiple of 16 pixels width on android. Per 2015-04-10 16:45:22 +02:00
  • 3949e8666e Prevent decoder busy loop for send-only channels. Peter Boström 2015-04-10 15:36:33 +02:00
  • a125d7d7ad Changes default audio mode in AppRTCDemo to MODE_RINGTONE. Also prevents that we try to restore audio mode when it has not been changed. henrika 2015-04-10 15:19:24 +02:00
  • e12a667d7a Remove i420_video_frame.h from common_video.gyp Bjorn Volcker 2015-04-10 14:40:20 +02:00
  • 9bfe3daf73 Cleanup: Remove i420_video_frame.h header. Thiago Farina 2015-04-10 12:52:13 +02:00
  • f6c003eda5 cricket::VideoFrameFactory: Handle if created frame is null Magnus Jedvert 2015-04-10 12:44:52 +02:00
  • 9526187dde Default enable abs send time bwe for CallTest Erik Språng 2015-04-10 11:58:49 +02:00
  • 09bf1a169b Delays changing to COMMUNICATION mode until streaming starts. Restores stored audio mode when all streaming stops. henrika 2015-04-10 11:46:55 +02:00
  • 0184057d54 VideoAdapterTest: Replace FileVideoCapturer with FakeVideoCapturer Magnus Jedvert 2015-04-10 11:18:39 +02:00
  • dcbd3acbef Improve BWE plotting and logging to make it possible to use multiple windows/figures. Stefan Holmer 2015-04-10 10:35:30 +02:00
  • f2822edf61 Refactor audio_coding/codecs/isac/fix: Removed usage of macro WEBRTC_SPL_MUL_16_16_RSFT Bjorn Volcker 2015-04-10 08:06:45 +02:00
  • f6a99e63b6 Refactor audio_processing: Free functions return void Bjorn Volcker 2015-04-10 07:56:57 +02:00
  • 0666a9b28b Remove Transport::Reset, which is never used, and only makes reading the code harder. Peter Thatcher 2015-04-09 17:45:10 -07:00
  • f9bbbdd158 Roll chromium_revision d8f8dc8..70a0480 (324211:324430) Henrik Kjellander 2015-04-09 19:52:56 +02:00
  • d417c93c10 Remove android_webview_build conditions. Richard Coles 2015-04-09 17:36:12 +02:00
  • 9504b89ce2 Cleanup: Remove unnecessary SHA1Transform() declaration. Thiago Farina 2015-04-09 15:47:57 +02:00
  • 3a93986fd5 Exit after printing usage message. Thiago Farina 2015-04-09 15:45:12 +02:00
  • 7f6c4d42a2 Fix clang style warnings in webrtc/modules/audio_coding/neteq Karl Wiberg 2015-04-09 15:44:22 +02:00
  • 411777584c Roll chromium_revision 5333e14..d8f8dc8 (323410:324211) Henrik Kjellander 2015-04-09 15:36:28 +02:00
  • 76c53d36bc Remove ViE interface usage from VideoReceiveStream. Peter Boström 2015-04-09 14:35:37 +02:00
  • 15cf019a00 Add field-trial flag to disable WebRtcVideoEngine2. Peter Boström 2015-04-09 13:55:37 +02:00
  • 9b3f56ea05 Reland "Remove usage of webrtc::NativeHandle since is just adds an extra level of indirection."" This reverts commit e41d774c4d0a60066866fc2d0ae48dd0e839ff23. Per 2015-04-09 13:44:16 +02:00
  • 2c37078e40 Fix crash with CVO turned on for VP9 codec Guo-wei Shieh 2015-04-08 13:00:10 -07:00
  • d61ebda941 Fix the sigslot type of DtlsIdentityStore::WorkerTask. Jiayang Liu 2015-04-08 12:34:49 -07:00
  • 036b420db6 Updated iOS video capturer to take device orientation into consideration. Jonas Martinsson 2015-04-08 11:12:46 -07:00
  • 1064679bba Revert "Fix crash with CVO turned on for VP9 codec" Guo-wei Shieh 2015-04-08 10:05:39 -07:00
  • 29b1a1c0c7 Fix crash with CVO turned on for VP9 codec Guo-wei Shieh 2015-04-08 09:58:27 -07:00
  • c78da7d17c Roll chromium_revision 719b839..5333e14 (322539:323410) Henrik Kjellander 2015-04-08 15:42:06 +02:00
  • 06c80133f2 Explicitly set target_subarch for iOS (re-land) Henrik Kjellander 2015-04-08 15:28:49 +02:00
  • fbfc74a070 Increase filename size for dummy device factory. Patrik Höglund 2015-04-08 14:56:39 +02:00
  • ad1f9b61a3 Remove warning on input frames before config. Peter Boström 2015-04-08 14:04:01 +02:00
  • 64c0366908 Revert "Revert "Split EventWrapper in twain."" Peter Boström 2015-04-08 11:24:19 +02:00