summaryrefslogtreecommitdiff
path: root/libavcodec/alpha/mpegvideo_alpha.c
Commit message (Collapse)AuthorAge
* Alpha: factor common parts from dct_unquantize_h263_intra/inter_axpMåns Rullgård2009-01-17
| | | | Originally committed as revision 16661 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Alpha: fix dct_unquantize_h263_inter/intra_axp()Måns Rullgård2009-01-17
| | | | Originally committed as revision 16660 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
* 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: Remove all trailing whitespace.Diego Biurrun2005-12-17
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unused variablesMåns Rullgård2005-12-12
| | | | Originally committed as revision 4738 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l (forgot alpha & ppc)Michael Niedermayer2003-12-15
| | | | Originally committed as revision 2611 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use asms instead of builtins when compiling for generic Alpha. LessFalk Hüffner2003-09-13
| | | | | | ugly. Originally committed as revision 2270 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MpegEncContext.(i)dct_* -> DspContext.(i)dct_*Michael Niedermayer2003-03-03
| | | | | | bitexact cleanup Originally committed as revision 1617 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
* * Fix dct_unquantize_h263_axp for changed block_last_index indexing.Falk Hüffner2002-10-07
| | | | | | * Set qadd to 0 for intra with h263_aic (whatever that may be). Originally committed as revision 1009 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make compilable again after DCT cleanup. It gives wrong results,Falk Hüffner2002-10-05
| | | | | | | though, so I disabled it for now. Anybody knows offhand what might be the reason? Originally committed as revision 1005 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make dct_unquantize_h263 work on systems without MVI extension.Falk Hüffner2002-07-03
| | | | Originally committed as revision 715 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update and activate dct_unquantize_h263_mvi. Thanks to Måns RullgårdFalk Hüffner2002-07-03
| | | | | | for some improvements. Originally committed as revision 714 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ugly hack to make the assembler accept MVI instructions.Falk Hüffner2002-06-24
| | | | Originally committed as revision 705 to svn://svn.ffmpeg.org/ffmpeg/trunk
* license/copyright changeFabrice Bellard2002-05-25
| | | | Originally committed as revision 599 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Alpha optimizations by Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>Nick Kurshev2002-01-20
Originally committed as revision 274 to svn://svn.ffmpeg.org/ffmpeg/trunk