Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
webrtc
/
e9b74a77b1b42e542fad4a3a2c5863a79baa5582
/
video
/
video_stream_encoder.cc
84df1c7
Make fewer copies when using StringBuilder.
by Jonas Olsson
· 6 years ago
8c1bf95
Reland "Add initial support for RtpEncodingParameters max_framerate."
by Åsa Persson
· 6 years ago
366a50c
Remove simple stringstream usages.
by Jonas Olsson
· 6 years ago
2377588
Add accessor methods for RTP timestamp of EncodedImage.
by Niels Möller
· 6 years ago
639602a
Activate initial framedrop when first BW estimate arrives
by Kári Tristan Helgason
· 6 years ago
948b7e3
Revert "Add initial support for RtpEncodingParameters max_framerate."
by Mirko Bonadei
· 6 years ago
ced5cfd
Add initial support for RtpEncodingParameters max_framerate.
by Åsa Persson
· 6 years ago
213618e
New api function CreateVideoStreamEncoder.
by Niels Möller
· 6 years ago
4206a0a
Exposing video bitrate allocator into API
by Jiawei Ou
· 6 years ago
918f50c
Use absl::make_unique and absl::WrapUnique directly
by Karl Wiberg
· 7 years ago
665174f
Reformat the WebRTC code base
by Yves Gerey
· 7 years ago
b9b146c
Replace rtc::Optional with absl::optional in audio, call and video
by Danil Chapovalov
· 7 years ago
fc9dcb6
Remove wire-up for cancelled experement on VAAPI VP8 encoding
by Ilya Nikolaevskiy
· 7 years ago
97e0488
Delete unused stats for preferred_bitrate.
by Niels Möller
· 7 years ago
b6c462d
Cleanup webrtc:: namespace from leaked TimingFrameFlags
by Ilya Nikolaevskiy
· 7 years ago
277a656
Unstable BWE due to improper bit rate padding for VP9.
by “Michael
· 7 years ago
97b4ee5
Wire up VAAPI VP8 experimental support in WebRTC.
by Ilya Nikolaevskiy
· 7 years ago
0327c2d
Move VideoStreamEncoderInterface to api/.
by Niels Möller
· 7 years ago
49fcc10
Merge DegradationPreference enums.
by Taylor Brandstetter
· 7 years ago
f133856
Delete nack_enabled flag in encoder configuration.
by Niels Möller
· 7 years ago
2d06118
Reland "Make VideoStreamEncoder::ReconfigureEncoder always call ConfigureQualityScaler."
by Niels Möller
· 7 years ago
a945aee
Make quality scaler downscale faster.
by Åsa Persson
· 7 years ago
2ff7b6a
Revert "Make VideoStreamEncoder::ReconfigureEncoder always call ConfigureQualityScaler."
by Mirko Bonadei
· 7 years ago
f394f65
Make VideoStreamEncoder::ReconfigureEncoder always call ConfigureQualityScaler.
by Niels Möller
· 7 years ago
04d5f1d
QualityScaler: rename classes and methods from "QP" to "Qp".
by Åsa Persson
· 7 years ago
4db138e
Reland "Move creating encoder to VideoStreamEncoder."
by Niels Möller
· 7 years ago
0d650b4
Revert "Move creating encoder to VideoStreamEncoder."
by Niels Moller
· 7 years ago
0d70e37
Avoids caching native buffers of captured frames.
by Sebastian Jansson
· 7 years ago
fb82fcc
Move creating encoder to VideoStreamEncoder.
by Niels Möller
· 7 years ago
a317705
Reland "Storing frame if encoder is paused."
by Sebastian Jansson
· 7 years ago
1ad2108
Revert "Storing frame if encoder is paused."
by Sergey Silkin
· 7 years ago
dcc7e88
Storing frame if encoder is paused.
by Sebastian Jansson
· 7 years ago
3ab5c40
Replaced EncodeTask with lambda.
by Sebastian Jansson
· 7 years ago
d1f7eb6
Postpone setting of CpuOveruseOptions.
by Niels Möller
· 7 years ago
259a497
Reland "Reland "Move rtp-specific config out of EncoderSettings.""
by Niels Möller
· 7 years ago
6c2c13a
Revert "Reland "Move rtp-specific config out of EncoderSettings.""
by Niels Möller
· 7 years ago
04dd176
Reland "Move rtp-specific config out of EncoderSettings."
by Niels Möller
· 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
3dc0125
Moving ConfigureEncoderTask to the calling scope.
by Sebastian Jansson
· 7 years ago
bf3dbb4
Delete payload_type from VCMEncoderDatabase and vcm::VideoSender.
by Niels Möller
· 7 years ago
225c787
Move default thresholds from QualityScaler to encoders.
by Niels Möller
· 7 years ago
1c9aa1e
Delete VideoStreamEncoder::OnReceivedIntraFrameRequest.
by Niels Möller
· 7 years ago
4c1ffb8
Removing access to pacer in rtp controller.
by Sebastian Jansson
· 7 years ago
73f29cb
Move creation of OveruseFrameDetector to VideoSendStream.
by Niels Möller
· 7 years ago
a8b1508
Stricter declarations in VideoStreamEncoder.
by Niels Möller
· 7 years ago
80ba333
Move FALLTHROUGH macro to a separate header, and give it an RTC_ prefix
by Karl Wiberg
· 7 years ago
cc7125f
Sets sending status for active RtpRtcp modules.
by Seth Hampson
· 7 years ago
96d7f76
Fix spelling of (internal) method name UpdateChannelParameters.
by Niels Möller
· 7 years ago
dd8c165
Enable building WebRTC without built-in software codecs
by Anders Carlsson
· 7 years ago
6539f69
Add VideoSendStream::Config::EncoderSettings::experiment_cpu_load_estimator.
by Niels Möller
· 7 years ago
875841d
Exclude initial adapt downs in stats for quality adapt changes per minute.
by Åsa Persson
· 7 years ago
8e07c13
Optional: Use nullopt and implicit construction in /video
by Oskar Sundbom
· 7 years ago
aa329e7
Reland: googBandwidthLimitedResolution stat is not always set depending on configuration.
by Åsa Persson
· 7 years ago
bc771b7
Remove limits on CPU adaptation.
by Jonathan Yu
· 7 years ago
83dbeac
Add alternative load estimator to OverUseFrameDetector.
by Niels Möller
· 7 years ago
62e9ebe
Revert "googBandwidthLimitedResolution stat is not always set depending on configuration."
by Guido Urdaneta
· 7 years ago
59283e4
googBandwidthLimitedResolution stat is not always set depending on configuration.
by Åsa Persson
· 7 years ago
6b642f7
Delete EncodedFrameObserver::OnEncodeTiming.
by Niels Möller
· 7 years ago
7dc26b7
Revert "Refactor OverUseFrameDetector to use the timestamps attached to EncodedImage."
by Niels Möller
· 7 years ago
eee7ced
Refactor OverUseFrameDetector to use the timestamps attached to EncodedImage.
by Niels Möller
· 7 years ago
c3ed630
Add stats googHasEnteredLowResolution.
by Åsa Persson
· 7 years ago
675513b
Stop using LOG macros in favor of RTC_ prefixed macros.
by Mirko Bonadei
· 7 years ago
a056599
Delete VCMSendStatisticsCallback and corresponding use of ProcessThread
by Niels Möller
· 7 years ago
d79314f
Reland "Add fine grained dropped video frames counters on sending side"
by Ilya Nikolaevskiy
· 7 years ago
d9f99c1
Replace Atomic32 with std::atomic in video/
by Yuwei Huang
· 7 years ago
1c1a681
Revert "Add fine grained dropped video frames counters on sending side"
by Ilya Nikolaevskiy
· 7 years ago
4b1a363
Add fine grained dropped video frames counters on sending side
by Ilya Nikolaevskiy
· 7 years ago
0122e84
Reland "Remove sent framerate and bitrate calculations from MediaOptimization."
by Åsa Persson
· 7 years ago
ca0ed63
Revert "Remove sent framerate and bitrate calculations from MediaOptimization."
by Åsa Persson
· 7 years ago
af721b7
Remove sent framerate and bitrate calculations from MediaOptimization.
by Åsa Persson
· 7 years ago
92ea95e
Fixing WebRTC after moving from src/webrtc to src/
by Mirko Bonadei
· 7 years ago
bb54720
Moving src/webrtc into src/.
by Mirko Bonadei
· 7 years ago
[Renamed from webrtc/video/video_stream_encoder.cc]
a37de39
Update thread annotiation macros to use RTC_ prefix
by danilchap
· 7 years ago
bdf3072
Revert of Remove typedefs.h from webrtc/ root (part 1) (patchset #3 id:40001 of https://codereview.webrtc.org/3007253002/ )
by kjellander
· 7 years ago
a895836
Remove typedefs.h from webrtc/ root (part 1)
by solenberg
· 7 years ago
1cdddc9
Make CodecType conversion functions non-optional.
by kthelgason
· 7 years ago
142fcc9
Move kMinPixelsPerFrame constant in VideoStreamEncoder to VideoEncoder::ScalingSettings.
by asapersson
· 7 years ago
cc3d442
Rename ViEEncoder to VideoStreamEncoder
by mflodman
· 7 years ago
[Renamed (86%) from webrtc/video/vie_encoder.cc]
c20978e
Rename webrtc/base -> webrtc/rtc_base
by Edward Lemur
· 8 years ago
a80c16a
Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)"
by Henrik Kjellander
· 8 years ago
c3771cc
Update includes for webrtc/{base => rtc_base} rename (2/3)
by kjellander
· 8 years ago
4847ae6
Reland of Periodically update codec bit/frame rate settings.
by sprang
· 8 years ago
04f4d12
Implement timing frames.
by ilnik
· 8 years ago
6b826ef
Add cropping to VIEEncoder to match simulcast streams resolution
by ilnik
· 8 years ago
fda496a
Set overuse detector max frame interval based on target frame rate.
by sprang
· 8 years ago
f7e294d
Implement kBalanced degradation preference.
by asapersson
· 8 years ago
317005a
Revert of Periodically update codec bit/frame rate settings. (patchset #2 id:160001 of https://codereview.webrtc.org/2924023002/ )
by sprang
· 8 years ago
cdafeda
Reland of Periodically update codec bit/frame rate settings. (patchset #1 id:1 of https://codereview.webrtc.org/2923993002/ )
by sprang
· 8 years ago
5390c48
Revert of Periodically update codec bit/frame rate settings. (patchset #8 id:140001 of https://codereview.webrtc.org/2883963002/ )
by sprang
· 8 years ago
6431e21
Fix bug in vie_encoder.cc which caused channel parameters not to be updated at regular intervals, as it was intended.
by sprang
· 8 years ago
1387476
Compare adapt up/down request with sink_wants_ in VideoSourceProxy methods to make sure it is higher/lower than last request.
by asapersson
· 8 years ago
91914e2
Use IsResolution(/Framerate)ScalingEnabled methods in more places.
by asapersson
· 8 years ago
01d5a0b
Propagate input capture time in ViEEncoder::OnFrame.
by nisse
· 8 years ago
09f0561
Update adaptation stats to support degradations in both resolution and framerate.
by asapersson
· 8 years ago
ea3a798
Move webrtc/video_frame to common_video/include.
by nisse
· 8 years ago
a324166
Reland of Don't reinit encoder when rotation changes. (patchset #1 id:1 of https://codereview.webrtc.org/2861633003/ )
by brandtr
· 8 years ago
823e900
Revert of Don't reinit encoder when rotation changes. (patchset #3 id:40001 of https://codereview.webrtc.org/2853463004/ )
by brandtr
· 8 years ago
70e39e1
Don't reinit encoder when rotation changes.
by brandtr
· 8 years ago
d0de295
Only increment scale counter and adaptation stats (and store last_adaptation_request_) if sink_wants_ is updated.
by asapersson
· 8 years ago
Next »