summaryrefslogtreecommitdiffstats
path: root/libswscale/swscale_bfin.c
Commit message (Collapse)AuthorAgeFilesLines
* FLAT objects cannot have multiple sections, so using the L1 attributes breaksdiego2008-02-161-2/+7
| | | | | | | | | linking. The FDPIC relocs also break for any other format. Thus check the compiler environment and select the appropriate sections/relocs. patch by Mike Frysinger, vapier.adi a gmail d com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26010 b3059339-0415-0410-9bf9-f77b7e298cf2
* integrating blackfin optimized yuyvtoyv12 convertermhoffman2007-07-201-0/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23833 b3059339-0415-0410-9bf9-f77b7e298cf2
* adding Blackfin swscale_bfin infrastructure, and the first swscale routine ↵mhoffman2007-06-221-0/+66
uyvy to yv12 video resampler git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23604 b3059339-0415-0410-9bf9-f77b7e298cf2