Offline descrambler 2
---------------------

Offline descrambler is a simple tool to descramble CSA scrambled
streams using MultiDec 8.2 compatible plugins.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

HISTORY
-------
Version 2.10
	+ Added ability to load the CSA engine from the GUI, useful to perform
	  speed tests with different DLLs. DLLs must be named CSA.*.DLL
	! Fixed a bug where the "analyzed" PIDs never transmitted
	  to plugins, only the PIDs in the INI file.
	! Fixed a bug in output file name (never auto set).
	+ Improved CSA.dll speed for AMD (CSA.AMD.DLL) and Intel (CSA.Intel.DLL)
	  Both DLLs should speed up around a 5%-10% in each platform.
	~ Performance test reduced to 5 seconds and fixed a little bug that
	  make some DLLs to appear to run incredible fast.
	
Version 2.00
	Based in the SatRookie code and optimized by JoshyFun.
	Added some stream analize functions, improved plugins
	compatibility and speed up in the decode process.

	The code is still GPL, write to joshyfun@softhome.net
	to get your source code copy. I will put the complete
	source code in a future package when I was able to remove
	non used pieces of code, nonused files and add some
	comments to the code. (Delphi 6 Code).

	There is no manual yet but I think almost everything could
	be understand without any manual :) I hope.

Version 1.00
	Written by SatRookie. Initial version, a bit slow.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

License
-------
  CSA Offline Decoder

  Author: SatRookie (First release)
  Author: JoshyFun (Second release)

  This program is free software; you can redistribute it and/or
  modify it under the terms of the GNU General Public License
  as published by the Free Software Foundation; either version 2
  of the License, or (at your option) any later version.


  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.


  You should have received a copy of the GNU General Public License
  along with this program; if not, write to the Free Software
  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  Or, point your browser to http://www.gnu.org/copyleft/gpl.html


  The author can be reached at Sat_Rookie@hotmail.com (First release)
  The author can be reached at joshyfun@softhome.net (Second release)
