summaryrefslogtreecommitdiff
path: root/libavcodec/alpha
Commit message (Expand)AuthorAge
* MpegEncContext.(i)dct_* -> DspContext.(i)dct_*Michael Niedermayer2003-03-03
* 32 vs. 64bit bugfix by (Dave Huang (dahanc))Michael Niedermayer2003-02-22
* Implement sad8x8 and sad16x16 with pix_abs.Falk Hüffner2003-01-10
* Kludge around compilation failure on Alpha.Falk Hüffner2002-11-27
* * using DSPContext - so each codec could use its local (sub)set of CPU extensionZdenek Kabelac2002-11-11
* Move Alpha optimized IDCT to own file. Based on a patch by MånsFalk Hüffner2002-10-11
* * Fix dct_unquantize_h263_axp for changed block_last_index indexing.Falk Hüffner2002-10-07
* Make compilable again after DCT cleanup. It gives wrong results,Falk Hüffner2002-10-05
* Some nifty stuff for upcoming patches.Falk Hüffner2002-10-05
* Add Alpha assembly for pix_abs16x16. Optimized for pca56, no large winFalk Hüffner2002-09-29
* Synthesize pixels16 functions from pixels functions.Falk Hüffner2002-09-13
* Fix for h % 8 == 4 in put_pixels_axp_asm.Falk Hüffner2002-09-13
* Due to version renumbering, Alpha builtins aren't supported in thegccFalk Hüffner2002-09-13
* Adapt to new 8/16 table scheme.Falk Hüffner2002-09-13
* MVI optimizations for motion estimation.Falk Hüffner2002-07-29
* Remove support for variable BSIZE and INCR, as sub_pixels_* is noFalk Hüffner2002-07-13
* * Improve xy2 routines slightlyFalk Hüffner2002-07-13
* Implement clear_blocks_axp.Falk Hüffner2002-07-05
* Make dct_unquantize_h263 work on systems without MVI extension.Falk Hüffner2002-07-03
* Update and activate dct_unquantize_h263_mvi. Thanks to Måns RullgårdFalk Hüffner2002-07-03
* Use updated motion compensation routines.Falk Hüffner2002-07-03
* Assembly version of put_pixels. This is currently the function thatFalk Hüffner2002-07-01
* Add profiling support.Falk Hüffner2002-07-01
* Implement put_pixels_clamped and add_pixels_clamped in Assembler. ThisFalk Hüffner2002-07-01
* Ugly hack to make the assembler accept MVI instructions.Falk Hüffner2002-06-24
* * Fixed constraintsFalk Hüffner2002-06-24
* license/copyright changeFabrice Bellard2002-05-25
* Alpha optimizations by Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>Nick Kurshev2002-01-20