summaryrefslogtreecommitdiff
path: root/multimedia (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Chase the libxine shared lib version bump.MANTANI Nobutaka2005-04-2810-14/+18
| | | | Notes: svn path=/head/; revision=134320
* Update to 1.0.1.MANTANI Nobutaka2005-04-285-144/+164
| | | | | | | | | This version contains the fixes for the MMS and Real RTSP buffer overflow vulnerabilities. Security: http://www.vuxml.org/freebsd/91c606fc-b5d0-11d9-a788-0001020eed82.html Notes: svn path=/head/; revision=134319
* - Update to 1.0pre7Pav Lucistnik2005-04-267-518/+26
| | | | | | | | PR: ports/80356 Submitted by: Thomas E. Zander <riggs@rrr.de> (maintainer) Notes: svn path=/head/; revision=134199
* - Install .desktop fileMichael Johnson2005-04-263-0/+20
| | | | Notes: svn path=/head/; revision=134189
* Move shared directory for klirc profiles into kdehier.Michael Nottebrock2005-04-252-2/+0
| | | | Notes: svn path=/head/; revision=134140
* Unbreak build when the WITH_3DNOW option is disabled.Sam Lawrance2005-04-251-9/+0
| | | | | | | | | PR: ports/80299 Submitted by: Miguel Mendez <flynn@energyhq.es.eu.org> (maintainer) Approved by: clement (mentor) Notes: svn path=/head/; revision=134121
* - Clean up the portMichael Johnson2005-04-242-14/+13
| | | | | | | - Utilize INSTALL_[PROGRAM|DATA] and DATADIR Notes: svn path=/head/; revision=134039
* Add support for translations. PORTREVISION bump for changing the pkg-plist.Adam Weinberger2005-04-232-5/+11
| | | | | | | | | | | | Also, remove a redundant USE_GNOME definition, and fix some spacing. libsamplerate support is easy to build in with a few quick patches, but it hogs 100% CPU and then dies on a SIGSEGV. Someone might want to look into that, because libsamplerate support would be neat for the crossfader here. Notes: svn path=/head/; revision=134023
* - Attempt to fix build on amd64 by disabling MMX/SSE code.Michael Johnson2005-04-232-10/+18
| | | | | | | | | | | gcc complains that -fPIC is needed to link the shared lib, but I have no idea how to do this with yasm? with out disabling the shared library and just making a static library. Pointed out by: krismail Notes: svn path=/head/; revision=134017
* - Add support for sparc64 [1]Michael Johnson2005-04-224-6/+28
| | | | | | | | | - use LDFLAGS instead of -lm Submitted by: kwm via irc [1] Notes: svn path=/head/; revision=133939
* Correct a number of ports that anger the tempermental Make SpiritsAdam Weinberger2005-04-221-1/+1
| | | | | | | | | | | by using C comments instead of make(1) constructs. And as long as I'm here, fix a command misspelling in vm-pop3d. As prompted by: kris Notes: svn path=/head/; revision=133895
* Add WITH_EXTENDED_VORBIS_FILEINFO knob.Tilman Keskinoz2005-04-212-1/+113
| | | | | | | | | | | | | | | | This patch includes information about the average bitrate of the file (because vorbis uses variable bit rate encoding by default and nominal might or might not match the actual effective bitrate) as well as information about the encoder which created the file. Bump PORTREVISION. PR: 74219 Submitted by: Thomas E. Zander <riggs@rrr.de> Reviewed by: Espen Skoglund <esk@ira.uka.de> Notes: svn path=/head/; revision=133873
* - Chase shared lib bump in x264Michael Johnson2005-04-214-20/+216
| | | | | | | | | - Only s/lrint/rint/ on < 504000 Patch Update Obtained from vlc cvs Notes: svn path=/head/; revision=133846
* - Chase shared lib bump in x264Michael Johnson2005-04-212-12/+281
| | | | | | | Patch Update Obtained mostly from mplayer cvs Notes: svn path=/head/; revision=133845
* - Update to 0.0.20050421 (cvs snapshot)Michael Johnson2005-04-2110-178/+140
| | | | Notes: svn path=/head/; revision=133844
* Project X - a free Java based demux utilityHerve Quiroz2005-04-216-0/+91
| | | | | | | | | | | | | | | | | | | Copyright (C) 2001-2004 dvb.matt European digital radio & television uses the DVB standard to broadcast its data. Project X gives you a look behind the transmissions and tries its best to handle & repair many stream types and shows what went wrong on reception. It is intended for educational purposes only, as a non-commercial test project. It may not be used otherwise. Most parts are only experimental. WWW: http://sourceforge.net/projects/project-x PR: 79769 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> Notes: svn path=/head/; revision=133840
* - Update to 10.0.4Michael Johnson2005-04-202-5/+5
| | | | | | | | | This release fixes a buffer overflow where a malicious RAM file could overflow a buffer and execute arbitrary code on a victim's machine. Notes: svn path=/head/; revision=133808
* Update to version 0.8.1:Herve Quiroz2005-04-202-3/+3
| | | | | | | | | | | | * Added support for MPlayer 1.0 pre7 * Updated libbacon to 2.10.1 * Fixed HAL support * Added preliminary support for NetBSD * UI improvements * Many fixes Notes: svn path=/head/; revision=133791
* Update libcdio to 0.73.Tilman Keskinoz2005-04-203-6/+6
| | | | | | | Chase shared library version. Notes: svn path=/head/; revision=133788
* Update to 0.8.0 with the following changes:Herve Quiroz2005-04-182-4/+3
| | | | | | | | | | | - Added support for multiple audio and subtitle streams in ogm and matroska containers - Added telecine, progressive and deinterlace support for NTSC DVD - Added a denoise option - Many fixes Notes: svn path=/head/; revision=133583
* Update to 1.0.1.Joe Marcus Clarke2005-04-171-1/+1
| | | | Notes: svn path=/head/; revision=133548
* Update to 1.0.1.Joe Marcus Clarke2005-04-173-12/+18
| | | | | | | Approved by: maintainer timeout Notes: svn path=/head/; revision=133547
* Fix the build when -fforce-addr is added to CFLAGSMario Sergio Fujikawa Ferreira2005-04-171-1/+1
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=133546
* Remove BROKEN on alpha ARCHMario Sergio Fujikawa Ferreira2005-04-171-4/+0
| | | | | | | | | PR: 77869 Submitted by: Geoff Buckingham <geoffb@chuggalug.clues.com> Verified by: kwm Notes: svn path=/head/; revision=133541
* o Update to 0.104Mario Sergio Fujikawa Ferreira2005-04-174-17/+19
| | | | | | | | | | o Auto detect gtk 1.2, only building playdv accordingly [1] PR: 79734 [1] Submitted by: ahze [1] Notes: svn path=/head/; revision=133539
* Update to 0.8.0Mario Sergio Fujikawa Ferreira2005-04-172-11/+4
| | | | Notes: svn path=/head/; revision=133523
* Fix typo in a comment.Christian Brueffer2005-04-162-2/+2
| | | | Notes: svn path=/head/; revision=133479
* Fix the build when -fforce-addr is added to CFLAGS.Koop Mast2005-04-152-0/+2
| | | | | | | Foot work and patch provided by: lioux Notes: svn path=/head/; revision=133403
* - Update to latest checksums.Florent Thoumie2005-04-141-111/+111
| | | | | | | Approved by: maintainer (implicit) Notes: svn path=/head/; revision=133326
* - correct linux real player codecs detection, by Conrad J. SabatierPav Lucistnik2005-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) Notes: svn path=/head/; revision=133177
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-1210-11/+11
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* On FreeBSD-5.3 systems before importing of lrintf into math.h mplayerVolker Stolz2005-04-111-1/+13
| | | | | | | | | | can't be linked if WITH_OPTIMIZED_CFLAGS is defined. PR: ports/79119 Submitted by: maintainer Notes: svn path=/head/; revision=133076
* De-obrienize: move ${ARCH} conditional expression to after bsd.port.pre.mk.Adam Weinberger2005-04-111-3/+3
| | | | Notes: svn path=/head/; revision=133049
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-1111-13/+13
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* BROKEN: Does not compileKris Kennaway2005-04-101-0/+2
| | | | Notes: svn path=/head/; revision=132949
* Remove XAWVER from Xaw3d LIB_DEPENDS re. Xaw3d will be depended upon justDejan Lesjak2005-04-101-1/+1
| | | | | | | | | | fine without explicit version in there, while specifying it can occasionally confuse (cf. ports/78527). Packages depend on specific versions of Xaw3d and X libraries anyway and ports will get the right version number through imake. Notes: svn path=/head/; revision=132854
* - Remove unneeded glib12 dependencyMichael Johnson2005-04-101-1/+0
| | | | Notes: svn path=/head/; revision=132852
* - s/gtk12/glib12/ , gtk12 isn't needed.Michael Johnson2005-04-101-1/+1
| | | | Notes: svn path=/head/; revision=132850
* - Add mjpegtools-yuvfiltersMichael Johnson2005-04-104-0/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | Mjpegtools YUV video stream processing tools yuvdeinterlace: A non destructive deinterlacer. Converts to a double frame rate, alf height, progressive yuv stream for further processing by temporal based filters. Then re-interlaced before encoding. The reinterlacer doesn't exist at this time. yuvafps: A linear frame averaging, frame rate converter. Does a better job than the frame dropping/duplicating converters. yuvfade: Will fade the video to black after X number of frames. Uses a trial and error method of fading to black yuvwater: Attempts to detect and remove semi-transperant watermarks from the source. Produces a PGM file of the detected watermark which is used to remove or reduce the effect. Notes: svn path=/head/; revision=132848
* - Update to 0.4.8Pav Lucistnik2005-04-092-3/+3
| | | | | | | | PR: ports/79728 Submitted by: Lewis Thompson <lewiz@compsoc.man.ac.uk> (maintainer) Notes: svn path=/head/; revision=132844
* Update maintainer's email address.Mark Linimon2005-04-082-2/+2
| | | | | | | Requested by: maintainer Notes: svn path=/head/; revision=132733
* Drop maintainership.Michael Nottebrock2005-04-071-1/+1
| | | | Notes: svn path=/head/; revision=132692
* Upgrade to 0.6Tilman Keskinoz2005-04-063-5/+15
| | | | Notes: svn path=/head/; revision=132633
* The package list is generated incorrectly in some situations.Volker Stolz2005-04-052-3/+6
| | | | | | | | PR: ports/79544 Submitted by: ser_canof AT tin.it via maintainer Notes: svn path=/head/; revision=132537
* Chase libshout2 shlib version.Koop Mast2005-04-042-2/+2
| | | | | | | Forgotten/missed by: lofi Notes: svn path=/head/; revision=132473
* Drop maintainershipMario Sergio Fujikawa Ferreira2005-04-031-1/+1
| | | | Notes: svn path=/head/; revision=132383
* Update WWW tagMario Sergio Fujikawa Ferreira2005-04-031-1/+1
| | | | Notes: svn path=/head/; revision=132375
* - Fix autosymlink for real playerPav Lucistnik2005-04-032-1/+18
| | | | | | | | | PR: ports/78633 Submitted by: Jean-Yves Lefort <jylefort@brutele.be> Approved by: maintainer timeout (3 weeks) Notes: svn path=/head/; revision=132363
* Update to 1.4.1Mario Sergio Fujikawa Ferreira2005-04-032-4/+3
| | | | Notes: svn path=/head/; revision=132304
* Update to 1.5Mario Sergio Fujikawa Ferreira2005-04-032-3/+3
| | | | Notes: svn path=/head/; revision=132303