]> git.sesse.net Git - vlc/history - modules/audio_output
Do not forget to register aout_ChannelsRestart as the callback for
[vlc] / modules / audio_output /
2003-01-13 Christophe MassiotDo not forget to register aout_ChannelsRestart as the...
2003-01-08 Christophe Massiot* Added --no-spdif option (just like in OSS) and fixed...
2003-01-07 Christophe MassiotFixed another very nasty localization bug.
2003-01-07 Christophe MassiotNew "spdif" setting, allowing to permanently disable...
2003-01-05 Gildas Bazin* modules/audio_output/directx.c: use VLC_THREAD_PRIORI...
2002-12-23 Arnaud de Bossorei... Little fixes.
2002-12-23 Christophe MassiotCosmetic (thanks Heiko).
2002-12-23 Christophe MassiotCosmetic.
2002-12-18 Sam Hocevar * fixed several format string inconsistencies and...
2002-12-11 Arnaud de Bossorei... New ALSA audio output. It works with ALSA 0.9.0rc4...
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-07 Gildas Bazin* ALL: a few updates to the variables API:
2002-12-06 Sam Hocevar * ./configure.ac.in: removed -W in favour of -Wtradit...
2002-11-26 Gildas Bazin* modules/video_output/directx/directx.c, modules/audio...
2002-11-21 Gildas Bazin* src/playlist/playlist.c: fixed deadlock in playlist.
2002-11-20 Sam Hocevar * ./modules/audio_output/waveout.c: audio output...
2002-11-15 Gildas Bazin* configure.ac.in, modules/audio_output/arts.c, modules...
2002-11-15 Gildas Bazin* configure.ac.in, modules/audio_output/directx.c,...
2002-11-14 Christophe MassiotMajor change of the channels management. p_format-...
2002-11-11 Gildas Bazin* modules/audio_output/file.c: will write a WAV header...
2002-11-08 Gildas Bazin* ALL: using "%ll" in printf format strings is not...
2002-11-01 Gildas Bazin* modules/audio_output/directx.c: forgot an aout_Buffer...
2002-11-01 Gildas Bazin* src/audio_output/common.c, include/aout_internal...
2002-10-28 Gildas Bazin* configure.ac.in: libvorbis depends on libogg.
2002-10-25 Gildas Bazin* modules/audio_output/oss.c: when now set the fragment...
2002-10-24 Gildas Bazin* modules/audio_output/oss.c: Finally fixed! There...
2002-10-22 Sam Hocevar * ./modules/audio_output/alsa.c: tiny compilation...
2002-10-20 Christophe Massiot* modules/demux/mpeg: Added DVB stream type for A/52...
2002-10-16 Christophe Massiot* Fixed AOUT_CHAN_CHANNEL2 trivial mixer,
2002-10-11 Gildas Bazin* src/misc/modules.c: fixed a memory leak with the...
2002-10-06 Gildas Bazin* configure.ac.in: vlc can now be built under cygwin...
2002-10-05 Gildas Bazin* ALL: Splitted the directx plugin into an audio and...
2002-10-05 Arnaud de Bossorei... Up-to-date ALSA audio output module.
2002-10-04 Sam Hocevar * ./configure.ac.in: removed now unnecessary --force...
2002-10-02 Sigmund Augdal Helbergfixed some insanities which coused this module to fail...
2002-10-01 Christophe MassiotFixed a bug in the OSS output I introduced yesterday.
2002-09-30 Christophe Massiot* Made audio_sample_format->i_format a FOURCC to allow...
2002-09-30 Sam Hocevar * ./debian/rules: moved the gtk_main and gnome_main...
2002-09-30 Sam Hocevar * ALL: the build mechanism now uses automake. See...
2002-09-30 Sam Hocevar * ALL: added *.am files here and there for future...
2002-09-18 Christophe Massiot* ALL: More hooks for audio volume management.
2002-09-14 Stéphane Borel*Fixed a bug that prevented OSS from closing cleanly...
2002-09-11 Stéphane Borel.Quick hack to make spdif work with emu10k1 oss driver...
2002-09-02 Christophe MassiotThe liba52 "codec" is now an audio filter. It means...
2002-08-31 Stéphane Borel*It seems that the setting of the fragment size was...
2002-08-31 Stéphane Borel*Make pf_setformat disappear from sdl module.
2002-08-30 Christophe Massiotaout3 API change :
2002-08-30 Christophe Massiot* demuxes: Worked around a bug in old VLC and VLS by...
2002-08-29 Christophe Massiot* ./bootstrap : Fixed an issue with old shell versions
2002-08-25 Sam Hocevar * ./modules/audio_output/oss.c, ./modules/audio_outpu...
2002-08-25 Sam Hocevar * ./src/audio_output/output.c: reverted my previous...
2002-08-24 Sam Hocevar * ./modules/audio_output/oss.c: we don't ask too...
2002-08-24 Sam Hocevar * ./modules/audio_output/oss.c: fixed a bug on module...
2002-08-24 Sam Hocevar * ./src/audio_output/output.c: added an argument...
2002-08-24 Sigmund Augdal Helberg fixed an off by factor 10 error. Noted along the way...
2002-08-21 Christophe MassiotBig round of fixes in the aout3.
2002-08-20 Stéphane Borel*Set output format to AOUT_FMT_SPDIF when in spdif...
2002-08-19 Christophe MassiotMore changes in the date handling. Should be more toler...
2002-08-19 Sam Hocevar * ./modules/audio_output/*: ported the ALSA, aRts...
2002-08-19 Christophe Massiot* ./configure: Fixed double detection of gethostbyname.
2002-08-19 Arnaud de Bossorei... * modules/audio_output/alsa.c: we now open the device...
2002-08-15 Arnaud de Bossorei... * modules/audio_output/alsa.c: cleanings and comments.
2002-08-14 Sam Hocevar * ./modules/audio_output/esd.c: compilation fix ...
2002-08-14 Arnaud de Bossorei... ALSA audio output v3.01 is out !
2002-08-14 Christophe Massiot* Added a third argument to aout_OutputNextBuffer....
2002-08-14 Christophe Massiot* Changed aout_FormatTo* ; aout_FormatToSize does no...
2002-08-13 Sam Hocevar * ./modules/audio_output/arts.c: ported the aRts...
2002-08-13 Sam Hocevar * ./modules/audio_output/esd.c: we now properly use...
2002-08-13 Sam Hocevar * ./modules/audio_output/oss.c: we spare a variable...
2002-08-12 Christophe Massiot* Fixed a variable overflow bug in the audio output.
2002-08-12 Sam Hocevar * ./src/misc/objects.c: two big changes in the object...
2002-08-11 Christophe Massiot* S/PDIF output should now be working (untested, though).
2002-08-11 Christophe MassiotMore S/PDIF fixes.
2002-08-10 Gildas Bazin* modules/video_output/directx/aout.c: adapted the...
2002-08-09 Christophe Massiot* Trivial resampler plug-in (resampling still non-funct...
2002-08-08 Sam Hocevar * ./include/modules_inner.h: support for several...
2002-08-08 Sam Hocevar * ./modules/audio_output/oss.c: compilation fixes.
2002-08-07 Christophe MassiotAudio output 3. Expect major breakages.
2002-08-04 Sam Hocevar * ./modules/*: moved plugins to the new tree. Yet...