summaryrefslogtreecommitdiff
path: root/graphics/mplayer
AgeCommit message (Collapse)AuthorFilesLines
2002-10-07Enable the SSE detection and checking stuff for NetBSDskrll1-1/+2
Bump PKGREVISION.
2002-10-01fix VCD playbackdillo2-2/+4
search for config files where we install them bump PKGREVISION
2002-09-29Update to 0.90pre8. Changes:wiz1-6/+5
pre8: A fix for the http:// infinite memory leak bug, some WMS9 mms:// fixes, various SPARC, HP/UX, and NetBSD/OpenBSD portability fixes, demuxer fixes for >2GB nuppelvideo files, an mencoder -ss fix for 3-pass encoding, another fix for the gui.conf locale bug, an X11 fullscreen switching fix, and a MOV files edit-list handling fix were made. The manpage has been re-formatted, small DOCS updates were made, and the ChangeLog files came back. Code cleanup was continued (more obsolete files were removed or merged), and the Win32 DLL loader has been synced with AviFile CVS. pre7: Obsolete code (such as libvo2 and old input methods) was removed. libmpcodecs was cleaned up. The behavior the of -afm/-vfm options has changed. Various demuxer and codec fixes were mad for realvideo support. The 'sipr' audio codec was added. New 2-pass bitrate control was implemented, and various rv10 and MPEG4 en/decoding fixes were made in libavcodec. New video filters include soft-eq, halfpack, and film noise. Networking fixes were made. Live.com support was improved. The v4l capturing code was nearly rewritten. A new audio input layer is used. Libmpdvdkit was upgraded to use libdvdcss 1.2.2. Better ac3 passthrough was implemented with ALSA 9. Various GUI fixes were made. Subtitle selection and drag & drop support was added.
2002-09-27fix and enable AAC support. mplayer now plays Quicktime 6 (.mp4) filesdillo1-1/+2
2002-08-28buildlink1 -> buildlink2jlam1-2/+4
2002-08-13Whitespace nit.wiz1-1/+1
2002-08-13Improve.wiz1-7/+8
2002-08-07I modified the local patch-ab but forgot to copy it and now I have toveego1-2/+2
regernate all distinfos.
2002-08-07Update from 0.90pre5 (rc5) to 0.90pre6 (rc6).veego1-4/+4
Local changes: - Restore the dependency to win32codecs which was lost 4 month ago (Hi Rene) - Depends on audio/realplayer if MPLAYER_USE_REALMEDIA is set to YES - Add a patch which was commited after the release to fix crashes while muting the sound. Changelog: - WMV1, Sorenson v1 (SVQ1) and RealPlayer 8.0 (RV20/30, Cook) codecs support - libavcodec M1 direct rendering, IPB support with Xv - libavcodec improvements, bugfixes - both encoder & decoder side - Raw DV demuxer, libdv-based DV audio/video decoder - Various MOV/MP4, RM and ASF/WMV demuxer bugfixes, improvements - Detection of AVI files which needs -ni, workaround for some Nandub bugs - Support for live.com RTP/RTSP streaming libraries - Support to rip DVD subs in VobSub format, bugfixes of mpsub/srt converter - Closed Captioning (ascii subs on RC1 DVDs) support - Massive directfb updates - Vidix fixes/updates, including fixes of all known radeon bugs - dithered 1/4/8 bpp support with -vo svga (EGA rulez:)) - AO: alsa9 fixes/improvements, native ARTS driver - various endianess and 64-bit fixes, including mencoder and -ao pcm - tons of small compatibility/portability fixes, better cygwin, darwin support - GUI fixes, new features - playlist, audio/video equalizer, preferences - Skins: fixed many small glitches, few new skins - 'mencvcd' script - helps creating VCD/SVCD with mencoder - html DOCS updates, manpage & README restructured (again :))
2002-06-11Take advantage of some capabilities of the NetBSD audio driverfredb1-1/+2
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.veego2-12/+6
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-05-25Adapt to use the mplayer-share package.veego5-183/+9
2002-05-14Upgrade mplayer/gmplayer to version 0.90pre4:veego5-71/+17
- X11 fullscreen toggle fixes with various windowmanagers, multifile playback - DXR2 support (linux only) - Output into animated GIF - "cropdetect" video filter to autodetect needed size to crop - libavcodec marked as default encoder for MEncoder - manpage rewrite - lot of other fixes - gmplayer uses two new skins: CornerMP-aqua and hwswskin Also patch-ab is no longer needed and patch-aa has only one hunk remaining.
2002-05-09Slightly different version of last, so that it may be better accepted bywiz2-6/+7
the maintainers.
2002-05-08Fix compilation problems if work directory is on LFS.wiz2-7/+15
Patch by Konrad Schroder. See kern/16149.
2002-05-07Fix if statement.wiz2-4/+4
2002-05-07Remove as version check; has bad interactions if you have binutils installedwiz1-11/+1
before trying to make mplayer, but not a gcc that's new enough in the base system.
2002-05-07Share patches between gmplayer and mplayer.wiz1-1/+2
2002-05-07Slightly different version of patch-ab, provided by Veego, sowiz2-11/+22
that it works better on non-NetBSD systems.
2002-05-06Update to 0.90pre3 (0.90rc3). Changes:wiz3-10/+6
- 3DNow optimization of AC3 4ch downmix fixed, optims re-enabled - DGA error/fail after 1 second of playing fixed - big A-V desync for some AVI files fixed - image distortions when seeking in some MPEG files fixed - libmpdvdkit + gcc 3.x issue solved (our CFLAGS triggered a gcc3 bug...) - GUI aspect ratio and fullscreen switch fixes, cleanups - low FPS .wmv playback fixed - buggy v4l audio grabbing disabled, we cannot fix, but patches are welcomed! - various mjpeg improvements in libavcodec
2002-05-03These two packages really only need GNU "as" 1.11 or newer to build onfredb2-4/+15
NetBSD-1.5.*, so pull in the build-time dependency on binutils and gcc conditionally on the version reported by ${AS}. For that case, set ${GCC_EXEC_PREFIX} in the build environment, and pass in an "--as=" argument to "configure", to make absolutely sure the new "gas" gets used.
2002-05-03Enable for NetBSD-*-i386, after mtrr workaround.wiz1-2/+2
2002-05-03Comment out the mtrr parts on NetBSD versions that don't support them.wiz2-1/+29
Might make mplayer work on 1.5.2 and similar.
2002-05-02Restrict again to -current starting from 1.5Y -- doesn't compile on 1.5.xwiz1-2/+2
because of missing MTRR support.
2002-04-30Update mplayer from version 0.60 to 0.90pre2 (old distfile is now longerveego12-334/+101
available). Not tested with the recent gcc and binutils changes. Only one local patchfile is now needed, which fix a -Wl,-R problem and reenables the auto detect support for libmpdvdkit on NetBSD. Where libmpdvdkit is now disabled, due to the css code in that source. The MPlayer code use libdvdread so it still can read DVDs. The css code is also the reason why we have to use NO_SRC_ON_FTP. List of changes, without being complete. Changes in 0.90pre2: - hwac3 fixes (try AFMT_AC3 first), bigendian fixes for PCM audio - 2-pass encoding with libavcodec (-lavcopts vpass=x), B frames support - faster .ogg seeking (use -forceidx for slow but accurate one) - audio-only with gui fixed - -rootwin fixed for x11,xv,xmga,xvidix - aspect ratio fix for ffmpeg12 - mpeg-es detection fixed - runtime cpudetect disabled by default - support for many new win32 codecs, including mss1, tm20, ucod, truespeech - divx audio dll sig11 with glibc 2.1.(2|3) fixed - includes libmpdvdkit - patched kit of dvd libraries (enabled for linux+freebsd) - manpages updated - 'f' (fullscreen switch) fixed for some WMs, still has problems - various freebsd and openbsd portability patches - options -xy,-zoom,-flip usable with mencoder too, -xy keeps aspect - -vop lavc, using new fast best libavcodec for realtime mpeg1 transcoding - fixed gtk gui crash with --disable-mencoder - no more black vobsub subtitles :) Changes in 0.90pre1: - 100% GPL - yeah, so what? - runtime CPU detection code - any x86 MPlayer binary can run on "any" other x86 CPU - video filter layer - with numerous plugins (crop, expand, etc, see the documentation) - ability to view or encode DVD/vobsub and/or text subtitles into the output AVI - prelimenary dvdnav support (experimental) - Direct Rendering - can't be used with libavcodec yet, sorry - ability to display subtitles under the image, on black bands - FFmpeg (included) now supports decoding MPEG4v2 (MP42) and DivX 5.0 files too - greatly enhanced MPEG4 encoder - in libavcodec. It's not always as good as DivX4, but is twice as fast - so it's very useful on realtime encoding. And generally also. - audio-only (wav/mp3/wma/ogg) file playback (console only) - playing/encoding audio from separate wav/mp3 file - support for more fileformats, including the new and very popular .ogg - multiple files playback from console, including various playlist formats - and of course, faster than ever... :)
2002-04-30rework comment describing why we are setting TMPDIR to ${WRKDIR}zuntum1-3/+4
2002-04-30Use gcc and binutils packages if the system's are not new enough.wiz2-3/+5
Makes it build on at least 1.5.2/i386.
2002-04-22Move COMMENT to the individual Makefiles.rh2-3/+4
2002-04-21Split out 'Makefile.common' for upcoming import of gmplayer package.rh2-38/+37
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb1-2/+2
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2002-01-30No need to include aalib's buildlink.mk as we include SDL's buildlinkzuntum1-2/+1
that does it. Fixes PR pkg/15270 by Lubomir Sedlacik <salo@Xtrmntr.org>
2002-01-25PKGVERSION=1 so that the version number is greater than the last versionskrll1-1/+2
of this pkg.
2002-01-25Update mplayer to 0.60 release.skrll5-105/+9
Can't seem to find a Changelog, sorry.
2002-01-21Set ONLY_FOR_PLATFORM to point to new-toolchain-current/i386zuntum1-2/+2
(I have used expression that Thomas Klausner has written for graphics/ogle for the same purpose).
2002-01-21Add misc/libdvdread support per pkg/15319 by David Sainty <dave@dtsp.co.nz>zuntum1-3/+4
Bump PKGREVISION. Note: make sure to cvs update pkgsrc/misc/libdvdread before trying to build updated package of mplayer.
2002-01-21Let mplayer test-compile stuff in ${WRKDIR} instead of /tmp,zuntum1-1/+5
because the /tmp can sometime be mounted noexec. Fixes pkg/15320 by David Sainty <dave@dtsp.co.nz>
2002-01-14Fix ONLY_FOR_PLATFORM pattern.wiz1-2/+2
2002-01-05Don't recomment patches with known problems here.tron1-6/+0
2002-01-04Add graphics/aalib support, per pkg/15133.zuntum1-1/+3
Bump PKGREVISON.
2001-12-27Improve ONLY_FROM_PLATFORM.zuntum1-2/+2
Suggested by Mason Loring Bliss <mason@acheron.middleboro.ma.us>
2001-12-26Set PKGNAME to mplayer-0.60.0.1zuntum1-2/+2
2001-12-26Update mplayer package to 0.60pre1zuntum35-1943/+453
No ChangeLog found, but a lot has changed since previous pkgsrc release (0.18pre1), so you definitely want to upgrade. Update provided by Sergey Svishchev <svs@ropnet.ru> - thanks!
2001-12-25Update HOMEPAGE - the new one is http://www.mplayerhq.hu/zuntum1-2/+2
2001-12-25Silence a pkglint warning.wiz1-2/+2
2001-12-25Add RCS Id.wiz27-0/+27
2001-12-25Set NO_BIN_ON_{FTP,CDROM} because several people suggested it,zuntum1-1/+5
and I am uncertain of the license. Needs investigation.
2001-12-22Improve PKGNAME (dewey-conform).wiz1-2/+2
2001-12-22Use /dev/audio instead of /dev/dspzuntum1-1/+8
2001-12-22Fix MASTER_SITES so distfile can be fetchedzuntum1-2/+2
2001-12-21regenzuntum1-2/+1