- 18 Jan, 2012 2 commits
-
-
fbarchard@google.com authored
BUG=none TEST=media_unittest.exe --gunit_catch_exceptions=0 --yuvconverter_repeat=1000 --gunit_filter=LmiVideoFrameTest.ConvertTo*R* Review URL: https://webrtc-codereview.appspot.com/355002 git-svn-id: http://libyuv.googlecode.com/svn/trunk@138 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
fbarchard@google.com authored
ConvertFromI420Stride is same as ConvertFromI420 but accepts a stride per row. Only works on single plane formats BUG=none TEST=none Review URL: https://webrtc-codereview.appspot.com/353007 git-svn-id: http://libyuv.googlecode.com/svn/trunk@137 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 13 Jan, 2012 1 commit
-
-
fbarchard@google.com authored
NV12ToRGB565 rewritten. Row functions with SSSE3 and NEON. Stride by bytes (bug fix). Handle odd sizes. Support inversion. BUG=none TEST=none Review URL: http://webrtc-codereview.appspot.com/344012 git-svn-id: http://libyuv.googlecode.com/svn/trunk@134 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 09 Jan, 2012 1 commit
-
-
fbarchard@google.com authored
BUG=none TEST=camtool with xo175 Review URL: http://webrtc-codereview.appspot.com/347001 git-svn-id: http://libyuv.googlecode.com/svn/trunk@128 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 04 Jan, 2012 1 commit
-
-
fbarchard@google.com authored
cleanup of include order, std include comments on what function they are for, and guard naming to match folder BUG=none TEST=none Review URL: http://webrtc-codereview.appspot.com/333028 git-svn-id: http://libyuv.googlecode.com/svn/trunk@125 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 27 Dec, 2011 2 commits
-
-
mikhal@webrtc.org authored
Review URL: http://webrtc-codereview.appspot.com/331018 git-svn-id: http://libyuv.googlecode.com/svn/trunk@121 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
mikhal@webrtc.org authored
Review URL: http://webrtc-codereview.appspot.com/333022 git-svn-id: http://libyuv.googlecode.com/svn/trunk@120 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 21 Dec, 2011 2 commits
-
-
fbarchard@google.com authored
BUG=none TEST=none Review URL: http://webrtc-codereview.appspot.com/333015 git-svn-id: http://libyuv.googlecode.com/svn/trunk@118 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
fbarchard@google.com authored
A ConvertFromI420 function. Supports basic conversion with no clipping, inversion or rotation, for a subset of formats - most of the single plane formats, all 3 plane formats and no 2 plane formats. (ie nv12) BUG=none TEST=none Review URL: http://webrtc-codereview.appspot.com/329011 git-svn-id: http://libyuv.googlecode.com/svn/trunk@117 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 19 Dec, 2011 1 commit
-
-
fbarchard@google.com authored
BUG=none TEST=none Review URL: http://webrtc-codereview.appspot.com/335003 git-svn-id: http://libyuv.googlecode.com/svn/trunk@115 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 16 Dec, 2011 2 commits
-
-
fbarchard@google.com authored
BUG=none TEST=none Review URL: http://webrtc-codereview.appspot.com/328008 git-svn-id: http://libyuv.googlecode.com/svn/trunk@113 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
fbarchard@google.com authored
BUG=none TEST=none Review URL: http://webrtc-codereview.appspot.com/335002 git-svn-id: http://libyuv.googlecode.com/svn/trunk@112 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 14 Dec, 2011 1 commit
-
-
fbarchard@google.com authored
BUG=none TEST=none Review URL: http://webrtc-codereview.appspot.com/318012 git-svn-id: http://libyuv.googlecode.com/svn/trunk@105 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 10 Dec, 2011 1 commit
-
-
fbarchard@google.com authored
clang on linux prefers no args for rep movsl/stosl. ifdef for C that removes namespace. extern c allows c++ to be used to compile, including with namespace, but C program can link libyuv BUG=none TEST=none Review URL: http://webrtc-codereview.appspot.com/320004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@101 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 01 Dec, 2011 1 commit
-
-
fbarchard@google.com authored
ARGBRect use SetRows32 to do full image. 744 ms -> 288 ms on Linux, 688 ms -> 277 ms on Mac. Started ARGBCopy function. BUG=none TEST=none Review URL: http://webrtc-codereview.appspot.com/290006 git-svn-id: http://libyuv.googlecode.com/svn/trunk@95 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 23 Nov, 2011 1 commit
-
-
fbarchard@google.com authored
BUG=none TEST=none Review URL: http://webrtc-codereview.appspot.com/289003 git-svn-id: http://libyuv.googlecode.com/svn/trunk@93 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 22 Nov, 2011 1 commit
-
-
fbarchard@google.com authored
BUG=none TEST=disassembly shows 6 instructions (due to auto init) Review URL: http://webrtc-codereview.appspot.com/285001 git-svn-id: http://libyuv.googlecode.com/svn/trunk@90 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 21 Nov, 2011 1 commit
-
-
fbarchard@google.com authored
Review URL: http://webrtc-codereview.appspot.com/267025 git-svn-id: http://libyuv.googlecode.com/svn/trunk@89 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 11 Nov, 2011 2 commits
-
-
frkoenig@google.com authored
Use the following order. local system libyuv Review URL: http://webrtc-codereview.appspot.com/270007 git-svn-id: http://libyuv.googlecode.com/svn/trunk@76 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
fbarchard@google.com authored
BUG=none TEST=none Review URL: http://webrtc-codereview.appspot.com/267008 git-svn-id: http://libyuv.googlecode.com/svn/trunk@75 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 10 Nov, 2011 3 commits
-
-
frkoenig@google.com authored
Code sourced from libvpx. http://www.webmproject.org/code/#libvpx_the_vp8_codec_sdk Review URL: http://webrtc-codereview.appspot.com/267004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@72 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
fbarchard@google.com authored
BUG=none TEST=none Review URL: http://webrtc-codereview.appspot.com/270005 git-svn-id: http://libyuv.googlecode.com/svn/trunk@68 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
mikhal@webrtc.org authored
1. Deleting Crop and CropPad functions 2. Moving I420Mirror to planar functions 3. deleting general.h and general.cc Review URL: http://webrtc-codereview.appspot.com/269008 git-svn-id: http://libyuv.googlecode.com/svn/trunk@67 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 07 Nov, 2011 1 commit
-
-
fbarchard@google.com authored
BUG=none TEST=media_unittests Review URL: http://webrtc-codereview.appspot.com/266003 git-svn-id: http://libyuv.googlecode.com/svn/trunk@61 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 31 Oct, 2011 1 commit
-
-
fbarchard@google.com authored
BUG=none TEST=media_unittests from talk used to benchmark Review URL: http://webrtc-codereview.appspot.com/254001 git-svn-id: http://libyuv.googlecode.com/svn/trunk@51 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 29 Oct, 2011 1 commit
-
-
fbarchard@google.com authored
BUG=none TEST=scale unittest in talk disables SSSE3 Review URL: http://webrtc-codereview.appspot.com/239018 git-svn-id: http://libyuv.googlecode.com/svn/trunk@47 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 28 Oct, 2011 1 commit
-
-
fbarchard@google.com authored
TEST=talk unittests BUG=none Review URL: http://webrtc-codereview.appspot.com/251003 git-svn-id: http://libyuv.googlecode.com/svn/trunk@46 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 27 Oct, 2011 1 commit
-
-
fbarchard@google.com authored
BUG=1 TEST=tested with talk unittests. Review URL: http://webrtc-codereview.appspot.com/250004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@42 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 22 Oct, 2011 1 commit
-
-
mikhal@webrtc.org authored
Review URL: http://webrtc-codereview.appspot.com/246004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@40 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 20 Oct, 2011 1 commit
-
-
fbarchard@google.com authored
BUG=none TEST=none Review URL: http://webrtc-codereview.appspot.com/240006 git-svn-id: http://libyuv.googlecode.com/svn/trunk@34 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 19 Oct, 2011 1 commit
-
-
frkoenig@google.com authored
Consolidate rotate files. Add unit tests for I420 and NV12 rotate functions. Fix remaining pitch/stride references. Review URL: http://webrtc-codereview.appspot.com/239001 git-svn-id: http://libyuv.googlecode.com/svn/trunk@32 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 14 Oct, 2011 2 commits
-
-
fbarchard@google.com authored
cleanup yuv for consistency. stride, return int, negative heights, inplace conversions, lower case names, filter enum, uint, planarfunction updates, remove common.h, remove common/ folder, cpuid header public, move headers into libyuv/, add libyuv.h, fixed header guards, remove internal timing from scale, tweaks for llvm build, videocommon simplified BUG=none TEST=Talk builds on all platforms against libyuv. Review URL: http://webrtc-codereview.appspot.com/226003 git-svn-id: http://libyuv.googlecode.com/svn/trunk@31 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
mikhal@webrtc.org authored
Review URL: http://webrtc-codereview.appspot.com/230002 git-svn-id: http://libyuv.googlecode.com/svn/trunk@30 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 13 Oct, 2011 1 commit
-
-
mikhal@webrtc.org authored
Review URL: http://webrtc-codereview.appspot.com/225001 git-svn-id: http://libyuv.googlecode.com/svn/trunk@27 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 12 Oct, 2011 1 commit
-
-
mikhal@webrtc.org authored
Review URL: http://webrtc-codereview.appspot.com/217007 git-svn-id: http://libyuv.googlecode.com/svn/trunk@22 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 11 Oct, 2011 4 commits
-
-
mikhal@webrtc.org authored
Review URL: http://webrtc-codereview.appspot.com/213005 git-svn-id: http://libyuv.googlecode.com/svn/trunk@21 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
mikhal@webrtc.org authored
LibYuv: Updating convert file: 1. Adding RawToI420 2. Adding support for odd dimensions 3. Removing I420ToRGB565Android and updating I420ToRGB565 to support negative height as invert 4. Adding convert class 5. Removing YV12 functionality 6. Adding I420ToBGRA 7. Coding style updates Review URL: http://webrtc-codereview.appspot.com/214006 git-svn-id: http://libyuv.googlecode.com/svn/trunk@20 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
mikhal@webrtc.org authored
Review URL: http://webrtc-codereview.appspot.com/219003 git-svn-id: http://libyuv.googlecode.com/svn/trunk@18 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
mikhal@webrtc.org authored
Review URL: http://webrtc-codereview.appspot.com/220004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@17 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 07 Oct, 2011 1 commit
-
-
mikhal@webrtc.org authored
Review URL: http://webrtc-codereview.appspot.com/209002 git-svn-id: http://libyuv.googlecode.com/svn/trunk@12 16f28f9a-4ce2-e073-06de-1de4eb20be90
-