]> git.sesse.net Git - vlc/history - modules/audio_output
macosx: Fix a memleak.
[vlc] / modules / audio_output /
2006-01-08 Derk-Jan Hartman* auhal.c:
2005-12-22 Derk-Jan HartmanSetProperty in CoreAudio is not only Asynchronious...
2005-12-21 Derk-Jan HartmanUse the original samplerate of the a52 or dts stream...
2005-12-13 Derk-Jan Hartman* Don't upmix the channels if we only have Stereo or...
2005-12-11 Clément StenacWarn -> Dbg
2005-12-10 Derk-Jan Hartman* Remove CoreAudio module
2005-12-10 Derk-Jan Hartman* Remove outdated CoreAudio module
2005-12-07 Derk-Jan HartmanFixes to the old coreaudio module. It will be removed...
2005-12-07 Derk-Jan HartmanMac OS X audio module is now unified for analog and...
2005-12-04 Gildas Bazin* modules/audio_output/alsa.c: fix the leak in a nice...
2005-12-04 Gildas Bazin* modules/audio_output/alsa.c: fixed minor memory leak.
2005-12-04 Derk-Jan HartmanFirst steps towards integrating coreaudio and auhal...
2005-12-01 Derk-Jan HartmanFix the a52 spdif filter, add big endian support to...
2005-11-27 Benjamin Pracht* Hopefully fix a52 over spdif with alsa (at least...
2005-11-26 Gildas Bazin* modules/audio_output/waveout.c: small wince compilati...
2005-11-25 Gildas Bazin* modules/audio_output/waveout.c: fixed typo.
2005-11-25 Gildas Bazin* modules/audio_output/waveout.c: make sure hardware...
2005-11-25 Gildas Bazin* modules/audio_output/directx.c: partial rewrite not...
2005-11-22 Gildas Bazin* modules/audio_output/directx.c: fixed the way we...
2005-11-19 Antoine CellerierForward port [13274]
2005-11-08 Benjamin PrachtDirty hack to make devices using snd_intel8x0 drivers...
2005-11-02 Benjamin Prachtrevert 13023 as is doesn't fix anything
2005-11-02 Benjamin PrachtOuuups, forgot to uncomment some code I had commented...
2005-10-29 Benjamin Prachtset the samplerate before the format. The open of the...
2005-10-22 Gildas Bazin* modules/audio_output/alsa.c: rework of the previous...
2005-10-20 Benjamin PrachtForgot to remove some debug...
2005-10-19 Benjamin Pracht* This should fix switching from a stereo device to...
2005-10-02 Antoine Cellerier * fix signedness gcc warnings (and remove trailing...
2005-10-02 Antoine Cellerier * fix signedness gcc warning
2005-08-14 Sam Hocevar * reverted commit 12177 (aRts removal).
2005-08-13 Rémi Denis-CourmontRemove severely broken unmaintained aRts plugin
2005-07-30 Gildas Bazin* modules/audio_output/waveout.c: get rid of roundf...
2005-07-23 Olivier Teulière * modules/audio_output/waveout.c: Fixed a rounding...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-06-13 Derk-Jan Hartman* compile fix
2005-06-12 Derk-Jan Hartman* Don't list 'Input only' devices
2005-06-10 Derk-Jan Hartman* Some changes to preferences categorization (This...
2005-06-08 Derk-Jan Hartman* Fix rear speaker recognition
2005-06-07 Gildas Bazin* modules/audio_output/directx.c: audio device selectio...
2005-06-05 Derk-Jan Hartman* Fix for if only several channels are not set.
2005-06-05 Derk-Jan Hartman* Fix the issues with changing inNumberFrames when...
2005-06-05 Derk-Jan Hartman* modules/audio_output/auhal.c: Make speaker config...
2005-06-02 Derk-Jan Hartman* Tell the auhal which channel ordering VLC uses. 7...
2005-06-01 Derk-Jan Hartman* Fix several problems with the auhal module. only...
2005-05-26 Derk-Jan Hartman* Sometimes we get audio now, but the dating of the...
2005-05-26 Derk-Jan Hartman* fix a few things in the auhal module. Still doesn...
2005-05-15 Derk-Jan Hartman* AUHAL module. This module is a auhal output renderer...
2005-04-26 Sam Hocevar * support for --esdserver. doesn't seem to work yet...
2005-03-16 Gildas Bazin* modules/audio_output/waveout.c: change global volume...
2005-03-15 Gildas Bazin* modules/audio_output/waveout.c: use hardware volume...
2005-03-11 Sigmund Augdal Helbergalsa.c: removed a printf, shut up a compiler warning
2005-01-20 Sigmund Augdal Helbergalsa.c: Enumerate available audio devices (Code gratefu...
2005-01-07 Gildas Bazin* modules/audio_output/waveout.c: increase the audio...
2004-12-16 Clément StenacFor some unknown reason, the previous commit was not...
2004-12-11 Clément StenacImprovements to preferences
2004-11-12 Gildas Bazin* modules/audio_output/portaudio.c: channel reordering...
2004-11-08 Gildas Bazin* modules/audio_output/portaudio.c: implemented a PORTA...
2004-11-05 Gildas Bazin* modules/audio_output/waveout.c,directx.c: fixed audio...
2004-11-02 Gildas Bazin* modules/audio_output/portaudio.c: make stereo the...
2004-10-28 Gildas Bazin* modules/audio_output/portaudio.c: ported to portaudio...
2004-10-21 Gildas Bazin* modules/audio_output/directx.c: use common channel...
2004-10-06 Gildas Bazin* modules/audio_output/waveout.c:
2004-10-05 Gildas Bazin* modules/audio_output/portaudio.c: portaudio (www...
2004-08-21 Cyril Deguet * alsa.c: compute next_date with snd_pcm_delay() if...
2004-08-21 Cyril Deguet * alsa.c: pass next_date=0 to aout_OutputNextBuffer if
2004-08-18 Sigmund Augdal Helbergalsa.c: support mono on stereo only boards
2004-08-18 Sigmund Augdal Helbergalsa.c: don't fail the probe without giving a reason...
2004-08-04 Gildas Bazin* modules/audio_output/waveout.c: added a --no-waveout...
2004-07-15 Derk-Jan Hartman* removed the hog elements. They are breaking stuff..
2004-06-28 Derk-Jan Hartman* take hog mode if during AC3 playback
2004-06-13 Jon Lech Johansen * coreaudio: Fix (not tested) for the no audio on...
2004-06-11 Jon Lech Johansen * coreaudio: Fixed the failed to set buffer size...
2004-06-08 Clément StenacPatch for ESD unclosed socket by Tong Ka Man <kmtong...
2004-05-30 Sigmund Augdal Helbergmodules/audio_output/alsa.c: fixed an utterly nonsensia...
2004-05-13 Derk-Jan Hartman* Fix for stream selection on HAL devices.
2004-04-27 Sam Hocevar * Massive spelling corrections.
2004-03-18 Jon Lech Johansen * hd1000a: channel reordering
2004-03-18 Jon Lech Johansen * Roku HD1000 audio output.
2004-03-05 Sam Hocevar * Added "Id" svn:keywords property to all files conta...
2004-02-26 Gildas Bazin* modules/audio_output/directx.c: don't use hardware...
2004-02-20 Gildas Bazin* modules/demux/a52sys.c: forgot to remove this file.
2004-02-14 Gildas Bazin* modules/demux/wav.c: started support for WAVEFORMATEX...
2004-02-06 Gildas Bazin* modules/codec/dts.c: fixes a buffer overflow with...
2004-02-03 Gildas Bazin* modules/audio_output/file.c: added --audiofile-channe...
2004-01-25 Gildas Bazin* ALL: removed a bunch of unused add_category_hint().
2004-01-25 Carlo Calabròreverting a whole bunch of stupid changes,
2004-01-25 Carlo Calabròstring review, round two: the audio output modules
2003-12-22 Sam Hocevar * Coding style cleanup: removed tabs and trailing...
2003-12-15 Gildas Bazin* modules/audio_output/directx.c: don't set the default...
2003-11-25 Derk-Jan Hartman* modules/audio_output/coreaudio.c:
2003-11-05 Gildas Bazin* include/configuration.h: some small re-work of the...
2003-10-25 Sam Hocevar * include/vlc_common.h:
2003-10-23 Gildas Bazin* modules/audio_output/alsa.c: recover more easily...
2003-08-14 Gildas Bazin* src/extras/libc.c, nclude/vlc_common.h, modules/mux...
2003-08-03 Gildas Bazin* src/misc/configuration.c, include/configuration.h...
2003-07-27 Gildas Bazin* modules/audio_output/alsa.c: #ifdef DEBUG -> #ifdef...
2003-07-27 Gildas Bazin* modules/audio_output/alsa.c: bail out if the device...
2003-07-18 Gildas Bazin* modules/audio_output/alsa.c: alsa is now the default...
2003-07-11 Gildas Bazin* modules/audio_output/directx.c: 5.1 audio output...
next