- 26 Feb, 2003 1 commit
-
-
Christophe Massiot authored
-
- 23 Feb, 2003 1 commit
-
-
Christophe Massiot authored
available.
-
- 02 Jan, 2003 1 commit
-
-
gbazin authored
* modules/codec/*: reverted my previous patch that explicitly set i_bytes_per_frame and i_frame_length in each audio decoder. * src/audio_output/dec.c: proper fix to correctly set i_bytes_per_frame and i_frame_length.
-
- 28 Dec, 2002 1 commit
-
-
Christophe Massiot authored
-
- 10 Dec, 2002 1 commit
-
-
gbazin authored
* ALL: fixed a f*ckage I introduced recently ;) var_Type() now returns 0 when the variable doesn't exist, but the rest of the code wasn't updated according to this new behaviour. * modules/audio_output/waveout.c: changed a few error messages into warning messages.
-
- 06 Dec, 2002 1 commit
-
-
Sam Hocevar authored
signed/unsigned comparisons, and removed trailing spaces here and there.
-
- 14 Nov, 2002 1 commit
-
-
Christophe Massiot authored
and is replaced by two members : i_physical_channels and i_original_channels. i_physical_channels describes the channels which are effectively present in the stream (at the current point of the aout pipeline), whereas i_original_channels represents the channels we used to constitute the stream. For instance a mono stream (FRONT_CENTER) may emanate from a FRONT_LEFT channel of a STEREO stream. Additionally, this contains hooks to dynamically select the audio device and the channels configuration. In order to do that, all aout plugins, and all interface plug-ins need to be adapted. Currently only SDL (partially OSS) and the rc interface have been adapted, please use them as a guide. Other aout plug-ins have been temporarily disabled. IMPORTANT : if you need a working sound output, DO NOT UPDATE YOUR TREE for several days until we fix that. * modules/misc/network/ipv4.c: Fixed a long-standing segfault when saving preferences and asking for multicast.
-
- 26 Sep, 2002 1 commit
-
-
Christophe Massiot authored
* Fixed a compile issue in s16tofloat32swab. * Fixed a typo in demux/mpeg/ts.c.
-