- 25 Sep, 2005 6 commits
-
-
Boris Dorès authored
channel mixers was broken (again) in 0.8.1 and 0.8.2; hopefully this will fix it for good, by allowing audio filters to request a specific format rather than imposing them an arbitrary one - various other small fixes in the audio output core - option to force detection of Dolby Surround - simple module to decode Dolby Surround - increase spatialization with two center speakers and fix channel order for 7.1 streams in the headphone channel mixer
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
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 1 commit
-
-
Sam Hocevar authored
-