summaryrefslogtreecommitdiff
path: root/libavcodec/alpha
Commit message (Collapse)AuthorAge
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-10
| | | | Originally committed as revision 6219 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license header to LGPL for consistency.Falk Hüffner2006-02-17
| | | | Originally committed as revision 5029 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
| | | | Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unused variablesMåns Rullgård2005-12-12
| | | | Originally committed as revision 4738 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Communicate proper aliasing to gcc (needed for 4.1).Falk Hüffner2005-06-19
| | | | Originally committed as revision 4384 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't include config.h from assembly, because the mplayer developersFalk Hüffner2004-07-10
| | | | | | | | decided it was a great idea to put some (bogus, of course) C function prototypes there and it doesn't seem worth bothering working around that since all we wanted is HAVE_GPROF. Originally committed as revision 3304 to svn://svn.ffmpeg.org/ffmpeg/trunk
* interlaced motion estimationMichael Niedermayer2003-12-30
| | | | | | | | | | | | | | interlaced mpeg2 encoding P & B frames rate distored interlaced mb decission alternate scantable support 4mv encoding fixes (thats also why the regression tests change) passing height to most dsp functions interlaced mpeg4 encoding (no direct mode MBs yet) various related cleanups disabled old motion estimaton algorithms (log, full, ...) they will either be fixed or removed Originally committed as revision 2638 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l (forgot alpha & ppc)Michael Niedermayer2003-12-15
| | | | Originally committed as revision 2611 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use asms instead of builtins when compiling for generic Alpha. LessFalk Hüffner2003-09-13
| | | | | | ugly. Originally committed as revision 2270 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warning fixesAlex Beregszaszi2003-07-25
| | | | Originally committed as revision 2082 to svn://svn.ffmpeg.org/ffmpeg/trunk
* build error on Alpha patch by (Sam Hocevar <sam at zoy dot org>)Sam Hocevar2003-06-29
| | | | Originally committed as revision 1996 to svn://svn.ffmpeg.org/ffmpeg/trunk
* the return of the idct with 16bit output by ("Ivan Kalvachev" <ivan at cacad ↵Michael Niedermayer2003-06-21
| | | | | | dot com>) Originally committed as revision 1983 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MpegEncContext.(i)dct_* -> DspContext.(i)dct_*Michael Niedermayer2003-03-03
| | | | | | bitexact cleanup Originally committed as revision 1617 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 32 vs. 64bit bugfix by (Dave Huang (dahanc))Michael Niedermayer2003-02-22
| | | | Originally committed as revision 1596 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement sad8x8 and sad16x16 with pix_abs.Falk Hüffner2003-01-10
| | | | Originally committed as revision 1428 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Kludge around compilation failure on Alpha.Falk Hüffner2002-11-27
| | | | Originally committed as revision 1286 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * using DSPContext - so each codec could use its local (sub)set of CPU extensionZdenek Kabelac2002-11-11
| | | | | | * these are untested - users/developers please check Originally committed as revision 1197 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move Alpha optimized IDCT to own file. Based on a patch by MånsFalk Hüffner2002-10-11
| | | | | | | | | Rullgård <mru@users.sourceforge.net>. I've left out the idctCol2 part, because W4 has recently been decreed to be 16383, and also I doubt it will give a noticeable speedup. Originally committed as revision 1029 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Fix dct_unquantize_h263_axp for changed block_last_index indexing.Falk Hüffner2002-10-07
| | | | | | * Set qadd to 0 for intra with h263_aic (whatever that may be). Originally committed as revision 1009 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make compilable again after DCT cleanup. It gives wrong results,Falk Hüffner2002-10-05
| | | | | | | though, so I disabled it for now. Anybody knows offhand what might be the reason? Originally committed as revision 1005 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Some nifty stuff for upcoming patches.Falk Hüffner2002-10-05
| | | | Originally committed as revision 1004 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add Alpha assembly for pix_abs16x16. Optimized for pca56, no large winFalk Hüffner2002-09-29
| | | | | | on ev6. Originally committed as revision 979 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Synthesize pixels16 functions from pixels functions.Falk Hüffner2002-09-13
| | | | Originally committed as revision 942 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix for h % 8 == 4 in put_pixels_axp_asm.Falk Hüffner2002-09-13
| | | | Originally committed as revision 940 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Due to version renumbering, Alpha builtins aren't supported in thegccFalk Hüffner2002-09-13
| | | | | | 3.2 release. Originally committed as revision 937 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Adapt to new 8/16 table scheme.Falk Hüffner2002-09-13
| | | | Originally committed as revision 935 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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