Go to file
mikhal@webrtc.org 2ab104e6be Switching WebRtc to LibYuv.
General Notes:
1. In general, API structure was not modified and is based on VPLIB. 
2. Modification to API: Return values are based on libyuv, i.e. 0 if ok, a negative value in case of an error (instead of length). 
3. All scaling (inteprolation) is now done via the scale interface. Crop/Pad is not being used.
4. VPLIB was completely removed. All tests are now part of the libyuv unit test (significantly more comprehensive and based on gtest).   
5. JPEG is yet to be implemented in LibYuv and therefore existing implementation remains.
Review URL: http://webrtc-codereview.appspot.com/258001

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1140 4adac7df-926f-26a2-2b94-8c16560cd09d
2011-12-09 02:46:22 +00:00
peerconnection Print info about the local and remote resolution in the Windows client. 2011-10-10 12:58:21 +00:00
src Switching WebRtc to LibYuv. 2011-12-09 02:46:22 +00:00
test Splitted FileHandler into FrameReader and FrameWriter classes and moved them to testsupport in test.gyp. 2011-12-08 07:42:18 +00:00
third_party Migrate to using the same gyp files and gypi generator script as Chromium. 2011-11-24 12:49:22 +00:00
third_party_mods Remove Peerconnection Dev branch. 2011-11-17 08:42:33 +00:00
tools Swap colheaders for textdata in parseLog.m. 2011-12-08 20:56:53 +00:00
.gitignore Add third_party/libyuv to .gitignore. 2011-11-30 18:03:35 +00:00
android-webrtc.mk For Android ARMv7 platforms, added a feature of dynamically detecting the existence of Neon, 2011-12-03 18:34:50 +00:00
Android.mk For Android ARMv7 platforms, added a feature of dynamically detecting the existence of Neon, 2011-12-03 18:34:50 +00:00
AUTHORS Adding author 2011-11-02 12:19:22 +00:00
codereview.settings Modify codereview.settings 2011-09-06 10:12:28 +00:00
DEPS updating libyuv to latest version (98). 2011-12-08 22:45:53 +00:00
libvpx.mk Change android makefile to reflect recent file structure change 2011-07-13 17:49:49 +00:00
LICENSE Add references to src/ copies for LICENSE etc. 2011-10-26 01:05:07 +00:00
license_template.txt git-svn-id: http://webrtc.googlecode.com/svn/trunk@11 4adac7df-926f-26a2-2b94-8c16560cd09d 2011-05-30 11:51:34 +00:00
LICENSE_THIRD_PARTY Add references to src/ copies for LICENSE etc. 2011-10-26 01:05:07 +00:00
OWNERS Review URL: http://webrtc-codereview.appspot.com/137002 2011-08-25 16:52:34 +00:00
PATENTS Add references to src/ copies for LICENSE etc. 2011-10-26 01:05:07 +00:00
PRESUBMIT.py Adding owners check in presubmit script. 2011-06-09 07:07:24 +00:00
WATCHLISTS Fix typo in build_files rule. 2011-12-06 19:53:48 +00:00
webrtc.gyp Fixing crash when calculating SSIM and PSNR with empty video files in video_metrics.cc 2011-12-05 13:03:38 +00:00