summaryrefslogtreecommitdiff
path: root/libavcodec/alpha/simple_idct_alpha.c
Commit message (Expand)AuthorAge
* Merge commit '2ec9fa5ec60dcd10e1cb10d8b4e4437e634ea428'James Almer2017-03-21
|\
| * Remove all Alpha architecture optimizationsDiego Biurrun2013-11-13
* | alpha/idctdsp: move idct init code out of dsputilJames Almer2014-07-08
* | Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer2013-02-26
|\|
| * Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
* | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer2013-01-23
|\|
| * Drop DCTELEM typedefDiego Biurrun2013-01-22
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-02
|\|
| * ALPHA: Replace sized int_fast integer types with plain int/unsigned.Diego Biurrun2011-05-01
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-28
|\|
| * simple_idct_alpha: Drop some useless casts.Diego Biurrun2011-04-27
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
|/
* Alpha: move dsputil prototypes to a header fileMåns Rullgård2010-03-08
* Alpha: add ff_ prefix to idct functionsMåns Rullgård2009-01-18
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* update my email addressMåns Rullgård2007-07-05
* UTF-8 conversionDiego Biurrun2007-07-05
* Group all copyright and author notices together.Diego Biurrun2007-07-05
* Add libavcodec to compiler include flags in order to simplify headerRonald S. Bultje2007-05-16
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* Communicate proper aliasing to gcc (needed for 4.1).Falk Hüffner2005-06-19
* 32 vs. 64bit bugfix by (Dave Huang (dahanc))Michael Niedermayer2003-02-22
* Kludge around compilation failure on Alpha.Falk Hüffner2002-11-27
* Move Alpha optimized IDCT to own file. Based on a patch by MånsFalk Hüffner2002-10-11