SDCC 3.0.0 Released
Submitted by GG on Tue, 11/02/2010 - 14:52After more than a year of development and 2 release candidates, the SDCC team has released the new 3.0.0 version of this great multi platform cross compiler for MCUs. This version supports: 8051, DS390, Z80, HC08, and PIC MCUs.
Besides the numerous bug fixes here is a list of the important changes since the release 2.9.0 (list taken from SDCC website):
PCSX movie quality fix
Submitted by GG on Fri, 02/12/2010 - 19:39 This patch resolves a video quality bug in PCSX (and derivatives) and since it is a complete rewrite of the mdec.c file it also allow PCSX to be completely licensed under the GPL.
The rewrite is based on an implementation of the AAN (Y. Arai, T. Agui, and M. Nakajima) IDCT algorithm plus some optimizations based on extra information on the coefficient matrices provided by the RLE decoder.
Matrox Millennium II Xv extension
Submitted by GG on Fri, 04/07/2006 - 13:56 This patch will enhance the X.org 7.1 Matrox Millennium II driver to support the X video (Xv) extension (extremely useful for playing DVDs and other video formats). The extension is implemented as a CPU to Frame Buffer YUV scaling ILOAD. A true overlay was not used because of a Millennium II hardware limitation that would reduce the maximum usable frame buffer to only 4Mb.