- 12 May, 2013 2 commits
-
-
Diego Biurrun authored
The header is not (anymore) MMX-specific.
-
Diego Biurrun authored
-
- 30 Apr, 2013 1 commit
-
-
Diego Biurrun authored
-
- 19 Apr, 2013 1 commit
-
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 12 Apr, 2013 2 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- 24 Mar, 2013 1 commit
-
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 22 Mar, 2013 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 17 Mar, 2013 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 12 Mar, 2013 1 commit
-
-
Luca Barbato authored
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
- 26 Feb, 2013 1 commit
-
-
Diego Biurrun authored
-
- 25 Feb, 2013 1 commit
-
-
Diego Biurrun authored
-
- 05 Feb, 2013 1 commit
-
-
Diego Biurrun authored
-
- 28 Jan, 2013 1 commit
-
-
Diego Biurrun authored
-
- 26 Jan, 2013 1 commit
-
-
Diego Biurrun authored
-
- 24 Jan, 2013 3 commits
-
-
Michael Niedermayer authored
These where lost when libav moved the code out of dsputil Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Janne Grunau authored
The code was copied from per cpu extension init function so the checks for supported extensions was overlooked.
-
Mans Rullgard authored
The sh4 optimizations are removed, because the code is 100% identical to the C code, so it is unlikely to provide any real practical benefit. Signed-off-by: Diego Biurrun <diego@biurrun.de> Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
- 25 Nov, 2012 2 commits
-
-
Daniel Kang authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Daniel Kang authored
The only CPUs that have 3dnow and don't have mmxext are 12 years old. Moreover, AMD has dropped 3dnow extensions from newer CPUs. Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
- 05 Nov, 2012 1 commit
-
-
Diego Biurrun authored
This fixes compilation with --disable-everything and components enabled.
-
- 31 Oct, 2012 2 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- 30 Aug, 2012 1 commit
-
-
Diego Biurrun authored
-
- 28 Aug, 2012 1 commit
-
-
Diego Biurrun authored
-
- 25 Jul, 2012 1 commit
-
-
Ronald S. Bultje authored
This allows compiling with compilers that don't support gcc-style inline assembly. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
- 24 May, 2012 1 commit
-
-
Carl Eugen Hoyos authored
-
- 07 Mar, 2012 1 commit
-
-
Diego Biurrun authored
-
- 26 Jul, 2011 1 commit
-
-
Mans Rullgard authored
The upcoming gcc 4.7 has more advanced constant propagation resulting some inline asm operands becoming constants and thus emitted as literals, sometimes in contexts where this results in invalid instructions. This patch changes the constraints of the relevant operands to "rm" thus forcing a valid type. While obviously suboptimal, this is what older gcc versions already did, and there is no change to the code generated with these. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 04 Jul, 2011 2 commits
-
-
Daniel Kang authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 03 Jul, 2011 1 commit
-
-
Daniel Kang authored
Mainly ported from 8-bit H.264 qpel. Some code ported from x264. LGPL ok by author. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
- 21 Jun, 2011 1 commit
-
-
Reimar Döffinger authored
is not correct but must be "rm" instead. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 31 Oct, 2010 1 commit
-
-
Ramiro Polla authored
suncc does not like the leading commas inside the macro, but it has no problem with trailing commas. Originally committed as revision 25615 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 Oct, 2010 1 commit
-
-
Ramiro Polla authored
Originally committed as revision 25604 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 28 Oct, 2010 2 commits
-
-
Ramiro Polla authored
Originally committed as revision 25598 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ramiro Polla authored
Originally committed as revision 25597 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 25 Oct, 2010 1 commit
-
-
Ramiro Polla authored
Some code was initializing some xmm registers in one asm block and using them in the following block, assuming they wouldn't be changed in between blocks. Originally committed as revision 25568 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 01 Sep, 2010 1 commit
-
-
Ronald S. Bultje authored
still #included in dsputil_mmx.c and is part of DSPContext, and h264dsp_mmx.c, which represents H264DSPContext and is now compiled on its own. Originally committed as revision 25018 to svn://svn.ffmpeg.org/ffmpeg/trunk
-