diff options
author | salo <salo> | 2003-03-22 03:13:37 +0000 |
---|---|---|
committer | salo <salo> | 2003-03-22 03:13:37 +0000 |
commit | b192604f0613622c67224baa72cfce7aa7023166 (patch) | |
tree | 87b0a7d44b3639e2d9b9af43f73b01f3bb39daf8 /graphics/mplayer | |
parent | 3b6693ddcc09689000624d7e0a1ab73a1f2417f2 (diff) | |
download | pkgsrc-b192604f0613622c67224baa72cfce7aa7023166.tar.gz |
Updated to version 0.90rc15 (well, 0.90rc5).
Based on patch sent by Juan RP via PR pkg/20836.
Changes:
DOCS:
=====
- Chinese docs/help translations update
- english manpage updates (new filters, fixes)
- Gui about-box updated
Features:
=========
- new video filters: detc, down3dright, hqdn3d, telecine, tfields
- mpcodecs: SGI image decoding (usable with -mf)
- mpcodecs: NUV _en_coding support (mencoder)
- mpcodecs: RealAudio Win32 DLL support on linux, 'cook' codec crash fixed
- DLL loader: truespeech codec support (tsd32.dll)
Porting:
========
- MacOSX support for quicktime en/decoding, MOV demuxing, video timer
- mpdemux: Dynamic DVD drive selection on Darwin
- dshow, dmo: cbAlign=1 fix for proper win32 support
- mpdvdkit2: HPUX, Cygwin fixes
Fixes:
======
- mpdemux: RealVideo demuxing fixes (better WxH, fps parsing, A-V sync)
- mpdemux: MOV parser fixes: AAC (mp4a) support, variable fourcc
- mpdemux: WAV extra header (cbSize>0) parsing fixed
- mpdemux: mpeg bitrate calculation fixed (still bad for VBR files)
- mpcodecs: TGA decompression fix
- DShow interface: BGR 15bpp support fixed
- X11 fullscreen code: fix detetcion of metacity
- vidix: radeon_vid ecp_div fix
- vidix: mga_vid chroma pitch fix
- drivers/mga_vid.o: fixed G400 16MB detection
- -ao win32 fixes
- -ao alsa9 faster seeking support
- -ao nas (mem?)leak fix
- -ao mpegpes: fix DVB volume mixer (with the HEAD driver)
- -vo directfb2: DFB 0.9.17 support
- -vo directx: 'ontop' option, other fixes
- -vo dxr3: fix subpic placement
- -vo gif89a: VOCTRL_DUPLICATE_FRAME support, YV12 supp. removed
- -vo dfbmga: Update sub-picture layer, support for selecting field parity
- TOOLS/matroxtv: improvements, now it looks much better...
- configure: MacOSX support, better (un)gif, FAAD detection, etc
- configfile parser: better error messages
Diffstat (limited to 'graphics/mplayer')
-rw-r--r-- | graphics/mplayer/Makefile | 4 | ||||
-rw-r--r-- | graphics/mplayer/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/graphics/mplayer/Makefile b/graphics/mplayer/Makefile index 8678fc64ea6..34d37080bd9 100644 --- a/graphics/mplayer/Makefile +++ b/graphics/mplayer/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.31 2003/02/26 10:13:15 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2003/03/22 03:13:37 salo Exp $ +# .include "../../graphics/mplayer-share/Makefile.common" PKGNAME= mplayer-${MPLAYER_PKG_VERSION} -PKGREVISION= 1 COMMENT= Software only MPEG-1/2/4 video decoder USE_BUILDLINK2= # defined diff --git a/graphics/mplayer/distinfo b/graphics/mplayer/distinfo index 2c29b6dfb08..d5eb38c6244 100644 --- a/graphics/mplayer/distinfo +++ b/graphics/mplayer/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.30 2003/02/22 16:26:18 fredb Exp $ +$NetBSD: distinfo,v 1.31 2003/03/22 03:13:37 salo Exp $ -SHA1 (mplayer/MPlayer-0.90rc4.tar.bz2) = d9372956b3bdcc20df5b8a0bcc93a49ceb826d28 -Size (mplayer/MPlayer-0.90rc4.tar.bz2) = 3390207 bytes +SHA1 (mplayer/MPlayer-0.90rc5.tar.bz2) = 430c661d9b023db09662ea81da2b64147268c8ef +Size (mplayer/MPlayer-0.90rc5.tar.bz2) = 3403602 bytes SHA1 (patch-aa) = 6938dbdccb9b760dadad304f3bf61245e8b1baa6 SHA1 (patch-ab) = f2fd9006914a7d1bac364be74ca5d7cb9aab6806 |