| Commit message (Expand) | Author | Age |
* | Hack around libavutil/bswap.h compilation problems due to always_inline undef... | reimar | 2006-12-07 |
* | Remove bswap.h, use libavutil/bswap.h instead. | diego | 2006-11-29 |
* | FFmpeg-style dependency declaration | diego | 2006-11-27 |
* | Remove redundant ifeq ($(TARGET_ARCH_POWERPC),yes), AltiVec exists only on PPC. | diego | 2006-11-27 |
* | Simplify test program generation. | diego | 2006-11-27 |
* | Remove superfluous CFLAGS declaration (is in mpcommon.mak). | diego | 2006-11-27 |
* | There are no .s files in mp3lib/, remove the corresponding suffix rule. | diego | 2006-11-27 |
* | Remove unnecessary header indirection. | diego | 2006-11-27 |
* | Merge common parts of all Makefiles into one file included by all. | diego | 2006-11-26 |
* | Remove superfluous comment. | diego | 2006-11-25 |
* | Unify dep/depend targets. | diego | 2006-11-20 |
* | Remove (now hopefully unnecessary) workarounds added in r21056 | reimar | 2006-11-19 |
* | directly insert ffreep %%st(0) opcode for compatibility with old | reimar | 2006-11-19 |
* | Use ASMALIGN macro for better compatibility and remove SYS_DARWIN | reimar | 2006-11-19 |
* | Avoid code like "fstps %1+64(,%%ecx,4)\n\t", it might end up as | reimar | 2006-11-19 |
* | fix mp3lib compilation on OSX | nplourde | 2006-11-19 |
* | Fix clobber list, half of the modified registers were missing. | reimar | 2006-11-19 |
* | mp3lib asm does not compile on AMD64. | reimar | 2006-11-01 |
* | disable nonworking/broken code for now till I find out what it is supposed to... | reimar | 2006-10-29 |
* | Simplify OBJS handling. | diego | 2006-10-19 |
* | always use 3dnowext version of dct64 when supported by the CPU (K6-3+ and up). | gpoirier | 2006-08-23 |
* | Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h. | diego | 2006-08-18 |
* | Clarify licensing situation. | diego | 2006-07-30 |
* | 10l, i missed ifdefs around the calls | rfelker | 2006-07-19 |
* | do not compile mmx/sse/3dnow code if not available | rfelker | 2006-07-19 |
* | OPTFLAGS already includes EXTRA_INC. | diego | 2006-07-12 |
* | fix sound distortion on K-6, patch by Zuxy Meng zuxy PP meng AHHH gmail PP com | gpoirier | 2006-07-08 |
* | Add dct64_sse, a replacement for dct64_MMX. About 60% faster on its author's ... | gpoirier | 2006-07-07 |
* | Add missing license, as chosen by its author | gpoirier | 2006-06-29 |
* | remove MMX2 dependency (replace pshufw $78 with pswapd) so it can | gpoirier | 2006-06-27 |
* | fix conversion float to int to use saturated ops, | gpoirier | 2006-06-27 |
* | CVS --> Subversion in copyright notices | diego | 2006-06-22 |
* | Remove now obsolete .cvsignore files. | diego | 2006-06-02 |
* | Make mp3lib say that it's using Altivec to decode instead of generic C | diego | 2006-04-15 |
* | Patch by Stefan Huehner / stefan % huehner ! org \ | rathann | 2006-02-09 |
* | Make clean/distclean behave uniformly in all directories. | diego | 2006-01-27 |
* | Reverse commit 31 Dec 2005 18:56:35 -0000 1.34 | gpoirier | 2006-01-03 |
* | "Currently mplayer looks for only one MP3 frame sync. The attached | gpoirier | 2005-12-31 |
* | Unify include paths, -I.. is in CFLAGS. | diego | 2005-11-15 |
* | 10l broken asm crap needs an external name | rfelker | 2005-10-25 |
* | do not export useless symbols! fixed compile bug with decode support in lame | rfelker | 2005-10-25 |
* | Mark modified imported files as such to comply with (L)GPL §2a. | diego | 2005-04-15 |
* | Use proper parameter range in stereo test | henry | 2005-04-10 |
* | Reduce excessive verbosity. | diego | 2004-11-15 |
* | compilation fix for gcc 3.4.2 | reimar | 2004-11-11 |
* | Handle "xxx.h" vs "../xxx.h" include paths in a consistent way. | diego | 2004-10-28 |
* | Index must be positive to prevent endless loop on bad data | rtognimp | 2004-09-14 |
* | small gcc warning fixes | rathann | 2004-08-28 |
* | avoid outoptimization of static variables patch by ismail dönmez <ismail.don... | faust3 | 2004-08-03 |
* | ICC 8.0 compilation fixes | atmos4 | 2004-08-02 |