<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to patches</title><link>https://sourceforge.net/p/mmpython/patches/</link><description>Recent changes to patches</description><atom:link href="https://sourceforge.net/p/mmpython/patches/feed.rss" rel="self"/><language>en</language><lastBuildDate>Mon, 29 May 2006 14:56:15 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/mmpython/patches/feed.rss" rel="self" type="application/rss+xml"/><item><title>Add missing "#include &lt;stdint.h&gt;" to ifomodule.h</title><link>https://sourceforge.net/p/mmpython/patches/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Small patch to add "#include &amp;lt;stdint.h&amp;gt;" to &lt;br /&gt;
ifomodule.h. Without that, it doesn't compile on my &lt;br /&gt;
computer.&lt;/p&gt;
&lt;p&gt;Haypo&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">STINNER Victor</dc:creator><pubDate>Mon, 29 May 2006 14:56:15 -0000</pubDate><guid>https://sourceforge.nete0fafdb2641498a215241055d22cce166cc40e3a</guid></item><item><title>improved and enhanced pnginfo.py</title><link>https://sourceforge.net/p/mmpython/patches/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I've extended the pnginfo.py for detecting width&amp;amp;height&lt;br /&gt;
of PNG images.&lt;/p&gt;
&lt;p&gt;I've also did some massive restructuring to this file&lt;br /&gt;
for better enhancements in future.&lt;/p&gt;
&lt;p&gt;Give it a try :-)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">MartinKirst</dc:creator><pubDate>Thu, 08 Dec 2005 12:43:20 -0000</pubDate><guid>https://sourceforge.net615a212a781512165da2dab1f2312bc6f8578b64</guid></item><item><title>Efficient scanning of Real Video files</title><link>https://sourceforge.net/p/mmpython/patches/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The current method of scanning a Real file for metadata&lt;br /&gt;
iterates through all the objects/chunks of the file.&lt;br /&gt;
Despite the fact that the method parses only PROP,&lt;br /&gt;
MDPR, and CONT objects, all objects are read from the&lt;br /&gt;
file, including the irrelevant and huge DATA objects&lt;br /&gt;
containing video and audio. This is inefficient,&lt;br /&gt;
especially when Real files are scanned over an NFS or&lt;br /&gt;
Samba mount.&lt;/p&gt;
&lt;p&gt;This patch fixes the situation by reading (file.read)&lt;br /&gt;
only PROP, MDPR and CONT objects and skipping&lt;br /&gt;
(file.seek) all other objects which aren't parsed&lt;br /&gt;
anyway. For 30 MB .rm video files mounted over 100Mbps&lt;br /&gt;
LAN on my machine the method is around 100 times&lt;br /&gt;
faster. The patch is against the 0.4.9 version of mmpython.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alexander Klyubin</dc:creator><pubDate>Thu, 20 Oct 2005 20:26:09 -0000</pubDate><guid>https://sourceforge.netee9da294c7f9ca1bddf3fa15e9b47ec9375da353</guid></item></channel></rss>