mpv/mp3lib
zuxy 6e13c348c3 Remove unused synth_1to1_mono()
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23374 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-22 13:44:14 +00:00
..
Makefile Move test program removal on distclean to mpcommon.mak. 2007-03-24 15:03:57 +00:00
dct12.c
dct36.c CVS --> Subversion in copyright notices 2006-06-22 13:34:00 +00:00
dct36_3dnow.c CVS --> Subversion in copyright notices 2006-06-22 13:34:00 +00:00
dct36_k7.c
dct64.c CVS --> Subversion in copyright notices 2006-06-22 13:34:00 +00:00
dct64_3dnow.c Add missing registers to asm code in mp3lib 2007-03-01 12:45:00 +00:00
dct64_MMX.c Unify include paths, -I.. is in CFLAGS. 2005-11-15 18:14:07 +00:00
dct64_altivec.c Add missing license, as chosen by its author 2006-06-29 14:54:53 +00:00
dct64_i386.c CVS --> Subversion in copyright notices 2006-06-22 13:34:00 +00:00
dct64_k7.c disable nonworking/broken code for now till I find out what it is supposed to do. 2006-10-29 18:16:00 +00:00
dct64_sse.c Fix bug in reference code 2007-05-19 08:09:16 +00:00
decod386.c Remove unused synth_1to1_mono() 2007-05-22 13:44:14 +00:00
decode_MMX.c Rewrite generic code in decode_MMX.c in C for easier AMD64 port. Slightly faster than original assembly. 2007-05-21 01:47:27 +00:00
decode_i586.c Add missing registers to asm code in mp3lib 2007-03-01 12:45:00 +00:00
equalizer.c
huffman.h
l2tables.h CVS --> Subversion in copyright notices 2006-06-22 13:34:00 +00:00
layer1.c Clarify licensing situation. 2006-07-30 22:20:50 +00:00
layer2.c CVS --> Subversion in copyright notices 2006-06-22 13:34:00 +00:00
layer3.c CVS --> Subversion in copyright notices 2006-06-22 13:34:00 +00:00
mp3.h Patch by Stefan Huehner / stefan % huehner ! org \ 2006-02-09 14:08:03 +00:00
mpg123.h CVS --> Subversion in copyright notices 2006-06-22 13:34:00 +00:00
sr1.c Make sure buffer is aligned so no unaligned access happens. 2007-02-05 19:24:03 +00:00
tabinit.c CVS --> Subversion in copyright notices 2006-06-22 13:34:00 +00:00
tabinit_MMX.c Avoid code like "fstps %1+64(,%%ecx,4)\n\t", it might end up as 2006-11-19 16:39:34 +00:00
test.c Unify include paths, -I.. is in CFLAGS. 2005-11-15 18:14:07 +00:00
test2.c