summaryrefslogtreecommitdiff
path: root/libswscale/internal_bfin.S
Commit message (Collapse)AuthorAge
* spelling/grammar/wording overhaulDiego Biurrun2008-07-04
| | | | Originally committed as revision 27190 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* whitespace cosmeticsDiego Biurrun2008-07-04
| | | | 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-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
* typoDiego Biurrun2008-02-13
| | | | Originally committed as revision 25991 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* adding blackfin optimized yuyvtoyv12 converterMarc Hoffman2007-07-20
| | | | Originally committed as revision 23831 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* document pointer offset by -8Marc Hoffman2007-06-22
| | | | Originally committed as revision 23603 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* re pipeline loop, to eliminate extra chroma readsMarc Hoffman2007-06-22
| | | | Originally committed as revision 23602 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* correct chroma skewing bug, caused by incorrect stride adjustmentsMarc Hoffman2007-06-22
| | | | 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-05
| | | | Originally committed as revision 23472 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Blackfin optimized uyvytoyv12 routine. the implementation includes chroma ↵Marc Hoffman2007-05-19
| | | | | | | | 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-13
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