]> git.sesse.net Git - vlc/history - src/audio_output/intf.c
* aout_Volume* functions now do their own vlc_object_find() on the
[vlc] / src / audio_output / intf.c
2003-02-09 Christophe Massiot* aout_Volume* functions now do their own vlc_object_fi...
2003-01-21 Christophe MassiotFixed two major bugs in the audio output, triggering...
2003-01-16 Christophe Massiot* modules/codec/mpeg_audio.c: attempt at fixing free...
2003-01-16 Derk-Jan HartmanVolumeGet/VolumeSet now work even if no file is playing.
2003-01-15 Christophe MassiotVolumeUp/Down/Mute now work even if no file is playing.
2002-12-10 Gildas Bazin* ALL: fixed a f*ckage I introduced recently ;) var_Typ...
2002-12-07 Christophe Massiot* configure.ac.in: Disabled -Wtraditional as it produce...
2002-12-06 Sam Hocevar * ./src/*, ./include/*: fixed a bunch of badly initia...
2002-11-14 Christophe MassiotMajor change of the channels management. p_format-...
2002-11-14 Gildas Bazin* src/audio_output/intf.c: fixed a bug affecting audio...
2002-11-13 Sam Hocevar * ./bootstrap: bootstrap now requires the --config...
2002-10-20 Christophe Massiot* modules/demux/mpeg: Added DVB stream type for A/52...
2002-09-26 Christophe Massiot* Major API change of the audio output. New aout_Dec...
2002-09-19 Christophe Massiot* Audio volume management now works properly. See src...
2002-09-18 Christophe Massiot* ALL: More hooks for audio volume management.
2002-09-16 Christophe Massiot* configure.in: Fixed detection of Qt-embedded.