Support Deps
  1. Support Deps

libyuv

Public
AuthorCommitMessageCommit dateIssues
William KingWilliam King
1ebf86795cbFS-7691 update to newer libyuv which fixes build on 32bit boxesFS-7691
William KingWilliam King
20bbcd6b347FS-7672 #resolveFS-7672
William KingWilliam King
511da92b276FS-7672 put the .so into the lib package instead of the -dev packageFS-7672
Sergey SafarovSergey Safarov
e8c7e221425FS-7553: SPEC file cleanup.libyuv.pc.in added missed dependency. build_rpm.sh allow build only SRPMFS-7553
Mike JerrisMike Jerris
92c52d2051ffix makefile dependencies for pkg-config file
Sergey SafarovSergey Safarov
f931a84883eFS-7553: [SD/libyuv] Fixed package nameFS-7553
Mike JerrisMike Jerris
ebbec6e2520fix pc file generation
Mike JerrisMike Jerris
5a8e53342b2update CMakeLists.txt to generate .pc file, and to build shared lib, and update Makefile to generate .pc file based on optionally passed in PREFIX
Chris RienzoChris Rienzo
243d89f7d8dadd RPM packaging
Ken RiceKen Rice
dc0d61413cbadd src_tarball script
Ken RiceKen Rice
ea3d233577cok lets start this over and go from here
Ken RiceKen Rice
77ec8d63f16clear out this patch we dont need
Ken RiceKen Rice
b1d6f63815aadd .gitattributes
Ken RiceKen Rice
f6948bb832dupdate debian/util.sh to addbuilding in cows
William KingWilliam King
b47206610f5No need to use two branches
Ken RiceKen Rice
afa8977a239cleanup after ourselves
Ken RiceKen Rice
3c23986a2bbmake it do the date right
Ken RiceKen Rice
7ba5442e231add script for handling build with build number auto increment
William KingWilliam King
43ddcb360d8packages aren't using cmake
William KingWilliam King
e10a97ffc02Adding Makefile and pkg-config
William KingWilliam King
80ab5bc8dfbWIP: raw deb dir with examples
Frank BarchardFrank Barchard
dfb2120a42cset us simdR=harryjin@google.com BUG=libyuv:448 Review URL: https://webrtc-codereview.appspot.com/55629004.
Frank BarchardFrank Barchard
6608c100e26copy last 4R=harryjin@google.com BUG=libyuv:448 Review URL: https://webrtc-codereview.appspot.com/54749004.
Frank BarchardFrank Barchard
836709abe20head version of chromium to attempt ios git build fixBUG=libyuv:465 TESTED=try bots R=harryjin@google.com Review URL: https://webrtc-codereview.appspot.com/57599005.
Frank BarchardFrank Barchard
a209d7314b5simd for 1 to 1R=harryjin@google.com, harryjin BUG=448 Review URL: https://webrtc-codereview.appspot.com/55619004.
Frank BarchardFrank Barchard
72a235af9f8repeat y for yuy2 so that unittests that check the 2nd y on odd widths will match the C and SIMD. The C code duplicates the last Y.R=harryjin@google.com BUG=libyuv:455 Review URL: https://webrtc-codereview.appspot.com/50249004.
Frank BarchardFrank Barchard
44ff3c333d6split share macroR=harryjin@google.com BUG=libyuv:448 Review URL: https://webrtc-codereview.appspot.com/55609004.
Frank BarchardFrank Barchard
2edfe0f0c69mergeR=harryjin@google.com BUG=libyuv:448 Review URL: https://webrtc-codereview.appspot.com/52119004.
Frank BarchardFrank Barchard
bff1e18e515share functions in anyR=harryjin@google.com BUG=libyuv:448 Review URL: https://webrtc-codereview.appspot.com/57599004.
Frank BarchardFrank Barchard
0b3294af6c4disable I422ToYUY2 sse for odd sizes.BUG=455 R=harryjin@google.com Review URL: https://webrtc-codereview.appspot.com/51239004.
Frank BarchardFrank Barchard
5edb101088ddisable version which fails under gitR=harryjin@google.com, harryjin BUG=none Review URL: https://webrtc-codereview.appspot.com/52739004.
Frank BarchardFrank Barchard
68e8d9bebd2Math functions need BPP of 4 for odd width support on first source argumentBUG=455 TESTED=ARGBMultply R=harryjin@google.com Review URL: https://webrtc-codereview.appspot.com/54719004.
Frank BarchardFrank Barchard
b071a3d321dsubsample yuy2 destBUG=455 TESTED=out\release\libyuv_unittest.exe --gtest_catch_exceptions=0 --gtest_filter=*ARGBToYUY2* R=harryjin@google.com Review URL: https://webrtc-codereview.appspot.com/58429004.
Frank BarchardFrank Barchard
58ca9f899ebremainder done unconditionally and with a variableBUG=448 TESTED=local build R=harryjin@google.com Review URL: https://webrtc-codereview.appspot.com/57559004.
Frank BarchardFrank Barchard
242cb2554cdnv12 odd width support using SIMD for remainderBUG=libyuv:448 TESTED=NV21ToRGB565_Any etc R=harryjin@google.com Review URL: https://webrtc-codereview.appspot.com/53689004.
Frank BarchardFrank Barchard
cae07fb0e03bump subsampling upBUG=455 TESTED=libyuvTest.ARGBToYUY2_Random R=harryjin@google.com Review URL: https://webrtc-codereview.appspot.com/58419004.
Frank BarchardFrank Barchard
03da5420bc0use SIMD for I420ToARGB odd widths in a temporary buffer instead of using C for remainder. Enter a description of the change. use SIMD for I420ToARGB odd widths in a temporary buffer instead of using C for remainder. Currently the C code does not exactly match the SIMD code, so an odd width produces different pixels than an even width, causing a subtle artifact. By using SIMD consistently, there is no difference in even and odd widths. Also the SIMD performance is faster, so eve...
Frank BarchardFrank Barchard
ee351bc2d5fcheck height is non-zeroBUG=none TESTED=libyuv unittest with even width R=bcornell@google.com Review URL: https://webrtc-codereview.appspot.com/51219004.
Frank BarchardFrank Barchard
4389070d348ignore pycBUG=none TESTED=untested R=harryjin@google.com Review URL: https://webrtc-codereview.appspot.com/54709004.
Nodir TurakulovNodir Turakulov
0c31649f463DEPS: trunk -> libyuvReplace 'trunk' root dir in DEPS with libyuv. R=fbarchard@google.com, fbarchard@chromium.org, kjellander@chromium.org BUG=libyuv:452 Review URL: https://webrtc-codereview.appspot.com/52109004.
Frank BarchardFrank Barchard
ce960d5f6a3add scale_any to linux.mk make file.BUG=453 TESTED=untested R=harryjin@google.com Review URL: https://webrtc-codereview.appspot.com/50239004.
fbarchard@google.comfbarchard@google.com
2e9f3e5cf5frename source files from row_posix.cc etc to row_gcc.cc to avoid gyp build filtering out source files from build when on windows with clang. The source code contained in row_gcc.cc is gcc syntax inline assembly available for any platform that supports gcc or clang for intel cpus. BUG=440 TESTED=try bots R=harryjin@google.comReview URL: https://webrtc-codereview.appspot.com/56579004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1430 16f28f9a-4ce2-e073-06de-1de4eb20be90
fbarchard@google.comfbarchard@google.com
d880a90ecacmake randomize take 64 bit count to allow larger images to be tested BUG=none TESTED=untestedReview URL: https://webrtc-codereview.appspot.com/53679004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1429 16f28f9a-4ce2-e073-06de-1de4eb20be90
fbarchard@google.comfbarchard@google.com
05416e2d9a3Box filter for YUV use rows with accumulation buffer for better memory behavior. The old code would do columns accumulated into registers, and then store the result once. This was slow from a memory point of view. The new code does a row of source at a time, updating an accumulation buffer every row. The accumulation buffer is small, and should fit cache. Before each accumulation of N rows...Review URL: https://webrtc-codereview.appspot.com/52659004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1428 16f28f9a-4ce2-e073-06de-1de4eb20be90
fbarchard@google.comfbarchard@google.com
b07de879b65enable intrinsics for clangcl if -mssse3 is enabled. BUG=451 TESTED=untested R=harryjin@google.comReview URL: https://webrtc-codereview.appspot.com/52699004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1427 16f28f9a-4ce2-e073-06de-1de4eb20be90
fbarchard@google.comfbarchard@google.com
965ef277e17bump deps to head chromium to get prebuilt clangcl BUG=none TESTED=untested R=harryjin@google.comReview URL: https://webrtc-codereview.appspot.com/51209004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1426 16f28f9a-4ce2-e073-06de-1de4eb20be90
fbarchard@google.comfbarchard@google.com
b3d3db1b339align clangcl using declspec instead of gcc style vector BUG=451 TESTED=clang=1 build on windows R=harryjin@google.comReview URL: https://webrtc-codereview.appspot.com/57549004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1425 16f28f9a-4ce2-e073-06de-1de4eb20be90
johannkoenig@google.comjohannkoenig@google.com
da6ee35e0ceRevert "libyuv: Include foo_posix.cc in the gn build, like it's done in the gyp build."BUG=496928 R=thakis@chromium.org Review URL: https://webrtc-codereview.appspot.com/58399004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1424 16f28f9a-4ce2-e073-06de-1de4eb20be90
johannkoenig@google.comjohannkoenig@google.com
d7242b5b6celibyuv: Include foo_posix.cc in the gn build, like it's done in the gyp build.This is required to get things linking in clang/win. Medium-term, we should clean libyuv up to not require _posix files on non-posix. Reviewed at https://webrtc-codereview.appspot.com/52069004/ BUG=496928 Review URL: https://webrtc-codereview.appspot.com/54689004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1423 16f28f9a-4ce2-e073-06de-1de4eb20be90
fbarchard@google.comfbarchard@google.com
684c09cd44eroll chromium revision to head in attempt to resolve build time performance hit due to external compilers on windows. BUG=none TESTED=untested R=harryjin@google.comReview URL: https://webrtc-codereview.appspot.com/49299004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1422 16f28f9a-4ce2-e073-06de-1de4eb20be90