summaryrefslogtreecommitdiff
path: root/libswscale/swscale_bfin.c
Commit message (Collapse)AuthorAge
* FLAT objects cannot have multiple sections, so using the L1 attributes breaksMike Frysinger2008-02-16
| | | | | | | | 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 Originally committed as revision 26010 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* integrating blackfin optimized yuyvtoyv12 converterMarc Hoffman2007-07-20
| | | | Originally committed as revision 23833 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* adding Blackfin swscale_bfin infrastructure, and the first swscale routine ↵Marc Hoffman2007-06-22
uyvy to yv12 video resampler Originally committed as revision 23604 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale