<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.multimedia.cx/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=C0D3K</id>
	<title>MultimediaWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.multimedia.cx/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=C0D3K"/>
	<link rel="alternate" type="text/html" href="https://wiki.multimedia.cx/index.php/Special:Contributions/C0D3K"/>
	<updated>2026-04-23T08:39:17Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.5</generator>
	<entry>
		<id>https://wiki.multimedia.cx/index.php?title=Iterated_Function_Systems_(IFS)&amp;diff=15450</id>
		<title>Iterated Function Systems (IFS)</title>
		<link rel="alternate" type="text/html" href="https://wiki.multimedia.cx/index.php?title=Iterated_Function_Systems_(IFS)&amp;diff=15450"/>
		<updated>2019-04-30T18:22:29Z</updated>

		<summary type="html">&lt;p&gt;C0D3K: info about IFS, need to edit the other IFS page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*Documentation Pulled From: http://links.uwaterloo.ca/ResearchIFSFractalCoding.html&lt;br /&gt;
&lt;br /&gt;
=== Iterated Function Systems (IFS) ===&lt;br /&gt;
* IFS is the term originally devised by Michael Barnsley and Steven Demko [1] for a collection of contraction mappings over a complete metric space, typically compact subsets of R^n. Systems of contraction mappings had been considered previously by a number authors for various purposes. But the landmark papers of John Hutchinson [2] and, independently, Barnsley and Demko [1] showed how such systems of mappings with associated probabilities could be used to construct fractal sets and measures: the former from a geometric measure theory setting and the latter from a probabilistic setting. For those who are not familiar with IFS, we'll provide a simple discussion and example a little later in this section.&lt;br /&gt;
&lt;br /&gt;
* Just as important, however, was the fact that the Barnsley/Demko paper was the first to suggest that IFS could be used to approximate natural objects. This was the seed of the inverse problem of fractal approximation: Given a &amp;quot;target&amp;quot; set, S, for example, a leaf, can we find an IFS with attractor A (see below) that approximates S to a reasonable degree.&lt;br /&gt;
&lt;br /&gt;
* In a subsequent paper, Barnsley and students [3] showed how the inverse problem of fractal approximation was could be reformulated by means of the infamous &amp;quot;Collage Theorem&amp;quot;: instead of trying to find an IFS whose attractor A would match the target S (a very tedious and difficult problem), one can look for an IFS that maps A as close as possible to itself. More on this later.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Fractal Image Coding ===&lt;br /&gt;
* After [3], the next natural question was: &amp;quot;Can we use IFS to approximate images?&amp;quot; The seminal paper [4] by A. Jacquin, then a Ph.D. student of Barnsley at Georgia Tech, provided the basis of block-based fractal image coding which is still used today. Jacquin's paper launched an intensive activity in fractal image compression [5-7]. Indeed, in the meantime, Barnsley left Georgia Tech to found the company Iterated Systems which was dedicated to the commercialization of fractal image compression.&lt;br /&gt;
&lt;br /&gt;
* In fractal image coding, one tries again to approximate a &amp;quot;target&amp;quot; image y with the fixed point x' of a contractive fractal transform T. In general, however, this direct inverse problem is difficult because of the complex nature of the fractal transform, which maps modified subimages onto other regions. A great simplification is afforded by the Collage Theorem of Ref. [3] above. In collage coding, one looks for a transform T that minimizes the so-called collage distance d(y,Ty). Most, if not all, fractal image coding methods rely on collage coding.&lt;br /&gt;
&lt;br /&gt;
* Fractal compression methods were actually quite competitive until the appearance of powerful wavelet-based methods and, subsequently, context-based coders. Nevertheless, it has always been the philosophy of the Waterloo research programme that fractal-based methods are interesting mathematically and that they may also be able to provide useful information about images. We are indeed finding that there is much &amp;quot;life after compression&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
* Very briefly, block-based fractal image coding is a &amp;quot;local IFS&amp;quot; procedure. Given an image I, one typically seeks to approximate its subimages on n x n range subblocks R_i with contracted (i.e., decimated) and greyscale-modified subimages on 2n x 2n domain subblocks D_j. For each range block, one searches for the best domain block D_i from a domain pool. The larger the domain pool, the better opportunity for a good approximation, but at the expense of higher search times.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== A Simple Introduction to IFS ===&lt;br /&gt;
&lt;br /&gt;
* Suppose that w : X -&amp;gt; X is a contraction mapping of a complete metric space (X,d) to itself. Then, by the celebrated Banach Fixed Point Theorem, there is a unique point x' in X such that w(x') = x', the fixed point of w. Moreover, for any starting point x_0 in X, the sequence of points {x_n} defined by the iteration procedure x_{n+1}=w(x_n) converges to x' as n -&amp;gt; infinity. In other words, x' is an attractive fixed point .&lt;br /&gt;
&lt;br /&gt;
* Now suppose that we have more than one contraction mapping on X, i.e. w_i : X -&amp;gt; X, i=1,...N. Each of these maps w_i will have its own fixed point x'_i. And, of course, if we apply only one of these maps repeatedly, say w_P, then the iteration sequence {x_n} will converge to its fixed point x'_P. But what happens if you pick the maps at random? Clearly, each map will be fighting to bring the sequence to its own fixed point!&lt;br /&gt;
&lt;br /&gt;
* Assuming that you pick each map w_i with a nonzero probability p_i (sum of p_i = 1), the sequence will eventually approach a unique set, the &amp;quot;attractor&amp;quot; A of the &amp;quot;iterated function system&amp;quot; W = {w_1, ... , w_N}, performing a random walk over it (or at least getting nearer and nearer to it). The probabilities will play a role in determining how often various regions of the attractor are visited.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Examples on [0,1]: ===&lt;br /&gt;
* Example 1:&lt;br /&gt;
 w_1(x) = x/3, w_2(x) = x/3 + 2/3 &lt;br /&gt;
!Note that w_1(0)=0 and w_2(1)=1. Then the attractor of this IFS is the classical Cantor set on [0,1].&lt;br /&gt;
&lt;br /&gt;
* Example 2:&lt;br /&gt;
 w_1(x) = x/2, w_2(x) = x/2 + 1/2&lt;br /&gt;
!Note again that w_1(0)=0 and w_2(1)=1. Then the attractor of this IFS is the interval [0,1]. If p_1 = p_2 = 1/2, then the distribution of the random-walking iterates {x_n} over the interval [0,1] is uniform. If p_1 &amp;gt; p_2, then there is more probability of finding the iterates in the interval [0,1/2] than in [1/2,1]. But this means that there will be more probability of finding them in [0,1/4] vs. [1/4,1/2] and more in [1/2,3/4] than [3/4,1], and so on. The result is that the visitation frequencies over small sets demonstrate a complicated fractal-like pattern. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== An example in [0,1] X [0,1]: ===&lt;br /&gt;
 w_1(x,y)=(x/2,y/2), w_2(x,y)=(x/2+1/2,y/2), w_3(x,y)=(x/2,y/2+1/2)&lt;br /&gt;
The fixed points of these maps are, respectively, (0,0), (1,0) and (0,1). The attractor of this IFS is a &amp;quot;rectangular&amp;quot; Sierpinski gasket with corners at these fixed points.&lt;br /&gt;
&lt;br /&gt;
* Note:  Let us go back to Franklin Mendvil's beautiful montage of photos presented above. Starting at the upper left photo (which could be considered as the &amp;quot;seed&amp;quot; set), if you scan left-to-right and then move down and scan left-to-right again, you have the first six &amp;quot;sets&amp;quot; that are approaching this &amp;quot;rectangular&amp;quot; Sierpinski gasket. &lt;br /&gt;
&lt;br /&gt;
* For a little more discussion on this subject, along with a quite readable introduction to fractal image coding, you may wish to look at E.R. Vrscay's [http://links.uwaterloo.ca/papers/waterloo/vr95.pdf Hitchhiker's Guide to Fractal Image Compression]. It was written for a general audience with some undergraduate mathematical knowledge. Ref. [8] below is also a very nice and readable discussion of fractal image coding. &lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
* 1. M.F. Barnsley and S. Demko, Iterated function systems and the global construction of fractals, Proc. Roy. Soc. London A399, 243-275 (1985). &lt;br /&gt;
* 2. J. Hutchinson, Fractals and self-similarity, Indiana Univ. J. Math. 30, 713-747 (1981).&lt;br /&gt;
* 3. M.F. Barnsley, V. Ervin, D. Hardin and J. Lancaster, Solution of an inverse problem for fractals and other sets, Proc. Nat. Acad. Sci. USA 83, 1975-1977 (1985).&lt;br /&gt;
* 4 . A. Jacquin, Image coding based on a fractal theory of iterated contractive image transformations, IEEE Trans. Image Proc. 1, 18-30 (1992).&lt;br /&gt;
* 5. M.F. Barnsley and L.P. Hurd, Fractal Image Compression, A.K. Peters, Wellesley, Mass. (1993).&lt;br /&gt;
* 6. Y. Fisher, Fractal Image Compression, Theory and Application, Springer-Verlag, New York (1995).&lt;br /&gt;
* 7. N. Lu, Fractal Imaging, Academic Press, New York (1997). &lt;br /&gt;
* 8. Y. Fisher, A discussion of fractal image compression, in Chaos and Fractals, New Frontiers of Science, H.-O. Peitgen, H. Jurgens and D. Saupe, Springer-Verlag, Heidelberg (1994).&lt;/div&gt;</summary>
		<author><name>C0D3K</name></author>
	</entry>
	<entry>
		<id>https://wiki.multimedia.cx/index.php?title=IFS&amp;diff=15449</id>
		<title>IFS</title>
		<link rel="alternate" type="text/html" href="https://wiki.multimedia.cx/index.php?title=IFS&amp;diff=15449"/>
		<updated>2019-04-30T15:41:33Z</updated>

		<summary type="html">&lt;p&gt;C0D3K: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* Extension: .ifs&lt;br /&gt;
* Website: http://www.verrando.com/pulcini/gp-ifs1.html&lt;br /&gt;
* Theory: http://www.verrando.com/pulcini/gp-ifs4.html&lt;br /&gt;
* Author: Giovambattista Pulcini&lt;br /&gt;
&lt;br /&gt;
=== Overview ===&lt;br /&gt;
&lt;br /&gt;
A Fractal image format made in 1995 to convert TrueColor images into an Fractal format.&lt;br /&gt;
&lt;br /&gt;
The program is partially based on Yuval Fisher's [https://web.archive.org/web/20020208225342/http://inls.ucsd.edu/Research/Fisher/Fractals/enc.c enc.c]/[https://web.archive.org/web/20020122033408/http://inls.ucsd.edu/Research/Fisher/Fractals/dec.c dec.c], but uses a simpler classification scheme. &lt;br /&gt;
&lt;br /&gt;
 Software &amp;amp; Sources: &lt;br /&gt;
 [http://www.verrando.com/pulcini/ftp/ifsaf.zip IFSAF]&lt;br /&gt;
 [http://www.verrando.com/pulcini/ftp/ifsdlglt.zip IFSAF dlg lite] for NT and 95&lt;br /&gt;
 [http://www.verrando.com/pulcini/ftp/ifssrclt.zip IFSAF dlg lite source]&lt;br /&gt;
&lt;br /&gt;
[[Category:Container Formats]]&lt;br /&gt;
[[Category:Image Formats]]&lt;/div&gt;</summary>
		<author><name>C0D3K</name></author>
	</entry>
	<entry>
		<id>https://wiki.multimedia.cx/index.php?title=IFS&amp;diff=15448</id>
		<title>IFS</title>
		<link rel="alternate" type="text/html" href="https://wiki.multimedia.cx/index.php?title=IFS&amp;diff=15448"/>
		<updated>2019-04-30T15:41:03Z</updated>

		<summary type="html">&lt;p&gt;C0D3K: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* Extension: .ifs&lt;br /&gt;
* Website: http://www.verrando.com/pulcini/gp-ifs1.html&lt;br /&gt;
* Theory: http://www.verrando.com/pulcini/gp-ifs4.html&lt;br /&gt;
* Author: Giovambattista Pulcini&lt;br /&gt;
&lt;br /&gt;
=== Overview ===&lt;br /&gt;
&lt;br /&gt;
A Fractal image format made in 1995 to convert TrueColor images into an Fractal format.&lt;br /&gt;
&lt;br /&gt;
The program is partially based on Yuval Fisher's [https://web.archive.org/web/20020208225342/http://inls.ucsd.edu/Research/Fisher/Fractals/enc.c enc.c]/[http://inls.ucsd.edu/Research/Fisher/Fractals/dec.c dec.c], but uses a simpler classification scheme. &lt;br /&gt;
&lt;br /&gt;
 Software &amp;amp; Sources: &lt;br /&gt;
 [http://www.verrando.com/pulcini/ftp/ifsaf.zip IFSAF]&lt;br /&gt;
 [http://www.verrando.com/pulcini/ftp/ifsdlglt.zip IFSAF dlg lite] for NT and 95&lt;br /&gt;
 [http://www.verrando.com/pulcini/ftp/ifssrclt.zip IFSAF dlg lite source]&lt;br /&gt;
&lt;br /&gt;
[[Category:Container Formats]]&lt;br /&gt;
[[Category:Image Formats]]&lt;/div&gt;</summary>
		<author><name>C0D3K</name></author>
	</entry>
	<entry>
		<id>https://wiki.multimedia.cx/index.php?title=IFS&amp;diff=15447</id>
		<title>IFS</title>
		<link rel="alternate" type="text/html" href="https://wiki.multimedia.cx/index.php?title=IFS&amp;diff=15447"/>
		<updated>2019-04-30T07:46:58Z</updated>

		<summary type="html">&lt;p&gt;C0D3K: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* Extension: .ifs&lt;br /&gt;
* Website: http://www.verrando.com/pulcini/gp-ifs1.html&lt;br /&gt;
* Theory: http://www.verrando.com/pulcini/gp-ifs4.html&lt;br /&gt;
* Author: Giovambattista Pulcini&lt;br /&gt;
&lt;br /&gt;
=== Overview ===&lt;br /&gt;
&lt;br /&gt;
A Fractal image format made in 1995 to convert TrueColor images into an Fractal format.&lt;br /&gt;
&lt;br /&gt;
The program is partially based on Yuval Fisher's enc.c/dec.c, but uses a simpler classification scheme. &lt;br /&gt;
&lt;br /&gt;
 Software &amp;amp; Sources: &lt;br /&gt;
 [http://www.verrando.com/pulcini/ftp/ifsaf.zip IFSAF]&lt;br /&gt;
 [http://www.verrando.com/pulcini/ftp/ifsdlglt.zip IFSAF dlg lite] for NT and 95&lt;br /&gt;
 [http://www.verrando.com/pulcini/ftp/ifssrclt.zip IFSAF dlg lite source]&lt;br /&gt;
&lt;br /&gt;
[[Category:Container Formats]]&lt;br /&gt;
[[Category:Image Formats]]&lt;/div&gt;</summary>
		<author><name>C0D3K</name></author>
	</entry>
	<entry>
		<id>https://wiki.multimedia.cx/index.php?title=IFS&amp;diff=15446</id>
		<title>IFS</title>
		<link rel="alternate" type="text/html" href="https://wiki.multimedia.cx/index.php?title=IFS&amp;diff=15446"/>
		<updated>2019-04-29T20:37:08Z</updated>

		<summary type="html">&lt;p&gt;C0D3K: Created page with &amp;quot;* Extension: .ifs * Website: http://www.verrando.com/pulcini/gp-ifs1.html * Theory: http://www.verrando.com/pulcini/gp-ifs4.html * Author: Giovambattista Pulcini  === Overview...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* Extension: .ifs&lt;br /&gt;
* Website: http://www.verrando.com/pulcini/gp-ifs1.html&lt;br /&gt;
* Theory: http://www.verrando.com/pulcini/gp-ifs4.html&lt;br /&gt;
* Author: Giovambattista Pulcini&lt;br /&gt;
&lt;br /&gt;
=== Overview ===&lt;br /&gt;
&lt;br /&gt;
A Fractal image format made in 1995 to convert TrueColor images into an Fractal format.&lt;br /&gt;
&lt;br /&gt;
 Software &amp;amp; Sources: &lt;br /&gt;
 [http://www.verrando.com/pulcini/ftp/ifsaf.zip IFSAF]&lt;br /&gt;
 [http://www.verrando.com/pulcini/ftp/ifsdlglt.zip IFSAF dlg lite] for NT and 95&lt;br /&gt;
 [http://www.verrando.com/pulcini/ftp/ifssrclt.zip IFSAF dlg lite source]&lt;br /&gt;
&lt;br /&gt;
[[Category:Container Formats]]&lt;br /&gt;
[[Category:Image Formats]]&lt;/div&gt;</summary>
		<author><name>C0D3K</name></author>
	</entry>
	<entry>
		<id>https://wiki.multimedia.cx/index.php?title=Lossless_Codec_Libraries&amp;diff=15445</id>
		<title>Lossless Codec Libraries</title>
		<link rel="alternate" type="text/html" href="https://wiki.multimedia.cx/index.php?title=Lossless_Codec_Libraries&amp;diff=15445"/>
		<updated>2019-04-29T06:09:40Z</updated>

		<summary type="html">&lt;p&gt;C0D3K: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''This page is based on the document 'Description of the LCL codecs (MSZH and ZLIB)' by Roberto Togni found at [http://multimedia.cx/lcl.txt http://multimedia.cx/lcl.txt].''&lt;br /&gt;
&lt;br /&gt;
* FOURCCs: MSZH and ZLIB&lt;br /&gt;
* Frame type: intra only&lt;br /&gt;
* Website: http://www.geocities.jp/sandk_project/LRC.htm (Japanese)&lt;br /&gt;
* Samples: http://samples.mplayerhq.hu/V-codecs/mszh-zlib/&lt;br /&gt;
* Mirrored Codecs: [https://web.archive.org/web/20070108024547if_/http://www.geocities.jp:80/sandk_project/prg/LCL223.ZIP LCL 2.2.3][https://web.archive.org/web/20050131045315if_/http://www.geocities.co.jp:80/Playtown-Denei/2837/prg/LCL222.ZIP LCL 2.2.2][https://web.archive.org/web/20040315230350if_/http://www.geocities.co.jp:80/Playtown-Denei/2837/prg/LCL120A.LZH LCL 1.2.0a]&lt;br /&gt;
&lt;br /&gt;
These two codecs, used in [[Microsoft Audio/Video Interleaved|AVI]] files, were created by Kenji Oshima to compress digital animation. MSZH is based on a simple proprietary compressor while ZLIB uses deflate method found in the [http://www.zlib.org zlib library] to compress frames.&lt;br /&gt;
&lt;br /&gt;
This description is based on LCL Ver 2.23 dated 2000.09.20. &lt;br /&gt;
&lt;br /&gt;
== Basic Description ==&lt;br /&gt;
&lt;br /&gt;
The codec converts original RGB24 image data to a target colorspace and compresses it with a selected algorithm. The codec can also remove unchanged frames and replace them with null frames, and can filter image data before compression. The only difference between avimszh and avizlib is in the stream compressor. PNG filtering is available only in avizlib. Except for null frames, there is no temporal compression, and all frames can be decoded independently from the others. Each AVI chunk contains one frame. In case of multithreaded mode the two sections are stored into the same chunk.&lt;br /&gt;
&lt;br /&gt;
== File Header ==&lt;br /&gt;
&lt;br /&gt;
Codec information is stored at the end of [[BITMAPINFOHEADER]] structure into AVI header. This structure is 8 bytes longer than the standard structure.&lt;br /&gt;
&lt;br /&gt;
 struct {&lt;br /&gt;
   standard BITMAPINFOHEADER fields&lt;br /&gt;
 &lt;br /&gt;
   unsigned char unknown[4];&lt;br /&gt;
   unsigned char imagetype;&lt;br /&gt;
   unsigned char compression;&lt;br /&gt;
   unsigned char flags;&lt;br /&gt;
   unsigned char codec;&lt;br /&gt;
 } BITMAPINFOHEADER_extended&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* unknown:&lt;br /&gt;
 always [4, 0, 0, 0]&lt;br /&gt;
&lt;br /&gt;
* codec:&lt;br /&gt;
 1 mszh&lt;br /&gt;
 3 zlib&lt;br /&gt;
&lt;br /&gt;
* imagetype:&lt;br /&gt;
 0 [[YUV 1:1:1]]&lt;br /&gt;
 1 [[YUV 4:2:2]]&lt;br /&gt;
 2 [[Lossless Codec Libraries#RGB24|RGB24]]&lt;br /&gt;
 3 [[YUV 4:1:1]]&lt;br /&gt;
 4 [[YUV 2:1:1]]&lt;br /&gt;
 5 [[YUV 4:2:0]]&lt;br /&gt;
&lt;br /&gt;
* compression:&lt;br /&gt;
 0 mszh: compression&lt;br /&gt;
 1 mszh: no compression, zlib: hispeed compression&lt;br /&gt;
 9 zlib: high compression&lt;br /&gt;
 -1 zlib: normal compression (zlib standard level)&lt;br /&gt;
&lt;br /&gt;
* flags:&lt;br /&gt;
 bit 0: multithread used&lt;br /&gt;
 bit 1: nullframe insertion used&lt;br /&gt;
 bit 3: png fileter used (zlib only)&lt;br /&gt;
&lt;br /&gt;
== Image Types ==&lt;br /&gt;
&lt;br /&gt;
'''(TODO: These should probably be moved to their own pages)'''&lt;br /&gt;
&lt;br /&gt;
=== RGB24 ===&lt;br /&gt;
&lt;br /&gt;
This colorspace is laid out as standard Blue-Green-Red order color data, totaling 3 bytes per pixel.&lt;br /&gt;
&lt;br /&gt;
=== YUV ===&lt;br /&gt;
&lt;br /&gt;
YUV formats can be converted to RGB using the following equations:&lt;br /&gt;
    R = Y + 1.403V'&lt;br /&gt;
    G = Y - 0.344U' - 0.714V'&lt;br /&gt;
    B = Y + 1.770U'&lt;br /&gt;
or, in a programmer-friendly form (integer math)&lt;br /&gt;
    b = ((y &amp;lt;&amp;lt; 20) + u * 1858076 + 0x80000) &amp;gt;&amp;gt; 20;&lt;br /&gt;
    g = ((y &amp;lt;&amp;lt; 20) - u * 360857 - v * 748830 + 0x80000) &amp;gt;&amp;gt; 20;&lt;br /&gt;
    r = ((y &amp;lt;&amp;lt; 20) + v * 1470103 + 0x80000) &amp;gt;&amp;gt; 20;&lt;br /&gt;
Values are then clamped to 0-255 range.&lt;br /&gt;
&lt;br /&gt;
Please note that these equations don't have the 128 offset value into U and V components.&lt;br /&gt;
&lt;br /&gt;
YUV structure: packed format with various subsampling factors&lt;br /&gt;
'''(TODO: add byte order and description for every YUV format)'''&lt;br /&gt;
&lt;br /&gt;
Please note that byte order is different from standard YUV formats with the same name!&lt;br /&gt;
&lt;br /&gt;
== Compression ==&lt;br /&gt;
&lt;br /&gt;
As the codec name suggests, all compressors are lossless.&lt;br /&gt;
&lt;br /&gt;
=== Zlib compression ===&lt;br /&gt;
&lt;br /&gt;
This mode uses the standard zlib deflate method. For algorithm description refer to the zlib docs. The compressor state is reset every frame (decode every frame independently). Compression codes (1, 9, -1) have the same meaning as zlib compression flags. Zlib does not require compression level at decompressor so the value is there only for informational purposes.&lt;br /&gt;
&lt;br /&gt;
=== Mszh ===&lt;br /&gt;
&lt;br /&gt;
No compression: Just does what it says, image is not compressed at all.&lt;br /&gt;
&lt;br /&gt;
Mszh compression: Works by copying blocks from already decoded data.&lt;br /&gt;
'''(TODO: add mszh decompression algorithm)'''&lt;br /&gt;
&lt;br /&gt;
== Flags ==&lt;br /&gt;
&lt;br /&gt;
=== Multithreaded ===&lt;br /&gt;
&lt;br /&gt;
The encoded image is split in two independent blocks. The decoder must decode them separately and concatenate the resulting images. &lt;br /&gt;
'''(TODO: add length and offset fields)'''&lt;br /&gt;
&lt;br /&gt;
=== Nullframe ===&lt;br /&gt;
&lt;br /&gt;
If one frame is unchanged from the previous frame, the coder replaces the new frame with a null frame.&lt;br /&gt;
&lt;br /&gt;
=== PNG Filter (zlib only) ===&lt;br /&gt;
&lt;br /&gt;
It is unclear why this is called a PNG filter since it has nothing to do with filters used in pnglib. All filters share the same structure, but the implementation depends on the colorspace. PNG filters are line-based, first pixel is stored unchanged, then other values are stored as difference from the previous ones. The filter (if any) is applied between decompression and colorspace conversion.&lt;br /&gt;
&lt;br /&gt;
'''(TODO: add structure for each pngfilter)'''&lt;br /&gt;
&lt;br /&gt;
[[Category:Video Codecs]]&lt;br /&gt;
[[Category:Lossless Video Codecs]]&lt;/div&gt;</summary>
		<author><name>C0D3K</name></author>
	</entry>
	<entry>
		<id>https://wiki.multimedia.cx/index.php?title=Lossless_Codec_Libraries&amp;diff=15444</id>
		<title>Lossless Codec Libraries</title>
		<link rel="alternate" type="text/html" href="https://wiki.multimedia.cx/index.php?title=Lossless_Codec_Libraries&amp;diff=15444"/>
		<updated>2019-04-29T06:09:06Z</updated>

		<summary type="html">&lt;p&gt;C0D3K: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''This page is based on the document 'Description of the LCL codecs (MSZH and ZLIB)' by Roberto Togni found at [http://multimedia.cx/lcl.txt http://multimedia.cx/lcl.txt].''&lt;br /&gt;
&lt;br /&gt;
* FOURCCs: MSZH and ZLIB&lt;br /&gt;
* Frame type: intra only&lt;br /&gt;
* Website: http://www.geocities.jp/sandk_project/LRC.htm (Japanese)&lt;br /&gt;
* Samples: http://samples.mplayerhq.hu/V-codecs/mszh-zlib/&lt;br /&gt;
* Mirrored Codecs: [https://web.archive.org/web/20070108024547if_/http://www.geocities.jp:80/sandk_project/prg/LCL223.ZIP LCL 2.2.3] [https://web.archive.org/web/20050131045315if_/http://www.geocities.co.jp:80/Playtown-Denei/2837/prg/LCL222.ZIP LCL 2.2.2][https://web.archive.org/web/20040315230350if_/http://www.geocities.co.jp:80/Playtown-Denei/2837/prg/LCL120A.LZH LCL 1.2.0a]&lt;br /&gt;
&lt;br /&gt;
These two codecs, used in [[Microsoft Audio/Video Interleaved|AVI]] files, were created by Kenji Oshima to compress digital animation. MSZH is based on a simple proprietary compressor while ZLIB uses deflate method found in the [http://www.zlib.org zlib library] to compress frames.&lt;br /&gt;
&lt;br /&gt;
This description is based on LCL Ver 2.23 dated 2000.09.20. &lt;br /&gt;
&lt;br /&gt;
== Basic Description ==&lt;br /&gt;
&lt;br /&gt;
The codec converts original RGB24 image data to a target colorspace and compresses it with a selected algorithm. The codec can also remove unchanged frames and replace them with null frames, and can filter image data before compression. The only difference between avimszh and avizlib is in the stream compressor. PNG filtering is available only in avizlib. Except for null frames, there is no temporal compression, and all frames can be decoded independently from the others. Each AVI chunk contains one frame. In case of multithreaded mode the two sections are stored into the same chunk.&lt;br /&gt;
&lt;br /&gt;
== File Header ==&lt;br /&gt;
&lt;br /&gt;
Codec information is stored at the end of [[BITMAPINFOHEADER]] structure into AVI header. This structure is 8 bytes longer than the standard structure.&lt;br /&gt;
&lt;br /&gt;
 struct {&lt;br /&gt;
   standard BITMAPINFOHEADER fields&lt;br /&gt;
 &lt;br /&gt;
   unsigned char unknown[4];&lt;br /&gt;
   unsigned char imagetype;&lt;br /&gt;
   unsigned char compression;&lt;br /&gt;
   unsigned char flags;&lt;br /&gt;
   unsigned char codec;&lt;br /&gt;
 } BITMAPINFOHEADER_extended&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* unknown:&lt;br /&gt;
 always [4, 0, 0, 0]&lt;br /&gt;
&lt;br /&gt;
* codec:&lt;br /&gt;
 1 mszh&lt;br /&gt;
 3 zlib&lt;br /&gt;
&lt;br /&gt;
* imagetype:&lt;br /&gt;
 0 [[YUV 1:1:1]]&lt;br /&gt;
 1 [[YUV 4:2:2]]&lt;br /&gt;
 2 [[Lossless Codec Libraries#RGB24|RGB24]]&lt;br /&gt;
 3 [[YUV 4:1:1]]&lt;br /&gt;
 4 [[YUV 2:1:1]]&lt;br /&gt;
 5 [[YUV 4:2:0]]&lt;br /&gt;
&lt;br /&gt;
* compression:&lt;br /&gt;
 0 mszh: compression&lt;br /&gt;
 1 mszh: no compression, zlib: hispeed compression&lt;br /&gt;
 9 zlib: high compression&lt;br /&gt;
 -1 zlib: normal compression (zlib standard level)&lt;br /&gt;
&lt;br /&gt;
* flags:&lt;br /&gt;
 bit 0: multithread used&lt;br /&gt;
 bit 1: nullframe insertion used&lt;br /&gt;
 bit 3: png fileter used (zlib only)&lt;br /&gt;
&lt;br /&gt;
== Image Types ==&lt;br /&gt;
&lt;br /&gt;
'''(TODO: These should probably be moved to their own pages)'''&lt;br /&gt;
&lt;br /&gt;
=== RGB24 ===&lt;br /&gt;
&lt;br /&gt;
This colorspace is laid out as standard Blue-Green-Red order color data, totaling 3 bytes per pixel.&lt;br /&gt;
&lt;br /&gt;
=== YUV ===&lt;br /&gt;
&lt;br /&gt;
YUV formats can be converted to RGB using the following equations:&lt;br /&gt;
    R = Y + 1.403V'&lt;br /&gt;
    G = Y - 0.344U' - 0.714V'&lt;br /&gt;
    B = Y + 1.770U'&lt;br /&gt;
or, in a programmer-friendly form (integer math)&lt;br /&gt;
    b = ((y &amp;lt;&amp;lt; 20) + u * 1858076 + 0x80000) &amp;gt;&amp;gt; 20;&lt;br /&gt;
    g = ((y &amp;lt;&amp;lt; 20) - u * 360857 - v * 748830 + 0x80000) &amp;gt;&amp;gt; 20;&lt;br /&gt;
    r = ((y &amp;lt;&amp;lt; 20) + v * 1470103 + 0x80000) &amp;gt;&amp;gt; 20;&lt;br /&gt;
Values are then clamped to 0-255 range.&lt;br /&gt;
&lt;br /&gt;
Please note that these equations don't have the 128 offset value into U and V components.&lt;br /&gt;
&lt;br /&gt;
YUV structure: packed format with various subsampling factors&lt;br /&gt;
'''(TODO: add byte order and description for every YUV format)'''&lt;br /&gt;
&lt;br /&gt;
Please note that byte order is different from standard YUV formats with the same name!&lt;br /&gt;
&lt;br /&gt;
== Compression ==&lt;br /&gt;
&lt;br /&gt;
As the codec name suggests, all compressors are lossless.&lt;br /&gt;
&lt;br /&gt;
=== Zlib compression ===&lt;br /&gt;
&lt;br /&gt;
This mode uses the standard zlib deflate method. For algorithm description refer to the zlib docs. The compressor state is reset every frame (decode every frame independently). Compression codes (1, 9, -1) have the same meaning as zlib compression flags. Zlib does not require compression level at decompressor so the value is there only for informational purposes.&lt;br /&gt;
&lt;br /&gt;
=== Mszh ===&lt;br /&gt;
&lt;br /&gt;
No compression: Just does what it says, image is not compressed at all.&lt;br /&gt;
&lt;br /&gt;
Mszh compression: Works by copying blocks from already decoded data.&lt;br /&gt;
'''(TODO: add mszh decompression algorithm)'''&lt;br /&gt;
&lt;br /&gt;
== Flags ==&lt;br /&gt;
&lt;br /&gt;
=== Multithreaded ===&lt;br /&gt;
&lt;br /&gt;
The encoded image is split in two independent blocks. The decoder must decode them separately and concatenate the resulting images. &lt;br /&gt;
'''(TODO: add length and offset fields)'''&lt;br /&gt;
&lt;br /&gt;
=== Nullframe ===&lt;br /&gt;
&lt;br /&gt;
If one frame is unchanged from the previous frame, the coder replaces the new frame with a null frame.&lt;br /&gt;
&lt;br /&gt;
=== PNG Filter (zlib only) ===&lt;br /&gt;
&lt;br /&gt;
It is unclear why this is called a PNG filter since it has nothing to do with filters used in pnglib. All filters share the same structure, but the implementation depends on the colorspace. PNG filters are line-based, first pixel is stored unchanged, then other values are stored as difference from the previous ones. The filter (if any) is applied between decompression and colorspace conversion.&lt;br /&gt;
&lt;br /&gt;
'''(TODO: add structure for each pngfilter)'''&lt;br /&gt;
&lt;br /&gt;
[[Category:Video Codecs]]&lt;br /&gt;
[[Category:Lossless Video Codecs]]&lt;/div&gt;</summary>
		<author><name>C0D3K</name></author>
	</entry>
	<entry>
		<id>https://wiki.multimedia.cx/index.php?title=CorePNG&amp;diff=15443</id>
		<title>CorePNG</title>
		<link rel="alternate" type="text/html" href="https://wiki.multimedia.cx/index.php?title=CorePNG&amp;diff=15443"/>
		<updated>2019-04-29T05:58:01Z</updated>

		<summary type="html">&lt;p&gt;C0D3K: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* FOURCCs: PNG1&lt;br /&gt;
* Name: CorePNG&lt;br /&gt;
* Frame type: IP&lt;br /&gt;
* Website: [http://corecodec.org/projects/corepng CorePNG codec website]&lt;br /&gt;
&lt;br /&gt;
This lossless codec is based on the PNG image format.&lt;br /&gt;
Each frame can be encoded as-is (I-frame), or can represent a delta from the previous frame (P-frame). In both cases the data is compressed in standard PNG format.&lt;br /&gt;
&lt;br /&gt;
The codec was originally developed to compress subtitles.&lt;br /&gt;
&lt;br /&gt;
The codec supports [[Raw RGB|RGB[A]]] and [[Raw YUV|YUV]] colorspaces: In RGB mode every frame is compressed as a PNG image; in YUV mode a frame is stored as 3 PNG images with order Y, U, V.&lt;br /&gt;
&lt;br /&gt;
=== Binary Mirrors ===&lt;br /&gt;
&lt;br /&gt;
[http://www.jory.info/serendipity/archives/28-CorePNG-v0.8.2.html Mirror of VfW codec (with source)]&lt;br /&gt;
&lt;br /&gt;
[https://web.archive.org/web/20040117230558/http://corecodec.org:80/download.php/87/CorePNG-VFW-v0.8.1.exe Another Mirror of VfW codec (with source)]&lt;br /&gt;
&lt;br /&gt;
[https://web.archive.org/web/20040117231829if_/http://corecodec.org:80/download.php/96/CorePNG-VFW-v0.8.2.exe And Another Mirror of VfW codec (with source)]&lt;br /&gt;
&lt;br /&gt;
[[Category:Video Codecs]]&lt;br /&gt;
[[Category:Lossless Video Codecs]]&lt;/div&gt;</summary>
		<author><name>C0D3K</name></author>
	</entry>
	<entry>
		<id>https://wiki.multimedia.cx/index.php?title=Black_Magic&amp;diff=15442</id>
		<title>Black Magic</title>
		<link rel="alternate" type="text/html" href="https://wiki.multimedia.cx/index.php?title=Black_Magic&amp;diff=15442"/>
		<updated>2019-04-29T05:43:46Z</updated>

		<summary type="html">&lt;p&gt;C0D3K: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* Homepage http://www.decklink.com/&lt;br /&gt;
* Binary codec: http://www.decklink.com/downloads/codecs/Blackmagic_Codecs_v4.9.zip&lt;br /&gt;
&lt;br /&gt;
Uncompressed [[YUV]]/[[RGB]] 8/10 bit codec found in [[MOV]] containers.&lt;br /&gt;
 &lt;br /&gt;
Some details about the codec are available at http://www.decklink.com/support/detail.asp?techID=78&lt;br /&gt;
&lt;br /&gt;
=== Mirrored Binaries ===&lt;br /&gt;
[https://web.archive.org/web/20051124153806if_/http://www.decklink.com:80/downloads/codecs/Blackmagic_Codecs_v4.9.zip Windows Mirror] on archive.org&lt;br /&gt;
&lt;br /&gt;
[https://web.archive.org/web/20060509183340if_/http://decklink.com:80/downloads/codecs/Blackmagic_Codec_OSX.zip OSX Mirror] on archive.org&lt;br /&gt;
&lt;br /&gt;
[https://web.archive.org/web/20060509183333if_/http://decklink.com:80/downloads/codecs/Blackmagic_Codec_OS9.sit OS9 Mirror] on archive.org&lt;br /&gt;
&lt;br /&gt;
[[Category:Video Codecs]]&lt;br /&gt;
[[Category:Lossless Video Codecs]]&lt;br /&gt;
[[Category:Undiscovered Video Codecs]]&lt;/div&gt;</summary>
		<author><name>C0D3K</name></author>
	</entry>
	<entry>
		<id>https://wiki.multimedia.cx/index.php?title=Black_Magic&amp;diff=15441</id>
		<title>Black Magic</title>
		<link rel="alternate" type="text/html" href="https://wiki.multimedia.cx/index.php?title=Black_Magic&amp;diff=15441"/>
		<updated>2019-04-29T05:42:59Z</updated>

		<summary type="html">&lt;p&gt;C0D3K: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* Homepage http://www.decklink.com/&lt;br /&gt;
* Binary codec: http://www.decklink.com/downloads/codecs/Blackmagic_Codecs_v4.9.zip&lt;br /&gt;
&lt;br /&gt;
Uncompressed [[YUV]]/[[RGB]] 8/10 bit codec found in [[MOV]] containers. Some details about the codec are available at http://www.decklink.com/support/detail.asp?techID=78&lt;br /&gt;
&lt;br /&gt;
=== Mirrored Binaries ===&lt;br /&gt;
[https://web.archive.org/web/20051124153806if_/http://www.decklink.com:80/downloads/codecs/Blackmagic_Codecs_v4.9.zip Windows Mirror] on archive.org&lt;br /&gt;
&lt;br /&gt;
[https://web.archive.org/web/20060509183340if_/http://decklink.com:80/downloads/codecs/Blackmagic_Codec_OSX.zip OSX Mirror] on archive.org&lt;br /&gt;
&lt;br /&gt;
[https://web.archive.org/web/20060509183333if_/http://decklink.com:80/downloads/codecs/Blackmagic_Codec_OS9.sit OS9 Mirror] on archive.org&lt;br /&gt;
&lt;br /&gt;
[[Category:Video Codecs]]&lt;br /&gt;
[[Category:Lossless Video Codecs]]&lt;br /&gt;
[[Category:Undiscovered Video Codecs]]&lt;/div&gt;</summary>
		<author><name>C0D3K</name></author>
	</entry>
	<entry>
		<id>https://wiki.multimedia.cx/index.php?title=Alparysoft_lossless_codec&amp;diff=15440</id>
		<title>Alparysoft lossless codec</title>
		<link rel="alternate" type="text/html" href="https://wiki.multimedia.cx/index.php?title=Alparysoft_lossless_codec&amp;diff=15440"/>
		<updated>2019-04-29T05:28:31Z</updated>

		<summary type="html">&lt;p&gt;C0D3K: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* FourCCs: ASLC&lt;br /&gt;
* Samples: [http://samples.mplayerhq.hu/V-codecs/ASLC/ http://samples.mplayerhq.hu/V-codecs/ASLC/]&lt;br /&gt;
&lt;br /&gt;
=== Overview ===&lt;br /&gt;
* Compression of video stream is supported in the following formats:&lt;br /&gt;
* RGB24, YUY2, YV12, RGB8 (this type is for the grayscale image compression).&lt;br /&gt;
&lt;br /&gt;
=== Specifications ===&lt;br /&gt;
The codec's control is advanced with the following coptions:&lt;br /&gt;
&lt;br /&gt;
* 1. This option should be used for full-colored video in RGB-format (this option is ignored in YUV format video). This option should be switched off in video with less 16 colors.&lt;br /&gt;
&lt;br /&gt;
* 2. Interlace effect on video. Allows increasing compression ratio on interlaced video and to decrease it on non-interlaced :)&lt;br /&gt;
&lt;br /&gt;
* 3. To use the prediction algorithm for full-colored video. It's no use turning on this function in video with less than 16 colors.&lt;br /&gt;
&lt;br /&gt;
* 4. To use algorithms versions, optimized with SIMD-extension SSE. (supported with processors Intel Pentium III, AMD Athlon XP and older) It allows increasing the speed of compression/decompression to 20-50%. The information about your processor is also screened here (including if it supports SSE).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Mirrored Binaries ===&lt;br /&gt;
* [https://web.archive.org/web/20061216133954if_/http://www.alparysoft.com:80/file.php?id=40 aslcodec-setup.exe] on archive.org&lt;br /&gt;
* [https://web.archive.org/web/20041120002746/http://www.alparysoft.com/file.php?id=40 aslcodec_setup_2.0.exe] on archive.org&lt;br /&gt;
* [https://web.archive.org/web/20050205072705if_/http://www.alparysoft.com:80/file.php?id=40 aslcodec_setup_2.0b.957.exe] on archive.org&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Undiscovered Video Codecs]]&lt;br /&gt;
[[Category:Lossless Video Codecs]]&lt;br /&gt;
[[Category:Video Codecs]]&lt;/div&gt;</summary>
		<author><name>C0D3K</name></author>
	</entry>
	<entry>
		<id>https://wiki.multimedia.cx/index.php?title=Alparysoft_lossless_codec&amp;diff=15439</id>
		<title>Alparysoft lossless codec</title>
		<link rel="alternate" type="text/html" href="https://wiki.multimedia.cx/index.php?title=Alparysoft_lossless_codec&amp;diff=15439"/>
		<updated>2019-04-29T05:22:55Z</updated>

		<summary type="html">&lt;p&gt;C0D3K: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* FourCCs: ASLC&lt;br /&gt;
* Samples: [http://samples.mplayerhq.hu/V-codecs/ASLC/ http://samples.mplayerhq.hu/V-codecs/ASLC/]&lt;br /&gt;
&lt;br /&gt;
=== Overview ===&lt;br /&gt;
* Compression of video stream is supported in the following formats:&lt;br /&gt;
* RGB24, YUY2, YV12, RGB8 (this type is for the grayscale image compression).&lt;br /&gt;
&lt;br /&gt;
=== Specifications ===&lt;br /&gt;
The codec's control is advanced with the following coptions:&lt;br /&gt;
&lt;br /&gt;
* 1. This option should be used for full-colored video in RGB-format (this option is ignored in YUV format video). This option should be switched off in video with less 16 colors.&lt;br /&gt;
&lt;br /&gt;
* 2. Interlace effect on video. Allows increasing compression ratio on interlaced video and to decrease it on non-interlaced :)&lt;br /&gt;
&lt;br /&gt;
* 3. To use the prediction algorithm for full-colored video. It's no use turning on this function in video with less than 16 colors.&lt;br /&gt;
&lt;br /&gt;
* 4. To use algorithms versions, optimized with SIMD-extension SSE. (supported with processors Intel Pentium III, AMD Athlon XP and older) It allows increasing the speed of compression/decompression to 20-50%. The information about your processor is also screened here (including if it supports SSE).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Mirrored Binaries ===&lt;br /&gt;
* aslcodec-setup.exe: https://web.archive.org/web/20061216133954if_/http://www.alparysoft.com:80/file.php?id=40&lt;br /&gt;
* aslcodec_setup_2.0.exe https://web.archive.org/web/20041120002746/http://www.alparysoft.com/file.php?id=40&lt;br /&gt;
* aslcodec_setup_2.0b.957.exe https://web.archive.org/web/20050205072705if_/http://www.alparysoft.com:80/file.php?id=40&lt;br /&gt;
&lt;br /&gt;
[[Category:Undiscovered Video Codecs]]&lt;br /&gt;
[[Category:Lossless Video Codecs]]&lt;br /&gt;
[[Category:Video Codecs]]&lt;/div&gt;</summary>
		<author><name>C0D3K</name></author>
	</entry>
	<entry>
		<id>https://wiki.multimedia.cx/index.php?title=Alparysoft_lossless_codec&amp;diff=15438</id>
		<title>Alparysoft lossless codec</title>
		<link rel="alternate" type="text/html" href="https://wiki.multimedia.cx/index.php?title=Alparysoft_lossless_codec&amp;diff=15438"/>
		<updated>2019-04-29T05:22:23Z</updated>

		<summary type="html">&lt;p&gt;C0D3K: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* FourCCs: ASLC&lt;br /&gt;
* Samples: [http://samples.mplayerhq.hu/V-codecs/ASLC/ http://samples.mplayerhq.hu/V-codecs/ASLC/]&lt;br /&gt;
&lt;br /&gt;
=== Overview ===&lt;br /&gt;
* Compression of video stream is supported in the following formats:&lt;br /&gt;
* RGB24, YUY2, YV12, RGB8 (this type is for the grayscale image compression).&lt;br /&gt;
&lt;br /&gt;
=== Specifications ===&lt;br /&gt;
Our codec's control is advanced with the following coptions:&lt;br /&gt;
&lt;br /&gt;
* 1. This option should be used for full-colored video in RGB-format (this option is ignored in YUV format video). This option should be switched off in video with less 16 colors.&lt;br /&gt;
&lt;br /&gt;
* 2. Interlace effect on video. Allows increasing compression ratio on interlaced video and to decrease it on non-interlaced :)&lt;br /&gt;
&lt;br /&gt;
* 3. To use the prediction algorithm for full-colored video. It's no use turning on this function in video with less than 16 colors.&lt;br /&gt;
&lt;br /&gt;
* 4. To use algorithms versions, optimized with SIMD-extension SSE. (supported with processors Intel Pentium III, AMD Athlon XP and older) It allows increasing the speed of compression/decompression to 20-50%. The information about your processor is also screened here (including if it supports SSE).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Mirrored Binaries ===&lt;br /&gt;
* aslcodec-setup.exe: https://web.archive.org/web/20061216133954if_/http://www.alparysoft.com:80/file.php?id=40&lt;br /&gt;
* aslcodec_setup_2.0.exe https://web.archive.org/web/20041120002746/http://www.alparysoft.com/file.php?id=40&lt;br /&gt;
* aslcodec_setup_2.0b.957.exe https://web.archive.org/web/20050205072705if_/http://www.alparysoft.com:80/file.php?id=40&lt;br /&gt;
&lt;br /&gt;
[[Category:Undiscovered Video Codecs]]&lt;br /&gt;
[[Category:Lossless Video Codecs]]&lt;br /&gt;
[[Category:Video Codecs]]&lt;/div&gt;</summary>
		<author><name>C0D3K</name></author>
	</entry>
	<entry>
		<id>https://wiki.multimedia.cx/index.php?title=IgCodec&amp;diff=15436</id>
		<title>IgCodec</title>
		<link rel="alternate" type="text/html" href="https://wiki.multimedia.cx/index.php?title=IgCodec&amp;diff=15436"/>
		<updated>2019-04-29T05:04:29Z</updated>

		<summary type="html">&lt;p&gt;C0D3K: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* Website: http://xrowcc.blog.shinobi.jp/Entry/434/ (Japanese)&lt;br /&gt;
* FourCCs: IGC1, IGC2, IGC3, IGC4&lt;br /&gt;
This codec uses FastLZ, LZF and ZLIB.&lt;br /&gt;
&lt;br /&gt;
Codec: http://file.xrowcc.blog.shinobi.jp/igcodec100.zip&lt;br /&gt;
&lt;br /&gt;
=== Overview ===&lt;br /&gt;
* High speed (IGC1, IGC2)&lt;br /&gt;
* High compression (IGC3, IGC4)&lt;br /&gt;
* High quality (UYVY)&lt;br /&gt;
* Lossless compression&lt;br /&gt;
* Input / output correspondence format &amp;quot;RGB32&amp;quot; &amp;quot;RGB24&amp;quot; &amp;quot;YUY2&amp;quot; &amp;quot;UYVY&amp;quot;&lt;br /&gt;
* Compression processing, difference processing, RGB ⇔ YUV conversion processing&lt;br /&gt;
&lt;br /&gt;
=== FourCC Specifics ===&lt;br /&gt;
* IGC1: Speed ​​priority&lt;br /&gt;
* IGC2: Speed ​​priority (Zero Remote only [key frame absent])&lt;br /&gt;
* IGC3: Compression priority&lt;br /&gt;
* IGC4: Compression priority (ZeroRemote only [no key frame])&lt;br /&gt;
&lt;br /&gt;
[[Category:Video Codecs]]&lt;br /&gt;
[[Category:Lossless Video Codecs]]&lt;br /&gt;
[[Category:Undiscovered Video Codecs]]&lt;/div&gt;</summary>
		<author><name>C0D3K</name></author>
	</entry>
	<entry>
		<id>https://wiki.multimedia.cx/index.php?title=ZeroCodec&amp;diff=15435</id>
		<title>ZeroCodec</title>
		<link rel="alternate" type="text/html" href="https://wiki.multimedia.cx/index.php?title=ZeroCodec&amp;diff=15435"/>
		<updated>2019-04-29T04:57:37Z</updated>

		<summary type="html">&lt;p&gt;C0D3K: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* Website: http://xrowcc.blog.shinobi.jp/Entry/388/ (Japanese)&lt;br /&gt;
* FourCCs: ZECO&lt;br /&gt;
&lt;br /&gt;
Codec: http://file.xrowcc.blog.shinobi.jp/zerocodec201.zip&lt;br /&gt;
&lt;br /&gt;
=== Overview ===&lt;br /&gt;
* Functional implementation of compression processing, difference processing, RGB ⇔ YUV conversion processing&lt;br /&gt;
* Input / output correspondence format is &amp;quot;RGB&amp;quot; &amp;quot;YUY2&amp;quot; &amp;quot;UYVY&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[[Category:Video Codecs]]&lt;br /&gt;
[[Category:Lossless Video Codecs]]&lt;/div&gt;</summary>
		<author><name>C0D3K</name></author>
	</entry>
	<entry>
		<id>https://wiki.multimedia.cx/index.php?title=Black_Magic&amp;diff=15433</id>
		<title>Black Magic</title>
		<link rel="alternate" type="text/html" href="https://wiki.multimedia.cx/index.php?title=Black_Magic&amp;diff=15433"/>
		<updated>2019-04-29T04:50:50Z</updated>

		<summary type="html">&lt;p&gt;C0D3K: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* Homepage http://www.decklink.com/&lt;br /&gt;
* Binary codec: http://www.decklink.com/downloads/codecs/Blackmagic_Codecs_v4.9.zip&lt;br /&gt;
&lt;br /&gt;
Uncompressed [[YUV]] 8/10 bit codec found in [[MOV]] containers. Some details about the codec are available at http://www.decklink.com/support/detail.asp?techID=78&lt;br /&gt;
&lt;br /&gt;
[[Category:Video Codecs]]&lt;br /&gt;
[[Category:Lossless Video Codecs]]&lt;br /&gt;
[[Category:Undiscovered Video Codecs]]&lt;/div&gt;</summary>
		<author><name>C0D3K</name></author>
	</entry>
	<entry>
		<id>https://wiki.multimedia.cx/index.php?title=FastCodec&amp;diff=15432</id>
		<title>FastCodec</title>
		<link rel="alternate" type="text/html" href="https://wiki.multimedia.cx/index.php?title=FastCodec&amp;diff=15432"/>
		<updated>2019-04-29T04:46:51Z</updated>

		<summary type="html">&lt;p&gt;C0D3K: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* Website: http://videosoft.org/codecs/fastcodec/&lt;br /&gt;
* FourCC: FCKK&lt;br /&gt;
&lt;br /&gt;
Binary Codec (vfw): https://videosoft.org/res/download/codecs/fastcodec/fastcodec-setup.exe&lt;br /&gt;
=== Overview ===&lt;br /&gt;
* Supported input and output formats: YUY2/YUNV/V422/YUYV, YVYU, UYVY/Y422/UYNV, RGB24, RGB32.&lt;br /&gt;
* Lossless and lossy (near lossless) compression.&lt;br /&gt;
* Fast preview mode decompression.&lt;br /&gt;
* Lossless compression requires frame width and height must be a multiple of 4. &lt;br /&gt;
* Lossy compression requires frame height is multiple of 4 and frame width is multiple of 8.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Video Codecs]]&lt;br /&gt;
[[Category:Lossless Video Codecs]]&lt;br /&gt;
[[Category:Undiscovered Video Codecs]]&lt;/div&gt;</summary>
		<author><name>C0D3K</name></author>
	</entry>
	<entry>
		<id>https://wiki.multimedia.cx/index.php?title=Toponoky&amp;diff=15431</id>
		<title>Toponoky</title>
		<link rel="alternate" type="text/html" href="https://wiki.multimedia.cx/index.php?title=Toponoky&amp;diff=15431"/>
		<updated>2019-04-29T04:41:23Z</updated>

		<summary type="html">&lt;p&gt;C0D3K: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* Website: https://videosoft.org/codecs/toponoky/&lt;br /&gt;
* FourCC: LCKK&lt;br /&gt;
&lt;br /&gt;
Binary Codec (vfw): https://videosoft.org/res/download/codecs/toponoky/toponoky-setup.exe&lt;br /&gt;
&lt;br /&gt;
[[Category:Video Codecs]]&lt;br /&gt;
[[Category:Lossless Video Codecs]]&lt;br /&gt;
[[Category:Undiscovered Video Codecs]]&lt;/div&gt;</summary>
		<author><name>C0D3K</name></author>
	</entry>
	<entry>
		<id>https://wiki.multimedia.cx/index.php?title=FastCodec&amp;diff=15430</id>
		<title>FastCodec</title>
		<link rel="alternate" type="text/html" href="https://wiki.multimedia.cx/index.php?title=FastCodec&amp;diff=15430"/>
		<updated>2019-04-29T04:40:59Z</updated>

		<summary type="html">&lt;p&gt;C0D3K: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* Website: http://videosoft.org/codecs/fastcodec/&lt;br /&gt;
* FourCC: FCKK&lt;br /&gt;
&lt;br /&gt;
Binary Codec (vfw): https://videosoft.org/res/download/codecs/fastcodec/fastcodec-setup.exe&lt;br /&gt;
&lt;br /&gt;
[[Category:Video Codecs]]&lt;br /&gt;
[[Category:Lossless Video Codecs]]&lt;br /&gt;
[[Category:Undiscovered Video Codecs]]&lt;/div&gt;</summary>
		<author><name>C0D3K</name></author>
	</entry>
	<entry>
		<id>https://wiki.multimedia.cx/index.php?title=Toponoky&amp;diff=15429</id>
		<title>Toponoky</title>
		<link rel="alternate" type="text/html" href="https://wiki.multimedia.cx/index.php?title=Toponoky&amp;diff=15429"/>
		<updated>2019-04-29T04:33:52Z</updated>

		<summary type="html">&lt;p&gt;C0D3K: Created page with &amp;quot;* Website: https://videosoft.org/codecs/toponoky/ * FourCC: LCKK * Binary Codec (vfw): https://videosoft.org/res/download/codecs/toponoky/toponoky-setup.exe  Category:Video...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* Website: https://videosoft.org/codecs/toponoky/&lt;br /&gt;
* FourCC: LCKK&lt;br /&gt;
* Binary Codec (vfw): https://videosoft.org/res/download/codecs/toponoky/toponoky-setup.exe&lt;br /&gt;
&lt;br /&gt;
[[Category:Video Codecs]]&lt;br /&gt;
[[Category:Lossless Video Codecs]]&lt;br /&gt;
[[Category:Undiscovered Video Codecs]]&lt;/div&gt;</summary>
		<author><name>C0D3K</name></author>
	</entry>
</feed>