Thu Jan 13 11:47:12 CET 2005 Håvard Kvålen * Input/wav/wav.c: Add support for mu-law and a-law encoding. (convert): Do explicit conversion of floating point data instead of using a union. * xmms/input.c (input_play): Fix a problem where the seekbar and time widgets would not be enabled on play if the input plugin set the title early. Thu Jan 13 03:13:35 CET 2005 Håvard Kvålen * Input/wav/wav.c (construct_wave_file): Don't bindly assume that WAVE_FORMAT_EXTENSIBLE files are PCM. (convert): Unbreak float files again. Thu Jan 13 00:00:28 CET 2005 Håvard Kvålen * Input/wav/wav.c: Don't use C99 intializers. Minor cleanups. (read_le_long): Make 64 bits clean.