| Commit message (Expand) | Author | Age | Files | Lines |
* | Change license header to LGPL for consistency. | Falk Hüffner | 2006-02-17 | 2 | -20/+20 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 5 | -5/+5 |
* | COSMETICS: tabs --> spaces, some prettyprinting | Diego Biurrun | 2005-12-22 | 4 | -48/+48 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 7 | -35/+35 |
* | remove unused variables | Måns Rullgård | 2005-12-12 | 1 | -3/+1 |
* | Communicate proper aliasing to gcc (needed for 4.1). | Falk Hüffner | 2005-06-19 | 2 | -26/+45 |
* | Don't include config.h from assembly, because the mplayer developers | Falk Hüffner | 2004-07-10 | 2 | -6/+0 |
* | interlaced motion estimation | Michael Niedermayer | 2003-12-30 | 2 | -23/+15 |
* | 100l (forgot alpha & ppc) | Michael Niedermayer | 2003-12-15 | 1 | -13/+64 |
* | Use asms instead of builtins when compiling for generic Alpha. Less | Falk Hüffner | 2003-09-13 | 3 | -44/+36 |
* | warning fixes | Alex Beregszaszi | 2003-07-25 | 1 | -2/+2 |
* | build error on Alpha patch by (Sam Hocevar <sam at zoy dot org>) | Sam Hocevar | 2003-06-29 | 1 | -1/+2 |
* | the return of the idct with 16bit output by ("Ivan Kalvachev" <ivan at cacad ... | Michael Niedermayer | 2003-06-21 | 1 | -0/+1 |
* | MpegEncContext.(i)dct_* -> DspContext.(i)dct_* | Michael Niedermayer | 2003-03-03 | 2 | -6/+7 |
* | 32 vs. 64bit bugfix by (Dave Huang (dahanc)) | Michael Niedermayer | 2003-02-22 | 1 | -6/+6 |
* | Implement sad8x8 and sad16x16 with pix_abs. | Falk Hüffner | 2003-01-10 | 1 | -0/+12 |
* | Kludge around compilation failure on Alpha. | Falk Hüffner | 2002-11-27 | 2 | -12/+24 |
* | * using DSPContext - so each codec could use its local (sub)set of CPU extension | Zdenek Kabelac | 2002-11-11 | 1 | -52/+52 |
* | Move Alpha optimized IDCT to own file. Based on a patch by Måns | Falk Hüffner | 2002-10-11 | 3 | -2/+311 |
* | * Fix dct_unquantize_h263_axp for changed block_last_index indexing. | Falk Hüffner | 2002-10-07 | 1 | -10/+11 |
* | Make compilable again after DCT cleanup. It gives wrong results, | Falk Hüffner | 2002-10-05 | 1 | -4/+3 |
* | Some nifty stuff for upcoming patches. | Falk Hüffner | 2002-10-05 | 1 | -2/+36 |
* | Add Alpha assembly for pix_abs16x16. Optimized for pca56, no large win | Falk Hüffner | 2002-09-29 | 3 | -2/+190 |
* | Synthesize pixels16 functions from pixels functions. | Falk Hüffner | 2002-09-13 | 1 | -10/+45 |
* | Fix for h % 8 == 4 in put_pixels_axp_asm. | Falk Hüffner | 2002-09-13 | 1 | -32/+12 |
* | Due to version renumbering, Alpha builtins aren't supported in thegcc | Falk Hüffner | 2002-09-13 | 1 | -1/+1 |
* | Adapt to new 8/16 table scheme. | Falk Hüffner | 2002-09-13 | 1 | -19/+19 |
* | MVI optimizations for motion estimation. | Falk Hüffner | 2002-07-29 | 2 | -0/+363 |
* | Remove support for variable BSIZE and INCR, as sub_pixels_* is no | Falk Hüffner | 2002-07-13 | 1 | -47/+47 |
* | * Improve xy2 routines slightly | Falk Hüffner | 2002-07-13 | 1 | -43/+46 |
* | Implement clear_blocks_axp. | Falk Hüffner | 2002-07-05 | 1 | -0/+20 |
* | Make dct_unquantize_h263 work on systems without MVI extension. | Falk Hüffner | 2002-07-03 | 1 | -6/+11 |
* | Update and activate dct_unquantize_h263_mvi. Thanks to Måns Rullgård | Falk Hüffner | 2002-07-03 | 1 | -52/+53 |
* | Use updated motion compensation routines. | Falk Hüffner | 2002-07-03 | 2 | -234/+114 |
* | Assembly version of put_pixels. This is currently the function that | Falk Hüffner | 2002-07-01 | 2 | -2/+121 |
* | Add profiling support. | Falk Hüffner | 2002-07-01 | 1 | -0/+13 |
* | Implement put_pixels_clamped and add_pixels_clamped in Assembler. This | Falk Hüffner | 2002-07-01 | 3 | -42/+285 |
* | Ugly hack to make the assembler accept MVI instructions. | Falk Hüffner | 2002-06-24 | 2 | -1/+9 |
* | * Fixed constraints | Falk Hüffner | 2002-06-24 | 1 | -94/+87 |
* | license/copyright change | Fabrice Bellard | 2002-05-25 | 4 | -40/+40 |
* | Alpha optimizations by Falk Hueffner <falk.hueffner@student.uni-tuebingen.de> | Nick Kurshev | 2002-01-20 | 4 | -0/+587 |