[Lunar-commits] r17466 - moonbase/trunk/video/libmatroska
Dennis Veatch
stumbles at lunar-linux.org
Sun Nov 27 04:05:18 UTC 2005
Author: stumbles
Date: 2005-11-27 04:05:16 +0000 (Sun, 27 Nov 2005)
New Revision: 17466
Modified:
moonbase/trunk/video/libmatroska/DETAILS
Log:
To name a few,
Set the discardable bit of SimpleBlock correctly
Better decision to lace or not
Fix a major bug when "unknown size" was used (Haali does)
Modified: moonbase/trunk/video/libmatroska/DETAILS
===================================================================
--- moonbase/trunk/video/libmatroska/DETAILS 2005-11-27 03:53:13 UTC (rev 17465)
+++ moonbase/trunk/video/libmatroska/DETAILS 2005-11-27 04:05:16 UTC (rev 17466)
@@ -1,14 +1,14 @@
MODULE=libmatroska
- VERSION=0.7.7
+ VERSION=0.8.0
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL[0]=http://www.bunkus.org/videotools/mkvtoolnix/sources/
SOURCE_URL[1]=http://matroska.free.fr/downloads/$MODULE/
- SOURCE_VFY=sha1:5ca1888410bf1aef65262ec5fea9d50a4af6a816
+ SOURCE_VFY=sha1:7725d874dbf37ec7c41115804f091fa1554c6338
WEB_SITE=http://www.matroska.org/
ENTERED=20031113
- UPDATED=20050701
- MAINTAINER=florin at lunar-linux.org
- SHORT="This library implements a multimedia container format."
+ UPDATED=20051126
+ MAINTAINER=florin at lunar-linux.org
+ SHORT="This library implements a multimedia container format."
cat << EOF
Matroska aims to become the Standard of Multimedia Container Formats. It is
@@ -20,8 +20,11 @@
First, it is essential to clarify exactly "What an Audio/Video container is",
to avoid any misunderstandings.
- It is NOT a video compression format
- - It cannot be used to compress music or pictures like MP3 or JPEG, as it is not a codec.
- - It is an envelope for which there can be many audio, video and subtitles streams, allowing the user to store a complete movie in one single file. This ensures that the audio and video can be played in most Media players.
+ - It cannot be used to compress music or pictures like MP3 or JPEG, as it is
+ not a codec.
+ - It is an envelope for which there can be many audio, video and subtitles
+ streams, allowing the user to store a complete movie in one single file.
+ This ensures that the audio and video can be played in most Media players.
Matroska is designed with the future in mind. It incorporates features you
would expect from a modern container format, like:
More information about the Lunar-commits
mailing list