summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-08-30Reinstate proper FFmpeg license for all files.Thilo Borgmann145-580/+580
2013-05-04Merge commit '4a7af92cc80ced8498626401ed21f25ffe6740c8'Michael Niedermayer2-65/+65
2013-05-03sbrdsp: Unroll and use integer operationsChristophe Gisquet1-12/+27
2013-05-03sbrdsp: Unroll sbr_autocorrelate_cChristophe Gisquet1-0/+25
2013-04-06sbrdsp: unroll and use integer operationsChristophe Gisquet1-12/+28
2013-04-06sbrdsp: unroll sbr_autocorrelate_cChristophe Gisquet1-0/+25
2013-02-21mips: optimization for float aac decoder (sbr module)Mirjana Vulin11-9/+2151
2012-10-08x86: call most of the x86 dsp init functions under if (ARCH_X86)Janne Grunau22-40/+41
2012-03-07SBR DSP: unroll sum_squareChristophe GISQUET1-4/+9
2012-02-23SBR DSP x86: implement SSE sbr_sum_square_sseChristophe GISQUET5-0/+116
2012-02-23SBR DSP: use intptr_t for the ixh parameter.Christophe GISQUET3-3/+5
2012-01-28aacsbr: ARM NEON optimised sbrdsp functionsMans Rullgard5-0/+490
2012-01-28aacsbr: move some simdable loops to function pointersMans Rullgard6-137/+337