aboutsummaryrefslogtreecommitdiffhomepage
path: root/mp3lib
Commit message (Expand)AuthorAge
* layer-1 stream parsing (NOT decoding) supportGravatar arpi2002-09-28
* pshufw is a mmx2 instruction, so don't use dct64_MMX_3dnowex on k6-3 whichGravatar arpi2002-09-21
* Minor speedup by nick kurshev.Gravatar atmos42002-09-07
* - GCC 3.x (SPARC) is too clever for the double->int conversion trick used inGravatar jkeil2002-09-06
* make test1 && make test2 fixedGravatar arpi2002-09-01
* use dir/libname.a instead of -Ldir -lnameGravatar arpi2002-08-29
* Cygwin stdcall mismatch fix.Gravatar atmos42002-05-24
* big cosmetics patch, cleanup of messages printed by mplayer and libs.Gravatar arpi2002-05-20
* OpenBSD patch - by Björn Sandell <biorn@dce.chalmers.se>Gravatar arpi2002-04-29
* don't re-detect cpuGravatar arpi2002-04-28
* Avoid stdcall on cygwin, it causes undefined ref, code needs testing as I hav...Gravatar atmos42002-04-26
* mp_image.h and img_format.h moved to libmpcodecsGravatar arpi2002-04-13
* MANGLE() the 3dnow codeGravatar arpi2002-03-23
* use .balign instead of .alignGravatar arpi2002-03-23
* more ugly hackGravatar arpi2002-03-23
* Fix according to strange bugreportGravatar nick2002-02-09
* Fixing compilation on non-MMX but x86 systemsGravatar nick2002-01-23
* Fixing compilation on non-MMX but x86 systemsGravatar nick2002-01-23
* remove TARGET lofaszGravatar pontscho2002-01-19
* Using cpudetect code instead of d_cpu.sGravatar nick2002-01-19
* mangling in mp3lib + stdcall undefined fix with cygwinGravatar atmos42002-01-19
* rewrites symbols in d_cpu.s on cygwinGravatar atmos42002-01-19
* Fix "[MPlayer-dev-eng] mp3lib-mmx sig11 with mpeg1layer3 audio afterGravatar kmkaplan2002-01-15
* S->CGravatar nick2002-01-15
* runtime cpudetect support #2 - still not working (i can't identify the proble...Gravatar alex2002-01-14
* runtime cpudetect suppportGravatar alex2002-01-14
* S->CGravatar nick2002-01-14
* S->CGravatar nick2002-01-14
* S->CGravatar nick2002-01-13
* BugGravatar nick2002-01-13
* S->CGravatar nick2002-01-13
* Add sample bins.Gravatar atmos42001-12-08
* fixedGravatar alex2001-11-30
* Disable SSE code and reenable FPU dct for SSE cpus (fpu code is 0.3% faster a...Gravatar atmos42001-11-29
* changed to use cpudetect.c (to use change te #if 1 -> #if 0 :)Gravatar alex2001-11-23
* Move ignores in subdirs to their respective .cvsignore files.Gravatar atmos42001-11-17
* MIPS support by oliver.schoenbrunner@jku.atGravatar arpi2001-10-24
* Eeeh I need some sleep, accidently commited a wrong version of the files that...Gravatar atmos42001-09-23
* Fix for mp3 decoding on alpha/64bit platforms wupposed by Bob McElrath.Gravatar atmos42001-09-23
* Applied cpu detection fix by Kjetil Torgrim Homme <kjetilho at linpro dot no>.Gravatar atmos42001-09-15
* Fixed Makefile for test programs.Gravatar atmos42001-08-08
* Furter compatibility with new ffmpeg stuff.Gravatar nick2001-07-30
* First development version of dct64, mixed with 3dnow/k7 and fpu code.Gravatar atmos42001-07-27
* Beginning sse optimization of dct code.Gravatar atmos42001-07-27
* mp3 audio decoding didn't work on big-endian architecturesGravatar jkeil2001-07-14
* Add some preliminary support for non-x86 architectures to mplayerGravatar jkeil2001-07-12
* My 2.10.1 gnu assembler doesn't like C comment syntax in assembler files. UseGravatar jkeil2001-07-06
* Minor optimizationGravatar nick2001-07-06
* Ignore generated config.mak files in CVSGravatar jkeil2001-07-06
* Slight otimizationGravatar nick2001-07-05