- 20 Sep, 2005 6 commits
-
-
Eric Petit authored
-
Sam Hocevar authored
-
Sam Hocevar authored
-
Sam Hocevar authored
-
Sam Hocevar authored
-
Sam Hocevar authored
/* Using i586-mingw32msvc-gcc 3.4.2: */ uint32_t i; __m64 mm0 = (__m64)(uint64_t)i; /* ICE */ uint32_t i; uint64_t tmp = i; __m64 mm0 = (__m64)tmp; /* OK */
-
- 19 Sep, 2005 13 commits
-
-
Sam Hocevar authored
-
Sam Hocevar authored
the conversion routines. Now that we no longer use inline asm, these modules do not generate non-PIC code with -fPIC.
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Gildas Bazin authored
* modules/codec/realaudio.c: split the audio output buffers in chunks of 1024 samples because the audio output can't deal with big chunks.
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Sam Hocevar authored
works, but gcc 4.0.x doesn’t build some constructs properly. See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23963
-
Christophe Massiot authored
-
Christophe Massiot authored
-
- 18 Sep, 2005 18 commits
-
-
Sam Hocevar authored
-
Sam Hocevar authored
-
Gildas Bazin authored
-
Sam Hocevar authored
-
Felix Paul Kühne authored
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Sam Hocevar authored
-
Steve Lhomme authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Steve Lhomme authored
-
- 17 Sep, 2005 3 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
* don't print IPv6 unreachable warning when IPv4 works fine * don't attempt SOCKS negociation when TCP connection failed * use "%s port %d" rather than "%s:%d" because the latter is confusing with IPv6 adresses * removed trailing spaces
-
Clément Stenac authored
-