summaryrefslogtreecommitdiff
path: root/graphics/mplayer-share
AgeCommit message (Collapse)AuthorFilesLines
2002-06-11Take advantage of some capabilities of the NetBSD audio driverfredb2-1/+36
layer that are evidently not available with the Sun audio interface it resembles, to better sync audio with video. The native "sun" driver (the current default) should now work at least as well as the "oss" driver (once the default, but now disabled) used to.
2002-06-08Update the mplayer packages to 0.90pre5.veego4-17/+32
NetBSD pkgsrc changes: - Move the depencencies out of Makefile.common so that mplayer-share doesn't depends on unnecessary packages - Add nas support to mplayer and gmplayer (from Frederick Bruckman) - Add mad support (from Frederick Bruckman) - Add libungif support - Use the x11 buildlink file - Disable ossaudio support, because the sun audio support works better - Don't use the Buildlink's ${CFLAGS}, which would turn off all the processor-specific optimizations (from Frederick Bruckman) Changes since 0.90pre4: docs: - lots of DOCS fixes, updates, cleanups - new README containing really quick install guide - tech level docs on libavcodec encoding options - html doc is now IE 6.0.2600 compatible! :))) input/codecs: - subreader (ascii subtitle file parser) fixes - spudec cleanup/fixes, a new (faster, better) scaler, bbox support - mmst:// streaming support - .ogm (Ogg) audio/video stream selection - native msmpeg4v1 (MPG4) codec, error concealement for all mpeg4s - various libavcodec encoding improvements - mpeg1 && -vo x11 crash fixed when height%16!=0 - raw (uncompressed) video fixed (avi & mov) - flickering/blocking fixed for old vfw codecs (indeo3, cinepak etc) - introduced codecs.conf versioning to avoid problems caused by too old conf output: - some more X11 cleanup, icewm fullscreen fixes, -vo gl/gl2 fixed - disabling xscreensaver (optional, disabled by default) - pan&scan support in xv, xmga, xvidix - Xv yv12 stride problems fixed when width%8!=0 - vidix r128/radeon driver synced with mplayerxp, various xvidix fixes - DVB a-v sync fixes, libfame updated to 0.9.0 - native -ao arts driver, ac3 passthrough support for -ao alsa9, -ao nas fixed other: - Gui: VCD and URL support, some bugs fixed - some cleanup of messages (less debug stuff) printed by mplayer - gcc 3.1 support - various portability fixes (cygwin, darwin, 64bit sparc/alpha)
2002-06-01Enable for NetBSD-*-powerpc.wiz1-3/+8
2002-05-25Documentation and fonts used by mplayer and gmplayer.veego6-0/+229
Based on the mplayer package, which will be changed to use this. Same for the gmplayer package. The documentations are not longer installed twice if you install mplayer and gmplayer at the same time. The share package also adds the fonts to display the subtitles and timer. Fixes pkg/17004, by using one DIST_SUBDIR for both mplayer and gmplayer (this was allready added in my copy before the pr come in).