Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
webrtc
/
903dc861e7296c9b64114612966450eb3c0d72c1
/
common_video
/
BUILD.gn
7696bef
Remove the public_deps to fileutils from test_support.
by Patrik Höglund
· 7 years ago
12edf4c
Separate build target for rtc_base/numerics/safe_minmax.h
by Karl Wiberg
· 7 years ago
9d138fc
Drop dependency of common_video on api:libjingle_peerconnection_api.
by Niels Möller
· 7 years ago
65ce311
Removing useless dependencies on //testing/gmock.
by Mirko Bonadei
· 7 years ago
a7f2d84
Revert "Revert "GN rtc_* templates: Set default visibility to webrtc_root + "/*"""
by Per Kjellander
· 7 years ago
c73e1f4
Revert "GN rtc_* templates: Set default visibility to webrtc_root + "/*""
by Per Kjellander
· 7 years ago
588c548
GN rtc_* templates: Set default visibility to webrtc_root + "/*"
by Karl Wiberg
· 7 years ago
be214a2
Move videosinkinterface.h to common_video to solve a circular dep.
by Patrik Höglund
· 7 years ago
0594a7c
Stop using public_deps in common_video/.
by Mirko Bonadei
· 7 years ago
401d056
Removing $rtc_libyuv_dir and removing useless dependencies on libyuv.
by Mirko Bonadei
· 7 years ago
0250be5
Stop using public_deps to depend on libyuv.
by Mirko Bonadei
· 7 years ago
ad62792
Fixing hidden dependencies.
by Mirko Bonadei
· 7 years ago
b5b5bce
Separate i420 and i444 implementations to separate targets.
by Patrik Höglund
· 7 years ago
7ee54a3
Use $rtc_libyuv_dir in common_video/BUILD.gn, not hard-encoded "libyuv"
by VladimirTechMan
· 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/common_video/BUILD.gn]
84f6a3f
Move optional.h to webrtc/api/
by kwiberg
· 7 years ago
f6a861a
Remove remains of webrtc/base
by ehmaldonado
· 7 years ago
c024740
Use relative paths in GN files.
by jianjun.zhu
· 7 years ago
370dd47
Revert of Remove remains of webrtc/base (patchset #7 id:120001 of https://codereview.webrtc.org/2973183002/ )
by ehmaldonado
· 7 years ago
9483b49
Remove remains of webrtc/base
by ehmaldonado
· 7 years ago
130ca7e
Reland of Try to fix the binary size increase issue on Chromium. (patchset #1 id:1 of https://codereview.webrtc.org/2949953003/ )
by zhihuang
· 7 years ago
c2e208a
Revert of Try to fix the binary size increase issue on Chromium. (patchset #1 id:1 of https://codereview.webrtc.org/2945233002/ )
by zhihuang
· 7 years ago
9ed1609
Try to fix the binary size increase issue on Chromium.
by zhihuang
· 7 years ago
38ede13
Support building WebRTC without audio and video.
by zhihuang
· 7 years ago
ea3a798
Move webrtc/video_frame to common_video/include.
by nisse
· 7 years ago
3149e09
Actually move CoreVideoFrameBuffer from webrtc/common_video/ to webrtc/sdk/objc/
by magjed
· 8 years ago
c34e730
Revert of Move CoreVideoFrameBuffer from webrtc/common_video/ to webrtc/sdk/objc/ (patchset #2 id:60001 of https://codereview.webrtc.org/2851563003/ )
by ehmaldonado
· 8 years ago
d41631a
Move CoreVideoFrameBuffer from webrtc/common_video/ to webrtc/sdk/objc/
by magjed
· 8 years ago
1140f97
Reland of Creating webrtc/modules:module_api (patchset #1 id:1 of https://codereview.webrtc.org/2839963005/ )
by mbonadei
· 8 years ago
bb08c3e
Revert of Creating webrtc/modules:module_api (patchset #5 id:80001 of https://codereview.webrtc.org/2838873002/ )
by mbonadei
· 8 years ago
5a1a092
Creating webrtc/modules:module_api
by mbonadei
· 8 years ago
1c6cc9a
Enable GN check for webrtc/common_video
by kjellander
· 8 years ago
656610f
Move frame_generator_capture.{cc, h} and video_capturer.h to video_test_common.
by ehmaldonado
· 8 years ago
9aa3f0a
Reland of Moving webrtc.gni up one level from build/ (patchset #1 id:1 of https://codereview.webrtc.org/2657563002/ )
by mbonadei
· 8 years ago
69dc7db
Revert of Moving webrtc.gni up one level from build/ (patchset #1 id:1 of https://codereview.webrtc.org/2651543003/ )
by mbonadei
· 8 years ago
35a3270
Moving webrtc.gni up one level from build/
by mbonadei
· 8 years ago
af91689
Move VideoFrame and related declarations to webrtc/api/video.
by nisse
· 8 years ago
26bddb9
Replace test_support_main by test_main and get rid of test_support_main_threaded_mac
by ehmaldonado
· 8 years ago
08127a9
Reland #2 of Issue 2434073003: Extract bitrate allocation ...
by Erik Språng
· 8 years ago
1369c83
Revert of Issue 2434073003: Extract bitrate allocation ... (patchset #4 id:60001 of https://codereview.webrtc.org/2488833004/ )
by sprang
· 8 years ago
647bf43
Reland of Issue 2434073003: Extract bitrate allocation ...
by sprang
· 8 years ago
4bc98d4
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
8f46c67
Extract bitrate allocation of spatial/temporal layers out of codec impl.
by sprang
· 8 years ago
fffc1e5
Add functionality for parsing H264 profile-level-id
by magjed
· 8 years ago
b906172
Reland of Move bitstream parser to more appropriate directory. (patchset #1 id:1 of https://codereview.webrtc.org/2430353004/ )
by kthelgason
· 8 years ago
f04f14e
Revert of Move bitstream parser to more appropriate directory. (patchset #4 id:60001 of https://codereview.webrtc.org/2370853005/ )
by kthelgason
· 8 years ago
cc6817e
Move current bitstream parser to more appropriate directory.
by kthelgason
· 8 years ago
e40a7ee
GN: Exclude suppressions of Chromium Clang warnings for Chromium builds.
by kjellander
· 8 years ago
b62dbbe
GN: Change rtc_source_set targets --> rtc_static_library
by kjellander
· 8 years ago
3a7f35b
GN: Declare resources for targets.
by ehmaldonado
· 8 years ago
e9cc686
GN Templates: Move common_inherited_config to the template.
by ehmaldonado
· 8 years ago
7a2ce0b
GN Templates: Move common_config to the template.
by ehmaldonado
· 8 years ago
38a2132
GN: Introduce templates.
by ehmaldonado
· 8 years ago
32c4a20
GN: Fix resource files for iOS test target
by kjellander
· 8 years ago
28a0ffd
GN: Synchronize resources between Android and iOS.
by kjellander
· 8 years ago
714dd4e
GN: Update tests to have the correct shard timeout value on Android.
by sakal
· 8 years ago
4e417b2
Reland of Switch to use SequencedTaskChecker instead of ThreadChecker where needed.
by perkj
· 8 years ago
efd902c
Revert of Switch to use SequencedTaskChecker instead of ThreadChecker where needed. (patchset #1 id:1 of https://codereview.webrtc.org/2149553002/ )
by perkj
· 8 years ago
ec7cef8
Switch to use SequencedTaskChecker instead of ThreadChecker where needed.
by perkj
· 8 years ago
8e8222d
Revert of Split IncomingVideoStream into two implementations, with smoothing and without. (patchset #4 id:290001 of https://codereview.webrtc.org/2071473002/ )
by tommi
· 8 years ago
e03f878
Reland of Split IncomingVideoStream into two implementations, with smoothing and without.
by tommi
· 8 years ago
17c3cdd
Revert of Split IncomingVideoStream into two implementations, with smoothing and without. (patchset #23 id:430001 of https://codereview.webrtc.org/2035173002/ )
by tommi
· 8 years ago
1c7eef6
Split IncomingVideoStream into two implementations, with smoothing and without.
by tommi
· 8 years ago
718a763
Refactor scaling.
by Niels Möller
· 8 years ago
2a3892a
GN: Add common_audio_unittests and common_video_unittests
by kjellander
· 8 years ago
52033d6
Add H264 bitstream rewriting to limit frame reordering marker in header
by sprang
· 8 years ago
55a401e
Move BitrateAdjuster into common_video
by emircan
· 9 years ago
a96b60b
Move frame_callback.h to common_video/include.
by pbos
· 9 years ago
7d06a8c
Add CoreVideoFrameBuffer.
by tkchin
· 9 years ago
900f975
H264: Improve FFmpeg decoder performance by using I420BufferPool.
by hbos
· 9 years ago
bab934b
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
6f8ce06
common_video: rename interface -> include
by kjellander
· 9 years ago
4765070
Rename I420VideoFrame to VideoFrame.
by Miguel Casas-Sanchez
· 9 years ago
57e5fd2
PRESUBMIT: Improve PyLint check and add GN format check.
by Henrik Kjellander
· 9 years ago
9a63866
Move IncomingVideoFrames to common_video/.
by Peter Boström
· 10 years ago
9bfe3da
Cleanup: Remove i420_video_frame.h header.
by Thiago Farina
· 10 years ago
9b3f56e
Reland "Remove usage of webrtc::NativeHandle since is just adds an extra level of indirection.""
by Per
· 10 years ago
73d763e
Add I420 buffer pool to avoid unnecessary allocations
by magjed@webrtc.org
· 10 years ago
45cdcce
Remove TextureVideoFrame
by magjed@webrtc.org
· 10 years ago
2386d6d
Revert 8599 "Revert 8580 "Unify underlying frame buffer in I420VideoFrame and...""
by magjed@webrtc.org
· 10 years ago
1f94407
Revert 8580 "Unify underlying frame buffer in I420VideoFrame and..."
by tommi@webrtc.org
· 10 years ago
c8895aa
Unify underlying frame buffer in I420VideoFrame and WebRtcVideoFrame
by magjed@webrtc.org
· 10 years ago
ac2d27d
Fix style violations in common_types.h and config.h
by kwiberg@webrtc.org
· 10 years ago
ce22f13
GN: Changes for vp9, opus and direct trace
by kjellander@webrtc.org
· 10 years ago
d7e34e1
Make it easier to use external libyuv + cleanup GYP files.
by kjellander@webrtc.org
· 10 years ago
f21ea91
GN: Add common configs to all targets.
by kjellander@webrtc.org
· 10 years ago
6d08ca6
GN: Prefix WebRTC specific variables with "rtc_"
by kjellander@webrtc.org
· 10 years ago
42ee5b5
GN: Disable Chromium clang plugins for standalone build.
by kjellander@webrtc.org
· 10 years ago
11bea89
GN: Implement BUILD.gn for common_video.
by kjellander@webrtc.org
· 10 years ago
1227ab8
GN: Add BUILD.gn files + kjellander to OWNERS
by kjellander@webrtc.org
· 10 years ago