summaryrefslogtreecommitdiffstats
path: root/libavresample/x86/audio_mix_init.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit 'd68c05380cebf563915412182643a8be04ef890b'Michael Niedermayer2015-06-011-1/+3
|\ | | | | | | | | | | | | | | * commit 'd68c05380cebf563915412182643a8be04ef890b': x86: check for AV_CPU_FLAG_AVXSLOW where useful See: c16e99e3b3c02edcf33245468731d414eab97dac Merged-by: Michael Niedermayer <[email protected]>
| * x86: check for AV_CPU_FLAG_AVXSLOW where usefulJames Almer2015-05-311-1/+3
| | | | | | | | | | Signed-off-by: James Almer <[email protected]> Signed-off-by: Luca Barbato <[email protected]>
* | Merge commit '01c5779f56cf708e6cb88b11cfdc248cae7e2ee8'Michael Niedermayer2014-04-051-2/+0
|\| | | | | | | | | | | | | | | | | | | * commit '01c5779f56cf708e6cb88b11cfdc248cae7e2ee8': x86: Drop some unnecessary YASM ifdefs Conflicts: libavfilter/x86/vf_yadif_init.c Merged-by: Michael Niedermayer <[email protected]>
| * x86: Drop some unnecessary YASM ifdefsDiego Biurrun2014-04-041-2/+0
| | | | | | | | Dead code elimination is enough to avoid undefined references in these cases.
* | Reinstate proper FFmpeg license for all files.Thilo Borgmann2013-08-301-4/+4
|/
* Consistently use "cpu_flags" as variable/parameter name for CPU flagsDiego Biurrun2013-07-181-10/+10
|
* cosmetics: Remove unnecessary extern keywords from function declarationsDiego Biurrun2013-03-271-69/+69
|
* x86: Replace checks for CPU extensions and flags by convenience macrosDiego Biurrun2012-09-081-9/+10
| | | | | This separates code relying on inline from that relying on external assembly and fixes instances where the coalesced check was incorrect.
* x86: cosmetics: Comment some #endifs for better readabilityDiego Biurrun2012-08-301-1/+1
|
* lavr: add x86-optimized mixing functionsJustin Ruggles2012-07-271-0/+130
| | | | | Adds optimized functions for mixing 3 through 8 input channels to 1 and 2 output channels in fltp or s16p format with flt coeffs.
* lavr: add x86-optimized functions for mixing 1-to-2 s16p with flt coeffsJustin Ruggles2012-06-181-0/+13
|
* lavr: add x86-optimized functions for mixing 1-to-2 fltp with flt coeffsJustin Ruggles2012-06-181-0/+9
|
* lavr: add x86-optimized function for mixing 2 to 1 s16p with q8 coeffsJustin Ruggles2012-05-291-0/+5
|
* lavr: add x86-optimized functions for mixing 2 to 1 s16p with float coeffsJustin Ruggles2012-05-291-0/+13
|
* Add libavresampleJustin Ruggles2012-04-241-0/+44
This is a new library for audio sample format, channel layout, and sample rate conversion.