Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-01-03 | Unbreak build with pulseaudio support (configure check failed because | shattered | 1 | -1/+2 | |
of missing glib2 dependency). | |||||
2008-12-20 | Backport PulseAudio driver from MPlayer SVN. | jmcneill | 6 | -8/+460 | |
2008-12-18 | Revision bump for x264-devel. | bjs | 1 | -1/+3 | |
2008-12-18 | Add patch for new x264. | bjs | 1 | -0/+41 | |
2008-12-18 | PKGREVISION bump for packages using mplayer-share due to x264 update. | bjs | 1 | -1/+2 | |
2008-12-15 | Add security patch from MPlayer SVN repository to fix a buffer overflow | tron | 2 | -1/+63 | |
in the TwinVQ media file decoder. | |||||
2008-10-20 | Add a patch for better VCD support from Sergey Svishchev. | wiz | 2 | -1/+39 | |
Fixes PR 20549. | |||||
2008-10-02 | Apply patch from MPlayer subversion repository to fix CVE-2008-3827. | tron | 2 | -1/+30 | |
Bump package revisions of "mplayer", "gmplayer" and "mencoder" packages. | |||||
2008-09-09 | Fix corrupt patch-vb | jmcneill | 2 | -6/+6 | |
2008-09-09 | regen | jmcneill | 1 | -4/+4 | |
2008-09-09 | Add $NetBSD$ | jmcneill | 1 | -0/+2 | |
2008-09-09 | Enable tv-v4l2 support on NetBSD. | jmcneill | 5 | -7/+71 | |
2008-09-08 | Set RESTRICTED and derive NO_* from it. | joerg | 1 | -4/+5 | |
2008-08-21 | Add faac option (disabled by default | abs | 1 | -2/+7 | |
2008-05-26 | Second round of explicit pax dependencies. As reminded by tnn@, | joerg | 1 | -2/+4 | |
many packages used to use ${PAX}. Use the common way of directly calling pax, it is created as tool after all. | |||||
2008-05-11 | Add a patch for CVE-2008-1558 to mplayer. This fixes a buffer overflow in | tonnerre | 2 | -1/+16 | |
the RealRTSP SDP code which can be exploited to execute arbitrary code remotely. | |||||
2008-04-14 | Add fix for a crash / stack corruption with ASS. Bump revision. | joerg | 2 | -1/+19 | |
2008-03-25 | --enable-x264 confuses the configure script, it's better to avoid | wiz | 1 | -2/+1 | |
it and let it find out for itself. Fixes mencoder build. Reported and fixed by David Sainty. | |||||
2008-03-24 | If using the mplayer-ssse3 option, then include override-as.mk from binutils. | tnn | 1 | -1/+2 | |
2008-03-16 | Add x264-devel include, seems to be needed after all. | wiz | 1 | -1/+2 | |
2008-03-16 | Add x264 option and default it to on (since it occurs no additional | wiz | 1 | -3/+9 | |
dependencies). Bump PKGREVISION. | |||||
2008-02-26 | Missing include of <errno.h>. PR pkg/38105 | tnn | 2 | -1/+14 | |
2008-02-24 | `xvid' also works on sparc64. Rearrange the options to account for this. | jdc | 1 | -2/+6 | |
2008-02-13 | Added "debug" option. | rillig | 1 | -2/+6 | |
2008-02-08 | Fix a pbulk scan failure. mplayer is only available with gcc, but | tnn | 1 | -2/+2 | |
the Makefile.cflags naively checked the value of CC_VERSION which is unset if we're not using gcc. Found with Solaris x86 and sunpro. | |||||
2008-02-05 | add some patches from upstream which fix CVE-2008-0485, CVE-2008-0486 | drochner | 5 | -1/+111 | |
and two unnamed buffer overflows, bump PKGREVISION of affected pkgs | |||||
2008-01-03 | Fix parallel builds by adding dependencies, and reenable them. | gdt | 2 | -1/+26 | |
2007-12-27 | Add vidix option, only for Linux. | wiz | 1 | -4/+15 | |
Fixes build on NetBSD/amd64. | |||||
2007-12-21 | disable ssse3 in the standard case, this makes the pkg build on NetBSD | drochner | 1 | -1/+11 | |
because ssse3 needs a newer assembler than we have, add an option to enable it, which pulls in devel/binutils to get a recent assembler | |||||
2007-12-21 | Fix NetBSD-specific bug in "configure" script which broke the detection | tron | 2 | -5/+18 | |
of a lot of X11 libraries. Problem noted by Matthias Drochner in private e-mail. Bump package revision because of this fix. | |||||
2007-12-21 | Update "mplayer", "mplayer-share", "mencoder" and "gmplayer" packages | tron | 17 | -275/+400 | |
to version 1.0rc2 (as 1.0rc10). Changes since version 1.0rc1 (known as 1.0rc9 in "pkgsrc"): - A lot of new audio and video decoders and other improvements - A large number of bug fixes - Updated documentation - Support for Mac OS X Intel Approved by Thomas Klausner (because it fixes the Darwin-i386 build). | |||||
2007-12-18 | Fix inconsistency (using "#pragma pack()" without ever using | tron | 2 | -1/+15 | |
"#pragma pack(<n>)". This brings us one step closer to building the "mplayer" package under Mac OS X Intel. | |||||
2007-12-15 | The ability to use DESTDIR correctly should be determined package by | heinz | 2 | -4/+4 | |
package and not in commonly used Makefile fragments. | |||||
2007-09-13 | apply a security fix from upstream CVS: | drochner | 2 | -1/+28 | |
Check wLongsPerEntry before using it. This fixes a potential crash for some values of it. As a side effect it works around broken callocs with an integer overflow vulnerability, but using MPlayer on such systems should never be assumed to be safe! This should fix SA26806 (http://secunia.com/advisories/26806/). bump PKGREVISIONs | |||||
2007-09-06 | If the *mplayer* packages are going to default to setting cflags | abs | 2 | -11/+9 | |
to target a pentium pro if mplayer-runtime-cpudetection is enabled then at least put it under an option so it can be turned off: mplayer-default-cflags For example, all of my machines are p3 or better, so I prefer to use "-march=pentium3 -mfpmath=sse -msse2", but I still want mplayer-runtime-cpudetection to handle amd64 / Intel core at runtime. | |||||
2007-08-15 | Removed the dependency on binutils. It had never been documented why | rillig | 1 | -4/+1 | |
this is needed at all, and why only on NetBSD. If someone knows, please re-add the code and _comment_ it properly. | |||||
2007-07-11 | Enable runtime CPU detection on PowerPC-based platforms, too. This allows | tron | 1 | -2/+3 | |
using an "mplayer" binary built on a G5 based Mac OS X system on e.g. a G4 based Mac OS X system. | |||||
2007-07-05 | Add patch provided by Nathan Arthur in PR 34980 based on a posting by | wiz | 2 | -1/+15 | |
Glenn Maynard on ffmpeg-devel that should fix the gmplayer compilation problem on NetBSD-3.x. | |||||
2007-06-08 | Regenerate the "distinfo" for the "mplayer" package, too. Bump the | tron | 1 | -1/+2 | |
package revision again because the patch didn't get applied previously. Problem pointed out by Geert Hendrickx. | |||||
2007-06-07 | Add patch from the MPlayer SVN repository to fix an overflow in the | tron | 1 | -0/+31 | |
CDDB code reported in CVE-2007-2948. Bump package revision. | |||||
2007-03-09 | pull in a patch from mplayer CVS to fix buffer overflow in DMO reader, see | drochner | 2 | -1/+14 | |
http://lists.grok.org.uk/pipermail/full-disclosure/2007-March/052738.html bump PKGREVISIONs | |||||
2007-02-23 | normalize timeval for select() timeout in udp stream handler, from | drochner | 2 | -1/+17 | |
Mihai Chelaru per PR pkg/35444 bump PKGREVISIONs | |||||
2007-01-25 | add the libdvdnav fixes we have applied to (all?) the other instances | drochner | 3 | -1/+32 | |
here too, just for consistency. The code is not used, due to a --disable-mpdvdkit configure option. | |||||
2007-01-09 | add limit check to real parser (identical to CVE-2006-6172) | drochner | 4 | -1/+55 | |
from mplayer svn bump PKGREVISIONs | |||||
2006-12-27 | Remove the external vorbis dependency as the internal implementation | joerg | 1 | -2/+1 | |
based on tremor is used by default. In the long term, it might end up replaced with the ffmpeg version as well. Noticed in PR 31587. Bump revision. | |||||
2006-12-07 | Move fontconfig/buildlink3.mk to a common makefile fragment, so that | drochner | 1 | -1/+2 | |
mencoder gets it too. Without that, fontconfig vertions from pkg and X11R6 get mixed which is bad. Bump mencoder's PKGREVISION. | |||||
2006-11-30 | Move extra X11 includes to Makefile.common and bump revision of mplayer. | joerg | 1 | -1/+2 | |
2006-11-30 | Fix path to cdda_interface.h and cdda_paranoia.h in the #ifndef | abs | 2 | -1/+17 | |
HAVE_LIBCDIO case | |||||
2006-11-10 | Use find -print | xargs rather than find -exec. | tv | 1 | -5/+5 | |
2006-11-06 | DESTDIR support and convert to mdular buildlinks. | joerg | 3 | -14/+14 | |