<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>H265.net</title>
	<atom:link href="http://www.h265.net/feed" rel="self" type="application/rss+xml" />
	<link>http://www.h265.net</link>
	<description>Witness the development of H.265</description>
	<lastBuildDate>Wed, 11 Aug 2010 07:08:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Two Loop Filters in KTA</title>
		<link>http://www.h265.net/2010/08/two-loop-filters-in-kta.html</link>
		<comments>http://www.h265.net/2010/08/two-loop-filters-in-kta.html#comments</comments>
		<pubDate>Sun, 01 Aug 2010 02:00:09 +0000</pubDate>
		<dc:creator>Jie Dong</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[Adaptive Filtering]]></category>
		<category><![CDATA[KTA]]></category>
		<category><![CDATA[Loop Filter]]></category>

		<guid isPermaLink="false">http://www.h265.net/?p=753</guid>
		<description><![CDATA[<p style="text-align: justify;">KTA employs two concatenating loop filters: the deblocking loop filter and the adaptive loop filter.</p>
<p style="text-align: justify;">The deblocking loop filter, inherited from H.264/AVC, alleviates the blocking artifacts caused by the block-based DCT+MCP video coding framework. It uses a bank of low-pass filters, which are adaptively applied to block boundaries according to the boundary strength (BS), and provides better visual quality and improved capability to predict other pictures.</p>
<p style="text-align: justify;">Adaptive loop filter (ALF; click <a href="http://www.h265.net/2009/08/adaptive-post-loop-filters-in-jmkta-part-2.html">here</a> for introduction) is placed in the MCP loop after the deblocking process, and is used to restore the degraded picture (caused by compression) such that the MSE between the reconstructed and source frames is minimized. The coefficients of ALF are calculated and transmitted on a frame basis and the <a href="http://en.wikipedia.org/wiki/Minimum_mean-square_error">minimum mean squared error (MMSE) estimator</a> is used. For each degraded frame, ALF can be applied to the entire frame or to local areas. The former is known as frame-based ALF. In the latter case, additiona[......]</p><p class='read-more'><a href='http://www.h265.net/2010/08/two-loop-filters-in-kta.html'>Read More...</a></p>]]></description>
		<wfw:commentRss>http://www.h265.net/2010/08/two-loop-filters-in-kta.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adaptive Interpolation Filter for Video Coding</title>
		<link>http://www.h265.net/2010/07/adaptive-interpolation-filter-for-video-coding.html</link>
		<comments>http://www.h265.net/2010/07/adaptive-interpolation-filter-for-video-coding.html#comments</comments>
		<pubDate>Wed, 21 Jul 2010 10:10:13 +0000</pubDate>
		<dc:creator>Jie Dong</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[Adaptive Filtering]]></category>
		<category><![CDATA[KTA]]></category>
		<category><![CDATA[MCP]]></category>

		<guid isPermaLink="false">http://www.h265.net/?p=248</guid>
		<description><![CDATA[<p style="text-align: left"><strong>Why use interpolation in video coding?</strong>  </p>
<p style="text-align: justify">Motion-compensated prediction (MCP) is the key to the success of the modern video coding standards, as it removes the temporal redundancy in video signals and reduces the size of bitstreams significantly. With MCP, the pixels to be coded are predicted from the temporally neighboring ones, and only the prediction errors and the motion vectors (MV) are transmitted. However, due to the finite sampling rate, the actual position of the prediction in the neighboring frames may be out of the sampling grid, where the intensity is unknown, so the intensities of the positions in between the integer pixels, called sub-positions, must be interpolated and the resolution of MV is increased accordingly.  </p>
<p style="text-align: justify"><strong>Interpolation in H.264/AVC</strong>  </p>
<p style="text-align: justify">In H.264/AVC, for the resolution of MV is quarter-pixel, the reference frame is interpolated to be 16 times the size for MCP, 4 times both sides. As shown in Fig. 1(a), the interpolation defined in H.264 includes two stages, inter[......]</p><p class='read-more'><a href='http://www.h265.net/2010/07/adaptive-interpolation-filter-for-video-coding.html'>Read More...</a></p>]]></description>
		<wfw:commentRss>http://www.h265.net/2010/07/adaptive-interpolation-filter-for-video-coding.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction to Test Model under Consideration (TMuC)</title>
		<link>http://www.h265.net/2010/06/introduction-to-tmuc.html</link>
		<comments>http://www.h265.net/2010/06/introduction-to-tmuc.html#comments</comments>
		<pubDate>Sun, 27 Jun 2010 04:37:19 +0000</pubDate>
		<dc:creator>Jie Dong</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[HEVC]]></category>
		<category><![CDATA[JCT-VC]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[TMuC]]></category>

		<guid isPermaLink="false">http://www.h265.net/?p=552</guid>
		<description><![CDATA[<p style="text-align: justify;">TMuC is the initial test model of JCT-VC, but it is not formally adopted as a test model of the draft standard, as no thorough testing has been performed for such a possible combination of tools. The coding tools in TMuC will be further tested to confirm their effectiveness, before adopted in a formal test model.</p>
<p style="text-align: justify;">TMuC provides more flexibility than H.264/AVC. The  basic coding unit, called coding tree block (CTB), which has a similar role to the macroblocks in H.264/AVC, can have variable sizes (a power of 2). The sizes of the largest and smallest CTBs are specified in the sequence parameter set (SPS). A frame is divided into non-overlapped largest CTBs (LCTB), e.g., 128&#215;128, and then each LCTB can be further divided in a recursive tree representation.</p>
<p style="text-align: justify;">Each CTB has its own prediction type (intra/inter) and prediction partition. The partition can be symmetric, just as in H.264/AVC, or asymmetric, e.g., 64&#215;64 block can be partitioned into 64&#215;16/64&#215;48 or 16&#215;64/48&#038;[......]</p><p class='read-more'><a href='http://www.h265.net/2010/06/introduction-to-tmuc.html'>Read More...</a></p>]]></description>
		<wfw:commentRss>http://www.h265.net/2010/06/introduction-to-tmuc.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>The First JCT-VC Meeting, Dresden, DE</title>
		<link>http://www.h265.net/2010/06/the-first-jct-vc-meeting-dresden-de.html</link>
		<comments>http://www.h265.net/2010/06/the-first-jct-vc-meeting-dresden-de.html#comments</comments>
		<pubDate>Sat, 19 Jun 2010 08:51:43 +0000</pubDate>
		<dc:creator>Jie Dong</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[HEVC]]></category>
		<category><![CDATA[JCT-VC]]></category>
		<category><![CDATA[Status]]></category>
		<category><![CDATA[TMuC]]></category>

		<guid isPermaLink="false">http://www.h265.net/?p=523</guid>
		<description><![CDATA[<p style="text-align: justify;">During Apr. 15-23, 2010, the first meeting of JCT-VC was held in Dresden, DE. In the meeting, 27 responses to the <a href="http://ftp3.itu.ch/av-arch/video-site/1001_Kyo/VCEG-AM91.zip">Call for Proposal</a>, issued in Jan. 2010, were reviewed and the associated video material was evaluated in extensive subjective tests.</p>
<p><strong>Tentative Conclusions from CfP Responses Reviews</strong></p>
<p style="text-align: justify;">Coding tools used in respective proposals are listed in <a href="http://ftp3.itu.int/av-arch/jctvc-site/2010_04_A_Dresden/JCTVC-A203.zip">JCTVC-A203</a>. High-level noteworthy aspects from the review of the proposals and the outcome of the subjective tests are outlined:</p>
<ul>
<li>Substantial progress in coding efficiency has clearly been demonstrated, compared with H.264/AVC</li>
<li>There is no indication of a need to change the fundamental architecture of &#8220;conventional&#8221; hybrid video coding designs to achieve a substantial improvement</li>
<li>Inclusion of support of larger block sizes in a highly variable (typically tree-structured) block segmentation approach is a major common theme, although large block sizes were not found in all proposals that did well subjectively (and objectively)</li>
<li>Modif[......]</li></ul><p class='read-more'><a href='http://www.h265.net/2010/06/the-first-jct-vc-meeting-dresden-de.html'>Read More...</a></p>]]></description>
		<wfw:commentRss>http://www.h265.net/2010/06/the-first-jct-vc-meeting-dresden-de.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The 92nd MPEG Meeting in Dresden, Germany</title>
		<link>http://www.h265.net/2010/01/the-92nd-mpeg-meeting-in-dresden-germany.html</link>
		<comments>http://www.h265.net/2010/01/the-92nd-mpeg-meeting-in-dresden-germany.html#comments</comments>
		<pubDate>Fri, 22 Jan 2010 07:57:22 +0000</pubDate>
		<dc:creator>Yu Liu</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[JCT-VC]]></category>
		<category><![CDATA[MPEG]]></category>

		<guid isPermaLink="false">http://www.h265.net/?p=470</guid>
		<description><![CDATA[<p>The 92nd MPEG meeting is hosted by the <a href="http://www.tnt.uni-hannover.de/" target="_blank">Institut für Informationsverarbeitung</a> of <a href="http://www.uni-hannover.de/en/index.php" target="_blank">Leibniz Universität Hannover</a>.</p>
<ul>
<li>The first JCT meeting will be held on 15-23 April, 2010</li>
<li>AhGs will meet on 18 April, 2010</li>
<li>The 92nd MPEG meeting will be held on 19-23 April, 2010</li>
</ul>
<p>All meetings will take place in the <a href="http://mpeg.tnt.uni-hannover.de/location.php">art&#8217;otel dresden</a>. The official web site is accessible now at <a href="http://mpeg.tnt.uni-hannover.de/">http://mpeg.tnt.uni-hannover.de/</a>.</p>]]></description>
		<wfw:commentRss>http://www.h265.net/2010/01/the-92nd-mpeg-meeting-in-dresden-germany.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The 100th MPEG Meeting Held in Suzhou, China on April 16-20, 2012?</title>
		<link>http://www.h265.net/2010/01/the-100th-mpeg-meeting-held-in-suzhou-china-on-april-16-20-2012.html</link>
		<comments>http://www.h265.net/2010/01/the-100th-mpeg-meeting-held-in-suzhou-china-on-april-16-20-2012.html#comments</comments>
		<pubDate>Wed, 20 Jan 2010 13:37:33 +0000</pubDate>
		<dc:creator>Yu Liu</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[MPEG]]></category>

		<guid isPermaLink="false">http://www.h265.net/?p=459</guid>
		<description><![CDATA[<p style="text-align: justify;"><em>[Update]:</em> <em>Confirmed by </em><a href=" http://mpeg.chiariglione.org/meetings.htm"><em>MPEG official website</em></a><em>, the 100th MPEG meeting will be indeed held in Suzhou, China on April 16-20, 2012!</em></p>
<p style="text-align: justify;">The China National Body (CNNB) first proposed to hold the 100th MPEG meeting in Suzhou, China on April 16-20, 2012 during this Kyoto MPEG meeting. This proposal has a good chance of being approved by MPEG plenary if there are no other competitors. Good luck to CNNB!</p>
<p style="text-align: justify;">The plan of next eight MPEG meetings  (from 92nd to 100th) is listed as follows:</p>
<table border="1" cellspacing="0">
<tbody>
<tr>
<td width="47" align="center"><span style="font-family: Verdana; font-size: x-small;">100th</span></td>
<td align="left"><span style="font-family: Verdana; font-size: x-small;">Suzhou</span></td>
<td align="center"><span style="font-family: Verdana; font-size: x-small;">China</span></td>
<td align="left"><span style="font-family: Verdana; font-size: x-small;">2012/04/16-20</span></td>
</tr>
<tr>
<td width="47" align="center"><span style="font-family: Verdana; font-size: x-small;">99th</span></td>
<td align="left"><span style="font-family: Verdana; font-size: x-small;">?</span></td>
<td align="center"><span style="font-family: Verdana; font-size: x-small;">?</span></td>
<td align="left"><span style="font-family: Verdana; font-size: x-small;">2012/01/??-??</span></td>
</tr>
<tr>
<td width="47" align="center"><span style="font-family: Verdana; font-size: x-small;">98th</span></td>
<td align="left"><span style="font-family: Verdana; font-size: x-small;">?</span></td>
<td align="center"><span style="font-family: Verdana; font-size: x-small;">U.S.A</span></td>
<td align="left"><span style="font-family: Verdana; font-size: x-small;">2012/10/17-21</span></td>
</tr>
<tr>
<td width="47" align="center"><span style="font-family: Verdana; font-size: x-small;">97th</span></td>
<td align="left"><span style="font-family: Verdana; font-size: x-small;">Torino</span></td>
<td align="center"><span style="font-family: Verdana; font-size: x-small;">Italy</span></td>
<td align="left"><span style="font-family: Verdana; font-size: x-small;">2011/07/17-21</span></td>
</tr>
<tr>
<td width="47" align="center"><span style="font-family: Verdana; font-size: x-small;">96th</span></td>
<td align="left"><span style="font-family: Verdana; font-size: x-small;">Geneva</span></td>
<td align="center"><span style="font-family: Verdana; font-size: x-small;">Switzerland</span></td>
<td align="left"><span style="font-family: Verdana; font-size: x-small;">2011/03/21-25</span></td>
</tr>
<tr>
<td width="47" align="center"><span style="font-family: Verdana; font-size: x-small;">95th</span></td>
<td align="left"><span style="font-family: Verdana; font-size: x-small;">?</span></td>
<td align="center"><span style="font-family: Verdana; font-size: x-small;">Korea</span></td>
<td align="left"><span style="font-family: Verdana; font-size: x-small;">2011/01/24-28</span></td>
</tr>
<tr>
<td width="47" align="center"><span style="font-family: Verdana; font-size: x-small;">94th</span></td>
<td align="left"><span style="font-family: Verdana; font-size: x-small;">Guangzhou</span></td>
<td align="center"><span style="font-family: Verdana; font-size: x-small;">China</span></td>
<td align="left"><span style="font-family: Verdana; font-size: x-small;">2010/10/18-22</span></td>
</tr>
<tr>
<td width="47" align="center"><span style="font-family: Verdana; font-size: x-small;">93rd</span></td>
<td align="left"><span style="font-family: Verdana; font-size: x-small;">Geneva</span></td>
<td align="center"><span style="font-family: Verdana; font-size: x-small;">Switzerland</span></td>
<td align="left"><span style="font-family: Verdana; font-size: x-small;">2010/07/26-30</span></td>
</tr>
<tr>
<td width="47" align="center"><span style="font-family: Verdana; font-size: x-small;">92nd</span></td>
<td align="left"><span style="font-family: Verdana; font-size: x-small;">Dresden</span></td>
<td align="center"><span style="font-family: Verdana; font-size: x-small;">Germany</span></td>
<td align="left"><span style="font-family: Verdana; font-size: x-small;">2010/04/19-23</span></td>
</tr>
</tbody>
</table>
<p style="text-align: justify;">Keep updating on the plan of MPEG meetings!</p>]]></description>
		<wfw:commentRss>http://www.h265.net/2010/01/the-100th-mpeg-meeting-held-in-suzhou-china-on-april-16-20-2012.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Final Call for Proposals on H.NGVC/HVC Issued Jointly by VCEG and MPEG</title>
		<link>http://www.h265.net/2010/01/final-call-for-proposals-on-hngvc-hvc-issued-jointly-by-vceg-and-mpeg.html</link>
		<comments>http://www.h265.net/2010/01/final-call-for-proposals-on-hngvc-hvc-issued-jointly-by-vceg-and-mpeg.html#comments</comments>
		<pubDate>Wed, 20 Jan 2010 08:23:09 +0000</pubDate>
		<dc:creator>Yu Liu</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[JCT-VC]]></category>
		<category><![CDATA[MPEG]]></category>
		<category><![CDATA[Status]]></category>
		<category><![CDATA[VCEG]]></category>

		<guid isPermaLink="false">http://www.h265.net/?p=428</guid>
		<description><![CDATA[<p style="text-align: justify;"><em>[Update]: A new email reflector,  </em><a href="mailto:jct-vc@lists.rwth-aachen.de"><em>jct-vc@lists.rwth-aachen.de</em></a><em>, is created for discussions of the new team effort. For subscription, you should follow this link: </em><a href="http://mailman.rwth-aachen.de/mailman/listinfo/jct-vc" target="_blank"><em>http://mailman.rwth-aachen.de/mailman/listinfo/jct-vc</em></a><em>. Only subscribers to the list will be able to send messages to this list.</em></p>
<p style="text-align: justify;">During the 39th VCEG and 91st MPEG meeting held in Kyoto, Japan on January 17-22, 2010, the call for proposals (CfP) on video compression technology (H.NGVC/HVC) will be finally issued jointly by ITU-T SG16 Q.6 (VCEG) and ISO/IEC JTC1/SC29/WG11 (MPEG) on January 22, 2010. A Joint Collaborative Team (JCT) on Video Coding Standard Development will also be established accordingly between VCEG and MPEG.</p>
<p style="text-align: justify;">Some minor modifications to draft CfP issued in November 2009 are made. The modifications involve the timeline, test conditions and test fees, etc., as follows:</p>
<ul>
<li><strong>Timeline</strong></li>
</ul>
<p>The timeline of the Call for Proposals is changed:</p>
<p>2010/01/22:                 Final Call for Proposals.<br />
2010/01/22:                 For[......]</p><p class='read-more'><a href='http://www.h265.net/2010/01/final-call-for-proposals-on-hngvc-hvc-issued-jointly-by-vceg-and-mpeg.html'>Read More...</a></p>]]></description>
		<wfw:commentRss>http://www.h265.net/2010/01/final-call-for-proposals-on-hngvc-hvc-issued-jointly-by-vceg-and-mpeg.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>The 91st MPEG Meeting in Kyoto, Japan</title>
		<link>http://www.h265.net/2009/10/the-91st-mpeg-meeting-in-kyoto-japan.html</link>
		<comments>http://www.h265.net/2009/10/the-91st-mpeg-meeting-in-kyoto-japan.html#comments</comments>
		<pubDate>Wed, 28 Oct 2009 04:33:30 +0000</pubDate>
		<dc:creator>Yu Liu</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[MPEG]]></category>

		<guid isPermaLink="false">http://www.h265.net/?p=409</guid>
		<description><![CDATA[<p style="text-align: justify;">The 91st MPEG Meeting, hosted by Information Processing Society of Japan/ Information Technology Standards Commission of Japan (IPSJ/ITSCJ) , will be held at Kyoto Research Park on 18-22 January 2010, in Kyoto, Japan.</p>
<p style="text-align: justify;">The official web site is accessible now at <a href="http://mpeg.espalier.co.jp/">http://mpeg.espalier.co.jp/</a>, and the registration information is listed as follows:<br />
Delegates are requested to contribute a Facilities fee of JPY 40,000 (about US$400) before or on 2009-12-05.<br />
Delegates who register after 2009-12-05 will be charged JPY 50,000.<br />
Mandatory document handling fee (for the WG 11 meeting website management): JPY 2,000.</p>]]></description>
		<wfw:commentRss>http://www.h265.net/2009/10/the-91st-mpeg-meeting-in-kyoto-japan.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delay the Submission of Responses to CfP on HVC, or not?</title>
		<link>http://www.h265.net/2009/10/delay-the-submission-of-responses-to-cfp-on-hvc-or-not.html</link>
		<comments>http://www.h265.net/2009/10/delay-the-submission-of-responses-to-cfp-on-hvc-or-not.html#comments</comments>
		<pubDate>Mon, 26 Oct 2009 08:31:57 +0000</pubDate>
		<dc:creator>Yu Liu</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[HVC]]></category>
		<category><![CDATA[MPEG]]></category>
		<category><![CDATA[Status]]></category>

		<guid isPermaLink="false">http://www.h265.net/?p=375</guid>
		<description><![CDATA[<p style="text-align: justify;">In the beginning plenary of 90th MPEG meeting on Oct. 26, several national bodies, such as USNB, FRNB, SGNB, and CNNB, recommended to delay the submission date of responses to the Call for Proposal (CfP) on HVC from December 2009 to March 2010. The major concerns from the national bodies are:</p>
<ul>
<li style="text-align: justify;">the need of sufficient time to finalize the establishment of collaborative team with VCEG and only then issue a joint CfP;</li>
<li style="text-align: justify;">the need of sufficient time to determine the cost of the subjective evaluation tests after the CfP is finalized;</li>
<li style="text-align: justify;">the need of sufficient time to refine the CfP test conditions/materials and only then generate the proposed bitstreams;</li>
<li style="text-align: justify;">the need of sufficient time to define the complexity evaluation criterion in an objective method for quantitative analysis,</li>
<li style="text-align: justify;">the need of sufficient time to perform the subjective evaluation tests but currently planned in the year-end holidays period.</li>
</ul>
<p style="text-align: justify;">This recommendation aroused controversy between the delegates of national bodies and the convenor,[......]</p><p class='read-more'><a href='http://www.h265.net/2009/10/delay-the-submission-of-responses-to-cfp-on-hvc-or-not.html'>Read More...</a></p>]]></description>
		<wfw:commentRss>http://www.h265.net/2009/10/delay-the-submission-of-responses-to-cfp-on-hvc-or-not.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Vote for Your Favorite Name of Next Generation Video Coding Standard</title>
		<link>http://www.h265.net/2009/10/vote-for-your-favorite-name-of-next-generation-video-coding-standard.html</link>
		<comments>http://www.h265.net/2009/10/vote-for-your-favorite-name-of-next-generation-video-coding-standard.html#comments</comments>
		<pubDate>Sun, 11 Oct 2009 02:31:52 +0000</pubDate>
		<dc:creator>Yu Liu</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[HVC]]></category>
		<category><![CDATA[MPEG]]></category>
		<category><![CDATA[NGVC]]></category>
		<category><![CDATA[VCEG]]></category>

		<guid isPermaLink="false">http://www.h265.net/?p=350</guid>
		<description><![CDATA[<p style="text-align: justify;">As mentioned in the <a href="http://www.h265.net/2009/07/current-status-of-hvc-high-performance-video-coding-in-mpeg.html">previous post</a>, MPEG/VCEG has launched a new video coding standardization project, which is tentatively named as High-performance Video Coding (HVC). The formal name is still under discussion. A short list of candidates most supported in <a href="http://mailman.rwth-aachen.de/mailman/listinfo/mpeg-newvid">MPEG-newvid</a> mailing list are summarized by <a href="mailto: ken@zetacast.com">Ken McCann</a> from ZetaCast,</p>
<ul>
<li>HVC &#8211; High-efficiency Video Coding (Note: not High-performance Video Coding? I prefer the latter)</li>
<li>EPVC &#8211; Enhanced Performance Video Coding</li>
<li>HEVC &#8211; High Efficiency Video Coding</li>
<li>HCEV &#8211; High Coding Efficiency Video</li>
</ul>
<p style="text-align: justify;">An online poll was set up at <a href="http://www.doodle.com/p24xi3v4p92rdbne">Doodle [Poll: Name of new MPEG/VCEG Standard]</a>.  Your opinion is very important. Please vote with your <strong>real </strong>name to keep the process transparent.</p>]]></description>
		<wfw:commentRss>http://www.h265.net/2009/10/vote-for-your-favorite-name-of-next-generation-video-coding-standard.html/feed</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
	</channel>
</rss>
