index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
alpha
Age
Commit message (
Expand
)
Author
2003-09-13
Use asms instead of builtins when compiling for generic Alpha. Less
Falk Hüffner
2003-07-25
warning fixes
Alex Beregszaszi
2003-06-29
build error on Alpha patch by (Sam Hocevar <sam at zoy dot org>)
Sam Hocevar
2003-06-21
the return of the idct with 16bit output by ("Ivan Kalvachev" <ivan at cacad ...
Michael Niedermayer
2003-03-03
MpegEncContext.(i)dct_* -> DspContext.(i)dct_*
Michael Niedermayer
2003-02-22
32 vs. 64bit bugfix by (Dave Huang (dahanc))
Michael Niedermayer
2003-01-10
Implement sad8x8 and sad16x16 with pix_abs.
Falk Hüffner
2002-11-27
Kludge around compilation failure on Alpha.
Falk Hüffner
2002-11-11
* using DSPContext - so each codec could use its local (sub)set of CPU extension
Zdenek Kabelac
2002-10-11
Move Alpha optimized IDCT to own file. Based on a patch by Måns
Falk Hüffner
2002-10-07
* Fix dct_unquantize_h263_axp for changed block_last_index indexing.
Falk Hüffner
2002-10-05
Make compilable again after DCT cleanup. It gives wrong results,
Falk Hüffner
2002-10-05
Some nifty stuff for upcoming patches.
Falk Hüffner
2002-09-29
Add Alpha assembly for pix_abs16x16. Optimized for pca56, no large win
Falk Hüffner
2002-09-13
Synthesize pixels16 functions from pixels functions.
Falk Hüffner
2002-09-13
Fix for h % 8 == 4 in put_pixels_axp_asm.
Falk Hüffner
2002-09-13
Due to version renumbering, Alpha builtins aren't supported in thegcc
Falk Hüffner
2002-09-13
Adapt to new 8/16 table scheme.
Falk Hüffner
2002-07-29
MVI optimizations for motion estimation.
Falk Hüffner
2002-07-13
Remove support for variable BSIZE and INCR, as sub_pixels_* is no
Falk Hüffner
2002-07-13
* Improve xy2 routines slightly
Falk Hüffner
2002-07-05
Implement clear_blocks_axp.
Falk Hüffner
2002-07-03
Make dct_unquantize_h263 work on systems without MVI extension.
Falk Hüffner
2002-07-03
Update and activate dct_unquantize_h263_mvi. Thanks to Måns Rullgård
Falk Hüffner
2002-07-03
Use updated motion compensation routines.
Falk Hüffner
2002-07-01
Assembly version of put_pixels. This is currently the function that
Falk Hüffner
2002-07-01
Add profiling support.
Falk Hüffner
2002-07-01
Implement put_pixels_clamped and add_pixels_clamped in Assembler. This
Falk Hüffner
2002-06-24
Ugly hack to make the assembler accept MVI instructions.
Falk Hüffner
2002-06-24
* Fixed constraints
Falk Hüffner
2002-05-25
license/copyright change
Fabrice Bellard
2002-01-20
Alpha optimizations by Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
Nick Kurshev