summaryrefslogtreecommitdiff
path: root/test/configurable_frame_size_encoder.cc
AgeCommit message (Collapse)Author
2014-09-11Revert 7114 "Expose VideoEncoders with webrtc/video_encoder.h."henrikg@webrtc.org
Speculative revert, seems to be reason for flaky Win FYI bot compile break. > Expose VideoEncoders with webrtc/video_encoder.h. > > Exposes VideoEncoders as part of the public API and provides a factory > method for creating them. > > BUG=3070 > R=mflodman@webrtc.org, stefan@webrtc.org > > Review URL: https://webrtc-codereview.appspot.com/21929004 TBR=pbos@webrtc.org Review URL: https://webrtc-codereview.appspot.com/19329004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@7151 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-09-09Expose VideoEncoders with webrtc/video_encoder.h.pbos@webrtc.org
Exposes VideoEncoders as part of the public API and provides a factory method for creating them. BUG=3070 R=mflodman@webrtc.org, stefan@webrtc.org Review URL: https://webrtc-codereview.appspot.com/21929004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@7114 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-02-18Incorrect overhead calculation when using FEC + RTP extension headers.sprang@webrtc.org
When frames are fragmented inte multiple RTP packets in order to not exceed a maximum packet size, the header overhead calculation must take into account that FEC redundancy packets may use more than the 12 bytes of the basic RTP header. For example, a csrc list or extension headers may be present. BUG=2899 R=phoglund@webrtc.org, stefan@webrtc.org Review URL: https://webrtc-codereview.appspot.com/8769005 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@5562 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-12-10Improve VideoSendStreamTest::MaxPacketSizesprang@webrtc.org
This CL was submitted as issue https://webrtc-codereview.appspot.com/4849004/, but was reverted because of flakiness. This new issue will correct that. Patch Set 1 contains the code that was submitted in 4849004. BUG=2428 R=pbos@webrtc.org, phoglund@webrtc.org, stefan@webrtc.org Review URL: https://webrtc-codereview.appspot.com/5399004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@5251 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-12-06Revert 5229 "Make VideoSendStreamTest::MaxPacketSize test a whol..."andrew@webrtc.org
> Make VideoSendStreamTest::MaxPacketSize test a whole range of frame sizes, to make sure all corner cases are covered. > > BUG=2428 > R=pbos@webrtc.org, phoglund@webrtc.org, stefan@webrtc.org > > Review URL: https://webrtc-codereview.appspot.com/4849004 It caused a failure in video_engine_tests on the Linux Tsan bot. TBR=sprang@webrtc.org Review URL: https://webrtc-codereview.appspot.com/5269004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@5240 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-12-05Make VideoSendStreamTest::MaxPacketSize test a whole range of frame sizes, ↵sprang@webrtc.org
to make sure all corner cases are covered. BUG=2428 R=pbos@webrtc.org, phoglund@webrtc.org, stefan@webrtc.org Review URL: https://webrtc-codereview.appspot.com/4849004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@5229 4adac7df-926f-26a2-2b94-8c16560cd09d