找回密码
 注册
查看: 921|回复: 8

xine-1.0 released

[复制链接]
发表于 2004-12-28 12:58:40 | 显示全部楼层 |阅读模式
下载地址:
https://sourceforge.net/project/showfiles.php?group_id=9655

Release Name: 1.0
Notes:
As a little christmas present to the xine community,
xine-lib 1.0 is finally released on christmas 2004.

This release has been thoroughly tested during the past
2 years, with lots of pre-releases installed by thousands of
users all over the world.

Compared with the latest release candidate, there are no big changes.
However, a security issue in the AIFF demuxer has been
addressed, as well as linking issues with the most popular
video output plugin (Xv) on some systems.
Therefore you are highly recommended to upgrade to this
officially bug-free release ;-)



Changes:
xine-lib (1.0)
  * unbreak DXR3 plugin
  * fix crash in the AIFF demuxer on oversized chunks
  * fix crash in the sputext decoder when subtitles have too many lines
    [bug #1086775]
  * added support for OGG chained streams
  * fixed deadlock with ASF chained streams due to fifo buffer leak
  * DVB Subtitles: fixed flashing, repeating subs, fix sync & timeouts
  * DVB EPG: fixed incorrectly parsed running status, clear old epg data, cropped epg texts
  * updated included libdvdnav: more graceful handling of some error conditions;
    fixed playback of some strangely authored DVDs
  * fixed problem with first subtitle not showing when using separate subtitle files
  * fixed crash related to relative HTTP redirect URLs (implemented canonicalisation)
  * linking libXv dynamically, fixes breakage of Xv plugin



Behind the scenes

Now that MPlayer 1.0pre5try2 is released, fixing multiple security vulnerabilities, it is nice to post a small note about cooperation that happens behind the scenes. Some people may be used to think xine and MPlayer as competing, hate each other applications. This is very far from truth. If you check the security fixes recently committed to xine and MPlayer you will notice they are basically the same. In fact, developers from both projects have received different advisories from iDEFENSE and exchanged patches for fixing them. This is not the first time this happens and won't be the last (cooperation always existed in other areas such as codec development as well). So xine and MPlayer may even compete for the user's preference, but they do so in a healthy free software way ;-)
 楼主| 发表于 2004-12-28 23:35:02 | 显示全部楼层
xine-lib 1.0 for magiclinux下载地址如下:
http://www.magiclinux.org/people/kanker/os/rpms/xine-lib-1.0-2mgc.i686.rpm
http://www.magiclinux.org/people/kanker/os/rpms/xine-lib-devel-1.0-2mgc.i686.rpm

打过rmvb格式支持、中文字幕支持补丁,自带方正黑体字库;默认DVD区码为中国。

配上kaffeine-0.5后,便成为kde下功能强大且最易用的媒体播放器了:
http://www.magiclinux.org/people/kanker/os/rpms/kaffeine-0.5-1mgc.i686.rpm
回复

使用道具 举报

发表于 2004-12-29 12:58:49 | 显示全部楼层
[quote:456389da96="KanKer"]xine-lib 1.0 for magiclinux下载地址如下:
http://www.magiclinux.org/people/kanker/os/rpms/xine-lib-1.0-1mgc.i686.rpm
http://www.magiclinux.org/people/kanker/os/rpms/xine-lib-devel-1.0-1mgc.i686.rpm

打过中文字幕支持补丁,自带方正黑体字库;默认DVD播放语言为中文(未测试,如有问题请大家及时反馈)。

配上kaffeine-0.5后,便成为kde下功能强大且最易用的媒体播放器了:
http://www.magiclinux.org/people/kanker/os/rpms/kaffeine-0.5-1mgc.i686.rpm[/quote]


diff -Nur xine-lib-1-rc4a/src/demuxers/demux_real.c xine-lib-1-rc4anew/src/demuxers/demux_real.c
--- xine-lib-1-rc4a/src/demuxers/demux_real.c   2004-03-14 16:37:52.000000000 -0500
+++ xine-lib-1-rc4anew/src/demuxers/demux_real.c        2004-08-10 04:54:43.000000000 -0400
@@ -1528,7 +1528,7 @@
}

static char *get_extensions (demux_class_t *this_gen) {
-  return "rm ram";
+  return "rm ram rmvb";
}

static char *get_mimetypes (demux_class_t *this_gen) {


rmvb格式的支持。

dvd region应该这么设置:
  config->register_num(config, "media.dvd.region",
-                      1,
+                      6,
                       _("region the DVD player claims to be in (1 to "),
                       _("This only needs to be changed if your DVD jumps to a screen "
                         "complaining about a wrong region code. It has nothing to do with "
                         "the region code set in DVD drives, this is purely software."),
                       0, region_changed_cb, this);
   config->register_string(config, "media.dvd.language",
-                         "en",
+                         "zh",
                          _("default language for DVD playback"),
                          _("xine tries to use this language as a default for DVD playback. "
                            "As far as the DVD supports it, menus and audio tracks will be presented "
回复

使用道具 举报

 楼主| 发表于 2004-12-29 13:38:33 | 显示全部楼层
谢谢老大,已更新
回复

使用道具 举报

发表于 2004-12-29 15:03:57 | 显示全部楼层
哇,哈哈,马上下载         
回复

使用道具 举报

发表于 2004-12-29 17:15:42 | 显示全部楼层
中文字幕的补丁在哪?
回复

使用道具 举报

 楼主| 发表于 2004-12-29 17:39:29 | 显示全部楼层
http://www.magiclinux.org/people/kanker/os/srpms/xine-lib-1.0-2mgc.src.rpm
回复

使用道具 举报

发表于 2004-12-29 21:50:51 | 显示全部楼层
中文字幕的补丁在哪?

是啊
每次都不能加载中文字幕啊?/
回复

使用道具 举报

 楼主| 发表于 2004-12-30 01:18:04 | 显示全部楼层
目前xine-lib尚不支持sub+idx形式的字幕。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2025-5-19 03:13 , Processed in 0.043691 second(s), 15 queries .

© 2001-2025 Discuz! Team. Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表