summaryrefslogtreecommitdiff
path: root/libavcodec/alpha/dsputil_alpha.c
Commit message (Expand)AuthorAge
* Remove lowres video decodingMans Rullgard2012-04-21
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-15
* dsputil: update per-arch init funcs for non-h264 high bit depthMans Rullgard2011-07-21
* dsputil: template get_pixels() for different bit depthsMans Rullgard2011-07-21
* simple_idct: add 10-bit versionMans Rullgard2011-07-20
* Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-05-10
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Alpha: move dsputil prototypes to a header fileMåns Rullgård2010-03-08
* Alpha: fix pix_abs16Måns Rullgård2009-01-18
* Alpha: add ff_ prefix to idct functionsMåns Rullgård2009-01-18
* Alpha: indentationMåns Rullgård2009-01-18
* Alpha: proper IDCT selectionMåns Rullgård2009-01-18
* Delete unnecessary 'extern' keywords.Diego Biurrun2008-12-03
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* 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: Remove all trailing whitespace.Diego Biurrun2005-12-17
* interlaced motion estimationMichael Niedermayer2003-12-30
* Use asms instead of builtins when compiling for generic Alpha. LessFalk Hüffner2003-09-13
* build error on Alpha patch by (Sam Hocevar <sam at zoy dot org>)Sam Hocevar2003-06-29
* the return of the idct with 16bit output by ("Ivan Kalvachev" <ivan at cacad ...Michael Niedermayer2003-06-21
* MpegEncContext.(i)dct_* -> DspContext.(i)dct_*Michael Niedermayer2003-03-03
* 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
* 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
* 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
* 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
* 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
* license/copyright changeFabrice Bellard2002-05-25
* Alpha optimizations by Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>Nick Kurshev2002-01-20