Wed, 08 Sep 2010 15:07:14 +0000 |
stefano |
Move mm_support() from libavcodec to libavutil, make it a public
libavcodec
|
Wed, 08 Sep 2010 10:02:40 +0000 |
stefano |
Merge has_altivec() function into mm_support(), remove it and use
libavcodec
|
Tue, 24 Aug 2010 17:47:05 +0000 |
mru |
Remove global mm_flags variable
libavcodec
|
Sat, 26 Jun 2010 22:23:35 +0000 |
mru |
Remove PPC perf counter support
libavcodec
|
Sat, 06 Mar 2010 22:37:14 +0000 |
mru |
PPC: move prototypes to headers and make some functions static
libavcodec
|
Sat, 06 Mar 2010 14:24:59 +0000 |
mru |
Remove DECLARE_ALIGNED_{8,16} macros
libavcodec
|
Mon, 24 Aug 2009 10:36:13 +0000 |
mru |
PPC: simplify loading some values into altivec registers
libavcodec
|
Sun, 12 Apr 2009 21:45:26 +0000 |
diego |
Remove gcc_fixes.h. It only contains workarounds for unsupported gcc versions.
libavcodec
|
Wed, 03 Dec 2008 15:23:30 +0000 |
diego |
Delete unnecessary 'extern' keywords.
libavcodec
|
Mon, 03 Nov 2008 18:08:00 +0000 |
rathann |
Remove duplicated MM_* macros for CPU capabilities from dsputil.h.
libavcodec
|
Thu, 24 Jul 2008 10:53:32 +0000 |
diego |
Remove AltiVec vector declaration compiler compatibility macros.
libavcodec
|
Sun, 20 Jul 2008 18:58:30 +0000 |
diego |
cosmetics: Reformat PPC code in libavcodec according to style guidelines.
libavcodec
|
Mon, 26 May 2008 23:36:05 +0000 |
diego |
consistency cosmetics: indices --> indexes in variable names
libavcodec
|
Fri, 09 May 2008 11:56:36 +0000 |
diego |
Use full path for #includes from another directory.
libavcodec
|
Mon, 10 Mar 2008 18:42:09 +0000 |
diego |
misc spelling fixes
libavcodec
|
Tue, 19 Feb 2008 07:24:00 +0000 |
gpoirier |
arg 10000l. Fix wrong fix committed in r12141
libavcodec
|
Tue, 19 Feb 2008 07:20:03 +0000 |
gpoirier |
fix broken indentation
libavcodec
|
Tue, 19 Feb 2008 07:19:15 +0000 |
gpoirier |
10l: fix always false test: Binary & has lower precedence than ==
libavcodec
|
Mon, 18 Feb 2008 22:26:46 +0000 |
diego |
Refactor the FOUROF macro using the AVV macro.
libavcodec
|
Mon, 18 Feb 2008 22:22:17 +0000 |
diego |
Remove stray #undef.
libavcodec
|
Mon, 18 Feb 2008 21:35:31 +0000 |
gpoirier |
fix crash on non-AltiVec powered machines: MPV_common_init_altivec doesn't check mm_flags
libavcodec
|
Sat, 01 Dec 2007 22:21:04 +0000 |
vitor |
spelling
libavcodec
|
Wed, 03 Oct 2007 14:01:42 +0000 |
diego |
Rename MPV_common_init_ppc to MPV_common_init_altivec, the function is
libavcodec
|
Tue, 02 Oct 2007 12:16:33 +0000 |
diego |
Merge mpegvideo AltiVec code into mpegvideo_altivec.c where it belongs.
libavcodec
|
Tue, 02 Oct 2007 11:39:32 +0000 |
lu_zero |
Sanitize altivec code so it can be built with runtime check properly
libavcodec
|
Mon, 01 Oct 2007 14:23:36 +0000 |
diego |
Remove const vector macro indirection that is useless and obfuscating
libavcodec
|
Fri, 24 Aug 2007 14:57:46 +0000 |
diego |
Replace SYS_DARWIN by the more correct __APPLE_CC__, these preprocessor
libavcodec
|
Wed, 22 Aug 2007 22:46:39 +0000 |
diego |
Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).
libavcodec
|
Thu, 17 May 2007 14:14:53 +0000 |
gpoirier |
use macro Use DECLARE_ALIGNED_16 to align stack-allocated variables
libavcodec
|
Wed, 16 May 2007 09:51:45 +0000 |
diego |
Add libavcodec to compiler include flags in order to simplify header
libavcodec
|
Sat, 07 Apr 2007 14:09:20 +0000 |
diego |
typos/grammar
libavcodec
|
Tue, 10 Oct 2006 08:01:19 +0000 |
gpoirier |
Move TRANSPOSE8 macro to dsputil_altivec.h.
libavcodec
|
Mon, 09 Oct 2006 18:29:46 +0000 |
lu_zero |
removing ALTIVEC_USE_REFERENCE_C_CODE, since has no use anymore
libavcodec
|
Sat, 07 Oct 2006 15:30:46 +0000 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
libavcodec
|
Thu, 12 Jan 2006 22:43:26 +0000 |
diego |
Update licensing information: The FSF changed postal address.
libavcodec
|
Thu, 22 Dec 2005 01:10:11 +0000 |
diego |
COSMETICS: tabs --> spaces, some prettyprinting
libavcodec
|
Sat, 17 Dec 2005 18:14:38 +0000 |
diego |
COSMETICS: Remove all trailing whitespace.
libavcodec
|
Fri, 16 Apr 2004 12:47:37 +0000 |
michael |
forgotten copyright & dct_quantize_altivec disabled patch by (Romain Dolbeau <dolbeau at irisa dot fr>)
libavcodec
|
Sat, 28 Feb 2004 15:03:53 +0000 |
michael |
Metrowerks CodeWarrior patches by (John Dalgliesh <johnd at defyne dot org>)
libavcodec
|
Wed, 09 Jul 2003 20:18:13 +0000 |
michaelni |
1) remove TBL support in PPC performance. It's much more useful to use the
libavcodec
|
Wed, 21 May 2003 17:50:57 +0000 |
michaelni |
altivec gcc-3 fixes by (Magnus Damm <damm at opensource dot se>)
libavcodec
|
Thu, 06 Mar 2003 12:06:00 +0000 |
michaelni |
altivec compilation fixes by (Magnus Damm <damm at opensource dot se>)
libavcodec
|
Mon, 03 Mar 2003 14:54:00 +0000 |
michaelni |
MpegEncContext.(i)dct_* -> DspContext.(i)dct_*
libavcodec
|
Sun, 26 Jan 2003 22:29:47 +0000 |
bellard |
Altivec on non darwin systems patch by Romain Dolbeau
libavcodec
|
Sun, 19 Jan 2003 19:00:45 +0000 |
michaelni |
PPC perf, PPC clear_block, AltiVec put_pixels8_xy2 patch by (Romain Dolbeau <dolbeau at irisa dot fr>)
libavcodec
|
Thu, 16 Jan 2003 21:54:55 +0000 |
michaelni |
AltiVec perf (take 2), plus a couple AltiVec functions by (Romain Dolbeau <dolbeau at irisa dot fr>)
libavcodec
|
Sun, 12 Jan 2003 13:29:24 +0000 |
michaelni |
dct_unquantize_h263_altivec by (Romain Dolbeau <dolbeaur at club-internet dot fr>)
libavcodec
|
Sat, 11 Jan 2003 20:51:03 +0000 |
michaelni |
altivec jumbo patch by (Romain Dolbeau <dolbeaur at club-internet dot fr>)
libavcodec
|
Wed, 08 Jan 2003 18:47:49 +0000 |
bellard |
altivec patches by Romain Dolbeau
libavcodec
|
Sat, 02 Nov 2002 11:28:08 +0000 |
michaelni |
Altivec Patch (Mark III) by (Dieter Shirley <dieters at schemasoft dot com>)
libavcodec
|