Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
webrtc
/
52cab50c22f01866f10d4bf2398a8d7cd3e9b8e5
/
video
/
video_stream_encoder.cc
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
8d609f6
Reland of Implemented the GetSources() in native code. (patchset #1 id:1 of https://codereview.webrtc.org/2809613002/ )
by hbos
· 8 years ago
fbcc5cb
Revert of Implemented the GetSources() in native code. (patchset #11 id:510001 of https://codereview.webrtc.org/2770233003/ )
by olka
· 8 years ago
02465b8
Add some unit tests to vie_encoder.
by asapersson
· 8 years ago
292084c
Added the GetSources() to the RtpReceiverInterface and implemented
by zhihuang
· 8 years ago
6eca98b
Add histogram stats for number of cpu/quality adapt changes per minute for sent video streams:
by asapersson
· 8 years ago
c5d62e2
Reland of Add framerate to VideoSinkWants and ability to signal on overuse (patchset #1 id:1 of https://codereview.webrtc.org/2783183003/ )
by sprang
· 8 years ago
36e9eb4
Do not report quality limited resolution stats when quality scaler is disabled.
by asapersson
· 8 years ago
f9ed235
Revert of Add framerate to VideoSinkWants and ability to signal on overuse (patchset #8 id:410001 of https://codereview.webrtc.org/2781433002/ )
by lliuu
· 8 years ago
3ea3c77
Reland of Add framerate to VideoSinkWants and ability to signal on overuse (patchset #1 id:1 of https://codereview.webrtc.org/2764133002/ )
by sprang
· 8 years ago
fe627f3
Use simulcast for screenshare only in conference mode
by sprang
· 8 years ago
25d0bdc
Delete support for receiving RTCP RPSI and SLI message.
by nisse
· 8 years ago
3af6cc0
Don't reset quality scaler on resolution change.
by kthelgason
· 8 years ago
8b45b11
Revert of Add framerate to VideoSinkWants and ability to signal on overuse (patchset #14 id:250001 of https://codereview.webrtc.org/2716643002/ )
by skvlad
· 8 years ago
72acf25
Add framerate to VideoSinkWants and ability to signal on overuse
by sprang
· 8 years ago
3257b16
Delete VP8 feedback mode.
by nisse
· 8 years ago
35b7de4
Fix crash in vie_encoder when encoder configure fails
by ilnik
· 8 years ago
cb8c146
Add FullStack test for simulcast screenshare mode.
by ilnik
· 8 years ago
dea489f
Add support for Location (RTC_FROM_HERE) to ProcessThread::RegisterModule.
by tommi
· 8 years ago
fa5fdce
Reland of Set scaling limit at 320 * 180 for all implementations. (patchset #1 id:1 of https://codereview.webrtc.org/2711913007/ )
by kthelgason
· 8 years ago
Next »