index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
mp3lib
/
sr1.c
Commit message (
Expand
)
Author
Age
*
Make sure buffer is aligned so no unaligned access happens.
reimar
2007-02-05
*
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
*
Remove (now hopefully unnecessary) workarounds added in r21056
reimar
2006-11-19
*
fix mp3lib compilation on OSX
nplourde
2006-11-19
*
mp3lib asm does not compile on AMD64.
reimar
2006-11-01
*
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
*
10l, i missed ifdefs around the calls
rfelker
2006-07-19
*
Add dct64_sse, a replacement for dct64_MMX. About 60% faster on its author's ...
gpoirier
2006-07-07
*
CVS --> Subversion in copyright notices
diego
2006-06-22
*
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
*
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
*
Mark modified imported files as such to comply with (L)GPL ยง2a.
diego
2005-04-15
*
Reduce excessive verbosity.
diego
2004-11-15
*
fix symbol clashes when linking with libmp3lame including mp3 decoder, man, m...
alex
2004-04-06
*
removed obsoleted (or never ending) code
alex
2003-10-22
*
removed the stdcall convention
alex
2003-10-22
*
remove debug message
nexus
2003-08-09
*
layer-1 support
arpi
2003-07-24
*
cleanup & fix cpu detection & init stuff
arpi
2002-12-24
*
layer-1 stream parsing (NOT decoding) support
arpi
2002-09-28
*
pshufw is a mmx2 instruction, so don't use dct64_MMX_3dnowex on k6-3 which
arpi
2002-09-21
*
Cygwin stdcall mismatch fix.
atmos4
2002-05-24
*
big cosmetics patch, cleanup of messages printed by mplayer and libs.
arpi
2002-05-20
*
don't re-detect cpu
arpi
2002-04-28
*
Fixing compilation on non-MMX but x86 systems
nick
2002-01-23
*
Using cpudetect code instead of d_cpu.s
nick
2002-01-19
*
runtime cpudetect support #2 - still not working (i can't identify the proble...
alex
2002-01-14
*
fixed
alex
2001-11-30
*
Disable SSE code and reenable FPU dct for SSE cpus (fpu code is 0.3% faster a...
atmos4
2001-11-29
*
changed to use cpudetect.c (to use change te #if 1 -> #if 0 :)
alex
2001-11-23
*
Beginning sse optimization of dct code.
atmos4
2001-07-27
*
Add some preliminary support for non-x86 architectures to mplayer
jkeil
2001-07-12
*
One flaw is fixed
nick
2001-07-04
*
Portability and old binutils support
nick
2001-07-03
*
Minor fixes
nick
2001-07-02
*
Added newest MMX-optimized decore which speedups decoding at least on 13% for...
nick
2001-06-29
*
fr->sampling_frequency limitation (thanx to pl <p_l@tfz.net>)
arpi_esp
2001-06-19
*
Minor improvements
nickols_k
2001-06-07
*
Minor optimization
nickols_k
2001-06-06
*
K7 3dnow-dsp printing
nickols_k
2001-05-09
*
applied 'fakemono' patch by Bryan Chan scorpio@acm.org
arpi_esp
2001-05-08
*
use _3dnow instead of a3dnow()
szabii
2001-03-10
*
Initial revision
arpi_esp
2001-02-24