summaryrefslogtreecommitdiff
path: root/multimedia/xvidcore/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2014-06-04Changes 1.3.3:adam1-2/+2
* xvidcore/examples/xvid_encraw.c: Help info about zones usage and various fixes for compiler warnings * xvidcore/examples/xvid_encraw.c: Improved help texts and defaults handling. * xvidcore/examples/Makefile, xvidcore/examples/xvid_encraw.c: Better environment detection for Makefile * xvidcore/examples/xvid_encraw.c: Fix out of bound access to framestats struct.
2014-03-13Set USE_GCC_RUNTIME=yes for packages which build shared libraries but dojperkin1-1/+2
not use libtool to do so. This is required to correctly depend upon a gcc runtime package (e.g. gcc47-libs) when using USE_PKGSRC_GCC_RUNTIME.
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-2/+1
2011-09-14Fix build on SunOS.hans1-3/+3
The fixes intended for SunPRO compilers apply to SunOS in general.
2011-07-19update to 1.3.2drochner1-2/+4
changes: misc fixes and improvements pkgsrc change: add LICENSE
2011-06-24Fix abuse of "WRKSRC" which must not be set to a sub directory of thetron1-5/+3
source tree that actually gets built. This will various checks that get performed to check for problems with the built (e.g. work directory references). As a side effect the problem with GNU patch 2.5.8 gets fixed as well.
2011-06-24Make this build with GNU patch 2.5.8 by avoiding patch files with ".."tron1-1/+4
in the filename. XXX We need a generic solution for this.
2010-05-26Turn off assembler code under all version of Mac OS X Intel (instead oftron1-2/+2
only Leopard) to avoid build problems.
2009-06-02update to 1.2.2drochner1-3/+2
changes: -Workaround for nasm bug with Mach-O/OSX target -Fix for missing resync marker range check -Improved precision for RGB<->YUV conversions -Fix for potential RGB24 access violation -Updated compiler options for Apple PPC target
2009-01-28Fix PLIST issue on Darwin with user-destdir settonio1-2/+3
2009-01-24On systems where _SC_NPROCESSORS_CONF is not available, fallback tojmcneill1-1/+2
single-threaded mode. Bump PKGREVISION.
2009-01-20Fix for Sun Studio.sketch1-1/+11
2009-01-07Update to 1.2.1:wiz1-3/+3
New in 1.2.1: * Fix for 'nested function' potential compilation error New in 1.2.0: * Complete AMD64/EM64T 64-bit support * Added support for WIN64 platform * Multi-threaded encoding support * SSE3/SSE4 optimizations * Faster and more precise mpeg intra quantization * Fixed bug in packed pixel format colorspace conversion * Noexec-stack security patch * Fix for bad resync marker length * Improved decoder robustness for broken streams containing B-frames * Fix for potential out-of-bound access to MV bits table * Added SSIM quality-metric plugin
2007-12-17Disable assembler code under Mac OS X Leopard i386 to fix build failure.tron1-2/+3
2007-07-03Update to 1.1.3:wiz1-3/+2
Changes since 1.1.2: xvidcore library * Fixed a potential vulnerability in mbcoding.c reported by Trixter Jack at Secunia (was already in patch-ac)
2007-06-26Aims to fix CVE-2007-3329 security vulnerability.lkundrak1-1/+2
2007-01-06Build the assembly routines under Intel Macs by using a nasm with Mach-Ojmmv1-3/+2
support. (nasm is bundled with Xcode... maybe we should detect that and use the native tool rather than the one in pkgsrc.)
2007-01-06Disable assembly routines under Darwin, which break the build. In order tojmmv1-1/+2
support them, Mach-O binary support is needed in nasm. (There are some patches around but I haven't got them to work yet.)
2006-11-18Update to 1.1.2:wiz1-3/+2
Changes since 1.1.1: xvidcore library * Fixed typo in xvid.c * Updated bitstream.h to fix the previous faulty non-aligned bitstream buffers fix Changes since 1.1.0: xvidcore library * Fixed bug when frame-drop (N-VOP) feature is used in combination with packed B-frames * Fix for premature EOF in xvid_decraw example * Fixed potential crash on Intel EMT64 architecture * Several fixes for IA64 platform (patch by Thomas Koeckerbauer) * Fix for visual_object_verid vs. video_object_layer_verid problem * Ensure intervening bytes are preserved in BitstreamInit() VFW frontend * Prevent segfault when encoding application calls compress_end with NULL codec context (PerfectDark at yandex dot ru) * Profile definitions updates DShow frontend * Add missing debug.c
2006-10-19Disable assembly code on x86_64 -- the asm is not PIC, but thewiz1-4/+7
ABI demands PIC code. This fixes the build. A big patch to make the asm PIC is available from gentoo at http://bugs.gentoo.org/show_bug.cgi?id=90287 in case someone knowledgable is interested in verifying and integrating it.
2006-10-11disable asm on Solaris, as the resulting object files don't linkgrant1-4/+7
correctly.
2006-10-09Flag a number of packages I use as supporting (user-)destdir.joerg1-3/+5
apg is a bit special as it has some hardcoded ownership, so mark that as "destdir".
2006-10-02Fix shared library naming under Mac OS X (Darwin). The "avidemux" packagetron1-2/+3
builds again now. Bump package revision because of this fix.
2006-08-04Remove bogus shared library symlink under Mac OS x to fix package listtron1-3/+9
issue. Bump package revision because of this.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-12Further investigation revealed that yasm is needed on amd64.joerg1-2/+4
2006-02-12- remove the ONLY_FOR_PLATFORM line as it has been reported to build onghen1-3/+3
netbsd/alpha and solaris/sparc as well. Bulk builds will point out which platforms are not supported. - nasm dependency is only useful on i386 and amd64. Ok with joerg. This fixes PR#32803.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2006-01-06Update to 1.1.0:wiz1-4/+3
This release is the long awaited 1.1.0. It is mostly API compatible with the previous stable release as we dropped support for reduced resolution coding. If your application didn't use that feature then the upgrade is totally compatible. Changes since 1.0.3: * xvidcore: * Improved Low bitrate quality. * Improved VBV support * Rate-Distortion mode decision for bvops * New postprocessing functions, brightness and deringing * New PowerPC port by Christoph Naegeli * Brand new amd64 Linux 64bit port by Andre Werthmann * Various decoder and encoder speedups * A few bugs squashed * VFW frontend * Mingw/CygWin support * Various small improvements * A few bugs squashed * DShow frontend * Mingw/CygWin support * Support for brightness control * Various small improvements * A few bugs squashed Changes since 1.1.0-beta2: * xvidcore * Field interlaced decoding * IEEE-1180 compliant SSE2 iDCT (disabled for safety) * Fixed misaligned reads on RISC platforms such as ARM * Completed GCC 4.0 support * Export only public API on GNU/Linux and Solaris * Work on the example apps. Support for AVS input in xvid_encraw * VFW frontend * Small updates * DShow frontend * Additional fourcc support
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-10-21Create and install links to the shared library to fix building of somextraeme1-1/+2
packages (the correct way would be libtoolizing it but I won't do that). Bump PKGREVISION.
2005-05-28Fix MASTER_SITES -- maybe they moved the files?reed1-2/+2
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-01-18update to 1.0.3drochner1-2/+2
This release fixes very minor bugs. It is source and binary compatible with the previous version.
2004-11-22Update multimedia/xvidcore to 1.0.2.xtraeme1-2/+2
Changes since 1.0.1: * xvidcore o Fixed non compliant bvop decoding (was using rounding=0 instead of rounding=1) o Added better mv bound clipping for broken streams. o Better behavior with content claiming not containing bvops but eventually having bvops. o Force fincr and fbase to be < 16bit. o Fixed thread safety problem in C language iDCT implementation. * VFW frontend o Memory leak
2004-06-21update to 1.0.1drochner1-2/+2
bugfixes only
2004-05-31Enable pkgviews installation. Patches provided by Joachim Kuebart onminskim1-1/+3
tech-pkg@.
2004-05-19use the final 1.0.0 release file, PKGNAME is already theredrochner1-3/+2
2004-05-16xvidcore is only for x86.grant1-1/+3
2004-03-28This wants to use INSTALL (which has "-o root -g wheel" passed to it) insnj1-1/+3
places that it doesn't need to. Adjust to more appropriate and more friendly commands (MKDIR and BSD_INSTALL) so that this builds as non-root.
2004-03-28Update to 1.0.0rc3. There are way too many changes to list; the encoder coremycroft1-2/+3
has been nearly rewritten. Output quality is much, much better, and is generally considered superior to other freely available MPEG-4 encoders. Tested with xine, mplayer and transcode.
2004-02-20bl3ifyjmmv1-2/+2
2004-01-26Move xvidcore to the multimedia category (coming from graphics).jmmv1-0/+19
This is version 0.9.2.