pbos@webrtc.org
|
fd2bfc8fca
|
WebRtc_Word32 -> int32_t in common_video.
BUG=314
Review URL: https://webrtc-codereview.appspot.com/1300004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@3798 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2013-04-09 13:36:08 +00:00 |
|
kjellander@webrtc.org
|
fa53d8717c
|
Fixing/disabling Windows x64 warnings
Disabled MSVC #4267 warnings in common.gypi to enable x64 builds
for Windows.
Fixed MSVC #4267 warnings in test/testsupport.
Added third_party/directxsdk to .gitignore.
With http://review.webrtc.org/1070008 landed, this should make it possible
to build for x64 on Windows.
BUG=1348
TEST=Compiling with http://review.webrtc.org/1070008 applied:
set GYP_DEFINES="target_arch=x64"
set GYP_GENERATORS=ninja
gclient sync
ninja -C out\Debug_x64
Review URL: https://webrtc-codereview.appspot.com/1060008
git-svn-id: http://webrtc.googlecode.com/svn/trunk@3464 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2013-02-04 10:07:17 +00:00 |
|
andrew@webrtc.org
|
63e0964039
|
Fix webrtc compilation errors for Chrome Win64
Mostly disabling warnings in the gyp files.
BUG=1348
BUG=http://crbug.com/166496
BUG=http://crbug.com/167187
Review URL: https://webrtc-codereview.appspot.com/1063011
Patch from Justin Schuh <jschuh@chromium.org>.
git-svn-id: http://webrtc.googlecode.com/svn/trunk@3423 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2013-01-29 06:45:22 +00:00 |
|
mikhal@webrtc.org
|
e239bf0940
|
Making I420VideoFrame ref-counted
BUG=937
TEST=trybots
Review URL: https://webrtc-codereview.appspot.com/1009004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@3312 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2012-12-19 00:07:57 +00:00 |
|
phoglund@webrtc.org
|
5b689efe8e
|
Will now only require near-perfect PSNR and SSIM.
BUG=
TEST=Ran test and checked we accept somewhat lower values.
Committed: https://code.google.com/p/webrtc/source/detail?r=3269
Review URL: https://webrtc-codereview.appspot.com/964031
git-svn-id: http://webrtc.googlecode.com/svn/trunk@3278 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2012-12-13 10:15:06 +00:00 |
|
andrew@webrtc.org
|
d8aeb30d55
|
Revert 3269
> Will now only require near-perfect PSNR and SSIM.
>
> BUG=
> TEST=Ran test and checked we accept somewhat lower values.
>
> Review URL: https://webrtc-codereview.appspot.com/964031
TBR=phoglund@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/989004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@3270 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2012-12-12 20:58:32 +00:00 |
|
phoglund@webrtc.org
|
735a6cec96
|
Will now only require near-perfect PSNR and SSIM.
BUG=
TEST=Ran test and checked we accept somewhat lower values.
Review URL: https://webrtc-codereview.appspot.com/964031
git-svn-id: http://webrtc.googlecode.com/svn/trunk@3269 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2012-12-12 15:20:34 +00:00 |
|
phoglund@webrtc.org
|
273ccad59d
|
Fixed standard PSNR/SSIM test.
BUG=1103
Review URL: https://webrtc-codereview.appspot.com/971005
git-svn-id: http://webrtc.googlecode.com/svn/trunk@3197 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2012-11-29 10:08:16 +00:00 |
|
mikhal@webrtc.org
|
32b3f40b6c
|
Adding an aligned stride test to LibYuv
Review URL: https://webrtc-codereview.appspot.com/935020
git-svn-id: http://webrtc.googlecode.com/svn/trunk@3139 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2012-11-20 23:52:50 +00:00 |
|
mikhal@webrtc.org
|
737ed3bfa5
|
libyuv wrapper: 1. Updating rotation settings - in case of 90 or 270 degree rotations, width and height should be updated accordingly. 2. Test clean-up.
TEST=trybots
Review URL: https://webrtc-codereview.appspot.com/936008
git-svn-id: http://webrtc.googlecode.com/svn/trunk@3039 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2012-11-01 15:45:38 +00:00 |
|
mikhal@webrtc.org
|
91a0340a61
|
Adding stride alignment
TEST= common_video_unittests and video_capture_module_test
BUG=985
Review URL: https://webrtc-codereview.appspot.com/965005
git-svn-id: http://webrtc.googlecode.com/svn/trunk@3023 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2012-10-30 19:19:32 +00:00 |
|
mikhal@webrtc.org
|
e08adf0957
|
fix print out in mirror test
Review URL: https://webrtc-codereview.appspot.com/928010
git-svn-id: http://webrtc.googlecode.com/svn/trunk@3008 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2012-10-26 22:58:58 +00:00 |
|
mikhal@webrtc.org
|
9fedff7c17
|
Switching to I420VideoFrame
Review URL: https://webrtc-codereview.appspot.com/922004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2983 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2012-10-24 18:33:04 +00:00 |
|
andrew@webrtc.org
|
14b43beb7c
|
Move src/ -> webrtc/
TBR=niklas.enbom@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/915006
git-svn-id: http://webrtc.googlecode.com/svn/trunk@2963 4adac7df-926f-26a2-2b94-8c16560cd09d
|
2012-10-22 18:19:23 +00:00 |
|