----------------------------- 2025/08/15 - RELEASE v1.4.2 -------------------------------------------------------------------------------------------------

- Added Videoformats YUYV, YUY2 and YVYU to scalle filter

----------------------------- 2025/08/08 - RELEASE v1.4.1 -------------------------------------------------------------------------------------------------

- Fixed bad detection of MSVC 2013 runtime

----------------------------- 2025/07/22 - RELEASE v1.4 ---------------------------------------------------------------------------------------------------

- Added MMX and SSE assembly code for scale filrer

----------------------------- 2025/07/11 - RELEASE v1.3.2 -------------------------------------------------------------------------------------------------

- Added unit tests for scale RGB32, ARGB32, RGB24 video formats
- Tested scale filter for nagative height

----------------------------- 2025/06/30 - RELEASE v1.3.1 -------------------------------------------------------------------------------------------------
- Removed all floating point operations per frame, use only integer with shifted decimal point
- Rewritten Scale filter to assembly for x64 and Win32 platforms.
- Updated 11 years old LGPL library life555

----------------------------- 2025/06/20 - RELEASE v1.3.0 -------------------------------------------------------------------------------------------------
- Added Videoformats ARGB32 and RGB32 to scalle filter
- Used Discrete Digital Aproximation instead slow floating point operations; scalle filter is 5 times faster
- New automatic InnoSetup based installer

******************* I am not sure whether above will be accepted *******************

2017/12/20
- New rate control code for H264 codecs merged into project and project structure updated to new structure.
New source code is now in the <vpp>/src directory. Only filter currently in this source branch are H264EncoderFilter
and H264DecoderFilter. The other filters will be added gradually. Old source dir is still there for now
but will be removed once all the source has been ported to the new structure.

2015/12/08
- Bug report in picture in picture filter by Russ. Unitialised mem caused crash in release mode when connecting to 1st input pin of PIP filter. 

----------------------------- 2014/12/17 - RELEASE v1.2.1 -------------------------------------------------------------------------------------------------

2014/11/13
- Added opus support to RTSP Source Filter. Tested with testOnDemandRTSPServer and testvector01.bit.opus (renamed to test.opus) from http://www.live555.com 

2014/11/11
- RTSP port is configurable in RTSP Sink Filter

2014/11/06
- Added VirtualMic
- H264 Source fixes: can now read JM-encoded files

----------------------------- 2014/11/06 - RELEASE v1.2.0 -------------------------------------------------------------------------------------------------

2014/11/05
- Added Opus decoder

2014/10/30
- BF in frameskipping filter. Not skipping control samples.

2014/10/28
- Added AAC support to RtspSinkFilter

2014/10/09
- Fixed bugs in PicInPicFilter. Can now be configured properly via property page. 
  Sub-picture dimension and position can be configured while playing.
   Output dimension can not be configured while output pin is connected.

2014/09/05 Version 1.2
- Added YUV444ToRGBFilter contributed by Thomas Houtekier. Thanks for the contribution Thomas!
- Added YUV444 support to YUV source filter.
- Added RtspSinkFilter to stream live capture video using LiveMediaExt library.
- Frameskipping filter can now skip x out of every y frames to achieve desired frame rates.
- Build system has been changed to CMake. Existing VS projects are deprecated and will no longer be maintained.
- Updated RtspSourceFilter to use latest live555 (2014.07.25). Updated RTSP client to use new async interface provided by live555.

2014/08/14
- Changed build system to Cmake

2013/10/23 - Version 1.1.0
- Added Stereo2Mono filter
- Updated H.264 codec to include many bug-fixes and compatibility changes
- H264 Encoder can now output MEDIASUBTYPE_AVC
- H264 Source parses parameter sets on IFileSourceFilter::Load
- RTSP supports H.264 video and AAC audio

2010/11/03
- Added AudioMixingFilter alpha version
- Corrected VS project build dependencies thanks to a hint from jamiefaye

2010/10/28
- Added FramerateDisplayFilter alpha version

2010/10/09
Thanks to John Orr for the following fixes
- Fixed leaked handles in RtspSourceFilter
- Fixed incorrect assignment in RtspSourceFilter.cpp/RtspSourceFilter::GetCurFile()

2010/10/08
- Checked in live555 source code to make sure that RtspSourceFilter is built with correct live555 version.
- Simplified bat startup files
