Sign in
webrtc
/
src
/
/
0a8201c99c3d6b905c522e3145cb6aeaa5318f00
/
video
1ad3e14
Follow codec preference order for sending codec fallback.
by Qiu Jianlin
· 3 months ago
3e98919
Reland "Validate frame consistency when writing DependencyDescriptor"
by Danil Chapovalov
· 3 months ago
81aa059
Revert "Validate frame consistency when writing DependencyDescriptor"
by Jeremy Leconte
· 3 months ago
200fd82
Validate frame consistency when writing DependencyDescriptor
by Danil Chapovalov
· 3 months ago
74ace1a
Remove libevent task queue.
by Markus Handell
· 3 months ago
3a1f2e6
Delete FrameToRender from VCMReceiveCallback
by Fanny Linderborg
· 3 months ago
000f043
add missing includes for the build with use_libcxx_modules
by Takuto Ikuta
· 3 months ago
0c282c4
Reset encoder on simulcast layer maxFramerate changes
by Andreas Pehrson
· 3 months ago
94f2b91
Fix maybe incorrect spatial id when reading corruption detection message
by Erik Språng
· 3 months ago
00ec2af
Deflake VideoSendStreamTest::TestNackRetransmission.
by Erik Språng
· 3 months ago
5fc7489
Fix corruption score not being calculated on higher spatial layers.
by Erik Språng
· 3 months ago
b4d09df
Fix bug that can cause invalid reset of corruption detection state.
by Erik Språng
· 3 months ago
d171832
Set default simulcast temporal layer to 1 if not configured.
by Qiu Jianlin
· 3 months ago
e5f6f1f
Add optional corruption filter settings to EncodedImage.
by Erik Språng
· 3 months ago
9aeed0c
Avoid potential deadlock due to queue in corruption detection.
by Erik Språng
· 3 months ago
7522352
Remove all references to codec-level transport-cc functions and flags.
by Harald Alvestrand
· 4 months ago
f54707c
Reuse VP9 simulcast stream limits for H.265.
by Qiu Jianlin
· 4 months ago
4c171e8
Prevent upscaling when calculating sample values.
by Emil Vardar
· 4 months ago
4405d06
Add H.265 to codecs that supports temporal scalability.
by Qiu Jianlin
· 4 months ago
7589689
Replace cricket::LeastCommonMultiple and cricket::GreatestCommonDivisor with std::lcm and std::gcd.
by Evan Shrubsole
· 4 months ago
a5676c1
Change scale factor to 0.5
by Emil Vardar
· 4 months ago
b444820
Update freshness of adaptation documentation
by Evan Shrubsole
· 4 months ago
faef5de
Cleanup H.265 TODOs.
by Qiu Jianlin
· 4 months ago
037ab26
In tests replace AudioProcessingBuilder with BuiltinAudioProcessingBuilder
by Danil Chapovalov
· 4 months ago
141dfb0
Remove webrtc::ToLogString as no longer needed
by Danil Chapovalov
· 4 months ago
c4f61fb
Rename capture_time_identifier to presentation_timestamp
by Palak Agarwal
· 5 months ago
e8c97c0
Reland "Rename `requested_resolution` to `scale_resolution_down_to`."
by Henrik Boström
· 4 months ago
b5289d7
Unregister previous external decoders when creating a new one.
by Sergio Garcia Murillo
· 4 months ago
af44d8f
Revert "Rename `requested_resolution` to `scale_resolution_down_to`."
by Florent Castelli
· 4 months ago
82617ac
Rename `requested_resolution` to `scale_resolution_down_to`.
by Henrik Boström
· 4 months ago
05666b4
Function that Converts NtpTime to a Timestamp with UTC epoch in Clock.
by Olov Brändström
· 4 months ago
b280cb95
Add a basic end-to-end test for corruption detection.
by Fanny Linderborg
· 5 months ago
558c2dc
Change timestamps type from int64 to Timestamp in MediaReceiverInfo.
by Olov Brändström
· 5 months ago
129f228
Post corruption score aggregation to worker thread.
by Emil Vardar
· 5 months ago
d8bddfe
Split up the call/video_stream_api target
by Harald Alvestrand
· 5 months ago
346cf7c
Add support for frame pair corruption score calculation.
by Emil Vardar
· 5 months ago
518bd61
Forward the corruption score from the decoder to ReceiveStatisticsProxy
by Fanny Linderborg
· 5 months ago
e1adfc0
Rename FrameToRender to OnFrameToRender
by Fanny Linderborg
· 5 months ago
b9c4c24
rename timestamps to show epoch
by Olov Brändström
· 5 months ago
a507a08
Calculate corruption score once the frame is decoded
by Fanny Linderborg
· 5 months ago
215401f
Reland "Add a FrameToRender argument struct as input to FrameToRender"
by Fanny Linderborg
· 5 months ago
5680d81
Revert "Add a FrameToRender argument struct as input to FrameToRender"
by Jeremy Leconte
· 5 months ago
01f91c8
Add a FrameToRender argument struct as input to FrameToRender
by Fanny Linderborg
· 5 months ago
b23b3dd
Improve simulcast CPU adaptation when requested_resolution API is used.
by Henrik Boström
· 5 months ago
b63c05d
Remove unused misspelled function
by Fanny Linderborg
· 5 months ago
4f6f92a
Convert CorruptionDetectionMessage to FrameInstrumentationSyncData
by Fanny Linderborg
· 5 months ago
4baeed3
Use environment monotonic timestamps (i.e. not UTC) in RTCStats.
by Olov Brändström
· 5 months ago
1869afa
Parse extension and store it in RTPVideoHeader
by Fanny Linderborg
· 5 months ago
a49ab28
Set CodecSpecific.FrameInstrumentationData in RtpFrameObject ctor
by Fanny Linderborg
· 5 months ago
55398a7
Add helper for comparing FrameInstrumentationData with a VideoFrame
by Fanny Linderborg
· 5 months ago
052cc9d
Fix misspelled function
by Fanny Linderborg
· 5 months ago
0a3a690
Ensure both corruption detection tests are formulated the same way
by Fanny Linderborg
· 5 months ago
a61a25a
Correct format for TODO comments
by Fanny Linderborg
· 5 months ago
965f134
Number of samples need to be more than 0 when calculating corruption score.
by Emil Vardar
· 5 months ago
5a294ae
Allow the standard deviation for GetSampleValuesForFrame to be 0
by Fanny Linderborg
· 5 months ago
a8829eb
macro cleanup: "(const override)" -> "(const, override)"
by Mirko Bonadei
· 6 months ago
b6ee51b
Don't restrict max simulcast layers when `requested_resolution` is used.
by Henrik Boström
· 5 months ago
2f106d6
Add FrameInstrumentationGenerator to VideoStreamEncoder
by Fanny Linderborg
· 5 months ago
4a201de
Add support for corruption classification.
by Emil Vardar
· 6 months ago
f045dbd
Modify sequence index on key frames
by Fanny Linderborg
· 6 months ago
825e4f1
VideoAdapter: Interpret requested resolution as max restriction.
by Henrik Boström
· 6 months ago
e81ba30
Increase AV1 QP threshold for quality convergence from 40 to 60.
by Sergey Silkin
· 6 months ago
4b51217
Make purple bots happy: Shorten TEST_P names.
by Henrik Boström
· 6 months ago
cbf5122
Avoid signaling requested_resolution back to the adapting source.
by Henrik Boström
· 6 months ago
2b5f7cb
Adjust `requested_resolution` to match frame's aspect ratio.
by Henrik Boström
· 6 months ago
fb0da3a
Increase test coverage of InitialFrameDropper vs. ScaleResolutionDownBy
by Jonas Oreland
· 6 months ago
0d31d7b
Increase test coverage of InitialFrameDropper vs. RequestedResolution
by Jonas Oreland
· 6 months ago
0acbb77
Pass Environment into RtcpSender
by Danil Chapovalov
· 6 months ago
d4c5843
Undo recent changes to initial frame dropper, fixing a regression.
by Henrik Boström
· 6 months ago
010c189
Move thread handling from source tracker.
by Jakob Ivarsson
· 6 months ago
8401f56
Add fieldtrials WebRTC-QCM-Static-{AV1, VP8, VP9}
by Johannes Kron
· 6 months ago
6e072e6
Rename is_key_frame to communicate_upper_bits in FrameInstrumentation*Data
by Fanny Linderborg
· 6 months ago
5eb8588
Move FrameInstrumentation*Data structs to common_video
by Fanny Linderborg
· 6 months ago
8037fc6
Migrate absl::optional to std::optional
by Florent Castelli
· 6 months ago
af7155e
Propagate Environment to video RtpRtcp modules
by Danil Chapovalov
· 6 months ago
e2fee23
Propagate Environment into RtpVideoStreamReceiver2
by Danil Chapovalov
· 6 months ago
41fffaa
Fix requested_resolution bug where we get stuck with old restrictions.
by Henrik Boström
· 6 months ago
572280f
Remove redundant mapping.
by Emil Vardar
· 6 months ago
3f1e51d
Aggregate and log corruption score.
by Emil Vardar
· 6 months ago
a6186b2
Add helper that generate filter data given a captured and an encoded frame
by Fanny Linderborg
· 7 months ago
668e905
Add support for determining which pixels to sample
by Fanny Linderborg
· 7 months ago
b47cd6f
Ensure calls to QP convergence controller are on the same sequence
by Johannes Kron
· 7 months ago
4fffeab
Add generic mapping functions for automatic corruption detection
by Fanny Linderborg
· 7 months ago
1921fa5
Apply include-cleaner to api/test/[^/]*
by Dor Hen
· 7 months ago
c2a8241
Add support for the Halton sequence
by Fanny Linderborg
· 7 months ago
e864dec
VSyncEncodeAdapterMode: avoid UAF.
by Markus Handell
· 7 months ago
8d7642a
Remove unused QpFastFilterLow method
by Björn Terelius
· 7 months ago
96c1b9c
Add variables to lend unused audio bits to video
by Dan Tan
· 7 months ago
5079e8a
Allow supplying a custom NetworkControllerInterfaceFactory per-Call in PeerConnectionDependencies
by Tony Herre
· 7 months ago
6ed136c
Fix TestExtendedReportsCanSignalZeroTargetBitrate flakiness on Mac.
by Jeremy Leconte
· 7 months ago
ac15a13
In RtpVideoStreamReceiver do not rely on RTP sequence number unwrap to be stable
by Danil Chapovalov
· 7 months ago
1a33aa4
Override stream settings in a separate function
by Sergey Silkin
· 8 months ago
5fe85d2
Reland "Pass true stream resolutions to GetSimulcastConfig()"
by Sergey Silkin
· 8 months ago
ede05c3
Revert "Pass true stream resolutions to GetSimulcastConfig()"
by Sergey Silkin
· 8 months ago
09f03be
Pass true stream resolutions to GetSimulcastConfig()
by Sergey Silkin
· 8 months ago
b27ac6b
Set min bitrate equal to kDefaultMinVideoBitrateBps
by Sergey Silkin
· 8 months ago
1b78a7e
Remove dependency on WebRTC-LowresSimulcastBitrateInterpolation
by Sergey Silkin
· 8 months ago
f6a8048
Add QualityConvergenceController to VideoStreamEncoder
by Johannes Kron
· 8 months ago
ea615af
Remove WebRTC-VP8ConferenceTemporalLayers field trial
by Sergey Silkin
· 8 months ago
c14e2cc
Set is_highest_layer_max_bitrate_configured outside of loop
by Sergey Silkin
· 8 months ago
Next »