<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.multimedia.cx/index.php?action=history&amp;feed=atom&amp;title=VBLE</id>
	<title>VBLE - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.multimedia.cx/index.php?action=history&amp;feed=atom&amp;title=VBLE"/>
	<link rel="alternate" type="text/html" href="https://wiki.multimedia.cx/index.php?title=VBLE&amp;action=history"/>
	<updated>2026-04-18T09:34:05Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.5</generator>
	<entry>
		<id>https://wiki.multimedia.cx/index.php?title=VBLE&amp;diff=13691&amp;oldid=prev</id>
		<title>Kostya at 19:45, 9 November 2011</title>
		<link rel="alternate" type="text/html" href="https://wiki.multimedia.cx/index.php?title=VBLE&amp;diff=13691&amp;oldid=prev"/>
		<updated>2011-11-09T19:45:19Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;* FourCC: VBLE&lt;br /&gt;
&lt;br /&gt;
VBLE is a lossless codec for YUV colourspace written by a person known as Mark FD.&lt;br /&gt;
It employs standard median prediction and coding components with reduced number of bits.&lt;br /&gt;
&lt;br /&gt;
== Frame format ==&lt;br /&gt;
&lt;br /&gt;
Bitstream is stored in little-endian words LSB first.&lt;br /&gt;
&lt;br /&gt;
Image data is coded in that order: the line of luma values, two lines of chroma values, all data is coded as pixel quads.&lt;br /&gt;
&lt;br /&gt;
In the beginning of frame data there are four unary codes for each quad element size in bits.&lt;br /&gt;
The rest of data are quad values written with that number of bits.&lt;br /&gt;
After decoding pixel values first are renormalised by formula &amp;lt;code&amp;gt;pix &amp;amp; 1 ? 255 - (pix &amp;gt;&amp;gt; 1) : (pix &amp;gt;&amp;gt; 1)&amp;lt;/code&amp;gt; and for each plane median restoration is applied.&lt;br /&gt;
&lt;br /&gt;
[[Category:Video Codecs]]&lt;br /&gt;
[[Category:Video FourCCs]]&lt;/div&gt;</summary>
		<author><name>Kostya</name></author>
	</entry>
</feed>