- 12 Sep, 2018 1 commit
-
-
Paul B Mahol authored
-
- 10 Apr, 2017 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 07 Apr, 2016 1 commit
-
-
Diego Biurrun authored
This avoids spurious library rebuilds when only the test program code is changed and simplifies the build system.
-
- 20 Oct, 2015 1 commit
-
-
Andreas Cadhalpun authored
Also replace the last two usages of avpriv_float_dsp_init with avpriv_float_dsp_alloc. Reviewed-by:
James Almer <jamrial@gmail.com> Signed-off-by:
Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
-
- 07 Aug, 2015 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 18 Nov, 2014 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 10 Oct, 2014 1 commit
-
-
James Almer authored
Reviewed-by:
Michael Niedermayer <michaelni@gmx.at> Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 22 Mar, 2014 1 commit
-
-
Diego Biurrun authored
Arch-specific optimizations are handled this way everywhere else.
-
- 20 Mar, 2014 1 commit
-
-
Janne Grunau authored
It is not supported by all compilers on FATE. Fixes "some test were skipped" errors.
-
- 19 Mar, 2014 1 commit
-
-
Martin Storsjö authored
This fixes fate-float_dsp-test on RVCT 4.0. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 18 Mar, 2014 2 commits
-
-
Janne Grunau authored
Ported from arm NEON and added vector_dmul_scalar. Functions between 1.5 and 5 times faster than the C implementations using Apple's clang-503.0.19 on A7.
-
Janne Grunau authored
-
- 10 Sep, 2013 1 commit
-
-
Diego Biurrun authored
-
- 04 May, 2013 1 commit
-
-
Diego Biurrun authored
-
- 23 Jan, 2013 1 commit
-
-
Michael Niedermayer authored
Fix msvc Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 22 Jan, 2013 4 commits
-
-
Ronald S. Bultje authored
This makes wmadec/enc, twinvq and mpegaudiodec (i.e. mp2/mp3) independent of dsputil.
-
Ronald S. Bultje authored
Now, nellymoserenc and aacenc no longer depends on dsputil. Independent of this patch, wmaprodec also does not depend on dsputil, so I removed it from there also.
-
Ronald S. Bultje authored
-
Ronald S. Bultje authored
This makes the aac decoder and all voice codecs independent of dsputil.
-
- 16 Jan, 2013 1 commit
-
-
Justin Ruggles authored
Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 05 Dec, 2012 1 commit
-
-
Justin Ruggles authored
Include x86-optimized versions for SSE2 and AVX.
-
- 26 Nov, 2012 1 commit
-
-
Justin Ruggles authored
-
- 19 Nov, 2012 1 commit
-
-
Bojan Zivkovic authored
Signed-off-by:
Bojan Zivkovic <bojan@mips.com> Reveiwed-by:
Vitor Sessak <vitor1001@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 18 Jun, 2012 1 commit
-
-
Justin Ruggles authored
-
- 09 Jun, 2012 1 commit
-
-
Michael Niedermayer authored
Original code comes from: commit eb4825b5 Author: Loren Merritt <lorenm@u.washington.edu> Date: Thu Aug 10 19:06:25 2006 +0000 sse and 3dnow implementations of float->int conversion and mdct windowing. 15% faster vorbis. and commit 0bde73d9 Author: Michael Niedermayer <michaelni@gmx.at> Date: Tue May 17 19:02:43 2005 +0000 Vorbis decoder by (Balatoni Denes | dbalatoni programozo hu) Reviewed-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 08 Jun, 2012 1 commit
-
-
Justin Ruggles authored
Move vector_fmul() from DSPContext to AVFloatDSPContext.
-
- 09 Feb, 2012 1 commit
-
-
Diego Biurrun authored
-
- 06 Feb, 2012 1 commit
-
-
Diego Biurrun authored
-
- 21 May, 2011 1 commit
-
-
Diego Biurrun authored
Add missing multiple inclusion guards; clean up #endif comments; add missing library prefixes; keep guard names consistent.
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 12 Feb, 2011 1 commit
-
-
Mans Rullgard authored
Approximately 5% faster on Cortex-A8. Signed-off-by:
Mans Rullgard <mans@mansr.com> (cherry picked from commit a7878c9f)
-
- 08 Oct, 2010 1 commit
-
-
Martin Storsjö authored
Originally committed as revision 25411 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 02 Oct, 2010 1 commit
-
-
Reimar Döffinger authored
bitstream endianness, so they cannot reuse the same code without a lot of function call overhead. Thus use templating to compile two different binaries. Originally committed as revision 25312 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 Mar, 2010 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 22331 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Jul, 2009 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 19484 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 06 May, 2009 1 commit
-
-
Daniel Verkamp authored
Patch by Daniel Verkamp daniel _AT_ drv DOT nu. Originally committed as revision 18764 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Dec, 2008 1 commit
-
-
Diego Biurrun authored
It contains optimizations that are not specific to i386 and libavutil uses this naming scheme already. Originally committed as revision 16270 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Aug, 2008 1 commit
-
-
Loren Merritt authored
c is 1.9x faster than previous c (on various x86 cpus), sse is 1.6x faster than previous sse. Originally committed as revision 14698 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 May, 2008 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 May, 2008 1 commit
-
-
Ramiro Polla authored
typedef x86_reg as the appropriate size and use it instead. Originally committed as revision 13081 to svn://svn.ffmpeg.org/ffmpeg/trunk
-