summaryrefslogtreecommitdiffstats
path: root/liba52/resample_altivec.c
Commit message (Collapse)AuthorAgeFilesLines
* cosmetics: Remove trailing whitespace, reformat one comment.diego2007-12-221-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25512 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add proper copyright/license headers.diego2007-12-221-1/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25511 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove wrong and misleading comments.diego2007-12-221-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25509 b3059339-0415-0410-9bf9-f77b7e298cf2
* There is a check for altivec.h in configure so use the preprocessor directivediego2007-12-111-1/+1
| | | | | | | set by configure instead of an OS-specific directive when #including altivec.h. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25356 b3059339-0415-0410-9bf9-f77b7e298cf2
* unaligned store, should fix bug #893lu_zero2007-11-111-3/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25024 b3059339-0415-0410-9bf9-f77b7e298cf2
* Altivec optimized stereo resampler by Romain Dolbeau (made it working under ↵alex2004-01-251-0/+74
Linux myself) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11850 b3059339-0415-0410-9bf9-f77b7e298cf2