log liba52/liba52_changes.diff @ 30518:654cad7ea876

age author description
Fri, 04 Sep 2009 10:31:24 +0000 reimar Disable liba52 SSE imdct for x86_64+PIC (e.g. OSX 64 bit) since it will
Sun, 26 Jul 2009 19:53:00 +0000 diego Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.
Wed, 13 May 2009 15:22:13 +0000 bircoph Remove all kind of trailing whitespaces from all MPlayer's files.
Wed, 08 Apr 2009 20:21:21 +0000 ramiro Rename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT and always define it.
Fri, 06 Mar 2009 00:41:09 +0000 diego Sync local changes file with #ifdef --> #if conversion.
Tue, 17 Feb 2009 10:41:13 +0000 diego Convert HAVE_MEMALIGN into a 0/1 definition, fixes the warning:
Mon, 26 Jan 2009 09:29:53 +0000 diego HAVE_3DNOW --> HAVE_AMD3DNOW
Sun, 25 Jan 2009 21:03:02 +0000 diego HAVE_3DNOWEX --> HAVE_3DNOWEXT
Thu, 16 Oct 2008 18:59:27 +0000 diego Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.
Tue, 26 Aug 2008 22:38:12 +0000 diego Drop av_always_inline definition. It is duplicated from libavutil and
Tue, 26 Aug 2008 21:29:54 +0000 diego Rename always_inline macro to av_always_inline so as not to clash with
Fri, 22 Aug 2008 21:35:38 +0000 diego Remove unused and untested function. It is only part of our local patchset.
Sun, 17 Aug 2008 22:32:30 +0000 diego fix for alignment problem on older ARM cores
Sat, 26 Jul 2008 12:26:04 +0000 diego Remove AltiVec vector declaration compiler compatibility macros.
Fri, 30 May 2008 12:05:24 +0000 diego Check for HAVE_ALTIVEC_VECTOR_BRACES instead of __APPLE_CC__.