summaryrefslogtreecommitdiffstats
path: root/libavcodec/alpha
Commit message (Expand)AuthorAgeFilesLines
* update my email addressMåns Rullgård2007-07-051-1/+1
* UTF-8 conversionDiego Biurrun2007-07-051-1/+1
* Group all copyright and author notices together.Diego Biurrun2007-07-051-6/+6
* Add libavcodec to compiler include flags in order to simplify headerRonald S. Bultje2007-05-164-5/+5
* rename HAVE_GPROF to CONFIG_GPROFMåns Rullgård2007-02-112-4/+4
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-078-32/+48
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-101-0/+19
* Change license header to LGPL for consistency.Falk Hüffner2006-02-172-20/+20
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-125-5/+5
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-224-48/+48
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-177-35/+35
* remove unused variablesMåns Rullgård2005-12-121-3/+1
* Communicate proper aliasing to gcc (needed for 4.1).Falk Hüffner2005-06-192-26/+45
* Don't include config.h from assembly, because the mplayer developersFalk Hüffner2004-07-102-6/+0
* interlaced motion estimationMichael Niedermayer2003-12-302-23/+15
* 100l (forgot alpha & ppc)Michael Niedermayer2003-12-151-13/+64
* Use asms instead of builtins when compiling for generic Alpha. LessFalk Hüffner2003-09-133-44/+36
* warning fixesAlex Beregszaszi2003-07-251-2/+2
* 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-032-6/+7
* 32 vs. 64bit bugfix by (Dave Huang (dahanc))Michael Niedermayer2003-02-221-6/+6
* Implement sad8x8 and sad16x16 with pix_abs.Falk Hüffner2003-01-101-0/+12
* Kludge around compilation failure on Alpha.Falk Hüffner2002-11-272-12/+24
* * 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-113-2/+311
* * Fix dct_unquantize_h263_axp for changed block_last_index indexing.Falk Hüffner2002-10-071-10/+11
* Make compilable again after DCT cleanup. It gives wrong results,Falk Hüffner2002-10-051-4/+3
* Some nifty stuff for upcoming patches.Falk Hüffner2002-10-051-2/+36
* Add Alpha assembly for pix_abs16x16. Optimized for pca56, no large winFalk Hüffner2002-09-293-2/+190
* Synthesize pixels16 functions from pixels functions.Falk Hüffner2002-09-131-10/+45
* Fix for h % 8 == 4 in put_pixels_axp_asm.Falk Hüffner2002-09-131-32/+12
* Due to version renumbering, Alpha builtins aren't supported in thegccFalk Hüffner2002-09-131-1/+1
* Adapt to new 8/16 table scheme.Falk Hüffner2002-09-131-19/+19
* MVI optimizations for motion estimation.Falk Hüffner2002-07-292-0/+363
* 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
* Make dct_unquantize_h263 work on systems without MVI extension.Falk Hüffner2002-07-031-6/+11
* Update and activate dct_unquantize_h263_mvi. Thanks to Måns RullgårdFalk Hüffner2002-07-031-52/+53
* Use updated motion compensation routines.Falk Hüffner2002-07-032-234/+114
* Assembly version of put_pixels. This is currently the function thatFalk Hüffner2002-07-012-2/+121
* Add profiling support.Falk Hüffner2002-07-011-0/+13
* Implement put_pixels_clamped and add_pixels_clamped in Assembler. ThisFalk Hüffner2002-07-013-42/+285
* Ugly hack to make the assembler accept MVI instructions.Falk Hüffner2002-06-242-1/+9
* * Fixed constraintsFalk Hüffner2002-06-241-94/+87
* license/copyright changeFabrice Bellard2002-05-254-40/+40
* Alpha optimizations by Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>Nick Kurshev2002-01-204-0/+587
OpenPOWER on IntegriCloud