summaryrefslogtreecommitdiff
path: root/libavcodec/alpha
Commit message (Collapse)AuthorAge
* MVI optimizations for motion estimation.Falk Hüffner2002-07-29
| | | | Originally committed as revision 831 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove support for variable BSIZE and INCR, as sub_pixels_* is noFalk Hüffner2002-07-13
| | | | | | longer needed. Originally committed as revision 754 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Improve xy2 routines slightlyFalk Hüffner2002-07-13
| | | | | | * Mark MC pointer arguments as restrict Originally committed as revision 752 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement clear_blocks_axp.Falk Hüffner2002-07-05
| | | | Originally committed as revision 722 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
* Use updated motion compensation routines.Falk Hüffner2002-07-03
| | | | Originally committed as revision 713 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Assembly version of put_pixels. This is currently the function thatFalk Hüffner2002-07-01
| | | | | | | takes the most time, and it allows for more efficient unaligned access and better control over memory latencies. Originally committed as revision 711 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add profiling support.Falk Hüffner2002-07-01
| | | | Originally committed as revision 710 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement put_pixels_clamped and add_pixels_clamped in Assembler. ThisFalk Hüffner2002-07-01
| | | | | | | allows better scheduling of the memory accesses, and is portable among all compilers. Originally committed as revision 709 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
* * Fixed constraintsFalk Hüffner2002-06-24
| | | | | | | * Support ccc * Support gcc 3.2 builtins Originally committed as revision 704 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