summaryrefslogtreecommitdiffstats
path: root/libswscale/swscale_bfin.c
Commit message (Collapse)AuthorAgeFilesLines
* Move bfin specific code to its subdir.Ramiro Polla2009-03-271-93/+0
| | | | Originally committed as revision 29079 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* whitespace cosmetics: Consistently format function calls without spaceDiego Biurrun2009-03-171-13/+15
| | | | | | between name and parentheses; shorten some overly long lines. Originally committed as revision 28981 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove pointless malloc.h #include.Diego Biurrun2008-12-191-3/+0
| | | | Originally committed as revision 28164 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Delete unnecessary 'extern' keywords.Diego Biurrun2008-12-031-6/+6
| | | | Originally committed as revision 28082 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* spelling/grammar/wording overhaulDiego Biurrun2008-07-041-1/+1
| | | | Originally committed as revision 27190 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* FLAT objects cannot have multiple sections, so using the L1 attributes breaksMike Frysinger2008-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 Originally committed as revision 26010 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* integrating blackfin optimized yuyvtoyv12 converterMarc Hoffman2007-07-201-0/+23
| | | | 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-221-0/+66
uyvy to yv12 video resampler Originally committed as revision 23604 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
OpenPOWER on IntegriCloud