Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
webrtc
/
6507054db101d8bd8643408ede8b95266c55fd96
/
media
f7d7e90
Replace std:remove on vector::erase in streamparams_unittest.cc
by Artem Titov
· 6 years ago
e3cf3d0
Use enum class for VideoCodecMode and VideoCodecComplexity.
by Niels Möller
· 6 years ago
abe301f
Add HeaderExtensions to RtpParameters
by Florent Castelli
· 6 years ago
dd3e0ab
Make rtc_software_fallback_wrappers target visible.
by Anders Carlsson
· 6 years ago
2ac6446
Document that preferred VideoFrame constructor takes no RTP timestamp.
by Niels Möller
· 6 years ago
6cdd546
Remove default argument in GetSimulcastConfig.
by Rasmus Brandt
· 6 years ago
2d61162
Remove stringstreams from media/sctp/
by Jonas Olsson
· 6 years ago
350531e
Revert "Move class VideoCodec from common_types.h to its own api header file."
by Danil Chapovalov
· 6 years ago
efc71e5
Move class VideoCodec from common_types.h to its own api header file.
by Niels Möller
· 6 years ago
97e0488
Delete unused stats for preferred_bitrate.
by Niels Möller
· 6 years ago
cdd05f0
Implement proper SCTP data channel closing procedure.
by Taylor Brandstetter
· 6 years ago
0cedc05
Refactor SimulcastTestUtility into SimulcastTestFixture{,Impl}
by Rasmus Brandt
· 6 years ago
f859e55
Removing warning suppression flags from media.
by Mirko Bonadei
· 6 years ago
97b4ee5
Wire up VAAPI VP8 experimental support in WebRTC.
by Ilya Nikolaevskiy
· 6 years ago
dacec71
Add Rtcp parameters for PeerConnection senders
by Florent Castelli
· 6 years ago
a564afe
Fix bug in videoengine sanity check
by Jonas Olsson
· 7 years ago
7fd0a28
Directly include VideoBitrateAllocation in media/ targets
by Erik Språng
· 6 years ago
4343273
Don't assume that RTC_LOG's << operator is std::ostream
by Karl Wiberg
· 6 years ago
0327c2d
Move VideoStreamEncoderInterface to api/.
by Niels Möller
· 6 years ago
65ec0fc
Delete unneeded includes of basictypes.h.
by Niels Möller
· 6 years ago
79478ad
Adjust base bitrate for experimental temporal layer count
by Erik Språng
· 6 years ago
195d1d7
Remove ScreenshareLayerConfig.
by Rasmus Brandt
· 6 years ago
2d2c888
Returns RTCError for setting unimplemented RtpParameters.
by Seth Hampson
· 6 years ago
be71a1e
Replace VP9 screen sharing.
by Sergey Silkin
· 6 years ago
0a8f435
Move VideoEncoderConfig from call/ to api/.
by Niels Möller
· 6 years ago
c948fe6
Delete unneeded includes of call/video_config.h.
by Niels Möller
· 6 years ago
4c8811b
Delete some obsolete forward declarations
by Niels Möller
· 6 years ago
49fcc10
Merge DegradationPreference enums.
by Taylor Brandstetter
· 6 years ago
fe826f3
Removing warning suppression flags from media/BUILD.gn.
by Mirko Bonadei
· 6 years ago
b7d9d83
Implement RtpCodecParameters::parameters
by Florent Castelli
· 6 years ago
bfe3d85
Add field trial to override default number of temporal layers
by Erik Språng
· 6 years ago
7dcca4b
Limit inter-layer prediction to key pictures.
by Sergey Silkin
· 6 years ago
b330688
Fix build errors when rtc_use_builtin_sw_codecs is set to false.
by Anders Carlsson
· 6 years ago
8a150d9
All encoders are reported as created encoders by fake encoder factory.
by Anders Carlsson
· 6 years ago
5f2bb62
Remove dependency in FakeWebRtcVideoCodecFactories.
by Anders Carlsson
· 6 years ago
c6ce9c5
New file api/video/BUILD.gn
by Niels Möller
· 6 years ago
5c7efe7
Refactor PeerConnectionIntegrationTest to not use cricket::VideoCapturer
by Niels Möller
· 6 years ago
7c682e0
Update to allow the application to set a low max bitrate.
by Seth Hampson
· 6 years ago
8df3a38
Deprecate RTPFragmentationHeader argument to VideoDecoder::Decode
by Niels Möller
· 6 years ago
1d87148
Fixed init of H.264 profile/level support table on iOS
by Yura Yaroshevich
· 7 years ago
7ba22b8
Break out the part of the iSAC codec that's used for Voice Activity Detection
by Karl Wiberg
· 7 years ago
939eb80
Add missing casts-to-int to int/uint16 comparisons.
by Wez
· 7 years ago
6753795
Built in video codec factories.
by Anders Carlsson
· 7 years ago
88c9956
Remove internal media/base/ stringstream usages
by Jonas Olsson
· 7 years ago
3e18c82
Reland "Reland "Remove our stream << overloads from non-test build targets.""
by Jonas Olsson
· 7 years ago
efbdcb0
Clarify comment in simulcast.cc.
by Rasmus Brandt
· 7 years ago
6136314
Fixed typo in max macroblock frame size.
by Yura Yaroshevich
· 7 years ago
29a8d10
Fixing unnecessary copy (-Wreturn-std-move).
by Mirko Bonadei
· 7 years ago
65fb404
Don't expose resilience mode in VP8 and VP9 configuration.
by Niels Möller
· 7 years ago
1f433e4
Mark built-in software video codecs as poisonous.
by Anders Carlsson
· 7 years ago
566124a
Move BitrateAllocation to api/ and rename it VideoBitrateAllocation
by Erik Språng
· 7 years ago
e8a9c45
Delete enum VP8ResilienceMode.
by Niels Möller
· 7 years ago
bb23c83
GN hack to tag targets as poisonous (and use it with audio codecs)
by Karl Wiberg
· 7 years ago
bd73928
Revert "Reland "Remove our stream << overloads from non-test build targets.""
by Taylor Brandstetter
· 7 years ago
d7ee720
Reland "Remove our stream << overloads from non-test build targets."
by Jonas Olsson
· 7 years ago
4db138e
Reland "Move creating encoder to VideoStreamEncoder."
by Niels Möller
· 7 years ago
31ef5f0
Revert "Remove our stream << overloads from non-test build targets."
by Jonas Olsson
· 7 years ago
c841d18
Remove our stream << overloads from non-test build targets.
by Jonas Olsson
· 7 years ago
0d650b4
Revert "Move creating encoder to VideoStreamEncoder."
by Niels Moller
· 7 years ago
fb82fcc
Move creating encoder to VideoStreamEncoder.
by Niels Möller
· 7 years ago
365381f
Replace BundleFilter with RtpDemuxer in RtpTransport.
by Zhi Huang
· 7 years ago
6e641e6
Signal detailed packet info for each packet sent.
by Qingsi Wang
· 7 years ago
7435b84
Removing StramParams.type & StreamParams.display.
by Seth Hampson
· 7 years ago
6557d0c
Delete header file videoengine_unittest.h.
by Niels Möller
· 7 years ago
d2248f8
Handle the corner cases for BUNDLE.
by Zhi Huang
· 7 years ago
11b34f4
Remove chromium clang style errors affecting sdk/android/media_jni
by Paulina Hensman
· 7 years ago
ff40b14
Delete obsolete enable argument to SetVideoSend.
by Niels Möller
· 7 years ago
634a777
Add RRTR parameter to media engine and pass it to video receive stream
by Ilya Nikolaevskiy
· 7 years ago
5150ee4
Changing MTU size for SCTP socket options.
by Seth Hampson
· 7 years ago
259a497
Reland "Reland "Move rtp-specific config out of EncoderSettings.""
by Niels Möller
· 7 years ago
a680a6a
Enable and fix chromium clang warnings in sdk/android targets.
by Paulina Hensman
· 7 years ago
5897a6e
Adds support for signaling a=msid lines without a=ssrc lines.
by Seth Hampson
· 7 years ago
abbe841
This CL removes all usages of our custom ostream << overloads.
by Jonas Olsson
· 7 years ago
644fde4
Add nullptr check in SctpTransport.
by Zhi Huang
· 7 years ago
5b4f075
Reland "Reland "Adds support for multiple or no media stream ids.""
by Seth Hampson
· 7 years ago
23ffbe7
Adding constructor to StreamSelector.
by Seth Hampson
· 7 years ago
191bf5c
Revert "Reland "Adds support for multiple or no media stream ids.""
by Tomas Gunnarsson
· 7 years ago
f351c34
Reland "Adds support for multiple or no media stream ids."
by Seth Hampson
· 7 years ago
003930a
Fix MID not always getting set with audio
by Steve Anton
· 7 years ago
6c2c13a
Revert "Reland "Move rtp-specific config out of EncoderSettings.""
by Niels Möller
· 7 years ago
95e7dbb
Revert "Reland "Replace BundleFilter with RtpDemuxer in RtpTransport.""
by Zhi Huang
· 7 years ago
bc609ea
Revert "Adds support for multiple or no media stream ids."
by Emircan Uysaler
· 7 years ago
88614b0
Pass VideoEncoderFactory from WebrtcVideoEngine to VideoStreamEncoder.
by Niels Möller
· 7 years ago
ca09125
Fixing the change in number of temporal layers in screen sharing mode.
by Sergey Silkin
· 7 years ago
27f3bf5
Reland "Replace BundleFilter with RtpDemuxer in RtpTransport."
by Zhi Huang
· 7 years ago
97d5e5b
Revert "Replace BundleFilter with RtpDemuxer in RtpTransport."
by Zhi Huang
· 7 years ago
ea8b62a
Replace BundleFilter with RtpDemuxer in RtpTransport.
by Zhi Huang
· 7 years ago
1550292
Adds support for multiple or no media stream ids.
by Seth Hampson
· 7 years ago
bb50ce5
Wire up MID send value to the PeerConnection API
by Steve Anton
· 7 years ago
04dd176
Reland "Move rtp-specific config out of EncoderSettings."
by Niels Möller
· 7 years ago
77490b9
Pass a real audio codec pair ID to encoders that we create
by Karl Wiberg
· 7 years ago
0812634
Pass a real audio codec pair ID to decoders that we create
by Karl Wiberg
· 7 years ago
92be1ca
Revert "Move rtp-specific config out of EncoderSettings."
by Niels Moller
· 7 years ago
bc900cb
Move rtp-specific config out of EncoderSettings.
by Niels Möller
· 7 years ago
82fad3d
Remove TemporalLayersFactory and associated classes
by Erik Språng
· 7 years ago
7531a76
Delete unused header media/base/test/mock_mediachannel.h.
by Niels Möller
· 7 years ago
f18072e
Enable SVC based on number of SSRCs.
by Sergey Silkin
· 7 years ago
8d2c5a8
Detangling target dependencies in rtc_base_approved.
by Tommi
· 7 years ago
4ccc1c4
Don't destroy a receive stream's sink before reassigning it.
by Oskar Sundbom
· 7 years ago
5bf8ccd
Delete encoder caching in WebRtcVideoSendStream.
by Niels Möller
· 7 years ago
Next »