summaryrefslogtreecommitdiffstats
path: root/libswscale/internal_bfin.S
Commit message (Collapse)AuthorAgeFilesLines
* spelling/grammar/wording overhaulDiego Biurrun2008-07-041-19/+19
| | | | Originally committed as revision 27190 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* whitespace cosmeticsDiego Biurrun2008-07-041-43/+42
| | | | Originally committed as revision 27188 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* FLAT objects cannot have multiple sections, so using the L1 attributes breaksMike Frysinger2008-02-161-1/+5
| | | | | | | | 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
* typoDiego Biurrun2008-02-131-1/+1
| | | | Originally committed as revision 25991 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* adding blackfin optimized yuyvtoyv12 converterMarc Hoffman2007-07-201-0/+70
| | | | Originally committed as revision 23831 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* document pointer offset by -8Marc Hoffman2007-06-221-1/+1
| | | | Originally committed as revision 23603 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* re pipeline loop, to eliminate extra chroma readsMarc Hoffman2007-06-221-17/+13
| | | | Originally committed as revision 23602 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* correct chroma skewing bug, caused by incorrect stride adjustmentsMarc Hoffman2007-06-221-5/+9
| | | | Originally committed as revision 23601 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* correcting spelling error, yuv2rgb888_line was renamed to yuv2rgb24_lineMarc Hoffman2007-06-051-1/+1
| | | | Originally committed as revision 23472 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Blackfin optimized uyvytoyv12 routine. the implementation includes chroma ↵Marc Hoffman2007-05-191-0/+79
| | | | | | | | averaging. This is 10x faster than the cooresponding C function. Originally committed as revision 23345 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Blackfin optimized YUV420 to RGB CSC Color Space Converters.Marc Hoffman2007-05-131-0/+454
YUV2 -> RGB BGR for 565, 555 and 888 a.k.a. 24bit color. Speed-up compared to C version compiled with -O3 187.28% Patch by Marc Hoffman %mmh A pleasantst P com% Original thread: Date: May 9, 2007 2:46 AM Subject: [FFmpeg-devel] PATCH BlackFin yuv2rgb color space conversion Originally committed as revision 23307 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
OpenPOWER on IntegriCloud