- 07 Jan, 2014 3 commits
-
-
fbarchard@google.com authored
BUG=303 TESTED=visual c higher warnings R=tpsiaki@google.com Review URL: https://webrtc-codereview.appspot.com/6639004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@955 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
fbarchard@google.com authored
BUG=303 TEST=compile -x c Review URL: https://webrtc-codereview.appspot.com/6599006 git-svn-id: http://libyuv.googlecode.com/svn/trunk@954 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
fbarchard@google.com authored
BUG=303 TESTED=try R=tpsiaki@google.com Review URL: https://webrtc-codereview.appspot.com/6519006 git-svn-id: http://libyuv.googlecode.com/svn/trunk@953 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 16 Dec, 2013 1 commit
-
-
fbarchard@google.com authored
Change name of variable for convert to crop_width/height instead of dst_width/height to clarify that it is used to crop the original before rotation and is not the final destination size. BUG=none TESTED=local builds still work R=wjia@google.com, wjia@webrtc.org Review URL: https://webrtc-codereview.appspot.com/5859004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@915 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 20 Nov, 2013 1 commit
-
-
fbarchard@google.com authored
Fix ConvertToI420() to properly delete temporary array when rotating result. When rotating an image ConvertToI420() allocates a temporary buffer using new[], but then attempts to delete it using delete instead of delete[].This issue is not the root cause of the referenced bug, but it needs to be addressed in order to fix that bug. BUG=crbug.com/306876 TESTED=try bots R=wuwang@google.com Review URL: https://webrtc-codereview.appspot.com/4129005 git-svn-id: http://libyuv.googlecode.com/svn/trunk@866 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 09 Apr, 2013 1 commit
-
-
fbarchard@google.com authored
BUG=212 TESTED=manually tested Review URL: https://webrtc-codereview.appspot.com/1309004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@653 16f28f9a-4ce2-e073-06de-1de4eb20be90
-