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
/
x86
/
dsputil_yasm.asm
Age
Commit message (
Expand
)
Author
2011-08-17
Move clipd macros to x86util.asm.
Ronald S. Bultje
2011-08-15
Fix NASM include directive
Dave Yeo
2011-08-12
Move x86inc.asm to libavutil/.
Ronald S. Bultje
2011-07-01
ac3enc: add int32_t array clipping function to DSPUtil, including x86 versions.
Justin Ruggles
2011-05-20
Add support for a.out object format to assembler macros.
Dave Yeo
2011-05-14
Fix FSF address copy paste error in some license headers.
Diego Biurrun
2011-03-22
Add apply_window_int16() to DSPContext with x86-optimized versions and use it
Justin Ruggles
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-02-08
Fix ff_emu_edge_core_sse() on Win64.
Ronald S. Bultje
2011-02-02
Separate format conversion DSP functions from DSPContext.
Justin Ruggles
2011-01-31
Implement a SIMD version of emulated_edge_mc() for x86.
Ronald S. Bultje
2010-06-23
Update x264asm header files to latest versions.
Jason Garrett-Glaser
2010-01-22
Implement an sse version of scalarproduct_float().
Alex Converse
2009-12-08
fix a crash in ape decoding on x86_32 sse2
Loren Merritt
2009-12-05
slightly faster scalarproduct_and_madd_int16_ssse3 on penryn, no change on co...
Loren Merritt
2009-12-05
refactor and optimize scalarproduct
Loren Merritt
2009-12-03
port ape dsp functions from sse2 to mmx
Loren Merritt
2009-10-18
fix linking on systems with a function name prefix (10l in r20287)
Loren Merritt
2009-10-18
huffyuv: add some const qualifiers
Loren Merritt
2009-10-18
simd add_hfyu_left_prediction
Loren Merritt
2009-02-08
ff_add_hfyu_median_prediction_mmx2
Loren Merritt
2008-12-22
Rename libavcodec/i386/ --> libavcodec/x86/.
Diego Biurrun