Re #1182:
 - Added video stream interface in vid_stream.h, the video stream will be able to handle different video formats in encoding and decoding direction.
 - Renamed video device stream class identifiers from 'pjmedia_vid_stream*' to 'pjmedia_vid_dev_stream*' as 'pjmedia_vid_stream' is used by video stream interface.
 - Added ffmpeg video capability to be able to parse SDP format param for H263 and also decide video format for encoding direction based on remote preference and local format-capability setting.
 - Added some new APIs in jitter buffer for handling video stream: pjmedia_jbuf_put_frame3(), pjmedia_jbuf_get_frame3(), pjmedia_jbuf_peek_frame(), and pjmedia_jbuf_remove_frame().
 - Moved pjmedia_stream_info_from_sdp() from session to stream




git-svn-id: https://svn.pjsip.org/repos/pjproject/branches/projects/2.0-dev@3420 74dad513-b988-da41-8d7b-12977e46ad98
diff --git a/pjmedia/build/pjmedia.vcproj b/pjmedia/build/pjmedia.vcproj
index 2b5a89e..72b0532 100644
--- a/pjmedia/build/pjmedia.vcproj
+++ b/pjmedia/build/pjmedia.vcproj
@@ -4312,64 +4312,6 @@
 				</FileConfiguration>

 			</File>

 			<File

-				RelativePath="..\src\pjmedia\session.c"

-				>

-				<FileConfiguration

-					Name="Release|Win32"

-					>

-					<Tool

-						Name="VCCLCompilerTool"

-						AdditionalIncludeDirectories=""

-						PreprocessorDefinitions=""

-					/>

-				</FileConfiguration>

-				<FileConfiguration

-					Name="Debug|Win32"

-					>

-					<Tool

-						Name="VCCLCompilerTool"

-						AdditionalIncludeDirectories=""

-						PreprocessorDefinitions=""

-					/>

-				</FileConfiguration>

-				<FileConfiguration

-					Name="Debug-Static|Win32"

-					>

-					<Tool

-						Name="VCCLCompilerTool"

-						AdditionalIncludeDirectories=""

-						PreprocessorDefinitions=""

-					/>

-				</FileConfiguration>

-				<FileConfiguration

-					Name="Release-Dynamic|Win32"

-					>

-					<Tool

-						Name="VCCLCompilerTool"

-						AdditionalIncludeDirectories=""

-						PreprocessorDefinitions=""

-					/>

-				</FileConfiguration>

-				<FileConfiguration

-					Name="Debug-Dynamic|Win32"

-					>

-					<Tool

-						Name="VCCLCompilerTool"

-						AdditionalIncludeDirectories=""

-						PreprocessorDefinitions=""

-					/>

-				</FileConfiguration>

-				<FileConfiguration

-					Name="Release-Static|Win32"

-					>

-					<Tool

-						Name="VCCLCompilerTool"

-						AdditionalIncludeDirectories=""

-						PreprocessorDefinitions=""

-					/>

-				</FileConfiguration>

-			</File>

-			<File

 				RelativePath="..\src\pjmedia\silencedet.c"

 				>

 				<FileConfiguration

@@ -4610,6 +4552,10 @@
 				</FileConfiguration>

 			</File>

 			<File

+				RelativePath="..\src\pjmedia\stream_common.c"

+				>

+			</File>

+			<File

 				RelativePath="..\src\pjmedia\tonegen.c"

 				>

 				<FileConfiguration

@@ -4746,6 +4692,10 @@
 				>

 			</File>

 			<File

+				RelativePath="..\src\pjmedia\vid_stream.c"

+				>

+			</File>

+			<File

 				RelativePath="..\src\pjmedia\videoport.c"

 				>

 			</File>

@@ -5119,10 +5069,6 @@
 				>

 			</File>

 			<File

-				RelativePath="..\include\pjmedia\session.h"

-				>

-			</File>

-			<File

 				RelativePath="..\include\pjmedia\silencedet.h"

 				>

 			</File>

@@ -5147,6 +5093,10 @@
 				>

 			</File>

 			<File

+				RelativePath="..\include\pjmedia\stream_common.h"

+				>

+			</File>

+			<File

 				RelativePath="..\include\pjmedia\tonegen.h"

 				>

 			</File>

@@ -5183,6 +5133,10 @@
 				>

 			</File>

 			<File

+				RelativePath="..\include\pjmedia\vid_stream.h"

+				>

+			</File>

+			<File

 				RelativePath="..\include\pjmedia\videoport.h"

 				>

 			</File>