文件最后提交记录最后更新时间
Break apart AudioCodingModule and AcmReceiver This change makes AudioCodingModule a pure sender and AcmReceiver a pure receiver. The Config struct is in practice no longer used by AudioCodingModule, so a new definition is included in AcmReceiver. The old definition remains in AudioCodingModule while downstream clients are being updated. Bug: webrtc:14867 Change-Id: If0d0b4214c5aa278cf6c85c5b62c6da644de20e0 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/291533 Reviewed-by: Tomas Lundqvist <tomasl@google.com> Commit-Queue: Henrik Lundin <henrik.lundin@webrtc.org> Reviewed-by: Jakob Ivarsson‎ <jakobi@webrtc.org> Cr-Commit-Position: refs/heads/main@{#39244} 3 年前
Break apart AudioCodingModule and AcmReceiver This change makes AudioCodingModule a pure sender and AcmReceiver a pure receiver. The Config struct is in practice no longer used by AudioCodingModule, so a new definition is included in AcmReceiver. The old definition remains in AudioCodingModule while downstream clients are being updated. Bug: webrtc:14867 Change-Id: If0d0b4214c5aa278cf6c85c5b62c6da644de20e0 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/291533 Reviewed-by: Tomas Lundqvist <tomasl@google.com> Commit-Queue: Henrik Lundin <henrik.lundin@webrtc.org> Reviewed-by: Jakob Ivarsson‎ <jakobi@webrtc.org> Cr-Commit-Position: refs/heads/main@{#39244} 3 年前
Break apart AudioCodingModule and AcmReceiver This change makes AudioCodingModule a pure sender and AcmReceiver a pure receiver. The Config struct is in practice no longer used by AudioCodingModule, so a new definition is included in AcmReceiver. The old definition remains in AudioCodingModule while downstream clients are being updated. Bug: webrtc:14867 Change-Id: If0d0b4214c5aa278cf6c85c5b62c6da644de20e0 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/291533 Reviewed-by: Tomas Lundqvist <tomasl@google.com> Commit-Queue: Henrik Lundin <henrik.lundin@webrtc.org> Reviewed-by: Jakob Ivarsson‎ <jakobi@webrtc.org> Cr-Commit-Position: refs/heads/main@{#39244} 3 年前
Break apart AudioCodingModule and AcmReceiver This change makes AudioCodingModule a pure sender and AcmReceiver a pure receiver. The Config struct is in practice no longer used by AudioCodingModule, so a new definition is included in AcmReceiver. The old definition remains in AudioCodingModule while downstream clients are being updated. Bug: webrtc:14867 Change-Id: If0d0b4214c5aa278cf6c85c5b62c6da644de20e0 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/291533 Reviewed-by: Tomas Lundqvist <tomasl@google.com> Commit-Queue: Henrik Lundin <henrik.lundin@webrtc.org> Reviewed-by: Jakob Ivarsson‎ <jakobi@webrtc.org> Cr-Commit-Position: refs/heads/main@{#39244} 3 年前
Delete RTPHeader::payload_type_frequency as unused payload type frequency is not communicated inside an RTP packet and thus do not belong to the RTPHeader Bug: None Change-Id: Ic3e48f1b0507a96ddc697503145f7c8785962926 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/296763 Reviewed-by: Tomas Gunnarsson <tommi@webrtc.org> Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/main@{#39515} 3 年前
ACM: Adding unittests for the remixing functionality On top of adding unittests for the remixing, the CL moves the code tested to a separate file in order to allow it to be tested. Bug: webrtc:11007 Change-Id: I531736517bbcc715b3c1bf3a4256c42208c5b778 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/155740 Commit-Queue: Per Åhgren <peah@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#29839} 6 年前
ACM: Adding unittests for the remixing functionality On top of adding unittests for the remixing, the CL moves the code tested to a separate file in order to allow it to be tested. Bug: webrtc:11007 Change-Id: I531736517bbcc715b3c1bf3a4256c42208c5b778 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/155740 Commit-Queue: Per Åhgren <peah@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#29839} 6 年前
ACM: Adding unittests for the remixing functionality On top of adding unittests for the remixing, the CL moves the code tested to a separate file in order to allow it to be tested. Bug: webrtc:11007 Change-Id: I531736517bbcc715b3c1bf3a4256c42208c5b778 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/155740 Commit-Queue: Per Åhgren <peah@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#29839} 6 年前
Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED Add implementation of RTC_DCHECK_NOTREACHED equal to the RTC_NOTREACHED. The new macros will replace the old one when old one's usage will be removed. The idea of the renaming to provide a clear signal that this is debug build only macros and will be stripped in the production build. Bug: webrtc:9065 Change-Id: I4c35d8b03e74a4b3fd1ae75dba2f9c05643101db Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/237802 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/main@{#35348} 4 年前
[Cleanup] Add missing #include. Remove useless ones. This CL is the result of running include-what-you-use tool on part of the code base (audio target and dependencies) plus manual fixes. bug: webrtc:8311 Change-Id: I277d281ce943c3ecc1bd45fd8d83055931743604 Reviewed-on: https://webrtc-review.googlesource.com/c/106280 Commit-Queue: Yves Gerey <yvesg@google.com> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#25311}7 年前
Break apart AudioCodingModule and AcmReceiver This change makes AudioCodingModule a pure sender and AcmReceiver a pure receiver. The Config struct is in practice no longer used by AudioCodingModule, so a new definition is included in AcmReceiver. The old definition remains in AudioCodingModule while downstream clients are being updated. Bug: webrtc:14867 Change-Id: If0d0b4214c5aa278cf6c85c5b62c6da644de20e0 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/291533 Reviewed-by: Tomas Lundqvist <tomasl@google.com> Commit-Queue: Henrik Lundin <henrik.lundin@webrtc.org> Reviewed-by: Jakob Ivarsson‎ <jakobi@webrtc.org> Cr-Commit-Position: refs/heads/main@{#39244} 3 年前
Adopt absl::string_view in modules/audio_coding/ Bug: webrtc:13579 Change-Id: Ifec66fb6ba9724d18539de7245a358c2d13c7939 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/268547 Reviewed-by: Ivo Creusen <ivoc@webrtc.org> Reviewed-by: Tomas Gunnarsson <tommi@webrtc.org> Commit-Queue: Ali Tofigh <alito@webrtc.org> Cr-Commit-Position: refs/heads/main@{#37573} 3 年前
Delete deprecated Create method and config from AudioCodingModule The method and config are no longer used. This concludes the work to break apart AcmReceiver and AudioCodingModule. Bug: webrtc:14867 Change-Id: I87219749a1ea72a01b95e960d1f32292f7352c9b Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/291801 Reviewed-by: Jakob Ivarsson‎ <jakobi@webrtc.org> Reviewed-by: Tomas Lundqvist <tomasl@google.com> Commit-Queue: Henrik Lundin <henrik.lundin@webrtc.org> Cr-Commit-Position: refs/heads/main@{#39250} 3 年前
Delete RTPHeader::payload_type_frequency as unused payload type frequency is not communicated inside an RTP packet and thus do not belong to the RTPHeader Bug: None Change-Id: Ic3e48f1b0507a96ddc697503145f7c8785962926 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/296763 Reviewed-by: Tomas Gunnarsson <tommi@webrtc.org> Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/main@{#39515} 3 年前
Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED Add implementation of RTC_DCHECK_NOTREACHED equal to the RTC_NOTREACHED. The new macros will replace the old one when old one's usage will be removed. The idea of the renaming to provide a clear signal that this is debug build only macros and will be stripped in the production build. Bug: webrtc:9065 Change-Id: I4c35d8b03e74a4b3fd1ae75dba2f9c05643101db Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/237802 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/main@{#35348} 4 年前
Use backticks not vertical bars to denote variables in comments for /modules/audio_coding Bug: webrtc:12338 Change-Id: I02613d9fca45d00e2477f334b7a0416e7912e26b Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/227037 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/master@{#34621} 4 年前
Reland of "Reporting of decoding_codec_plc events"" This is a reland of 0a88ea050cda58de81d624cf2764d46929447ed5. The new stat will not be reported unless it is GT 0. Reporting of decoding_codec_plc events Bug: webrtc:10838 Change-Id: Ic8585b4eeae9a2643374f15bc2578d1141e59683 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/148448 Reviewed-by: Magnus Flodman <mflodman@webrtc.org> Reviewed-by: Henrik Lundin <henrik.lundin@webrtc.org> Commit-Queue: Alex Narest <alexnarest@google.com> Cr-Commit-Position: refs/heads/master@{#28797} 6 年前