- 22 Sep, 2005 4 commits
-
-
Sam Hocevar authored
on AMD64.
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Christophe Massiot authored
-
- 21 Sep, 2005 6 commits
-
-
Gildas Bazin authored
* modules/codec/x264.c: renamed analyse "all" mode to "slow" and added X264_ANALYSE_I8x8 to "all" mode.
-
Christophe Mutricy authored
-
Sam Hocevar authored
-
Sam Hocevar authored
-
Rocky Bernstein authored
#include <cdio/cdda.h> /* Pulls in #include <cdio/paranoia.h> */ In libcdio >= 0.76 #include <cdio/paranoia.h> /* Pulls in #include <cdio/cdda.h> */ and #include <cdio/cdda.h> /* These lines can be | In either order */ #include <cdio/paranoia.h> /* in either order | these lines can be */ So that's what we go with. See the libcdio-devel@gnu.org mailing list for more information on why the change in 0.76
-
Derk-Jan Hartman authored
* Autodetect the liveMedia on 10.2 special case. Note that this might break current 'sed' patch lines on existing 10.2 installs, since the correct line will be patched by those as well.
-
- 20 Sep, 2005 8 commits
-
-
Eric Petit authored
-
Eric Petit authored
-
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 9 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
-