Changing JPEG API to to accept rawImage and encodedImage; moved video_image.h from modules/video_coding/codecs to common_video/interface, and some general re-write to JPEG, especially with regard to memory handling. Required VCM/ViE changes are also included.

Review URL: http://webrtc-codereview.appspot.com/55002

git-svn-id: http://webrtc.googlecode.com/svn/trunk@139 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
mikhal@google.com
2011-07-01 01:17:49 +00:00
parent 67d7282900
commit b5427cbd35
13 changed files with 243 additions and 205 deletions

View File

@@ -20,6 +20,7 @@
'../interface',
'../../../interface',
'../../codecs/interface',
'../../../../common_video/interface',
],
'direct_dependent_settings': {
'include_dirs': [

View File

@@ -21,6 +21,7 @@
'../../../interface',
'../../codecs/vp8/main/interface',
'../../../../system_wrappers/interface',
'../../../../common_video/interface',
'../source',
],
'sources': [