Flash Animation Source: Release Notes

From AVObjects Knowledge Base
(Difference between revisions)
Jump to: navigation, search
 
(11 intermediate revisions by one user not shown)
Line 1: Line 1:
This is the release notes for [[Flash DirectShow Source Filter]].
+
This is the release notes for [[Flash Animation Source]].
  
 
* {{download}} {{Flash DirectShow Source Filter: Download}}
 
* {{download}} {{Flash DirectShow Source Filter: Download}}
 
* {{report_problem}}
 
* {{report_problem}}
 +
 +
=== 2.5.0.4 - May 11, 2011 ===
 +
 +
* Fixed problem with property page opening on Windows 7.
 +
 +
=== 2.5.0.3 - Mar 11, 2011 ===
 +
 +
* Added loading settings from registry.
 +
 +
=== 2.5.0.2 - Mar 11, 2011 ===
 +
 +
* Fixed problem with EOS notification.
 +
 +
=== 2.5.0.1 - Dec 23, 2010 ===
 +
 +
* Fixed problems with registration of Release version.
 +
 +
=== 2.5.0.0 - Dec 11, 2010 ===
 +
 +
* Removed audio stream support.
 +
* Product renamed from Flash Source to Flash Animation Source.
 +
 +
=== 2.0.2.6 - Jun 04, 2010 ===
 +
 +
* Fixed duration of Flash movie (wasn't valid in some cases).
 +
 +
=== 2.0.2.5 - Mar 24, 2010 ===
 +
 +
* Fixed false positive notification from AVG antivirus.
  
 
===2.0.2.4 - Jan 26, 2010===
 
===2.0.2.4 - Jan 26, 2010===
  
* Fixed: Installer bug for Vista.
+
* Fixed installer bug for Vista.
  
 
===2.0.2.3 - Jan 25, 2010===
 
===2.0.2.3 - Jan 25, 2010===
  
* Fixed: Invalid sync point flag for video samples.
+
* Fixed invalid sync point flag for video samples.
  
 
===2.0.2.2 - Jan 14, 2010===
 
===2.0.2.2 - Jan 14, 2010===
  
* Fixed: Problems with internal window creation.
+
* Fixed problems with internal window creation.
 +
 
 +
=== 2.0.2.1_beta - Jan 12, 2010 ===
 +
 
 +
* Added debug info to check ATL window thunks.
 +
 
 +
=== 2.0.2.0_beta - Jan 11, 2010 ===
 +
 
 +
* Added debug info: list of DLLs with hooks.
 +
 
 +
=== 2.0.1.9_beta - Jan 09, 2010 ===
 +
 
 +
* Added debug info to check creation of internal window.
  
 
===2.0.1.8 - Dec 11, 2009===
 
===2.0.1.8 - Dec 11, 2009===
  
* Added: variable with user data to interface methods for callbacks IMLFlashExtern::CallExtern() and IMLFlashSource::SetExternInterface().
+
* Added variable with user data to interface methods for callbacks IMLFlashExtern::CallExtern() and IMLFlashSource::SetExternInterface().
  
 
===2.0.1.7 - Dec 10, 2009===
 
===2.0.1.7 - Dec 10, 2009===
  
* Fixed: repainting of first frame.
+
* Fixed repainting of first frame.
* Pause() issues
+
* Fixed Pause() issues.
  
 
===2.0.1.6 - Dec 09, 2009===
 
===2.0.1.6 - Dec 09, 2009===
  
* Added: Support of Active Script ExternalInterface.call() method.
+
* Added support of ActionScript ExternalInterface.call() method.
  
 
===2.0.1.5 - Dec 07, 2009===
 
===2.0.1.5 - Dec 07, 2009===
  
* Added: rtmp support.
+
* Added RTMP support.
 +
 
 +
=== 2.0.1.3_beta - Nov 09, 2009 ===
 +
 
 +
* Several Flash filters with audio can now be used in one process.
 +
* Increased maximum size of Flash window.
 +
 
 +
=== 2.0.1.2_beta - Oct 16, 2009 ===
 +
 
 +
* Test version with extended Debug info.
  
===2.0.1.1 - Apr 29, 2009===
+
=== 2.0.1.1_beta - Apr 29, 2009 ===
  
* Added: Callback methods for manage filter from Active Script.
+
* Added callback methods to manage filter from ActionScript.
  
 
===2.0.0.9 - Jan 29, 2009===
 
===2.0.0.9 - Jan 29, 2009===
  
* Added: Method for get original color channel values (not pre-multiplied by the alpha values).
+
* Added method to get original color channel values (not pre-multiplied by the alpha values).
  
 
===2.0.0.8 - Nov 27, 2008===
 
===2.0.0.8 - Nov 27, 2008===
  
* Fixed: Background color changing issue.
+
* Fixed background color changing issue.
* Fixed: Reference Clock usage.
+
* Fixed Reference Clock usage.
  
 
===2.0.0.7 - Nov 19, 2008===
 
===2.0.0.7 - Nov 19, 2008===
Line 104: Line 154:
 
* First release.
 
* First release.
  
[[Category:Release Notes]]
+
[[Category:Release Notes1]]
 
__NOTOC__
 
__NOTOC__

Latest revision as of 00:40, 24 October 2013

This is the release notes for Flash Animation Source.

2.5.0.4 - May 11, 2011

  • Fixed problem with property page opening on Windows 7.

2.5.0.3 - Mar 11, 2011

  • Added loading settings from registry.

2.5.0.2 - Mar 11, 2011

  • Fixed problem with EOS notification.

2.5.0.1 - Dec 23, 2010

  • Fixed problems with registration of Release version.

2.5.0.0 - Dec 11, 2010

  • Removed audio stream support.
  • Product renamed from Flash Source to Flash Animation Source.

2.0.2.6 - Jun 04, 2010

  • Fixed duration of Flash movie (wasn't valid in some cases).

2.0.2.5 - Mar 24, 2010

  • Fixed false positive notification from AVG antivirus.

2.0.2.4 - Jan 26, 2010

  • Fixed installer bug for Vista.

2.0.2.3 - Jan 25, 2010

  • Fixed invalid sync point flag for video samples.

2.0.2.2 - Jan 14, 2010

  • Fixed problems with internal window creation.

2.0.2.1_beta - Jan 12, 2010

  • Added debug info to check ATL window thunks.

2.0.2.0_beta - Jan 11, 2010

  • Added debug info: list of DLLs with hooks.

2.0.1.9_beta - Jan 09, 2010

  • Added debug info to check creation of internal window.

2.0.1.8 - Dec 11, 2009

  • Added variable with user data to interface methods for callbacks IMLFlashExtern::CallExtern() and IMLFlashSource::SetExternInterface().

2.0.1.7 - Dec 10, 2009

  • Fixed repainting of first frame.
  • Fixed Pause() issues.

2.0.1.6 - Dec 09, 2009

  • Added support of ActionScript ExternalInterface.call() method.

2.0.1.5 - Dec 07, 2009

  • Added RTMP support.

2.0.1.3_beta - Nov 09, 2009

  • Several Flash filters with audio can now be used in one process.
  • Increased maximum size of Flash window.

2.0.1.2_beta - Oct 16, 2009

  • Test version with extended Debug info.

2.0.1.1_beta - Apr 29, 2009

  • Added callback methods to manage filter from ActionScript.

2.0.0.9 - Jan 29, 2009

  • Added method to get original color channel values (not pre-multiplied by the alpha values).

2.0.0.8 - Nov 27, 2008

  • Fixed background color changing issue.
  • Fixed Reference Clock usage.

2.0.0.7 - Nov 19, 2008

  • Fixed: Bug with inverted (opside down) images.

2.0.0.6 - Nov 11, 2008

  • Added: CallFunction(BSTR request, BSTR* response) method of Flash ActiveX.
  • Added: TGotoFrame(BSTR target, long FrameNum) method of Flash ActiveX.
  • Added: TGotoLabel(BSTR target, BSTR label) method of Flash ActiveX.
  • Added: Specification of flash variables after name of .SWF file, for example: test.swf?var1=val1&var2=val2.

2.0.0.5 - Sep 10, 2008

  • Fixed: Problems with .FLV files playback.

2.0.0.4 - Aug 29, 2008

  • Added: Method for enabling/disabling connection with ARGB32 media type only and check box on property page.
  • Added: Methods to get/set Flash variables.
  • Added: Saving/loading of Flash properties to/from stream.

2.0.0.3 - Aug 25, 2008

  • Fixed: Problems with repainting for some .SWF files.
  • Added: Description of possible errors added to .IDL file.

2.0.0.2 - Aug 24, 2008

  • Fixed: Problems with definiton of Flash video resolution.
  • Fixed: Bugs in loop property implementation.
  • Added: Support of latest Flash ActiveX version (9.0.124.0).

2.0.0.1 - Jul 16, 2008

  • Code of filter rewritten.
  • Fixed: Performance is now close to that of the original Flash ActiveX.
  • Added: Alpha channel for ARGB32.
  • Added: Seeking/positioning.
  • Added: Playing of .SWF files from network.
  • Added: Auto definition of original FPS.
  • Added: Auto definition of image size.

For proper installation remove the old version before running the installer.

This release is a beta. Please test heavily before implementing.

1.0.2.1 – Feb 16, 2008

  • Added: Filter interface extended.

1.0.2.0 – Nov 09, 2007

  • Changed: IPP library changed from 5.2 to 5.3.

1.0.1.0 – Nov 04, 2007

  • First release.
Personal tools