index
:
mpv
absurd_test
absurd_test2
absurd_test3
ass_shit
bliss
coverity_scan
master
mruby
rc
rcombs/macos-fixes
rcombs/swift
read_stats_new
read_stats_old
release/0.1
release/0.2
release/0.27
release/0.28
release/0.29
release/0.3
release/0.30
release/0.31
release/0.32
release/0.33
release/0.34
release/0.35
release/0.36
release/0.37
release/0.38
release/0.39
release/0.4
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
stream_debug_stuff
stream_no_size_caching
stream_size_fstat
stream_size_fstat_nocache
x11_geo
ytdl_sub_delayload
a free, open source, and cross-platform media player
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mp3lib
/
sr1.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
always use 3dnowext version of dct64 when supported by the CPU (K6-3+ and up).
gpoirier
2006-08-23
1
-1
/
+1
*
Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.
diego
2006-08-18
1
-1
/
+1
*
10l, i missed ifdefs around the calls
rfelker
2006-07-19
1
-0
/
+10
*
Add dct64_sse, a replacement for dct64_MMX. About 60% faster on its author's ...
gpoirier
2006-07-07
1
-0
/
+7
*
CVS --> Subversion in copyright notices
diego
2006-06-22
1
-2
/
+2
*
Make mp3lib say that it's using Altivec to decode instead of generic C
diego
2006-04-15
1
-0
/
+7
*
Patch by Stefan Huehner / stefan % huehner ! org \
rathann
2006-02-09
1
-1
/
+1
*
Reverse commit 31 Dec 2005 18:56:35 -0000 1.34
gpoirier
2006-01-03
1
-2
/
+1
*
"Currently mplayer looks for only one MP3 frame sync. The attached
gpoirier
2005-12-31
1
-1
/
+2
*
Unify include paths, -I.. is in CFLAGS.
diego
2005-11-15
1
-4
/
+4
*
Mark modified imported files as such to comply with (L)GPL ยง2a.
diego
2005-04-15
1
-0
/
+6
*
Reduce excessive verbosity.
diego
2004-11-15
1
-1
/
+1
*
fix symbol clashes when linking with libmp3lame including mp3 decoder, man, m...
alex
2004-04-06
1
-3
/
+3
*
removed obsoleted (or never ending) code
alex
2003-10-22
1
-10
/
+0
*
removed the stdcall convention
alex
2003-10-22
1
-5
/
+5
*
remove debug message
nexus
2003-08-09
1
-1
/
+1
*
layer-1 support
arpi
2003-07-24
1
-5
/
+5
*
cleanup & fix cpu detection & init stuff
arpi
2002-12-24
1
-53
/
+20
*
layer-1 stream parsing (NOT decoding) support
arpi
2002-09-28
1
-0
/
+13
*
pshufw is a mmx2 instruction, so don't use dct64_MMX_3dnowex on k6-3 which
arpi
2002-09-21
1
-1
/
+1
*
Cygwin stdcall mismatch fix.
atmos4
2002-05-24
1
-5
/
+5
*
big cosmetics patch, cleanup of messages printed by mplayer and libs.
arpi
2002-05-20
1
-11
/
+14
*
don't re-detect cpu
arpi
2002-04-28
1
-1
/
+1
*
Fixing compilation on non-MMX but x86 systems
nick
2002-01-23
1
-2
/
+2
*
Using cpudetect code instead of d_cpu.s
nick
2002-01-19
1
-151
/
+29
*
runtime cpudetect support #2 - still not working (i can't identify the proble...
alex
2002-01-14
1
-90
/
+137
*
fixed
alex
2001-11-30
1
-2
/
+2
*
Disable SSE code and reenable FPU dct for SSE cpus (fpu code is 0.3% faster a...
atmos4
2001-11-29
1
-6
/
+6
*
changed to use cpudetect.c (to use change te #if 1 -> #if 0 :)
alex
2001-11-23
1
-0
/
+83
*
Beginning sse optimization of dct code.
atmos4
2001-07-27
1
-3
/
+4
*
Add some preliminary support for non-x86 architectures to mplayer
jkeil
2001-07-12
1
-0
/
+20
*
One flaw is fixed
nick
2001-07-04
1
-2
/
+6
*
Portability and old binutils support
nick
2001-07-03
1
-0
/
+10
*
Minor fixes
nick
2001-07-02
1
-2
/
+7
*
Added newest MMX-optimized decore which speedups decoding at least on 13% for...
nick
2001-06-29
1
-9
/
+72
*
fr->sampling_frequency limitation (thanx to pl <p_l@tfz.net>)
arpi_esp
2001-06-19
1
-0
/
+2
*
Minor improvements
nickols_k
2001-06-07
1
-1
/
+2
*
Minor optimization
nickols_k
2001-06-06
1
-14
/
+7
*
K7 3dnow-dsp printing
nickols_k
2001-05-09
1
-0
/
+3
*
applied 'fakemono' patch by Bryan Chan scorpio@acm.org
arpi_esp
2001-05-08
1
-0
/
+13
*
use _3dnow instead of a3dnow()
szabii
2001-03-10
1
-1
/
+1
*
Initial revision
arpi_esp
2001-02-24
1
-0
/
+489