Subject: CVS commit: pkgsrc/graphics
To: None <pkgsrc-changes@netbsd.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 11/13/2002 17:25:36
Module Name:	pkgsrc
Committed By:	wiz
Date:		Wed Nov 13 15:25:36 UTC 2002

Modified Files:
	pkgsrc/graphics/gmplayer: distinfo
	pkgsrc/graphics/mencoder: distinfo
	pkgsrc/graphics/mplayer: distinfo
	pkgsrc/graphics/mplayer-share: Makefile.common Makefile.depends
	    distinfo
	pkgsrc/graphics/mplayer-share/patches: patch-ad

Log Message:
Update to 0.90pre10:
Docs:
    * dvd auth, vcd sections extended (DOCS/cd-dvd.html)
    * unified *BSD sections, extended cygwin
Fixes:
    * LIRC error message (Error while reading cmd fd X : Success) fixed
    * playback of some (streamed?) divx files fixed, starting with non-I frames.
    * -vo png fixed (removed builtin YV12 support, removed OSD)
    * some .mp3 playback/seek segfaults fixed
    * vidix mach64 colorkey on PPC fixed
    * -ao sdl now handles "featureless" soundcards
    * -vo zr fixes
    * fixed sig11 if vo init failed
    * various dxr2 and dxr3 fixes
    * v4l buffering fixed
    * fixed multiple reads caused by byteswapping macro (mjpeg.c, mach64_vid.c)
    * cleanup of postprocessing code - now it's threadsafe and can be shared
    * ported to GNU/Hurd
    * cleanup of AVI pts (timestamp) handling - no more BPS hack in mplayer.c
    * small cleanup of A-V sync code - using relative timers instead of absolute
    * GUI code cleanup, obsolete files/dirs removed
    * various small bugfixes, endianess fixes
    * mencoder: -pass option removed, use -divx4opts pass=N / -lavcopts vpass=N
    * mencoder: "ff_rate_estimate_qscale: Assertion `q>0.0' failed" fixed!
    * mencoder: -ovc xvid fixes, cleanup, enhancements
    * screensaver/dpms re-enabling fixed
    * realvideo demuxer fixes - asf-style stream detection method
Features:
    * -ao win32 (for windows port)
    * libavcodec: native WMA v1/v2 (aka. DivX audio) decoder
    * hw-accelerated video eq for -vo x11 and gl2, using DirectColor colormap
    * overlapping subtitles support, jacosub (*.js) format support
    * -vo dxr3 got a new syncengine, ':sync', also added native overlay support, activate with ':overlay', read the manual for more info on how to set up
    * QDMC/QDM2/MACE audio codec support, using quicktime 5 win32 DLLs (libwine!)
    * libavcodec: various MJPEG decoding fixes - now it decodes all sample files!
    * mencvcd updates, sox/toolame support etc
    * -vo dfbmga - play video on Matrox G400's second head using directfb 0.9.14
    * RealAudio ATRC (sony atrac3) audio support (using binary plugin)
Filters:
    * -af/-af-adv options cleanup
    * now auto-inserting -vop lavc for mpeg-only vo's
    * video filter API documented :)
    * better deblocking filter (-vop pp), pp/npp syntax changed!
    * -vop 2xsai - 2x scaler for drawn images (low color cartoon anims)
    * -vop unsharp - an sharp/blur filter, nice, but very slow
    * -vop il - (de)interleave fields
    * -vop swapuv - guess what :)
    * -vop boxblur - box blur...
    * -vop perspective
    * -vop sab
    * -vop smartblur
Package changes:
    * dependencies on libiconv and libvorbis


To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 pkgsrc/graphics/gmplayer/distinfo
cvs rdiff -r1.12 -r1.13 pkgsrc/graphics/mencoder/distinfo
cvs rdiff -r1.24 -r1.25 pkgsrc/graphics/mplayer/distinfo
cvs rdiff -r1.15 -r1.16 pkgsrc/graphics/mplayer-share/Makefile.common
cvs rdiff -r1.7 -r1.8 pkgsrc/graphics/mplayer-share/Makefile.depends
cvs rdiff -r1.12 -r1.13 pkgsrc/graphics/mplayer-share/distinfo
cvs rdiff -r1.2 -r1.3 pkgsrc/graphics/mplayer-share/patches/patch-ad

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.