Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-11-23 | Add fix for the vulnerability reported in CVE-2010-3429 taken from | tron | 2 | -1/+102 | |
MPlayer's GIT repository. | |||||
2010-10-24 | drop maintainership | ahoka | 1 | -2/+2 | |
2010-09-16 | Update to 20100913, provided by Aleksey Cheusov via wip. | wiz | 15 | -220/+132 | |
One year of changes. Ok ahoka@ | |||||
2010-09-05 | Remove unused variable pointing to non-existent dir. | wiz | 1 | -2/+1 | |
pkglint is now much happier. | |||||
2010-09-05 | Fix build on Solaris, from Aleksey Cheusov in PR 43841. | wiz | 2 | -1/+16 | |
2010-09-01 | Add vdpau option, on the platforms where it is supported. | wiz | 1 | -2/+13 | |
From Aleksey Cheusov in PR 43658. | |||||
2010-08-12 | Fix build failure and make mplayer work properly on NetBSD/arm: | tsutsui | 1 | -1/+16 | |
- workaround name conflict with system header <arm/bswap.h> in libavutils by subst.mk replacement - explicitly disable armv5te, armv6, and armv6t2 options that are enabled by autodetect code in configure but cause illegal instruction errors on StrongARM and XScale machines Tested on NetBSD/hpcarm (WS011SH) and NetBSD/shark (Funai's DNARD) 5.99.38. | |||||
2010-01-03 | Add an sf.net mirror. | ahoka | 1 | -2/+4 | |
2010-01-01 | mirrored the distfile due to unavailability | tnn | 1 | -1/+2 | |
2009-11-07 | Fix build on DragonFly. | hasso | 2 | -1/+15 | |
2009-11-04 | fix option names | pooka | 1 | -3/+2 | |
2009-10-20 | Fix build with dts option: | tnn | 1 | -2/+5 | |
# The configure handling for --enable-libdca is broken. # However, it works if you omit the argument and let # configure autodetect support. | |||||
2009-10-19 | Take 2 on trying to make this work on OSX. | ahoka | 3 | -21/+27 | |
2009-10-18 | Upgrade to the SVN snapshot as of 2009-10-17. | ahoka | 33 | -2001/+168 | |
The builtin libavcodec now uses yasm to assemble hand written h264 code. The older x264 we currently have in pkgsrc is not supported by mplayer, so I had to do some hand tweaking to make it work. It may contain bugs because of this, so report any fallouts with h264. | |||||
2009-08-26 | bump revision because of graphics/jpeg update | sno | 1 | -2/+2 | |
2009-08-09 | Note which other packages use this Makefile fragment. | wiz | 1 | -1/+4 | |
2009-08-09 | Add RCS Id and comment. | wiz | 2 | -2/+6 | |
2009-08-09 | add fix for SA26157. Bump PKGREVISION | kefren | 2 | -1/+16 | |
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 1 | -39/+1 | |
2009-05-11 | Allow faad options for mencoder as well. | wiz | 1 | -3/+3 | |
From Hiroyuki Bessho in PR 41403. | |||||
2009-03-06 | Configure script misdetects endianness on NetBSD/sgimips, so pass | jmcneill | 1 | -1/+6 | |
--enable-big-endian for OPSYS=NetBSD and MACHINE_ARCH=mipseb | |||||
2009-03-06 | Map mipsel/mipseb -> mips in the configure script. | jmcneill | 2 | -13/+23 | |
2009-02-02 | -add a patch from upstream to fix CVE-2008-3162 | drochner | 3 | -1/+77 | |
(stack-based buffer overflow in the str_read_packet function in libavformat/psxstr.c) -add (a modified version of) the ffmpeg 4xm patch which fixes possible memory corruption bump PKGREVISION | |||||
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 | |