| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
- OPTIONify
- Due to some changes in the official developent tree, some of our local
patches became obsolete and where removed.
PR: ports/99871
Submitted by: maintainer
Notes:
svn path=/head/; revision=167552
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
because it does not link the test-program with -pthread.
Remove the static -lx264 and replaces it with the accurate
`pkg-config --libs x264`, so the linker finds all the symbols needed.
After that, mencoder can finally encode x264-movies.
PR: ports/98914
Submitted by: Mark Daniel Reidel <ports@mark.reidel.info>
Approved by: maintainer
Notes:
svn path=/head/; revision=165511
|
|
|
|
|
|
|
|
|
| |
PR: 98763
Submitted by: Juergen Lock
Approved by: maintainer
Notes:
svn path=/head/; revision=165172
|
|
|
|
|
|
|
|
| |
Submitted by: glebius
Approved by: portmgr (krion)
Notes:
svn path=/head/; revision=163615
|
|
|
|
|
|
|
|
|
|
| |
PR: ports/96950
Submitted by: Thomas E. Zander <riggs@rrr.de> (maintainer)
Suggested by: Dennis Cabooter <dennis@rootxs.nl>
Approved by: krion (mentor)
Notes:
svn path=/head/; revision=162485
|
|
|
|
| |
Notes:
svn path=/head/; revision=162377
|
|
|
|
| |
Notes:
svn path=/head/; revision=161916
|
|
|
|
|
|
|
|
|
| |
update.
- portlint(1) while here
Notes:
svn path=/head/; revision=161539
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
www.ubuntuforums.org. This is not the old gtk2 patch used before but
the current gtk2 support in Mplayer's CVS. Unlike gtk12 support, gtk20
support will not be autodetected since it's still an unofficial patch.
Please use WITH_GTK2 to use.
PR: 95558
Submitted by: Me
Approved by: Maintainer
Obtained from: http://www.ubuntuforums.org/archive/index.php/t-78037.html
Notes:
svn path=/head/; revision=159764
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
Approved by: maintainer
Obtained from: Mplayer CVS
Security: VuXML c7526a14-c4dc-11da-9699-00123ffe8333
Notes:
svn path=/head/; revision=159127
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Arbitrary remote code execution under the user ID running the player
when streaming an ASF file from a malicious server.
PR: ports/93767
Submitted by: "Thomas E. Zander" <riggs@rrr.de> (maintainer)
Approved by: portmgr (erwin)
Obtained from: mplayer CVS repo: http://www1.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/libmpdemux/demuxer.h.diff?r2=1.90&r1=1.87&f=u
Security: heap overflow in the ASF demuxer (http://www.mplayerhq.hu/design7/news.html#vuln13, http://bugs.gentoo.org/show_bug.cgi?id=122029)
Notes:
svn path=/head/; revision=157050
|
|
|
|
|
|
|
|
|
| |
PR: 93959
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=156912
|
|
|
|
|
|
|
|
| |
Approved by: krion@
PR: ports/88711 (related)
Notes:
svn path=/head/; revision=154114
|
|
|
|
|
|
|
|
|
|
|
|
| |
This fixes a lot of trailers from apple.com, especially HD ones which come
with 5.1 AAC audio.
Approved by: maintainer
Obtained from: mplayer-dev mailing list
http://www1.mplayerhq.hu/pipermail/mplayer-dev-eng/2005-December/039393.html
Notes:
svn path=/head/; revision=153148
|
|
|
|
|
|
|
| |
Approved by: maintainer
Notes:
svn path=/head/; revision=153144
|
|
|
|
| |
Notes:
svn path=/head/; revision=152907
|
|
|
|
|
|
|
|
|
|
|
| |
setting norm=SECAM which previously did not work. Bump PORTREVISION.
PR: ports/90001
Submitted by: Vladimir Kushnir <vkushnir@i.kiev.ua>
Approved by: Thomas E. Zander <riggs@rrr.de> (maintainer)
Notes:
svn path=/head/; revision=151305
|
|
|
|
|
|
|
|
|
| |
PR: ports/89027
Submitted by: lioux
Approved by: maintainer timeout (2 weeks)
Notes:
svn path=/head/; revision=149933
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
On recent FreeBSD installing multimedia/mplayer port doesn't
compile-in bsdbt848 driver. Cause for this is in the mplayer's
'configure' script that uses the following code to autodetect
the presense of the system bt848 driver:
if defined(__NetBSD__)
#include <dev/ic/bt8xx.h>
#else
#include <machine/ioctl_bt848.h>
#endif
On FreeBSD /usr/include/machine/ioctl_bt848.h is replaced
with /usr/include/dev/bktr/ioctl_bt848.h, so 'configure'
script doesn't find it. Be warned that if you upgraded
your FreeBSD installation from the older version, you will
still have /usr/include/machine/ioctl_bt848.h installed on
your system (make installworld doesn't delete old files)
and configure script will not need patching to be able to
find the system bt848 driver. In the fix section I attached
a patched 'files/patch-ad' file.
[...]
Hi again,
I've prepared a diff to solve the issue. Besides this,
PORTREVISION is bumped to reflect the change and distinfo
contains sha256 sum. Would you please confirm that it works
on amd64, go for the commit and close the pr?!
Submitted by: Simun Mikecin <numisemis@yahoo.com>
Approved by: "Thomas E. Zander" <riggs@rrr.de>
Reviewed by: Simun Mikecin <numisemis@yahoo.com>
PR: ports/87853
Notes:
svn path=/head/; revision=147750
|
|
|
|
|
|
|
|
|
|
|
| |
(by Daniel O'Connor <doconnor@gsoft.com.au>).
- Remove obsolete "--disable-tremor" from CONFIGURE_ARGS.
PR: ports/86664
Submitted by: maintainer
Notes:
svn path=/head/; revision=143680
|
|
|
|
|
|
|
|
|
| |
PR: ports/86473
Submitted by: bh@izb.knu.ac.kr
Approved by: pav (mentor), riggs@rrr.de (maintainer)
Notes:
svn path=/head/; revision=143497
|
|
|
|
|
|
|
|
|
|
|
| |
The development team released a new tarball containing a fix for
libmpcodecs/ad_pcm.c addressing this issue.
PR: ports/85475
Submitted by: maintainer
Notes:
svn path=/head/; revision=141558
|
|
|
|
| |
Notes:
svn path=/head/; revision=137389
|
|
|
|
|
|
|
| |
mplayer.
Notes:
svn path=/head/; revision=136703
|
|
|
|
|
|
|
| |
Noticed by: Matthias Andree <matthias.andree@gmx.de>
Notes:
svn path=/head/; revision=136557
|
|
|
|
|
|
|
| |
- Bump PORTREVISION.
Notes:
svn path=/head/; revision=136548
|
|
|
|
|
|
|
|
| |
Submitted by: Michiel Boland <michiel@boland.org>
Approved by: maintainer
Notes:
svn path=/head/; revision=135933
|
|
|
|
|
|
|
| |
Patch Obtained from: MPlayer CVS
Notes:
svn path=/head/; revision=135601
|
|
|
|
|
|
|
|
|
|
| |
of encrypted DVD discs
PR: ports/80952, ports/80984
Diagnosed by: Jose M Rodriguez <josemi@freebsd.jazztel.es>
Notes:
svn path=/head/; revision=135504
|
|
|
|
| |
Notes:
svn path=/head/; revision=134986
|
|
|
|
|
|
|
|
|
| |
o Bump PORTREVISION
Approved by: maintainer
Notes:
svn path=/head/; revision=134964
|
|
|
|
|
|
|
|
| |
PR: ports/80356
Submitted by: Thomas E. Zander <riggs@rrr.de> (maintainer)
Notes:
svn path=/head/; revision=134199
|
|
|
|
|
|
|
| |
Patch Update Obtained mostly from mplayer cvs
Notes:
svn path=/head/; revision=133845
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
<conrads@cox.net>
- introduce new vidix patches to enable -vo xvidix for some accidently
mistreated radeon and matrox cards, reported by Andre Albsmeier
<andre@albsmeier.net>
- explicitly forbid -fforce-addr gcc optimization as it reliably breaks all
ffmpeg descendants, by Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
PR: ports/79828
Submitted by: Thomas E. Zander <riggs@rrr.de> (maintainer)
Notes:
svn path=/head/; revision=133177
|
|
|
|
|
|
|
|
|
|
| |
can't be linked if WITH_OPTIMIZED_CFLAGS is defined.
PR: ports/79119
Submitted by: maintainer
Notes:
svn path=/head/; revision=133076
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
files/patch-libfaad2-common.h
o Remove explicitly disabling real codecs as they can be manually added
after installation if root really wants to (reported by Scott Lipcon
<scott@libcon.org>)
o Fix mplayer's x264 lib support is older than the version provided by
the ports tree as of today. Including new patchfile
files/patch-libmpcodecs-ve_x264.c
(by Bruce M. Simpson <bms@spc.org>)
Submitted by: Thomas E. Zander <riggs@rrr.de> (maintainer)
Notes:
svn path=/head/; revision=131260
|
|
|
|
|
|
|
|
| |
PR: 77882
Submitted by: maintainer
Notes:
svn path=/head/; revision=130443
|
|
|
|
| |
Notes:
svn path=/head/; revision=126329
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
code base
o Potential heap overflow in Real RTSP streaming code
o Potential stack overflow in MMST streaming code
o Multiple buffer overflows in BMP demuxer
o Potential heap overflow in pnm streaming code
o Potential buffer overflow in mp3lib
PR: ports/75336
Submitted by: Thomas E. Zander <riggs@rrr.de> (maintainer)
Notes:
svn path=/head/; revision=124642
|
|
|
|
|
|
|
| |
Submitted by: maintainer
Notes:
svn path=/head/; revision=121647
|
|
|
|
|
|
|
|
|
| |
Submitted by: Serge Gagnon <ser_gagnon@sympatico.ca>
Approved by: Thomas E. Zander (maintainer)
pav (co mentor)
Notes:
svn path=/head/; revision=121418
|
|
|
|
|
|
|
|
|
|
|
| |
- Add WITH_NVIDIA-knob, suggested by Michael Johnson
Closes PR: ports/72162
Submitted by: maintainer
KDE reviewing by: lofi
Notes:
svn path=/head/; revision=121115
|
|
|
|
|
|
|
|
|
|
|
| |
- Enable and support libcaca
PR: ports/72087 [1]
Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com>
Approved by: maintainer
Notes:
svn path=/head/; revision=118662
|
|
|
|
|
|
|
| |
Approved by: portmgr
Notes:
svn path=/head/; revision=118503
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Consistency of man page after patching DEFAULT_{DVD,CDROM}_DEVICE
(reported by Andra Albsmeier <andre.albsmeier@siemens.com>)
* Change PATCH_SITES to fix unfetchable distfile for GTK2 patch
(thanks to michael johnson <ahze@ahze.net> for reporting this)
PR: 71542
Submitted by: maintainer
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=118345
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Correct detection of ogg theora codec
- Avoid accidently linking to libtremor if not explicitly forced by user
(important, therefore PORTREVISION bump!)
PR: ports/70959
Submitted by: Thomas E. Zander (maintainer)
Notes:
svn path=/head/; revision=117293
|
|
|
|
|
|
|
|
|
| |
PR: ports/70613
Submitted by: Eygene A. Ryabinkin
Approved by: maintainer
Notes:
svn path=/head/; revision=116781
|
|
|
|
| |
Notes:
svn path=/head/; revision=116379
|
|
|
|
|
|
|
|
|
| |
PR: ports/70001
Submitted by: Seva Gluschenko
Approved by: maintainer
Notes:
svn path=/head/; revision=116378
|
|
|
|
|
|
|
|
| |
PR: ports/69450
Submitted by: maintainer
Notes:
svn path=/head/; revision=114472
|