- 15 Aug, 2011 1 commit
-
-
Dave Yeo authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 12 Aug, 2011 1 commit
-
-
Ronald S. Bultje authored
This allows using it in libswscale/ also.
-
- 27 May, 2011 1 commit
-
-
Diego Biurrun authored
nasm versions prior to 2.09 have trouble assembling some of our AVX code. Protect these sections by preprocessor macros to allow compilation to pass.
-
- 20 May, 2011 1 commit
-
-
Dave Yeo authored
This format is still used by e.g. OS/2. Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 14 May, 2011 1 commit
-
-
Diego Biurrun authored
-
- 26 Apr, 2011 1 commit
-
-
Vitor Sessak authored
Signed-off-by:
Reinhard Tartler <siretart@tauware.de>
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 13 Feb, 2011 1 commit
-
-
Loren Merritt authored
6% faster SSE FFT on Conroe, 2.5% on Penryn. Signed-off-by:
Janne Grunau <janne-ffmpeg@jannau.net>
-
- 26 Sep, 2010 1 commit
-
-
Reimar Döffinger authored
Allows nasm to work for this code. Originally committed as revision 25205 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 28 Aug, 2010 1 commit
-
-
Loren Merritt authored
Originally committed as revision 24958 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Aug, 2010 1 commit
-
-
Alex Converse authored
This is to avoid split asm sections that attempt to preserve some registers between sections. Originally committed as revision 24869 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 18 Jul, 2010 1 commit
-
-
Loren Merritt authored
Originally committed as revision 24308 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 23 Jun, 2010 1 commit
-
-
Jason Garrett-Glaser authored
Modify the asm accordingly. GLOBAL is now no longoer necessary for PIC-compliant loads. Originally committed as revision 23739 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 Jan, 2010 1 commit
-
-
Reimar Döffinger authored
This allows to get rid of the macho64 specific hack that moves them to rodata (with worse cache behaviour) and avoids textrels which e.g. Gentoo does not allow for x86_64 libraries. Originally committed as revision 21551 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 25 Oct, 2009 1 commit
-
-
Loren Merritt authored
Originally committed as revision 20371 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 04 Aug, 2009 1 commit
-
-
John Adcock authored
Use the new x86inc features to support 64-bit Windows on all non-x264 nasm assembly code as well. Patch by John Adcock, dscaler.johnad AT googlemail DOT com. Win64 changes originally by Anton Mitrofanov. x86util changes mostly by Holger Lubitz. Originally committed as revision 19580 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Feb, 2009 1 commit
-
-
Alexander Strange authored
This fixes linking shared libavcodec, since the linker doesn't allow text relocations in shared libraries under Darwin/x86_64. Based on a patch by Art Clarke (aclarke xuggle com) Originally committed as revision 17197 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
-
- 19 Dec, 2008 1 commit
-
-
Jason Garrett-Glaser authored
be useful for porting x264 asm in the future. Originally committed as revision 16234 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
-