- 23 Jan, 2013 1 commit
-
-
Diego Biurrun authored
It does not help as an abstraction and adds dsputil dependencies. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
- 08 Jun, 2012 1 commit
-
-
Justin Ruggles authored
This will allow for easier implementation of ARM-optimized functions in libraries other than libavcodec.
-
- 13 Jun, 2011 3 commits
-
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Use push/pop instead of stmdb/ldmia for stack operations. This is the preferred syntax. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
- use 'const' macro to define coeff table - add missing endfunc - remove superflous directives Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 06 Oct, 2009 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 20186 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 04 Oct, 2009 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 20167 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 02 Oct, 2009 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 20152 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 Dec, 2008 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 16179 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Nov, 2008 1 commit
-
-
Måns Rullgård authored
This is a bugfix for ARMv4 assembly implementation of 'j_rev_dct' function. The problem was in the incorrect partially empty row detection. Even if the first two coefficients in the row were nonzero, it handled this just like the case with only the first nonzero coefficient. Now this function produces exactly the same output as the stripped down reference C version of 'j_rev_dct' (with the nested checks like 'if (d6) { if (d2) { ...' always evaluated as true, avoiding shortcut branches). Originally committed as revision 15805 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 27 Oct, 2008 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 15725 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Dec, 2005 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 Dec, 2005 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Aug, 2001 1 commit
-
-
Fabrice Bellard authored
Originally committed as revision 79 to svn://svn.ffmpeg.org/ffmpeg/trunk
-