summaryrefslogtreecommitdiff
path: root/libavcodec/alpha/simple_idct_alpha.c
Commit message (Collapse)AuthorAge
* ALPHA: Replace sized int_fast integer types with plain int/unsigned.Diego Biurrun2011-05-01
| | | | | | int/unsigned is the natural memory access type for CPUs, using sized types for temporary variables, counters and similar just increases code size and can possibly cause a slowdown.
* simple_idct_alpha: Drop some useless casts.Diego Biurrun2011-04-27
|
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Alpha: move dsputil prototypes to a header fileMåns Rullgård2010-03-08
| | | | Originally committed as revision 22308 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Alpha: add ff_ prefix to idct functionsMåns Rullgård2009-01-18
| | | | Originally committed as revision 16668 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
| | | | Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update my email addressMåns Rullgård2007-07-05
| | | | Originally committed as revision 9489 to svn://svn.ffmpeg.org/ffmpeg/trunk
* UTF-8 conversionDiego Biurrun2007-07-05
| | | | Originally committed as revision 9485 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Group all copyright and author notices together.Diego Biurrun2007-07-05
| | | | Originally committed as revision 9483 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add libavcodec to compiler include flags in order to simplify headerRonald S. Bultje2007-05-16
| | | | | | | 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
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | 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-12
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
| | | | Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Communicate proper aliasing to gcc (needed for 4.1).Falk Hüffner2005-06-19
| | | | Originally committed as revision 4384 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 32 vs. 64bit bugfix by (Dave Huang (dahanc))Michael Niedermayer2003-02-22
| | | | Originally committed as revision 1596 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Kludge around compilation failure on Alpha.Falk Hüffner2002-11-27
| | | | Originally committed as revision 1286 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move Alpha optimized IDCT to own file. Based on a patch by MånsFalk Hüffner2002-10-11
Rullgård <mru@users.sourceforge.net>. I've left out the idctCol2 part, because W4 has recently been decreed to be 16383, and also I doubt it will give a noticeable speedup. Originally committed as revision 1029 to svn://svn.ffmpeg.org/ffmpeg/trunk