2008-11-27 07:47  rjongbloed

	* [r21638] version.h:
	  Update version number for beta v2.4.4

2008-12-01 22:59  rjongbloed

	* [r21668] ., configure.ac, include/ptbuildopts.h.in:
	  Fix for Microsoft SAPI moving libraries.

2008-12-04 02:01  rjongbloed

	* [r21695] ., include/ptclib/psockbun.h, src/ptclib/psockbun.cxx:
	  Split socket bundling mutexes so can access interface list while
	  the client list is locked. Preventing deadlock.
	  
	  Fixed handling of "interface only" form of binding, i.e. one that
	  is "%interfaces" and has no address. Now correctly starts up if
	  the interface happens to be down at initialisation time.

2008-12-04 04:09  rjongbloed

	* [r21699] ., include/ptlib/msos/ptlib/vidinput_directx.h,
	  samples/vidtest/main.cxx, samples/vidtest/vidtest_2005.vcproj,
	  src/ptlib/msos/vidinput_directx.cxx:
	  Added support for camera grabbing on Windows Mobile using
	  DirectShow.
	  
	  Enhanced video test application so can work with OS that has no
	  console.

2008-12-05 07:05  rjongbloed

	* [r21707] ., include/ptbuildopts.h.in,
	  include/ptlib/msos/ptlib/contain.h, include/ptlib/wince/cevfw.h,
	  include/ptlib/wm/cevfw.h, src/ptlib/common/pglobalstatic.cxx,
	  src/ptlib/msos/Console_2005.vcproj, src/ptlib/msos/vfw.cxx,
	  src/ptlib/wince/ConsoleCE/cevfw.cpp, src/ptlib/wm/cevfw.cpp:
	  Removed Video for Windows empty functions that make it look like
	  Windows Mobile supports VfW when it doesn't. Should just not
	  support it!

2008-12-10 01:39  rjongbloed

	* [r21744] src/ptlib/msos/vfw.cxx:
	  Added ability to have fixed size video output window, with image
	  scaled to fit. Useful when screen real estate is limited like on
	  PDAs.

2008-12-10 02:03  rjongbloed

	* [r21746] src/ptlib/common/vconvert.cxx,
	  src/ptlib/common/videoio.cxx, src/ptlib/msos/PTLib_2005.vcproj,
	  src/ptlib/msos/vidinput_directx.cxx:
	  Fixes for camera grabbing on Windows Mobile, MEDIASUBTYPE_YV12
	  appears to be identical to YUV420P even though documentation
	  implies V & U planes are reversed.

2008-12-10 07:42  rjongbloed

	* [r21763] src/ptlib/msos/vfw.cxx:
	  If Video Output window position is not specified, centre window
	  on parent window, or screen if no parent.

2008-12-17 06:52  csoutheren

	* [r21822] src/ptlib/common/collect.cxx:
	  Prevent uninitialised variables error in valgrind cause by not
	  copying deleteKeys flag across when cloning sets and
	  dictionaries.
	  Backport from head

