* vcdxrip: add option "notrack" to skip ripping of a specific track
* vcd-info: single argument acts like -i option
* some stylistic coding changes (e.g. add _t suffix and p_ prefix)
* fix clobbering a version number via strncpy
* Memory leaks and errors reduced
- Use OPTIONS
- Install .desktop file and icon in share/applications and
share/pixmaps instead of share/gnome/
- Changed Knobs
WITHOUT_FAAD --> WITH_FAAD (disabled by default)
WITH_LAME --> WITHOUT_LAME (enabled by default, disabled for package building) WITHOUT_SDL --> WITH_SDL (disabled by default)
WITHOUT_TRANSCODE --> WITH_TRANSCODE (disabled by default)
WITHOUT_DVD removed.
- New knobs
WITH_CORBA -- Corba interface via orbit2
WITH_DAAP -- iTunes(R) music shares
WITHOUT_DVDNAV -- DVD (dvd menus) support
WITH_DVDREAD -- Regular DVD support (non-menu)
WITH_DIRAC -- diace general-purpose video codec
WITHOUT_OGG -- OGG audio decoder
WITH_SMB -- Samba access module
WITH_TWOLAME -- Mpeg layer 2 audio Support
NOTE: WITH_ knobs are disabled by default.
WITHOUT_ knobs are enabled by default.
NOTE2: It is recommended that you use multimedia/ffmpeg-devel
instead of multimedia/ffmpeg if you want to use any of
ffmpeg's postprocess features.
PR: ports/80963 [1]
Repocopied by: marcus [1]
o Have byteswap work for both 5.x (and over) and 4.x FreeBSD branches
o Fix build on 4.x by disabling gcc3 SMID code (patch-configure)
Submitted by: ahze
since the required libraries will be incompatible with the ffmpeg-devel
binary code. Patches are being worked on for both 2.95 and 4.0.1
gcc support
Submitted by: ahze
o Update to CVS snapshot 20050511
o Add FreeBSD native byteswap support
o Video capture is not working and help is appreciated on this
matter. Join irc.freenode.net #freebsd-multimedia to help. Some fixes
have been borrowed from [2], [3] and [4]
o IPV6 support fixed [1]
Submitted by: ahze [1],
Jacob Meuser <jakemsr@jakemsr.com> [4],
Vladimir Kushnir <vkushnir@i.kiev.ua> [4]
Reviewed by: ahze,
Jacob Meuser <jakemsr@jakemsr.com>,
Vladimir Kushnir <vkushnir@i.kiev.ua>,
countless others at FreeBSD-multimedia@FreeBSD.org
mailing list
Obtained from: FFmpeg CVS repo [2],
OpenBSD FFmpeg port [3]
* fix unusable header (DOS line feeds)
* fix build of authoring module (DOS line feeds)
* fix build of Tools module (missing header)
This makes multimedia/x264 compile.
Gpac MPEG-4 Systems library and headers
WWW: http://gpac.sourceforge.net/
This is a small portion of gpac, only headers and mpeg4 systems library
due to a chicken and egg problem similar to mpeg4ip, faad, and mpeg4ip-libmp4v2
x264 wants m4systems lib for mpeg4 output, gpac wants ffmpeg, next version
of ffmpeg wants x264.
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.
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
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>
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>
* 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
- 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
<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)