Sign in
webrtc
/
src
/
webrtc
/
ab1c7907dc77972086ceab9a9dbf2d0621b11a80
/
video
/
payload_router.cc
37342b9
Report timing frames info in GetStats.
by ilnik
· 8 years ago
bc32410
Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)"
by Henrik Kjellander
· 8 years ago
60154fd
Update includes for webrtc/{base => rtc_base} rename (2/3)
by kjellander
· 8 years ago
97f71f5
Allow parsing empty RTCP TargetBitrate messages, but stop sending them.
by sprang
· 8 years ago
39e693a
Implement timing frames.
by ilnik
· 8 years ago
cb436f6
Reland of Add content type information to encoded images and corresponding rtp extension header (patchset #1 id:1 of https://codereview.webrtc.org/2809653004/ )
by ilnik
· 8 years ago
8f162b3
Revert of Add content type information to encoded images and corresponding rtp extension header (patchset #4 id:400001 of https://codereview.webrtc.org/2812913002/ )
by ilnik
· 8 years ago
1087c1e
Reland of Add content type information to encoded images and corresponding rtp extension header (patchset #1 id:1 of https://codereview.webrtc.org/2816463002/ )
by ilnik
· 8 years ago
f888bbf
Revert of Add content type information to encoded images and corresponding rtp extension header (patchset #1 id:1 of https://codereview.webrtc.org/2811963002/ )
by ilnik
· 8 years ago
6b65c51
Reland of Add content type information to encoded images and corresponding rtp extension header (patchset #1 id:1 of https://codereview.webrtc.org/2816463002/ )
by ilnik
· 8 years ago
fa3ebb0
Revert of Add content type information to encoded images and corresponding rtp extension header (patchset #31 id:600001 of https://codereview.webrtc.org/2772033002/ )
by ilnik
· 8 years ago
e849cea
Add content type information to Encoded Images and add corresponding RTP extension header.
by ilnik
· 8 years ago
ba5e7e2
Delete unused method PayloadRouter::MaxPayloadLength.
by nisse
· 8 years ago
c939473
Reland of H.264 packetization mode 0 (try 3) (patchset #1 id:1 of https://codereview.webrtc.org/2558453002/ )
by hta
· 8 years ago
f8ffba3
Revert of H.264 packetization mode 0 (try 3) (patchset #13 id:490001 of https://codereview.webrtc.org/2528343002/ )
by hta
· 8 years ago
54e6b81
This approach passes packetization mode to the encoder as part of
by hta
· 8 years ago
63c39fa
Wire up BitrateAllocation to be sent as RTCP TargetBitrate
by sprang
· 8 years ago
62d59ce
Fix PayloadRouter::OnEncodedImage() to handle errors properly.
by sergeyu
· 8 years ago
5403adc
Revert of H.264 packetization mode 0 (try 2) (patchset #27 id:520001 of https://codereview.webrtc.org/2337453002/ )
by magjed
· 8 years ago
9b86501
Implement H.264 packetization mode 0.
by hta
· 8 years ago
e369f60
Let ViEEncoder tell VideoSendStream about reconfigurations.
by Per
· 8 years ago
83a148b
Add EncodedImageCallback::OnEncodedImage().
by Sergey Ulanov
· 9 years ago
55b005a
Revert of Add EncodedImageCallback::OnEncodedImage(). (patchset #14 id:300001 of https://codereview.chromium.org/2089773002/ )
by sergeyu
· 9 years ago
568d3f1
Add EncodedImageCallback::OnEncodedImage().
by Sergey Ulanov
· 9 years ago
f285d3d
Revert of Add EncodedImageCallback::OnEncodedImage(). (patchset #13 id:280001 of https://codereview.webrtc.org/2089773002/ )
by sergeyu
· 9 years ago
8238976
Add EncodedImageCallback::OnEncodedImage().
by Sergey Ulanov
· 9 years ago
4c991f1
Reland of actor NACK bitrate allocation (patchset #1 id:1 of https://codereview.webrtc.org/2131913003/ )
by sprang
· 9 years ago
b78878b
Revert of Reland Issue 2061423003: Refactor NACK bitrate allocation (patchset #1 id:1 of https://codereview.webrtc.org/2131313002/ )
by aluebs
· 9 years ago
209767c
Reland Issue 2061423003: Refactor NACK bitrate allocation
by Erik Språng
· 9 years ago
5158958
Revert of Refactor NACK bitrate allocation (patchset #16 id:300001 of https://codereview.webrtc.org/2061423003/ )
by sprang
· 9 years ago
9eb26bd
Refactor NACK bitrate allocation
by Erik Språng
· 9 years ago
00cc045
Add sender controlled playout delay limits
by isheriff
· 9 years ago
60d6a00
Remove PayloadRouter dependency from ViEEncoder.
by perkj
· 9 years ago
b110b30
Reland of Deprecate VCMPacketizationCallback::SendData and use EncodedImageCallback instead. (patchset #1 id:1 of https://codereview.webrtc.org/1903193002/ )
by kjellander
· 9 years ago
b6d6f27
Revert of Deprecate VCMPacketizationCallback::SendData and use EncodedImageCallback instead. (patchset #5 id:80001 of https://codereview.webrtc.org/1897233002/ )
by kjellander
· 9 years ago
135a30f
Deprecate VCMPacketizationCallback::SendData and use EncodedImageCallback instead.
by perkj
· 9 years ago
cd99765
Move Ownership of RtpModules to VideoSendStream from VieChannel and remove use of vie_channel and vie_receiver from video_send_stream.
by Per
· 9 years ago
cd71dc6
Move RTP module activation into PayloadRouter.
by Peter Boström
· 9 years ago
856cecc
Use std::vector in the PayloadRouter interface.
by Peter Boström
· 9 years ago
f93f04c
Swap use of CriticalSectionWrapper for rtc::CriticalSection in webrtc/video.
by Tommi
· 9 years ago
e8f0735
Reland of Merge webrtc/video_engine/ into webrtc/video/ (patchset #2 id:300001 of https://codereview.webrtc.org/1507903005/ )
by Peter Boström
· 9 years ago
[Renamed (98%) from video_engine/payload_router.cc]
32949e5
Revert of Merge webrtc/video_engine/ into webrtc/video/ (patchset #2 id:20001 of https://codereview.webrtc.org/1506773002/ )
by kjellander
· 9 years ago
[Renamed (98%) from video/payload_router.cc]
5be013d
Merge webrtc/video_engine/ into webrtc/video/
by Peter Boström
· 9 years ago
[Renamed (98%) from video_engine/payload_router.cc]
36a14b5
modules: more interface -> include renames
by Henrik Kjellander
· 9 years ago
78f65d0
system_wrappers: rename interface -> include
by Henrik Kjellander
· 9 years ago
ca55fa1
Moving the pacer and the pacer thread to ChannelGroup.
by Stefan Holmer
· 10 years ago
8a734d1
Move SetTargetSendBitrates logic from default module to payload router.
by mflodman@webrtc.org
· 10 years ago
268bfaf
Remove Set/Get sending status from the default RTP module.
by mflodman@webrtc.org
· 10 years ago
aca8c5e
Remove TimeToSendPacket and TimeToSendPadding from the default module.
by mflodman@webrtc.org
· 10 years ago
82730e0
Remove getting max payload length from default module.
by mflodman@webrtc.org
· 10 years ago
c51222c
Implementing a packet router class, used to route RTP packets to the
by mflodman@webrtc.org
· 10 years ago