summaryrefslogtreecommitdiff
path: root/libavresample/x86/util.asm
Commit message (Collapse)AuthorAge
* libavresample: Remove deprecated libraryAndreas Rheinhardt2021-04-27
| | | | | | | | Deprecated in c29038f3041a4080342b2e333c1967d136749c0f. The resample filter based upon this library has been removed as well. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> Signed-off-by: James Almer <jamrial@gmail.com>
* Reinstate proper FFmpeg license for all files.Thilo Borgmann2013-08-30
|
* lavr: x86: optimized 2-channel s16 to s16p conversionJustin Ruggles2012-08-23
|
* lavr: x86: improve non-SSE4 version of S16_TO_S32_SX macroJustin Ruggles2012-07-27
| | | | | Removes a false dependency on existing contents of the 2nd dst register, giving better performance for OOE.
* lavr: add x86-optimized functions for mixing 2 to 1 s16p with float coeffsJustin Ruggles2012-05-29