Sign in
webrtc
/
src
/
webrtc
/
39b5543db71cde3fc9fd1fd016a172a892590093
/
modules
/
video_coding
/
codecs
/
test
/
videoprocessor.h
39b5543
Remove unnecessary RTPFragmentationHeader from VideoProcessor callbacks.
by brandtr
· 8 years ago
a260673
VideoProcessor: make it runnable on a task queue.
by brandtr
· 8 years ago
a20bf61
VideoProcessor: mini-fixes in preparation for task queue CL.
by brandtr
· 8 years ago
33ed95a
Minor improvements to VideoProcessorIntegrationTest.
by brandtr
· 8 years ago
65051b9
Move ownership of webrtc::VideoCodec into TestConfig.
by brandtr
· 8 years ago
c4835cd
Remove source file writer from VideoProcessor.
by brandtr
· 8 years ago
00f1567
Remove VideoProcessor interface.
by brandtr
· 8 years ago
375c817
Minor improvements to VideoProcessor and corresponding test.
by brandtr
· 8 years ago
88a0529
Remove ProcessParams struct.
by asapersson
· 8 years ago
76de83e
Rename webrtc/base -> webrtc/rtc_base
by Edward Lemur
· 8 years ago
a67d960
Revert "Update includes for webrtc/{base => rtc_base} rename (1/3)"
by Henrik Kjellander
· 8 years ago
ae2f9a7
Update includes for webrtc/{base => rtc_base} rename (1/3)
by kjellander
· 8 years ago
524a096
Add SetCodecSettings method for configuring VideoCodec settings.
by asapersson
· 8 years ago
5d7bd02
Make VideoProcessor::Init void (always returning true).
by asapersson
· 8 years ago
11ffe50
Add unit tests for qp parser.
by jianj
· 8 years ago
0359fff
Update plot_webrtc_test_logs.py:
by asapersson
· 8 years ago
c14dcd7
Add batch mode to VideoProcessor integration tests.
by brandtr
· 8 years ago
de898ce
Support pipelining codecs in VideoProcessor.
by brandtr
· 8 years ago
1e7ba3a
Minor changes in videoprocessor and videoprocessor_integrationtests.h
by asapersson
· 8 years ago
4b393db
Minor cleanups in VideoProcessor.
by brandtr
· 8 years ago
8675180
Reland of Add optional visualization file writers to VideoProcessor tests. (patchset #1 id:1 of https://codereview.webrtc.org/2708103002/ )
by brandtr
· 8 years ago
8bc1d1f
Revert of Add optional visualization file writers to VideoProcessor tests. (patchset #4 id:220001 of https://codereview.webrtc.org/2700493006/ )
by brandtr
· 8 years ago
5d1f255
Add optional visualization file writers to VideoProcessor tests.
by brandtr
· 8 years ago
48a8272
Add support for creating HW codecs in the VideoProcessor tests.
by brandtr
· 8 years ago
fcc62d6
Style fixes: VideoProcessor and corresponding integration test.
by brandtr
· 8 years ago
f5b007f
Use std::unique_ptr in VideoProcessor.
by asapersson
· 8 years ago
bc6405b
Reland of Add QP sum stats for received streams. (patchset #2 id:300001 of https://codereview.webrtc.org/2680893002/ )
by sakal
· 8 years ago
a8773b4
Revert of Add QP sum stats for received streams. (patchset #10 id:180001 of https://codereview.webrtc.org/2649133005/ )
by skvlad
· 8 years ago
f2d1765
Add QP sum stats for received streams.
by sakal
· 8 years ago
f0daa06
Move VideoFrame and related declarations to webrtc/api/video.
by nisse
· 8 years ago
0e41e0d
Reland of Delete VideoFrame default constructor, and IsZeroSize method. (patchset #1 id:1 of https://codereview.webrtc.org/2574123002/ )
by nisse
· 8 years ago
d8cd9cc
Revert of Delete VideoFrame default constructor, and IsZeroSize method. (patchset #5 id:80001 of https://codereview.webrtc.org/2541863002/ )
by nisse
· 8 years ago
6dab241
Delete VideoFrame default constructor, and IsZeroSize method.
by nisse
· 8 years ago
3fcf785
Unify VideoCodecType to/from string functionality
by magjed
· 8 years ago
fafcfc0
Reland #2 of Issue 2434073003: Extract bitrate allocation ...
by Erik Språng
· 8 years ago
46ee7fa
Revert of Issue 2434073003: Extract bitrate allocation ... (patchset #4 id:60001 of https://codereview.webrtc.org/2488833004/ )
by sprang
· 8 years ago
fce0c43
Reland of Issue 2434073003: Extract bitrate allocation ...
by sprang
· 8 years ago
f30ffe4
Revert of Extract bitrate allocation of spatial/temporal layers out of codec impl. (patchset #17 id:320001 of https://codereview.webrtc.org/2434073003/ )
by sprang
· 8 years ago
69dd53c
Extract bitrate allocation of spatial/temporal layers out of codec impl.
by sprang
· 8 years ago
cc1422c
New helper function test::ReadI420Buffer, refactor FrameReader to use it.
by nisse
· 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
34d0c32
Refactor scaling.
by Niels Möller
· 9 years ago
7738985
Delete all use of tick_util.h.
by Niels Möller
· 9 years ago
65451ba
H.264 video codec support using OpenH264 (http://www.openh264.org/) for encoding and FFmpeg (https://www.ffmpeg.org/) for decoding.
by hbos
· 9 years ago
9ca937a
VideoProcessorImpl using EncodedImage::GetBufferPaddingBytes.
by hbos
· 9 years ago
20a9801
Lint fix for webrtc/modules/video_coding PART 1!
by philipel
· 9 years ago
fe7633e
modules/video_coding refactorings
by Henrik Kjellander
· 9 years ago
b6b6998
Add DecodedImageCallback::Decoded() function with custom decode time value.
by Per
· 9 years ago
78f65d0
system_wrappers: rename interface -> include
by Henrik Kjellander
· 9 years ago
b63d8ad
Unify FrameType and VideoFrameType.
by pbos
· 9 years ago
e8b7e11
VP9: Add automaticeResize to codec setting.
by Marco
· 9 years ago
3ca60f3
Rename I420VideoFrame to VideoFrame.
by Miguel Casas-Sanchez
· 10 years ago
e69323b
Cleanup: Remove i420_video_frame.h header.
by Thiago Farina
· 10 years ago
32ec590
Revert "Changed argument occurences of const I420VideoFrame* to const I420VideoFrame& and non-const I420VideoFrame& to I420VideoFrame*."
by magjed@webrtc.org
· 10 years ago
c0b6816
Changed argument occurences of const I420VideoFrame* to const I420VideoFrame& and non-const I420VideoFrame& to I420VideoFrame*.
by hbos@webrtc.org
· 10 years ago
860ac53
Roll chromium_revision e144d30..6fdb142 (318658:318841) + remove OVERRIDE macro
by kjellander@webrtc.org
· 10 years ago
ee9497c
Report encoded frame size in VideoSendStream.
by pbos@webrtc.org
· 10 years ago
0ab923a
Use size_t more consistently for packet/payload lengths.
by pkasting@chromium.org
· 10 years ago
6907050
Fix some chromium-style warnings in webrtc/modules/video_coding/
by pbos@webrtc.org
· 12 years ago
a557f43
Include files from webrtc/.. paths in video_coding/.
by pbos@webrtc.org
· 12 years ago
48c4b75
WebRtc_Word32 => int32_t in video_coding/
by pbos@webrtc.org
· 12 years ago
3bbed74
Switching to I420VideoFrame
by mikhal@webrtc.org
· 12 years ago
b015cbe
Move src/ -> webrtc/
by andrew@webrtc.org
· 12 years ago