<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://lavryengineering.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Lossless_data_compression</id>
	<title>Lossless data compression - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://lavryengineering.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Lossless_data_compression"/>
	<link rel="alternate" type="text/html" href="https://lavryengineering.com/wiki/index.php?title=Lossless_data_compression&amp;action=history"/>
	<updated>2026-05-19T08:13:43Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://lavryengineering.com/wiki/index.php?title=Lossless_data_compression&amp;diff=237&amp;oldid=prev</id>
		<title>Brad Johnson at 00:42, 27 February 2012</title>
		<link rel="alternate" type="text/html" href="https://lavryengineering.com/wiki/index.php?title=Lossless_data_compression&amp;diff=237&amp;oldid=prev"/>
		<updated>2012-02-27T00:42:52Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left diff-editfont-monospace&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 00:42, 27 February 2012&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l3&quot; &gt;Line 3:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 3:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&amp;lt;nowiki&amp;gt;Lossless data compression&amp;lt;/nowiki&amp;gt; works to varying degrees depending on the nature of the information contained in the file. For example- documents containing only text can be compressed to a greater degree than audio files. This is due to factors such as the total number of possible &amp;quot;symbols&amp;quot; and the number of times each symbol repeats.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&amp;lt;nowiki&amp;gt;Lossless data compression&amp;lt;/nowiki&amp;gt; works to varying degrees depending on the nature of the information contained in the file. For example- documents containing only text can be compressed to a greater degree than audio files. This is due to factors such as the total number of possible &amp;quot;symbols&amp;quot; and the number of times each symbol repeats.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;−&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;Alpha-numeric files contain a fairly limited number of possible symbols whereas 16 bit audio files contain 1 + &lt;del class=&quot;diffchange diffchange-inline&quot;&gt;32768 &lt;/del&gt;possible symbols (&amp;quot;sign&amp;quot; bit plus one-half of &lt;del class=&quot;diffchange diffchange-inline&quot;&gt;65536&lt;/del&gt;). The increased number of possible symbols in combination with no reasonable method of predicting how often they will repeat requires the entire audio file to be analyzed to generate the coding required to achieve a useful level of compression. Increasing the [[wordlength]] to 24 bits makes this process take even longer.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;Alpha-numeric files contain a fairly limited number of possible symbols whereas 16 bit audio files contain 1 + &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;32,768 &lt;/ins&gt;possible symbols (&amp;quot;sign&amp;quot; bit plus one-half of &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;65,536&lt;/ins&gt;). The increased number of possible symbols in combination with no reasonable method of predicting how often they will repeat requires the entire audio file to be analyzed to generate the coding required to achieve a useful level of compression. Increasing the [[wordlength]] to 24 bits makes this process take even longer.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;The Meridian Lossless Packing system was developed to address the need for lossless data compression on audio DVD formats. There are also other formats such as FLAC and ALAC which are more commonly used for computer digital audio files.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;The Meridian Lossless Packing system was developed to address the need for lossless data compression on audio DVD formats. There are also other formats such as FLAC and ALAC which are more commonly used for computer digital audio files.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;−&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt; &lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;Please see &lt;/ins&gt;[[data compression]] for details.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;−&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;See &lt;/del&gt;[[data compression]] for details.&lt;/div&gt;&lt;/td&gt;&lt;td colspan=&quot;2&quot;&gt; &lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;[[Category:Terminology]]&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;[[Category:Terminology]]&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Brad Johnson</name></author>
	</entry>
	<entry>
		<id>https://lavryengineering.com/wiki/index.php?title=Lossless_data_compression&amp;diff=236&amp;oldid=prev</id>
		<title>Brad Johnson at 00:40, 27 February 2012</title>
		<link rel="alternate" type="text/html" href="https://lavryengineering.com/wiki/index.php?title=Lossless_data_compression&amp;diff=236&amp;oldid=prev"/>
		<updated>2012-02-27T00:40:54Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left diff-editfont-monospace&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 00:40, 27 February 2012&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l3&quot; &gt;Line 3:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 3:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&amp;lt;nowiki&amp;gt;Lossless data compression&amp;lt;/nowiki&amp;gt; works to varying degrees depending on the nature of the information contained in the file. For example- documents containing only text can be compressed to a greater degree than audio files. This is due to factors such as the total number of possible &amp;quot;symbols&amp;quot; and the number of times each symbol repeats.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&amp;lt;nowiki&amp;gt;Lossless data compression&amp;lt;/nowiki&amp;gt; works to varying degrees depending on the nature of the information contained in the file. For example- documents containing only text can be compressed to a greater degree than audio files. This is due to factors such as the total number of possible &amp;quot;symbols&amp;quot; and the number of times each symbol repeats.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;−&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;Alpha-numeric files contain a fairly limited number of possible symbols &lt;del class=&quot;diffchange diffchange-inline&quot;&gt;where &lt;/del&gt;16 bit audio files contain 1 + 32768 possible symbols (&amp;quot;sign&amp;quot; bit plus one-half of 65536). The &lt;del class=&quot;diffchange diffchange-inline&quot;&gt;increase &lt;/del&gt;number of possible symbols in combination with no reasonable method of predicting how often they will repeat requires the entire audio file to be analyzed to generate the &lt;del class=&quot;diffchange diffchange-inline&quot;&gt;require &lt;/del&gt;coding to achieve a useful level of compression. Increasing the [[wordlength]] to 24 bits makes this process take even longer.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;Alpha-numeric files contain a fairly limited number of possible symbols &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;whereas &lt;/ins&gt;16 bit audio files contain 1 + 32768 possible symbols (&amp;quot;sign&amp;quot; bit plus one-half of 65536). The &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;increased &lt;/ins&gt;number of possible symbols in combination with no reasonable method of predicting how often they will repeat requires the entire audio file to be analyzed to generate the coding &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;required &lt;/ins&gt;to achieve a useful level of compression. Increasing the [[wordlength]] to 24 bits makes this process take even longer.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;The Meridian Lossless Packing system was developed to address the need for lossless data compression on audio DVD formats. There are also other formats such as FLAC and ALAC which are more commonly used for computer digital audio files.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;The Meridian Lossless Packing system was developed to address the need for lossless data compression on audio DVD formats. There are also other formats such as FLAC and ALAC which are more commonly used for computer digital audio files.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Brad Johnson</name></author>
	</entry>
	<entry>
		<id>https://lavryengineering.com/wiki/index.php?title=Lossless_data_compression&amp;diff=235&amp;oldid=prev</id>
		<title>Brad Johnson at 00:39, 27 February 2012</title>
		<link rel="alternate" type="text/html" href="https://lavryengineering.com/wiki/index.php?title=Lossless_data_compression&amp;diff=235&amp;oldid=prev"/>
		<updated>2012-02-27T00:39:44Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left diff-editfont-monospace&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 00:39, 27 February 2012&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l1&quot; &gt;Line 1:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;The term &amp;lt;nowiki&amp;gt;&amp;quot;Lossless data compression&amp;quot;&amp;lt;/nowiki&amp;gt; is used to describe a method where processing is applied to data to reduce the total amount of data. In &amp;lt;nowiki&amp;gt;lossless data compression&amp;lt;/nowiki&amp;gt; none of the original information is discarded. The result is that all of the information contained in the original file is encoded in the output file and the total amount of data is reduced (thus the term &amp;quot;compression&amp;quot;).&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;The term &amp;lt;nowiki&amp;gt;&amp;quot;Lossless data compression&amp;quot;&amp;lt;/nowiki&amp;gt; is used to describe a method where processing is applied to data to reduce the total amount of data. In &amp;lt;nowiki&amp;gt;lossless data compression&amp;lt;/nowiki&amp;gt; none of the original information is discarded. The result is that all of the information contained in the original file is encoded in the output file and the total amount of data is reduced (thus the term &amp;quot;compression&amp;quot;).&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;−&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&amp;lt;nowiki&amp;gt;Lossless data compression&amp;lt;/nowiki&amp;gt; works to varying degrees depending on the nature of the information contained in the file. For example- documents containing only text can be compressed to a greater degree than audio files. This is due to factors such as the total number of possible &amp;quot;symbols&amp;quot; and the number of &lt;del class=&quot;diffchange diffchange-inline&quot;&gt;time &lt;/del&gt;each symbol repeats.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&amp;lt;nowiki&amp;gt;Lossless data compression&amp;lt;/nowiki&amp;gt; works to varying degrees depending on the nature of the information contained in the file. For example- documents containing only text can be compressed to a greater degree than audio files. This is due to factors such as the total number of possible &amp;quot;symbols&amp;quot; and the number of &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;times &lt;/ins&gt;each symbol repeats.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;Alpha-numeric files contain a fairly limited number of possible symbols where 16 bit audio files contain 1 + 32768 possible symbols (&amp;quot;sign&amp;quot; bit plus one-half of 65536). The increase number of possible symbols in combination with no reasonable method of predicting how often they will repeat requires the entire audio file to be analyzed to generate the require coding to achieve a useful level of compression. Increasing the [[wordlength]] to 24 bits makes this process take even longer.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;Alpha-numeric files contain a fairly limited number of possible symbols where 16 bit audio files contain 1 + 32768 possible symbols (&amp;quot;sign&amp;quot; bit plus one-half of 65536). The increase number of possible symbols in combination with no reasonable method of predicting how often they will repeat requires the entire audio file to be analyzed to generate the require coding to achieve a useful level of compression. Increasing the [[wordlength]] to 24 bits makes this process take even longer.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Brad Johnson</name></author>
	</entry>
	<entry>
		<id>https://lavryengineering.com/wiki/index.php?title=Lossless_data_compression&amp;diff=234&amp;oldid=prev</id>
		<title>Brad Johnson at 00:38, 27 February 2012</title>
		<link rel="alternate" type="text/html" href="https://lavryengineering.com/wiki/index.php?title=Lossless_data_compression&amp;diff=234&amp;oldid=prev"/>
		<updated>2012-02-27T00:38:57Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left diff-editfont-monospace&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 00:38, 27 February 2012&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l1&quot; &gt;Line 1:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;−&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;The term &amp;lt;nowiki&amp;gt;&amp;quot;Lossless data compression&amp;quot;&amp;lt;/nowiki&amp;gt; is used to describe a method where processing is applied to data to reduce the total amount of data. In &amp;lt;nowiki&amp;gt;lossless data compression&amp;lt;/nowiki&amp;gt; none of the original information is discarded. The result is that all of the information contained in the original &lt;del class=&quot;diffchange diffchange-inline&quot;&gt;information &lt;/del&gt;is encoded in the output &lt;del class=&quot;diffchange diffchange-inline&quot;&gt;data &lt;/del&gt;and the total amount of data is reduced (thus the term &amp;quot;compression&amp;quot;).&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;The term &amp;lt;nowiki&amp;gt;&amp;quot;Lossless data compression&amp;quot;&amp;lt;/nowiki&amp;gt; is used to describe a method where processing is applied to data to reduce the total amount of data. In &amp;lt;nowiki&amp;gt;lossless data compression&amp;lt;/nowiki&amp;gt; none of the original information is discarded. The result is that all of the information contained in the original &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;file &lt;/ins&gt;is encoded in the output &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;file &lt;/ins&gt;and the total amount of data is reduced (thus the term &amp;quot;compression&amp;quot;).&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&amp;lt;nowiki&amp;gt;Lossless data compression&amp;lt;/nowiki&amp;gt; works to varying degrees depending on the nature of the information contained in the file. For example- documents containing only text can be compressed to a greater degree than audio files. This is due to factors such as the total number of possible &amp;quot;symbols&amp;quot; and the number of time each symbol repeats.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&amp;lt;nowiki&amp;gt;Lossless data compression&amp;lt;/nowiki&amp;gt; works to varying degrees depending on the nature of the information contained in the file. For example- documents containing only text can be compressed to a greater degree than audio files. This is due to factors such as the total number of possible &amp;quot;symbols&amp;quot; and the number of time each symbol repeats.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Brad Johnson</name></author>
	</entry>
	<entry>
		<id>https://lavryengineering.com/wiki/index.php?title=Lossless_data_compression&amp;diff=233&amp;oldid=prev</id>
		<title>Brad Johnson at 00:38, 27 February 2012</title>
		<link rel="alternate" type="text/html" href="https://lavryengineering.com/wiki/index.php?title=Lossless_data_compression&amp;diff=233&amp;oldid=prev"/>
		<updated>2012-02-27T00:38:21Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left diff-editfont-monospace&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 00:38, 27 February 2012&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l1&quot; &gt;Line 1:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;−&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;The term &amp;lt;nowiki&amp;gt;&amp;quot;Lossless data compression&amp;quot;&amp;lt;/nowiki&amp;gt; is used to describe a method where processing is applied to data to reduce the total amount of data. In &amp;lt;nowiki&amp;gt;lossless data compression&amp;lt;/nowiki&amp;gt; &lt;del class=&quot;diffchange diffchange-inline&quot;&gt;nome &lt;/del&gt;of the original information is discarded. The result is that all of the information contained in the original information is encoded in the output data and the total amount of data is reduced (thus the term &amp;quot;compression&amp;quot;).&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;The term &amp;lt;nowiki&amp;gt;&amp;quot;Lossless data compression&amp;quot;&amp;lt;/nowiki&amp;gt; is used to describe a method where processing is applied to data to reduce the total amount of data. In &amp;lt;nowiki&amp;gt;lossless data compression&amp;lt;/nowiki&amp;gt; &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;none &lt;/ins&gt;of the original information is discarded. The result is that all of the information contained in the original information is encoded in the output data and the total amount of data is reduced (thus the term &amp;quot;compression&amp;quot;).&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&amp;lt;nowiki&amp;gt;Lossless data compression&amp;lt;/nowiki&amp;gt; works to varying degrees depending on the nature of the information contained in the file. For example- documents containing only text can be compressed to a greater degree than audio files. This is due to factors such as the total number of possible &amp;quot;symbols&amp;quot; and the number of time each symbol repeats.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&amp;lt;nowiki&amp;gt;Lossless data compression&amp;lt;/nowiki&amp;gt; works to varying degrees depending on the nature of the information contained in the file. For example- documents containing only text can be compressed to a greater degree than audio files. This is due to factors such as the total number of possible &amp;quot;symbols&amp;quot; and the number of time each symbol repeats.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Brad Johnson</name></author>
	</entry>
	<entry>
		<id>https://lavryengineering.com/wiki/index.php?title=Lossless_data_compression&amp;diff=232&amp;oldid=prev</id>
		<title>Brad Johnson: Created page with &quot;The term &lt;nowiki&gt;&quot;Lossless data compression&quot;&lt;/nowiki&gt; is used to describe a method where processing is applied to data to reduce the total amount of data. In &lt;nowiki&gt;lossless dat...&quot;</title>
		<link rel="alternate" type="text/html" href="https://lavryengineering.com/wiki/index.php?title=Lossless_data_compression&amp;diff=232&amp;oldid=prev"/>
		<updated>2012-02-27T00:37:52Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;The term &amp;lt;nowiki&amp;gt;&amp;quot;Lossless data compression&amp;quot;&amp;lt;/nowiki&amp;gt; is used to describe a method where processing is applied to data to reduce the total amount of data. In &amp;lt;nowiki&amp;gt;lossless dat...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The term &amp;lt;nowiki&amp;gt;&amp;quot;Lossless data compression&amp;quot;&amp;lt;/nowiki&amp;gt; is used to describe a method where processing is applied to data to reduce the total amount of data. In &amp;lt;nowiki&amp;gt;lossless data compression&amp;lt;/nowiki&amp;gt; nome of the original information is discarded. The result is that all of the information contained in the original information is encoded in the output data and the total amount of data is reduced (thus the term &amp;quot;compression&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;Lossless data compression&amp;lt;/nowiki&amp;gt; works to varying degrees depending on the nature of the information contained in the file. For example- documents containing only text can be compressed to a greater degree than audio files. This is due to factors such as the total number of possible &amp;quot;symbols&amp;quot; and the number of time each symbol repeats.&lt;br /&gt;
&lt;br /&gt;
Alpha-numeric files contain a fairly limited number of possible symbols where 16 bit audio files contain 1 + 32768 possible symbols (&amp;quot;sign&amp;quot; bit plus one-half of 65536). The increase number of possible symbols in combination with no reasonable method of predicting how often they will repeat requires the entire audio file to be analyzed to generate the require coding to achieve a useful level of compression. Increasing the [[wordlength]] to 24 bits makes this process take even longer.&lt;br /&gt;
&lt;br /&gt;
The Meridian Lossless Packing system was developed to address the need for lossless data compression on audio DVD formats. There are also other formats such as FLAC and ALAC which are more commonly used for computer digital audio files.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
See [[data compression]] for details.&lt;br /&gt;
&lt;br /&gt;
[[Category:Terminology]]&lt;/div&gt;</summary>
		<author><name>Brad Johnson</name></author>
	</entry>
</feed>