Linux Foundation Collaborative Projects
index
:
external/libyuv
chromium-googlesource/master
chromium-org/master
chromium.org/1700
chromium.org/1847
chromium.org/master
master
origin/chromium.org/branch-heads/m32
origin/chromium.org/branch-heads/m34
origin/chromium.org/branch-heads/m39
Unnamed repository; edit this file 'description' to name the repository.
Git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-09
rename source files from row_posix.cc etc to row_gcc.cc to avoid gyp build fi...
chromium.org/master
chromium-googlesource/master
fbarchard@google.com
11
-35
/
+25
2015-06-09
make randomize take 64 bit count to allow larger images to be tested
fbarchard@google.com
1
-2
/
+2
2015-06-09
Box filter for YUV use rows with accumulation buffer for better memory behavi...
fbarchard@google.com
6
-167
/
+118
2015-06-08
enable intrinsics for clangcl if -mssse3 is enabled.
fbarchard@google.com
2
-2
/
+5
2015-06-08
bump deps to head chromium to get prebuilt clangcl
fbarchard@google.com
1
-1
/
+1
2015-06-08
align clangcl using declspec instead of gcc style vector
fbarchard@google.com
1
-2
/
+2
2015-06-05
Revert "libyuv: Include foo_posix.cc in the gn build, like it's done in the g...
johannkoenig@google.com
1
-6
/
+1
2015-06-05
libyuv: Include foo_posix.cc in the gn build, like it's done in the gyp build.
johannkoenig@google.com
1
-1
/
+6
2015-06-04
roll chromium revision to head in attempt to resolve build time performance h...
fbarchard@google.com
1
-1
/
+1
2015-06-04
scale tests use int64 for size
fbarchard@google.com
2
-6
/
+37
2015-06-02
Test rotation with negative height
fbarchard@google.com
2
-7
/
+35
2015-06-01
make source for planar tests contiguous to test planar functions coalesce int...
fbarchard@google.com
3
-19
/
+27
2015-06-01
Add scale color test place holder source
fbarchard@google.com
1
-0
/
+367
2015-06-01
Add test for scaling color accuracy
fbarchard@google.com
2
-0
/
+2
2015-05-30
adjust dimensions for scale factor tests to ensure the scale factor tested is...
fbarchard@google.com
4
-49
/
+65
2015-05-28
odd width support for ARGBSobel functions. Improves performance for images t...
fbarchard@google.com
5
-27
/
+77
2015-05-27
Change Sobel to use JPeg Luma calculation instead of extracting G channel. U...
fbarchard@google.com
11
-189
/
+45
2015-05-26
Scale Down by factor tests scale down to specified ratio rather than up. Thi...
fbarchard@google.com
4
-46
/
+51
2015-05-26
odd width support for scale by even scale factor and box scale down by 4. sc...
fbarchard@google.com
5
-31
/
+84
2015-05-22
add test for box filter before improving odd width.
fbarchard@google.com
1
-1
/
+2
2015-05-22
scale down by 2 on argb images support odd widths using _any function.
fbarchard@google.com
5
-37
/
+79
2015-05-14
include posix source for 64 bit clang builds.
fbarchard@google.com
3
-22
/
+15
2015-05-12
add nacl macros for arm to YUV422TORGB_SETUP_REG.
fbarchard@google.com
3
-2
/
+8
2015-05-11
enable speed optimization for libyuv
fbarchard@google.com
3
-2
/
+5
2015-05-06
sobel use LL for constants to be passed in as int64
fbarchard@google.com
3
-27
/
+30
2015-05-05
psnr tool, work around for ios 64 bit compiler where int passed into assembly...
fbarchard@google.com
1
-1
/
+1
2015-05-05
work arounds for ios 64 bit compiler where int passed into assembly needs to ...
fbarchard@google.com
1
-31
/
+31
2015-05-05
row_neon64 additional fixes for warning on ios where int doesnt match %2 size...
fbarchard@google.com
3
-22
/
+22
2015-05-04
row_neon64 fix for warning on ios where int width doesnt match %2 size which ...
fbarchard@google.com
1
-95
/
+95
2015-05-04
scale 64 bit fix for warning on ios where int width doesnt match %2 size whic...
fbarchard@google.com
1
-26
/
+26
2015-05-04
fix for warning on ios 64 bit that int width doesnt match %2 size which is 64...
fbarchard@google.com
1
-1
/
+1
2015-05-02
make windows code built with clangcl include the _posix source code.
fbarchard@google.com
1
-2
/
+7
2015-05-02
make row_win windows code built with clangcl include the _posix source code.
fbarchard@google.com
1
-1
/
+7
2015-05-02
make windows code built with clangcl include the _posix source code. depot_t...
fbarchard@google.com
1
-2
/
+7
2015-04-30
Roll chromium deps to version that includes vs2015 link error fix.
fbarchard@google.com
1
-1
/
+1
2015-04-30
fix for arm builds where tmp for assembly produces an error if its uninitiali...
fbarchard@google.com
4
-4
/
+4
2015-04-30
scale to 3/4 bug fix for odd widths. multiply to index into source by scale ...
fbarchard@google.com
1
-16
/
+16
2015-04-30
AVX2 port of ScaleDownBy4.
fbarchard@google.com
4
-2
/
+118
2015-04-28
disable stucture padded warnings on win64 builds.
fbarchard@google.com
1
-0
/
+6
2015-04-28
remove unused function SumBox.
fbarchard@google.com
1
-32
/
+0
2015-04-28
remove unused function ScalePlaneBoxRow_* which was for slow box filter that ...
fbarchard@google.com
1
-28
/
+0
2015-04-28
enable chromium_code=1 to increase warning level. this will enable the same ...
fbarchard@google.com
1
-1
/
+3
2015-04-28
fixed unused variables/code warnings in scale box function
fbarchard@google.com
1
-26
/
+6
2015-04-28
Add PROJECT setting to codereview.settings
kjellander@google.com
1
-0
/
+1
2015-04-28
Enable FORCE_HTTPS_COMMIT_URL in codereview.settings
kjellander@google.com
1
-0
/
+1
2015-04-28
Work around casting warnings in scale_neon64.cc for ios 64 bit.
fbarchard@google.com
3
-13
/
+22
2015-04-27
Work around for ios 64 bit build warning - use explicit word register for int.
fbarchard@google.com
1
-1
/
+1
2015-04-27
scale to 3/4 or 3/8 with odd width destinations efficiently. previously if w...
fbarchard@google.com
6
-20
/
+120
2015-04-24
Allow ScaleRowDown any functions to accept non-power of 2 for destination SIM...
fbarchard@google.com
1
-2
/
+3
2015-04-22
NaCl/GYP: remove references to prep_toolchain from libyuv. prep_toolchain is...
fbarchard@google.com
3
-5
/
+2
[next]