- 25 Sep, 2005 3 commits
-
-
Clément Stenac authored
Patch by Oscar Perez
-
Clément Stenac authored
I'm really sorry, I couldn't find who sent this patch. Just drop me a mail, I'll add you to the THANKS list.
-
Jean-Paul Saman authored
-
- 24 Sep, 2005 1 commit
-
-
Jean-Paul Saman authored
-
- 23 Sep, 2005 5 commits
-
-
Derk-Jan Hartman authored
-
Sam Hocevar authored
-
Sam Hocevar authored
-
Sam Hocevar authored
-
Sam Hocevar authored
-
- 22 Sep, 2005 13 commits
-
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Eric Petit authored
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Gildas Bazin authored
-
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 4 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
-