* 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.
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.
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
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
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
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.
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.
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.
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
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
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.