summaryrefslogtreecommitdiff
path: root/src/libmpeg2/idct_altivec.c
AgeCommit message (Collapse)Author
2007-04-08Beside the name, constants can't be marked const or gcc miscompiles the ↵Diego 'Flameeyes' Pettenò
Altivec code.
2007-04-08Mark various private arrays, structs & fn parameters as static and/or const.Darren Salt
Two of the modified files are headers, but each contains definitions as well as declarations and is only ever used once.
2006-06-17Fix Altivec libmpeg2 decoding, thanks to Luca Barbato (lu_zero@gentoo.org) ↵Diego 'Flameeyes' Pettenò
and Christer Palm (palm@nogui.se). CVS patchset: 8045 CVS date: 2006/06/17 12:45:51
2006-06-02Various static/const fixes from Gentoo.Darren Salt
CVS patchset: 8009 CVS date: 2006/06/02 22:18:56
2006-05-22Fixed undefined symbol [SUSE #173413] (Andreas Schwab).Matthias Hopf
CVS patchset: 7995 CVS date: 2006/05/22 17:04:35
2004-11-06libmpeg2 compilation fixes for Mac OS XAndre Pang
CVS patchset: 7105 CVS date: 2004/11/06 09:23:15
2004-06-01applied patch from Daniel Mack disabling altivec if ENABLE_ALTIVEC is not set.Conrad Parker
CVS patchset: 6624 CVS date: 2004/06/01 14:01:29
2003-10-26fix some compiler warnings by using the extern declaration more consistentlyMichael Roitzsch
(that is: putting them in the .h, not in the .c) CVS patchset: 5602 CVS date: 2003/10/26 11:23:17
2002-06-04libmpeg2 patches for gcc3.1 from michelGuenter Bartsch
CVS patchset: 2018 CVS date: 2002/06/04 23:07:56
2002-04-01- sync with mpeg2dec 0.2.1Miguel Freitas
- small changes to frame freeing logic CVS patchset: 1655 CVS date: 2002/04/01 13:18:21
2001-12-05altivec support by Jeffrey W. Baker <jwbaker@acm.org>Guenter Bartsch
CVS patchset: 1171 CVS date: 2001/12/05 15:12:02