summaryrefslogtreecommitdiffstats
path: root/libavcodec/alpha/dsputil_alpha.c
Commit message (Expand)AuthorAgeFilesLines
* alpha: hpeldsp: Move half-pel assembly from dsputil to hpeldspRonald S. Bultje2013-04-191-185/+0
* Add av_cold attributes to arch-specific init functionsDiego Biurrun2013-02-051-1/+2
* Use ptrdiff_t instead of int for {avg, put}_pixels line_size parameter.Diego Biurrun2013-02-051-5/+5
* dsputil: remove one array dimension from avg_no_rnd_pixels_tab.Ronald S. Bultje2013-01-221-4/+4
* dsputil: remove avg_no_rnd_pixels8.Ronald S. Bultje2013-01-221-5/+0
* Drop DCTELEM typedefDiego Biurrun2013-01-221-6/+6
* Remove lowres video decodingMans Rullgard2012-04-211-1/+1
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-151-1/+1
* dsputil: update per-arch init funcs for non-h264 high bit depthMans Rullgard2011-07-211-1/+1
* dsputil: template get_pixels() for different bit depthsMans Rullgard2011-07-211-1/+2
* simple_idct: add 10-bit versionMans Rullgard2011-07-201-1/+1
* Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-05-101-0/+4
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Alpha: move dsputil prototypes to a header fileMåns Rullgård2010-03-081-22/+3
* Alpha: fix pix_abs16Måns Rullgård2009-01-181-9/+3
* Alpha: add ff_ prefix to idct functionsMåns Rullgård2009-01-181-6/+6
* Alpha: indentationMåns Rullgård2009-01-181-3/+3
* Alpha: proper IDCT selectionMåns Rullgård2009-01-181-0/+4
* Delete unnecessary 'extern' keywords.Diego Biurrun2008-12-031-3/+3
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+1
* Add libavcodec to compiler include flags in order to simplify headerRonald S. Bultje2007-05-161-1/+1
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-7/+7
* interlaced motion estimationMichael Niedermayer2003-12-301-15/+11
* Use asms instead of builtins when compiling for generic Alpha. LessFalk Hüffner2003-09-131-4/+0
* build error on Alpha patch by (Sam Hocevar <sam at zoy dot org>)Sam Hocevar2003-06-291-1/+2
* the return of the idct with 16bit output by ("Ivan Kalvachev" <ivan at cacad ...Michael Niedermayer2003-06-211-0/+1
* MpegEncContext.(i)dct_* -> DspContext.(i)dct_*Michael Niedermayer2003-03-031-1/+7
* Implement sad8x8 and sad16x16 with pix_abs.Falk Hüffner2003-01-101-0/+12
* Kludge around compilation failure on Alpha.Falk Hüffner2002-11-271-10/+17
* * using DSPContext - so each codec could use its local (sub)set of CPU extensionZdenek Kabelac2002-11-111-52/+52
* Move Alpha optimized IDCT to own file. Based on a patch by MånsFalk Hüffner2002-10-111-2/+0
* Add Alpha assembly for pix_abs16x16. Optimized for pca56, no large winFalk Hüffner2002-09-291-2/+2
* Synthesize pixels16 functions from pixels functions.Falk Hüffner2002-09-131-10/+45
* Adapt to new 8/16 table scheme.Falk Hüffner2002-09-131-19/+19
* MVI optimizations for motion estimation.Falk Hüffner2002-07-291-0/+18
* Remove support for variable BSIZE and INCR, as sub_pixels_* is noFalk Hüffner2002-07-131-47/+47
* * Improve xy2 routines slightlyFalk Hüffner2002-07-131-43/+46
* Implement clear_blocks_axp.Falk Hüffner2002-07-051-0/+20
* Use updated motion compensation routines.Falk Hüffner2002-07-031-99/+114
* Assembly version of put_pixels. This is currently the function thatFalk Hüffner2002-07-011-2/+4
* Implement put_pixels_clamped and add_pixels_clamped in Assembler. ThisFalk Hüffner2002-07-011-42/+64
* Ugly hack to make the assembler accept MVI instructions.Falk Hüffner2002-06-241-1/+6
* license/copyright changeFabrice Bellard2002-05-251-10/+10
* Alpha optimizations by Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>Nick Kurshev2002-01-201-0/+223
OpenPOWER on IntegriCloud