summaryrefslogtreecommitdiff
path: root/libavcodec/bfin/idct_bfin.S
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 12125 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Blackfin DSP utilities: add DEFUN_ENDMarc Hoffman2007-05-13
| | | | | | | | | | | | DEFUN_END macro adds the size information to the symbol table. This is introduces no functionnal change, it's only meant to simplify e.g. debugging Patch by Marc Hoffman %mmh A pleasantst P com% Original thread: Date: May 5, 2007 12:26 PM Subject: [FFmpeg-devel] PATCH Blackfin DSP utilities, DEFUN_END added Originally committed as revision 9019 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bfin dsputils, basic pixel operations sads, diffs, motion compensationMarc Hoffman2007-04-01
and standard IEEE 8x8 block transforms patch by Marc Hoffman, mmh pleasantst com Originally committed as revision 8594 to svn://svn.ffmpeg.org/ffmpeg/trunk