2007-07-03 21:53:00 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update to 1.1.3:
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-26 17:31:34 by Matthias Scheler | Files touched by this commit (2) |
Log message:
Correct pathname in patch to make it actually apply.
|
2007-06-26 13:45:17 by Lubomir Kundrak | Files touched by this commit (3) |
Log message:
Aims to fix CVE-2007-3329 security vulnerability.
|
2007-01-06 17:31:48 by Julio M. Merino Vidal | Files touched by this commit (3) |
Log message:
Build the assembly routines under Intel Macs by using a nasm with Mach-O
support. (nasm is bundled with Xcode... maybe we should detect that and
use the native tool rather than the one in pkgsrc.)
|
2007-01-06 13:41:01 by Julio M. Merino Vidal | Files touched by this commit (1) |
Log message:
Disable assembly routines under Darwin, which break the build. In order to
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-18 22:05:13 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
Update to 1.1.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-19 02:15:15 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Disable assembly code on x86_64 -- the asm is not PIC, but the
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-19 02:13:42 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Remove line for patch-ac -- not in pkgsrc.
|
2006-10-11 02:04:39 by grant beattie | Files touched by this commit (1) |
Log message:
disable asm on Solaris, as the resulting object files don't link
correctly.
|
2006-10-09 14:52:36 by Joerg Sonnenberger | Files touched by this commit (47) |
Log message:
Flag a number of packages I use as supporting (user-)destdir.
apg is a bit special as it has some hardcoded ownership, so
mark that as "destdir".
|