aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/sh4/dsputil_sh4.c
Commit message (Collapse)AuthorAgeFilesLines
* SH4: fix memzero_align8()Måns Rullgård2008-11-201-7/+8
| | | | Originally committed as revision 15888 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SH4: remove some commented out blocks of codeMåns Rullgård2008-11-201-14/+1
| | | | Originally committed as revision 15886 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SH4: do not mix code and declarationsMåns Rullgård2008-11-191-2/+2
| | | | Originally committed as revision 15881 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SH4: fix compilation of memzero_align8()Måns Rullgård2008-11-191-3/+1
| | | | Originally committed as revision 15880 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Convert asm keyword into __asm__.Diego Pettenò2008-10-161-1/+1
| | | | | | | | | | | | | 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-2/+2
| | | | Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add libavcodec to compiler include flags in order to simplify headerRonald S. Bultje2007-05-161-2/+2
| | | | | | | include paths in the source files. mostly from a patch by Ronald S. Bultje, rbultje ronald.bitfreak net Originally committed as revision 9034 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename cropTbl -> ff_cropTblMåns Rullgård2006-11-121-2/+2
| | | | Originally committed as revision 6992 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-65/+65
| | | | Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-2/+2
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* the return of the idct with 16bit output by ("Ivan Kalvachev" <ivan at cacad ↵Michael Niedermayer2003-06-211-0/+1
| | | | | | dot com>) Originally committed as revision 1983 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make sh4 IDCT optional, so the user can chooseMichael Niedermayer2003-05-141-3/+6
| | | | Originally committed as revision 1878 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sh4 optimized idct & bswap patch by (BERO <bero at geocities dot co dot jp>)BERO2003-05-141-0/+114
Originally committed as revision 1877 to svn://svn.ffmpeg.org/ffmpeg/trunk