<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to patches</title><link href="https://sourceforge.net/p/mmpython/patches/" rel="alternate"/><link href="https://sourceforge.net/p/mmpython/patches/feed.atom" rel="self"/><id>https://sourceforge.net/p/mmpython/patches/</id><updated>2006-05-29T14:56:15Z</updated><subtitle>Recent changes to patches</subtitle><entry><title>Add missing "#include &lt;stdint.h&gt;" to ifomodule.h</title><link href="https://sourceforge.net/p/mmpython/patches/3/" rel="alternate"/><published>2006-05-29T14:56:15Z</published><updated>2006-05-29T14:56:15Z</updated><author><name>STINNER Victor</name><uri>https://sourceforge.net/u/haypo/</uri></author><id>https://sourceforge.nete0fafdb2641498a215241055d22cce166cc40e3a</id><summary type="html">&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;</summary></entry><entry><title>improved and enhanced pnginfo.py</title><link href="https://sourceforge.net/p/mmpython/patches/2/" rel="alternate"/><published>2005-12-08T12:43:20Z</published><updated>2005-12-08T12:43:20Z</updated><author><name>MartinKirst</name><uri>https://sourceforge.net/u/userid-1140154/</uri></author><id>https://sourceforge.net615a212a781512165da2dab1f2312bc6f8578b64</id><summary type="html">&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;</summary></entry><entry><title>Efficient scanning of Real Video files</title><link href="https://sourceforge.net/p/mmpython/patches/1/" rel="alternate"/><published>2005-10-20T20:26:09Z</published><updated>2005-10-20T20:26:09Z</updated><author><name>Alexander Klyubin</name><uri>https://sourceforge.net/u/klyubin/</uri></author><id>https://sourceforge.netee9da294c7f9ca1bddf3fa15e9b47ec9375da353</id><summary type="html">&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;</summary></entry></feed>