aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/bfin/mpegvideo_bfin.c
Commit message (Collapse)AuthorAgeFilesLines
* blackfin: disable broken dsputil functionsMåns Rullgård2009-05-281-1/+1
| | | | Originally committed as revision 18977 to svn://svn.ffmpeg.org/ffmpeg/trunk
* blackfin: use DCT function pointer in dct_quantize_bfin()Måns Rullgård2009-05-281-5/+1
| | | | Originally committed as revision 18974 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Delete unnecessary 'extern' keywords.Diego Biurrun2008-12-031-1/+1
| | | | Originally committed as revision 15990 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Convert asm keyword into __asm__.Diego Pettenò2008-10-161-2/+2
| | | | | | | | | | | | | Neither the asm() nor the __asm__() keyword is part of the C99 standard, but while GCC accepts the former in C89 syntax, it is not accepted in C99 unless GNU extensions are turned on (with -fasm). The latter form is accepted in any syntax as an extension (without requiring further command-line options). Sun Studio C99 compiler also does not accept asm() while accepting __asm__(), albeit reporting warnings that it's not valid C99 syntax. Originally committed as revision 15627 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-3/+3
| | | | Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Blackfin dct_quantize_bfin routineMarc Hoffman2007-06-121-0/+152
2x performance boost in performing quantization for mpeg encoding Originally committed as revision 9293 to svn://svn.ffmpeg.org/ffmpeg/trunk