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.
Adding "-Wl,-readd_only_relocs -Wl,warning" for Darwin-ppc is not required anymore
because already have "-Wl,read_only_relocs,suppress".
This issue rise multiple definition of -readd_only_relocs linker flags,
and result in failed to link reported as PR#41641.
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
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