[Lunar-commits] r21526 - moonbase/trunk/video/mpeg2dec

Dennis Veatch stumbles at lunar-linux.org
Fri Sep 22 18:08:01 UTC 2006


Author: stumbles
Date: 2006-09-22 18:08:01 +0000 (Fri, 22 Sep 2006)
New Revision: 21526

Modified:
   moonbase/trunk/video/mpeg2dec/DETAILS
Log:

This version bump ;

-fix build issues on X86-64, PowerPC, Alpha and Sparc
-fix build issues on FreeBSD and OS X
-fix memory leak with shm output on remote displays
-fix incorrect 4:4:4 chroma handling
-fix alignment issues in the documentation examples
-more tolerance for invalid streams



Modified: moonbase/trunk/video/mpeg2dec/DETAILS
===================================================================
--- moonbase/trunk/video/mpeg2dec/DETAILS	2006-09-22 18:04:11 UTC (rev 21525)
+++ moonbase/trunk/video/mpeg2dec/DETAILS	2006-09-22 18:08:01 UTC (rev 21526)
@@ -1,21 +1,19 @@
-	 MODULE=mpeg2dec
-        VERSION=0.4.0
-         SOURCE=$MODULE-${VERSION}b.tar.gz
+         MODULE=mpeg2dec
+        VERSION=0.4.1
+         SOURCE=$MODULE-$VERSION.tar.gz
      SOURCE_URL=http://libmpeg2.sourceforge.net/files/
-     SOURCE_VFY=sha1:7ad99a810802f216893022fa14fa078ac49d67d7
+     SOURCE_VFY=sha1:80be8b16dff4caa4253470d1a3b563fdc0177fcb
        WEB_SITE=http://libmpeg2.sourceforge.net/
         ENTERED=20030529
-        UPDATED=20050625
-          SHORT="libmpeg2 is a free library for decoding mpeg-2 and mpeg-1 video streams."
+        UPDATED=20060922
+          SHORT="library for decoding mpeg-2 and mpeg-1 video streams."
 
 cat << EOF
-mpeg2dec is a test program for libmpeg2. It decodes mpeg-1 and mpeg-2 video 
-streams, and also includes a demultiplexer for mpeg-1 and mpeg-2 program 
-streams. It is purposely kept simple: it does not include features like 
-reading files from a DVD, CSS, fullscreen output, navigation, etc... 
+mpeg2dec is a test program for libmpeg2. It decodes mpeg-1 and mpeg-2 video
+streams, and also includes a demultiplexer for mpeg-1 and mpeg-2 program
+streams. It is purposely kept simple: it does not include features like
+reading files from a DVD, CSS, fullscreen output, navigation, etc...
 The main purpose of mpeg2dec is to have a simple test bed for libmpeg2.
-The libmpeg2 source code is always distributed in the mpeg2dec package, to 
+The libmpeg2 source code is always distributed in the mpeg2dec package, to
 make it easier for people to test it.
 EOF
-
-	



More information about the Lunar-commits mailing list