summaryrefslogtreecommitdiffstats
path: root/multimedia/mplayer
Commit message (Collapse)AuthorAgeFilesLines
* - Provide a knob to build mplayer without ipv6 protocol family supportsat2006-05-151-1/+13
| | | | | | | PR: ports/96950 Submitted by: Thomas E. Zander <riggs@rrr.de> (maintainer) Suggested by: Dennis Cabooter <dennis@rootxs.nl> Approved by: krion (mentor)
* Fix typos in comments.brueffer2006-05-141-3/+3
|
* - Chase x264 libver bumpahze2006-05-101-3/+3
|
* - Update PORTREVISION and libtheora version reflecting multimedia/libtheora ↵mnag2006-05-071-3/+3
| | | | | | update. - portlint(1) while here
* Re-enable GTK2 support with patch from Mplayer CVS found viatmclaugh2006-04-172-24/+25
| | | | | | | | | | | | 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
* - Add security patchmnag2006-04-082-2/+70
| | | | | | | | - Bump PORTREVISION Approved by: maintainer Obtained from: Mplayer CVS Security: VuXML c7526a14-c4dc-11da-9699-00123ffe8333
* Fix mplayer vulnerability (heap overflow) in the ASF demuxervd2006-03-092-1/+38
| | | | | | | | | | | 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)
* Bump PORTREVISION for new gtk-12 library location, post libtool.ade2006-02-281-1/+1
| | | | | | PR: 93959 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> Approved by: portmgr (implicit)
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-1/+1
| | | | | Approved by: krion@ PR: ports/88711 (related)
* - Add support for version 2 audio atoms in QuickTime containerspav2006-01-092-1/+61
| | | | | | | | | 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
* - Fix find commandpav2006-01-091-2/+2
| | | | Approved by: maintainer
* Bump PORTREVISION to chase the cdparanoia shared library updatemarkus2006-01-061-1/+1
|
* Use BT848SFMT ioctl instead of METEORSFMT (which is incorrect). Allowslawrance2005-12-162-1/+75
| | | | | | | | 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)
* - Remove hardcoded gcc in scripts and Makefiles.flz2005-11-291-0/+9
| | | | | | PR: ports/89027 Submitted by: lioux Approved by: maintainer timeout (2 weeks)
* [fix] multimedia/mplayer: no bsdbt848 driver compiled inedwin2005-11-093-6/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* - Correctly detect infrared control interface lircflz2005-09-282-4/+33
| | | | | | | | (by Daniel O'Connor <doconnor@gsoft.com.au>). - Remove obsolete "--disable-tremor" from CONFIGURE_ARGS. PR: ports/86664 Submitted by: maintainer
* Add support to DTS decodingmnag2005-09-241-0/+12
| | | | | | PR: ports/86473 Submitted by: bh@izb.knu.ac.kr Approved by: pav (mentor), riggs@rrr.de (maintainer)
* Mplayer seems vulnerable when playing uncompressed pcm streams.vs2005-08-312-4/+4
| | | | | | | | The development team released a new tarball containing a fix for libmpcodecs/ad_pcm.c addressing this issue. PR: ports/85475 Submitted by: maintainer
* - Update detect support for x264ahze2005-06-131-1/+1
|
* - Add support for detecting new version of x264. No need to rebuildahze2005-06-031-2/+11
| | | | mplayer.
* - Backout latest commit, it needs a repocopy due to API change.flz2005-05-311-2/+2
| | | | Noticed by: Matthias Andree <matthias.andree@gmx.de>
* - Bump lzo lib version.flz2005-05-311-2/+2
| | | | - Bump PORTREVISION.
* - Fix CPU features detection for amd64 platformpav2005-05-231-0/+19
| | | | | Submitted by: Michiel Boland <michiel@boland.org> Approved by: maintainer
* - Fix build with new x264ahze2005-05-191-0/+112
| | | | Patch Obtained from: MPlayer CVS
* - Backout part of bswap changes which completely broke playbackpav2005-05-172-27/+1
| | | | | | | of encrypted DVD discs PR: ports/80952, ports/80984 Diagnosed by: Jose M Rodriguez <josemi@freebsd.jazztel.es>
* - Back out native bswap commit for FreeBSD 4.x, where it does not compile.pav2005-05-103-3/+3
|
* o Add FreeBSD native byteswap support using <sys/endian.h>lioux2005-05-104-0/+67
| | | | | | o Bump PORTREVISION Approved by: maintainer
* - Update to 1.0pre7pav2005-04-267-518/+26
| | | | | PR: ports/80356 Submitted by: Thomas E. Zander <riggs@rrr.de> (maintainer)
* - Chase shared lib bump in x264ahze2005-04-212-12/+281
| | | | Patch Update Obtained mostly from mplayer cvs
* - correct linux real player codecs detection, by Conrad J. Sabatierpav2005-04-123-3/+27
| | | | | | | | | | | | <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)
* On FreeBSD-5.3 systems before importing of lrintf into math.h mplayervs2005-04-111-1/+13
| | | | | | | can't be linked if WITH_OPTIMIZED_CFLAGS is defined. PR: ports/79119 Submitted by: maintainer
* o Integration of pr 78670, including introduction ofpav2005-03-144-6/+61
| | | | | | | | | | | | | 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)
* update to 0.99.6oliver2005-03-0610-278/+320
| | | | | PR: 77882 Submitted by: maintainer
* Bump portrevision to chase shlib dump of libtheora and new location.kwm2005-01-131-3/+3
|
* Update to 1.0pre5try2 (0.99.5_5) to fix several security flaws in streaming ↵ahze2004-12-202-4/+4
| | | | | | | | | | | | | 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)
* Minor Makefile-twiddle: Balance quotesvs2004-11-151-1/+1
| | | | Submitted by: maintainer
* Remove nvidia support for 4.x users (libXvMCNVIDIA.so is linked to libc.so.5)ahze2004-11-111-1/+6
| | | | | | Submitted by: Serge Gagnon <ser_gagnon@sympatico.ca> Approved by: Thomas E. Zander (maintainer) pav (co mentor)
* - Add WITHOUT_SKINS-knob, suggested by Matthias Buelow (PR 72162)vs2004-11-081-3/+27
| | | | | | | | - Add WITH_NVIDIA-knob, suggested by Michael Johnson Closes PR: ports/72162 Submitted by: maintainer KDE reviewing by: lofi
* - Fix AAC (faad) playback on amd64 [1]pav2004-10-112-4/+109
| | | | | | | | - Enable and support libcaca PR: ports/72087 [1] Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com> Approved by: maintainer
* Increase USE_GCC to 3.4 for those ports which compile with it.kris2004-09-301-1/+1
| | | | Approved by: portmgr
* * Deactivate libtremor due to unresolved build problemsmarcus2004-09-221-8/+14
| | | | | | | | | | | * 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)
* Requested by Koop Mast:vs2004-08-261-1/+24
| | | | | | | | | - 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)
* Hopefully fix build on -CURRENT.vs2004-08-201-0/+11
| | | | | | PR: ports/70613 Submitted by: Eygene A. Ryabinkin Approved by: maintainer
* Add forgotten file from previous commitvs2004-08-161-0/+138
|
* Enable GTK2vs2004-08-162-26/+56
| | | | | | PR: ports/70001 Submitted by: Seva Gluschenko Approved by: maintainer
* Update to 0.99.5krion2004-07-238-60/+48
| | | | | PR: ports/69450 Submitted by: maintainer
* Add more PATCH_SITESvs2004-07-121-1/+3
| | | | | | PR: ports/68806 Submitted by: Jonathan Noack Approved by: maintainer
* Apply a vendor-distributed patch to correct a number of stringadamw2004-07-012-1/+7
| | | | | | vulnerabilities, some of which are remotely exploitable. More info at: http://www.mplayerhq.hu/homepage/design7/news.html
* - Respect CFLAGS, fix WITHOUT_RUNTIME_CPUDETECTION knob, stylepav2004-07-012-6/+23
| | | | | | PR: ports/68431 Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org> Approved by: maintainer
* Add a patch that fixes a patch that used to be in the previous versionlofi2004-06-181-0/+18
| | | | | | | of the port and which has been bogusly merged into the upstream sources (but has been corrected now, the next release will be fine, hopefully). This will fix audioid with tv://
OpenPOWER on IntegriCloud