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
/
libavutil
/
float_dsp.c
Age
Commit message (
Expand
)
Author
2018-09-12
avutil: add float_dsp.vector_dmul
Paul B Mahol
2017-04-10
avutil/float_dsp: add vector_dmac_scalar()
Paul B Mahol
2016-05-11
Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'
Derek Buitenhuis
2016-04-07
build: Split test programs off into separate files
Diego Biurrun
2015-10-21
avutil: merge avpriv_float_dsp_init into avpriv_float_dsp_alloc
Andreas Cadhalpun
2015-08-07
avutil/float_dsp: Remove use of deprecated av_set_cpu_flags_mask()
Michael Niedermayer
2014-11-18
avutil/float_dsp: add avpriv_float_dsp_alloc()
Michael Niedermayer
2014-10-10
float_dsp-test: allow forcing cpuflags
James Almer
2014-03-22
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2014-03-22
float_dsp: Replace arch optimization ifdefs by if cascade
Diego Biurrun
2014-03-20
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2014-03-20
float-dsp-test: do not use C99's predefined __func__
Janne Grunau
2014-03-19
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2014-03-19
float_dsp: Use LOCAL_ALIGNED for instead of DECLARE_ALIGNED within functions
Martin Storsjö
2014-03-19
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2014-03-18
aarch64: float_dsp NEON assembler
Janne Grunau
2014-03-18
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2014-03-18
float_dsp: add test program and use it as fate test
Janne Grunau
2013-09-11
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2013-09-10
Drop pointless directory name prefixes from #includes in the current dir
Diego Biurrun
2013-05-05
Merge commit '1fda184a85178cfd7b98d9e308d18e1ded76a511'
Michael Niedermayer
2013-05-04
avutil: Add av_cold attributes to init functions missing them
Diego Biurrun
2013-01-24
floatdsp: restrict->av_restrict
Michael Niedermayer
2013-01-23
Merge commit '73b704ac609d83e0be124589f24efd9b94947cf9'
Michael Niedermayer
2013-01-23
Merge commit '5959bfaca396ecaf63a8123055f499688b79cae3'
Michael Niedermayer
2013-01-23
Merge commit '42d324694883cdf1fff1612ac70fa403692a1ad4'
Michael Niedermayer
2013-01-23
Merge commit '55aa03b9f8f11ebb7535424cc0e5635558590f49'
Michael Niedermayer
2013-01-22
floatdsp: move butterflies_float from dsputil to avfloatdsp.
Ronald S. Bultje
2013-01-22
floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.
Ronald S. Bultje
2013-01-22
floatdsp: move vector_fmul_add from dsputil to avfloatdsp.
Ronald S. Bultje
2013-01-22
floatdsp: move scalarproduct_float from dsputil to avfloatdsp.
Ronald S. Bultje
2013-01-16
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2013-01-16
lavc: Move vector_fmul_window to AVFloatDSPContext
Justin Ruggles
2012-12-06
Merge commit '9d5c62ba5b586c80af508b5914934b1c439f6652'
Michael Niedermayer
2012-12-05
float_dsp: add vector_dmul_scalar() to multiply a vector of doubles
Justin Ruggles
2012-11-27
Merge commit '284ea790d89441fa1e6b2d72d3c1ed6d61972f0b'
Michael Niedermayer
2012-11-26
dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutil
Justin Ruggles
2012-11-19
mips: Optimization of AC3 FP encoder and EAC3 FP decoder
Bojan Zivkovic
2012-06-19
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-06-18
float_dsp: Move vector_fmac_scalar() from libavcodec to libavutil
Justin Ruggles
2012-06-09
float_dsp.c: Restore author attribution that was removed by libav while movin...
Michael Niedermayer
2012-06-08
Add a float DSP framework to libavutil
Justin Ruggles