Sign in
webrtc
/
src
/
webrtc
/
41449dce3796df70f414d24c7bf1afa5e6ad1e11
/
video_send_stream.h
26c636b
Update adaptation stats to support degradations in both resolution and framerate.
by asapersson
· 8 years ago
88d1648
Add number of quality adapt changes to VideoSendStream stats.
by asapersson
· 8 years ago
7950bab
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
14e0920
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
acef169
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
63d1630
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
3647ae7
Add framerate to VideoSinkWants and ability to signal on overuse
by sprang
· 8 years ago
6f2447a
Remove FlexfecConfig and replace with specific struct in VideoSendStream.
by brandtr
· 8 years ago
fff9859
Implement periodic bandwidth probing in application-limited region.
by sergeyu
· 8 years ago
017ebe5
Moved transport.h from webrtc/ to webrtc/api, created build target and updated WebRTC dependencies.
by aleloi
· 8 years ago
d4c5495
Sent bitrate stats are incorrect if FlexFEC is configured:
by asapersson
· 8 years ago
6b820ad
Wire up FlexfecSender in RTP module and VideoSendStream.
by brandtr
· 8 years ago
27e6816
Let ViEEncoder express resolution requests as Sinkwants.
by perkj
· 8 years ago
98f235a
Implement qpSum stat for video send ssrc stats.
by sakal
· 8 years ago
53f7ed9
Implement framesEncoded stat in video send ssrc stats.
by sakal
· 8 years ago
d984c57
Rename FecConfig to UlpfecConfig in config.h.
by brandtr
· 8 years ago
f7b3a19
Add VideoSendStream::Stats::prefered_media_bitrate_bps
by Per
· 8 years ago
a947bee
Expose Ivf logging through the native API
by palmkvist
· 8 years ago
c672e52
Replace VideoCapturerInput with VideoSinkInterface.
by perkj
· 9 years ago
1fde2a8
Revert of Replace interface VideoCapturerInput with VideoSinkInterface. (patchset #13 id:280001 of https://codereview.webrtc.org/2257413002/ )
by perkj
· 9 years ago
e3fda04
Replace VideoCapturerInput with VideoSinkInterface.
by perkj
· 9 years ago
3f65eaf
This reverts commit 8eb37a39e79fe1098d3503dcb8c8c2d196203fed. Chrome now have its own implementation of TaskQueues that is based on Chrome threads.
by perkj
· 9 years ago
bdd04aa
Revert of Add task queue to Call. (patchset #42 id:840001 of https://codereview.webrtc.org/2060403002/ )
by perkj
· 9 years ago
cd76a16
- Add task queue to Call with the intent of replacing the use of one of the process threads.
by perkj
· 9 years ago
aef5e8e
Add periodic logging of video stats.
by asapersson
· 9 years ago
47a40a3
Remove webrtc/stream.h and unutilized inheritance.
by pbos
· 9 years ago
a4df1d6
Move frame_callback.h to common_video/include.
by pbos
· 9 years ago
8d132b9
Change pre_encode_callback to get a const frame.
by nisse
· 9 years ago
a2761a5
Delete class webrtc::VideoRenderer and its header file.
by nisse
· 9 years ago
06e85e9
Make ReconfigureVideoEncoder void.
by Peter Boström
· 9 years ago
211f664
Measure encoding time on encode callbacks.
by Peter Boström
· 9 years ago
8468abc
Expose codec implementation names in stats.
by Peter Boström
· 9 years ago
8ad7f4c
Wire up bandwidth limitation info to GetStats and adapt_reason.
by asapersson
· 9 years ago
1e00ee8
Adding reduced size RTCP configuration down to the video stream level.
by deadbeef
· 9 years ago
f8533e8
Reland of Collecting encode_time_ms for each frame (patchset #1 id:1 of https://codereview.webrtc.org/1383283005/ )
by ivica
· 9 years ago
55a61c4
Revert of Collecting encode_time_ms for each frame (patchset #13 id:220001 of https://codereview.webrtc.org/1374233002/ )
by kjellander
· 9 years ago
76a7321
Collecting encode_time_ms for each frame.
by ivica
· 9 years ago
d5bdda3
Unify Transport and newapi::Transport interfaces.
by pbos
· 9 years ago
be5952f
Make LoadObserver settable per video send stream. Gives client flexibility and makes the implementation slightly simpler. See discussion in: https://codereview.webrtc.org/1269863005/
by solenberg
· 10 years ago
5f95708
Pass the encoder's internal source property through to video_sender to request a keyframe from the external encoder
by sophiechang
· 10 years ago
dce9bf3
Add send transports to individual webrtc::Call streams.
by solenberg
· 10 years ago
2fb88e4
Define Stream base classes
by Jelena Marusic
· 10 years ago
d5d98ba
Move frame input (ViECapturer) to webrtc/video/.
by Peter Boström
· 10 years ago
e48d677
C++11 in-class member initialization in Call configs.
by Fredrik Solenberg
· 10 years ago
3ca60f3
Rename I420VideoFrame to VideoFrame.
by Miguel Casas-Sanchez
· 10 years ago
bddb588
Reland "Make the entry point for VideoFrames to webrtc const ref I420VideoFrame.""
by perkj@webrtc.org
· 10 years ago
60efbd5
Revert "Make the entry point for VideoFrames to webrtc const ref I420VideoFrame."
by magjed@webrtc.org
· 10 years ago
30ccd85
Make the entry point for VideoFrames to webrtc const ref I420VideoFrame.
by perkj@webrtc.org
· 10 years ago
34c89ae
Wire up target_media_bitrate in VideoSendStream.
by pbos@webrtc.org
· 10 years ago
6ec81f8
Implement CpuOveruseMetrics as callbacks.
by pbos@webrtc.org
· 10 years ago
c0cf6d3
Add decoder-timing stats to VideoReceiveStream.
by pbos@webrtc.org
· 10 years ago
f076e17
Log configs when creating video streams in Call.
by pbos@webrtc.org
· 10 years ago
7c8ebe8
Enable payload-based padding by default and remove the API.
by stefan@webrtc.org
· 10 years ago
ee9497c
Report encoded frame size in VideoSendStream.
by pbos@webrtc.org
· 10 years ago
5232267
Wire up bandwidth stats to the new API and webrtcvideoengine2.
by stefan@webrtc.org
· 10 years ago
2366875
Move min transmit bitrate to VideoEncoderConfig.
by pbos@webrtc.org
· 10 years ago
58b5140
Config struct for VideoEncoder.
by pbos@webrtc.org
· 10 years ago
55b0f2e
Move pacer to fully use webrtc::Clock instead of webrtc::TickTime.
by stefan@webrtc.org
· 11 years ago
09da1a7
Remove the send-side cname getter APIs from voice and video engine.
by stefan@webrtc.org
· 11 years ago
19f89a1
Enable pacing by default and remove the option to disable it from the new API.
by stefan@webrtc.org
· 11 years ago
6845de7
Add APIs to enable padding with redundant payloads.
by stefan@webrtc.org
· 11 years ago
bdfcddf
Make VideoSendStream/VideoReceiveStream configs const.
by pbos@webrtc.org
· 11 years ago
903e746
Have RTX be enabled by setting an RTX payload type instead of by setting an RTX SSRC.
by stefan@webrtc.org
· 11 years ago
c78d40d
Revert "Revert "Remove VideoSendStreamInput::PutFrame.""
by pbos@webrtc.org
· 11 years ago
f3f2dba
Revert "Remove VideoSendStreamInput::PutFrame."
by pbos@webrtc.org
· 11 years ago
0c60ee8
Remove VideoSendStreamInput::PutFrame.
by pbos@webrtc.org
· 11 years ago
7e68693
Add ToString() to VideoSendStream::Config.
by pbos@webrtc.org
· 11 years ago
16a058a
Rename Start/Stop in Video{Send,Receive}Streams.
by pbos@webrtc.org
· 11 years ago
1d61e3a
Simplify pacer interface.
by pbos@webrtc.org
· 11 years ago
e2a7a77
Remove internal codecs from VideoSendStream.
by pbos@webrtc.org
· 11 years ago
9376c69
Re-landing "Routing SuspendChange to VideoSendStream::Stats"
by henrik.lundin@webrtc.org
· 11 years ago
3f83f9c
Implement minimum transmit bitrate.
by pbos@webrtc.org
· 11 years ago
9759355
Revert "Routing SuspendChange to VideoSendStream::Stats"
by henrik.lundin@webrtc.org
· 11 years ago
2ae3c62
Routing SuspendChange to VideoSendStream::Stats
by henrik.lundin@webrtc.org
· 11 years ago
c8ab721
Wire up statistics in video receive stream of new API
by sprang@webrtc.org
· 11 years ago
c71929d
Wire up RTX in VideoReceiveStream.
by pbos@webrtc.org
· 11 years ago
49812e6
Wire up statistics in video send stream of new video engine api
by sprang@webrtc.org
· 11 years ago
5e0cbcf
cpplint cleaning new API and its implementation files.
by mflodman@webrtc.org
· 11 years ago
c33d37c
Add SwapFrame() to VideoSendStreamInput.
by pbos@webrtc.org
· 11 years ago
2e98d45
Implement and test EncodedImageCallback in new ViE API.
by sprang@webrtc.org
· 11 years ago
b9f1eb8
Connect pacer/padding to SuspendBelowMinBitrate
by henrik.lundin@webrtc.org
· 11 years ago
7f9f840
Rename video streams' start/stop methods.
by pbos@webrtc.org
· 11 years ago
4590177
Rename AutoMute to SuspendBelowMinBitrate
by henrik.lundin@webrtc.org
· 11 years ago
6904054
Implement VideoSendStream::SetCodec().
by pbos@webrtc.org
· 11 years ago
24e2089
Separate Call API/build files from video_engine/.
by pbos@webrtc.org
· 11 years ago