aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/alpha/simple_idct_alpha.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer2013-02-261-1/+0
|\
| * Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
* | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer2013-01-231-6/+6
|\|
| * Drop DCTELEM typedefDiego Biurrun2013-01-221-6/+6
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-021-3/+3
|\|
| * ALPHA: Replace sized int_fast integer types with plain int/unsigned.Diego Biurrun2011-05-011-3/+3
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-281-7/+7
|\|
| * simple_idct_alpha: Drop some useless casts.Diego Biurrun2011-04-271-7/+7
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* Alpha: move dsputil prototypes to a header fileMåns Rullgård2010-03-081-5/+1
* Alpha: add ff_ prefix to idct functionsMåns Rullgård2009-01-181-5/+5
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+1
* update my email addressMåns Rullgård2007-07-051-1/+1
* UTF-8 conversionDiego Biurrun2007-07-051-1/+1
* Group all copyright and author notices together.Diego Biurrun2007-07-051-6/+6
* Add libavcodec to compiler include flags in order to simplify headerRonald S. Bultje2007-05-161-1/+1
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-1/+1
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-4/+4
* Communicate proper aliasing to gcc (needed for 4.1).Falk Hüffner2005-06-191-22/+17
* 32 vs. 64bit bugfix by (Dave Huang (dahanc))Michael Niedermayer2003-02-221-6/+6
* Kludge around compilation failure on Alpha.Falk Hüffner2002-11-271-2/+7
* Move Alpha optimized IDCT to own file. Based on a patch by MånsFalk Hüffner2002-10-111-0/+306