Changeset 7128a35f in ffmpeg

Timestamp:
Jun 14, 2014, 6:21:39 PM (10 years ago)
Author:
Michael Niedermayer <michaelni@gmx.at>
Branches:
master
Children:
b065d001
Parents:
9236f7b5
git-author:
Ronald S. Bultje <rsbultje@gmail.com> (06/14/14 18:11:03)
git-committer:
Michael Niedermayer <michaelni@gmx.at> (06/14/14 18:21:39)
Message:

swr: split out DSP functions.

DSP bits of swri_resample go into their own mini-DSP functions; DSP
init goes from a per-call branch in multiple_resample to a proper
DSP init routine; x86 bits go into x86/; swri_resample() moves out of
resample_template.c into resample.c because it's independent of DSP
code or sample type; multiple_resample() is simplified.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>

(No files)

Note: See TracChangeset for help on using the changeset viewer.