Skip to content

Tags: pixiv/webrtc

Tags

87.0.4280.142-pixiv0

Toggle 87.0.4280.142-pixiv0's commit message
Introduce RTCAudioSession.initializeInput

pixiv-4044.0

Toggle pixiv-4044.0's commit message
Add org.webrtc.AutomaticHardwareVideoEncoderFactory to Android SDK

pixiv-m78.5

Toggle pixiv-m78.5's commit message
Do not try to have a "perfect" scale factor in webrtc::VideoAdapter

Without this change, webrtc::VideoAdapter tries to have a scale factor
which can be represented in an easy fraction. That behavior requires
the cropped image to be aligned with scale fraction denominator multiplied
with the output alignment requirement, which can be much larger for
relatively large output alignment requirement.

The behavior does not seem to be required by any implementation so just
abandon it to avoid such a large alignment requirement.

pixiv-m78.4

Toggle pixiv-m78.4's commit message
Align video resolution by 16 for VideoToolbox hardware H.264 encoder

pixiv-m78.3

Toggle pixiv-m78.3's commit message
Update Unity from 2019.2.6f1 to 2019.2.14f1

pixiv-m78.2

Toggle pixiv-m78.2's commit message
Allow to use audio units other than Voice-Processing I/O unit

pixiv-sketch-m78.1.0

Toggle pixiv-sketch-m78.1.0's commit message
[sketch-ios] Disable output in VoiceProcessingAudioUnit

pixiv-m78.1

Toggle pixiv-m78.1's commit message
Do not initialize parameters with audio session if audio disabled

pixiv-m78.0

Toggle pixiv-m78.0's commit message
Implement [RTCAudioDeviceModule deliverRecordedData:]

pixiv-m77.0

Toggle pixiv-m77.0's commit message
Introduce .NET bindings