aboutsummaryrefslogtreecommitdiffhomepage
path: root/mp3lib
Commit message (Expand)AuthorAge
* cosmetics: Remove ugly and inconsistent uppercasing from filenames.Gravatar diego2007-12-12
* cosmetics: Move public function declarations together.Gravatar diego2007-12-12
* Add missing declaration for dct64_altivec, fixes the warning:Gravatar diego2007-12-12
* Add missing #include <stdio.h>, fixes the warning:Gravatar diego2007-12-11
* There is a check for altivec.h in configure so use the preprocessor directiveGravatar diego2007-12-11
* Replace SYS_DARWIN conditional directive around gcc macros by __APPLE_CC__.Gravatar diego2007-12-11
* Identifiers starting with __ are reserved for the system.Gravatar diego2007-12-11
* Remove pointless HAVE_ALTIVEC around the whole file, it is only compiled whenGravatar diego2007-12-11
* Fix warning:Gravatar diego2007-08-25
* Get rid of duplicate processor feature variables.Gravatar diego2007-06-27
* Follow ffmpeg TARGET_ARCH_* -> ARCH_* change.Gravatar reimar2007-06-16
* Enable SIMD optmizations for mp3lib on AMD64Gravatar zuxy2007-06-08
* Change some static temporary vars to automatic ones because mingw32 binutilsGravatar zuxy2007-06-06
* Align output pointer so that we can use movaps instead of movups in dct64_sse;Gravatar zuxy2007-06-06
* Replace implicit use of fast_memcpy via macro by explicit use to allowGravatar reimar2007-06-05
* Change '%ld' to '%d' to remove warnings introduced by r23452Gravatar zuxy2007-06-04
* Correct dct64 functions' declarationsGravatar zuxy2007-06-04
* Remove non-existing make_decode_tables_MMX()Gravatar zuxy2007-06-02
* Use int and uint32_t instead of long and unsigned long, when appropriate.Gravatar zuxy2007-06-02
* Record what was produced by make_decode_table_MMX() and used that data toGravatar zuxy2007-05-25
* Remove hardcoded registersGravatar zuxy2007-05-23
* Replace hardcoded 32-bit leal with equivalent add/sub so pointer arithmetic w...Gravatar zuxy2007-05-22
* Remove unused synth_1to1_mono()Gravatar zuxy2007-05-22
* Rewrite generic code in decode_MMX.c in C for easier AMD64 port. Slightly fas...Gravatar zuxy2007-05-21
* Fix bug in reference codeGravatar zuxy2007-05-19
* Move test program removal on distclean to mpcommon.mak.Gravatar diego2007-03-24
* Nuke MIPS-specific compiler bug workaround, it's unlikely to help anyway.Gravatar diego2007-03-17
* Simplify setting special CFLAGS for decode_i586.o.Gravatar diego2007-03-15
* Simplify conditional expression.Gravatar diego2007-03-15
* Remove Darwin AltiVec CFLAGS settings, configure handles this.Gravatar diego2007-03-15
* Remove addition of AltiVec flags to CFLAGS, configure takes care of this.Gravatar diego2007-03-15
* Fix test program compilation.Gravatar diego2007-03-13
* Rename mp3lib/libMP3.a to mp3lib/libmp3.a for consistency.Gravatar diego2007-03-13
* cosmetics: Fix indentation, reorder some lines for consistency.Gravatar diego2007-03-13
* Give more descriptive names to the source and library variables and splitGravatar diego2007-03-13
* Add missing registers to asm code in mp3libGravatar reimar2007-03-01
* Make sure buffer is aligned so no unaligned access happens.Gravatar reimar2007-02-05
* Hack around libavutil/bswap.h compilation problems due to always_inline undef...Gravatar reimar2006-12-07
* Remove bswap.h, use libavutil/bswap.h instead.Gravatar diego2006-11-29
* FFmpeg-style dependency declarationGravatar diego2006-11-27
* Remove redundant ifeq ($(TARGET_ARCH_POWERPC),yes), AltiVec exists only on PPC.Gravatar diego2006-11-27
* Simplify test program generation.Gravatar diego2006-11-27
* Remove superfluous CFLAGS declaration (is in mpcommon.mak).Gravatar diego2006-11-27
* There are no .s files in mp3lib/, remove the corresponding suffix rule.Gravatar diego2006-11-27
* Remove unnecessary header indirection.Gravatar diego2006-11-27
* Merge common parts of all Makefiles into one file included by all.Gravatar diego2006-11-26
* Remove superfluous comment.Gravatar diego2006-11-25
* Unify dep/depend targets.Gravatar diego2006-11-20
* Remove (now hopefully unnecessary) workarounds added in r21056Gravatar reimar2006-11-19
* directly insert ffreep %%st(0) opcode for compatibility with oldGravatar reimar2006-11-19