Age | Commit message (Expand) | Author | Files | Lines |
2008-05-26 | Second round of explicit pax dependencies. As reminded by tnn@, | joerg | 1 | -2/+4 |
2008-05-11 | Add a patch for CVE-2008-1558 to mplayer. This fixes a buffer overflow in | tonnerre | 2 | -1/+16 |
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 |
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 |
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 |
2008-02-05 | add some patches from upstream which fix CVE-2008-0485, CVE-2008-0486 | drochner | 5 | -1/+111 |
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 |
2007-12-21 | disable ssse3 in the standard case, this makes the pkg build on NetBSD | drochner | 1 | -1/+11 |
2007-12-21 | Fix NetBSD-specific bug in "configure" script which broke the detection | tron | 2 | -5/+18 |
2007-12-21 | Update "mplayer", "mplayer-share", "mencoder" and "gmplayer" packages | tron | 17 | -275/+400 |
2007-12-18 | Fix inconsistency (using "#pragma pack()" without ever using | tron | 2 | -1/+15 |
2007-12-15 | The ability to use DESTDIR correctly should be determined package by | heinz | 2 | -4/+4 |
2007-09-13 | apply a security fix from upstream CVS: | drochner | 2 | -1/+28 |
2007-09-06 | If the *mplayer* packages are going to default to setting cflags | abs | 2 | -11/+9 |
2007-08-15 | Removed the dependency on binutils. It had never been documented why | rillig | 1 | -4/+1 |
2007-07-11 | Enable runtime CPU detection on PowerPC-based platforms, too. This allows | tron | 1 | -2/+3 |
2007-07-05 | Add patch provided by Nathan Arthur in PR 34980 based on a posting by | wiz | 2 | -1/+15 |
2007-06-08 | Regenerate the "distinfo" for the "mplayer" package, too. Bump the | tron | 1 | -1/+2 |
2007-06-07 | Add patch from the MPlayer SVN repository to fix an overflow in the | tron | 1 | -0/+31 |
2007-03-09 | pull in a patch from mplayer CVS to fix buffer overflow in DMO reader, see | drochner | 2 | -1/+14 |
2007-02-23 | normalize timeval for select() timeout in udp stream handler, from | drochner | 2 | -1/+17 |
2007-01-25 | add the libdvdnav fixes we have applied to (all?) the other instances | drochner | 3 | -1/+32 |
2007-01-09 | add limit check to real parser (identical to CVE-2006-6172) | drochner | 4 | -1/+55 |
2006-12-27 | Remove the external vorbis dependency as the internal implementation | joerg | 1 | -2/+1 |
2006-12-07 | Move fontconfig/buildlink3.mk to a common makefile fragment, so that | drochner | 1 | -1/+2 |
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 |
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 |
2006-10-31 | Update mplayer-share, mplayer, mencoder, and gmplayer to 1.0rc9 (which | wiz | 11 | -440/+139 |
2006-10-25 | Fixed PKGMANDIR. | rillig | 1 | -2/+2 |
2006-10-13 | Only support mplayer-win32 on i386 (for now). | wiz | 1 | -3/+5 |
2006-10-11 | Fixed "test ==" and $RANDOM. | rillig | 4 | -1/+119 |
2006-10-10 | turn libsmb support off, instead of relying on autodetect. fixes | grant | 1 | -2/+3 |
2006-10-03 | Don't offer the "oss" option on platforms which don't support OSS. | tron | 1 | -4/+8 |
2006-10-03 | Fix a few broken "test ... ==" checks in the configure script found | tron | 2 | -5/+32 |
2006-08-23 | Fix path on ftp5.mplayerhq.hu. | wiz | 1 | -3/+3 |
2006-08-04 | Recognize cpu type on x86_64. Patch from Rhialto in PR 33946. | wiz | 2 | -9/+18 |
2006-08-04 | Allow xvid option on x86_64, too. | wiz | 1 | -2/+2 |
2006-06-27 | Use -mtune for gcc4, not -mcpu. Should fix PR 33754. | wiz | 1 | -1/+8 |
2006-06-15 | hack around lvalue casting nonsense; mplayer now compiles with gcc4. | dogcow | 2 | -1/+145 |
2006-06-14 | normalize a "struct timeval" before use as timeout in select(2), | drochner | 2 | -1/+17 |
2006-06-13 | update to 1.0pre8 | drochner | 25 | -561/+303 |