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
/
arm
/
dsputil_init_neon.c
Age
Commit message (
Expand
)
Author
2011-04-10
Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...
Oskar Arvidsson
2011-03-25
Merge remote-tracking branch 'newdev/master'
Michael Niedermayer
2011-03-24
ARM: fix ff_apply_window_int16_neon() prototype
Mans Rullgard
2011-03-24
ARM: NEON optimised apply_window_int16()
Mans Rullgard
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-02-04
Separate format conversion DSP functions from DSPContext.
Justin Ruggles
2011-02-02
Separate format conversion DSP functions from DSPContext.
Justin Ruggles
2011-02-02
Remove unneeded add bias from 3 functions.
Justin Ruggles
2011-01-31
Remove unneeded add bias from 3 functions.
Justin Ruggles
2011-01-23
Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.
Justin Ruggles
2011-01-22
Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.
Justin Ruggles
2010-06-27
Add const to some pointer parameters.
Eli Friedman
2010-06-01
ARM: NEON clear_block[s]
Måns Rullgård
2010-04-17
vp3: DC-only IDCT
David Conrad
2010-03-16
Move H264 dsputil functions into their own struct
Måns Rullgård
2010-02-22
ARM: NEON scalarproduct_int16 and scalarproduct_and_madd_int16
Kostya Shishkov
2009-12-02
ARM: NEON 2xN chroma MC
Måns Rullgård
2009-12-02
ARM: NEON 16x16 and 8x8 avg qpel MC
Måns Rullgård
2009-10-07
ARM: NEON avg_pixels8 and avg_h264_qpel8_mc00
Måns Rullgård
2009-10-04
ARM: cosmetics
Måns Rullgård
2009-10-04
ARM: clean up file/function naming conventions
Måns Rullgård