]> git.sesse.net Git - vlc/history - modules/audio_output/directx.c
OSS: fix FreeBSD 8 compilation
[vlc] / modules / audio_output / directx.c
2012-07-19 Rémi Denis-Courmontdirectx: improve DirectSound and DirectDraw module...
2012-07-03 Rafaël Carrés/vlc_memcpy/memcpy/
2012-07-03 Rémi Denis-Courmontaout: separate volume and mute callbacks
2012-06-06 Jean-Baptiste KempfDirect Aout: try to fix unresonspiveness of volume...
2012-05-31 Rémi Denis-Courmontaout: remove emitted but never subscribed intf-change...
2012-05-30 Rémi Denis-CourmontDirectSound: possibly fix volume computation
2012-05-22 Rémi Denis-CourmontReplace remaining instances of aout_buffer_t with block_t
2012-05-22 Rémi Denis-CourmontReplace remaining call sites of aout_BufferFree()
2012-05-22 Rémi Denis-CourmontRemove aout_VolumeNoneInit()
2012-05-16 Rémi Denis-CourmontDirectSound: apply volume attenuation with DirectSound
2012-04-01 Rémi Denis-CourmontUndo misuse of module_config_t.b_dirty
2012-03-27 Jean-Baptiste KempfDirectSound: fix device selection
2012-02-22 Jean-Baptiste KempfDirectX: fix libvlc_audio_output_device_count
2012-02-19 Jean-Baptiste KempfDirectSound: better logging
2012-02-01 Rémi Denis-CourmontDirectSound: do not initialize volume twice
2012-02-01 Rémi Denis-CourmontDirectSound: do not disable thread cancellation
2012-02-01 Rémi Denis-CourmontDirectSound: fix double free on error (close #5966)
2012-02-01 Rémi Denis-CourmontDirectSound: merge memory allocation for sys and notif
2011-12-15 Jean-Baptiste KempfDirectSound: avoid crash on faulty audio device.
2011-10-02 Rémi Denis-CourmontRemove old deprecated aliases and replace new one with...
2011-08-08 Rémi Denis-CourmontReplace AOUT_FMT_NON_LINEAR with AOUT_FMT_SPDIF and...
2011-08-06 Rémi Denis-CourmontSimplify, clean up and rename aout_OutputNextBuffer()
2011-08-04 Rémi Denis-CourmontWin32: audio outputs compile fix
2011-08-04 Rémi Denis-Courmontaout: move packet FIFO management to plugins that need it
2011-08-03 Rémi Denis-Courmontaout: split out packet-oriented output support code
2011-08-02 Rémi Denis-Courmontaout: pass audio buffer explicitly to pf_play
2011-08-01 Rémi Denis-Courmontaout: add an optional flush/drain callback
2011-07-25 Rémi Denis-CourmontRename aout_instance_t to audio_output_t
2011-07-25 Rémi Denis-CourmontMerge aout_output_t into aout_instance_t
2011-07-20 Rémi Denis-CourmontChange audio output tolerance times
2011-07-08 Rémi Denis-CourmontAdd pause callback for audio output (aout_output_t...
2011-06-07 Rémi Denis-Courmontaout_Fifo*: remove useless parameter
2011-05-22 Laurent AimarConverted aout directx to vlc_clone().
2011-05-14 Jean-Baptiste KempfDirectSound: correct include order
2011-05-11 Rémi Denis-CourmontRemove write-only change_need_restart()
2011-04-07 Rémi Denis-CourmontMake aout "intf-change" a void variable
2011-02-12 Rémi Denis-CourmontRemove useless parameters
2010-10-22 Rémi Denis-Courmontadd_bool: remove callback parameter
2010-10-22 Rémi Denis-CourmontRemove legacy parameter from add_string()
2010-06-12 Rémi Duraffortmodules: use the new add_shortcut capability (add multi...
2010-06-05 Rémi Denis-CourmontTypos
2010-05-20 Rémi DuraffortFix assertions. (dts-dynrng and spdif are boolean param...
2010-01-28 Rémi Denis-CourmontRemove useless vlc_object_detach() before vlc_object_re...
2009-12-30 Rémi Denis-CourmontDirectX audio output: kill config_Get
2009-12-29 Jean-Baptiste KempfDirectSound: cosmetics and error path fix
2009-12-29 Jean-Baptiste KempfDirectSound: try to fix Wide Char issues
2009-12-29 Jean-Baptiste KempfDirectSound: Options change
2009-12-29 Jean-Baptiste KempfDirectSound: Cosmetics
2009-12-27 Jean-Baptiste KempfDirectSound: use DirectSoundEnumerateW iso DirectSoundE...
2009-12-27 Jean-Baptiste KempfDirectX/Waveout: new windows_audio_common.h file
2009-12-27 Jean-Baptiste KempfDirectSound: cosmetics
2009-12-27 Jean-Baptiste KempfDirectSound: fix a warning
2009-12-26 Geoffroy CouprieDirectX aout: select the output device by its name...
2009-12-04 Jeff LuFix DirectSound spdif audio output
2009-10-17 Jean-Baptiste KempfChange a configuration name
2009-09-23 Rémi Denis-Courmonti_nb_bytes -> i_buffer
2009-09-02 Rémi Duraffortadd_bool wants booleans.
2009-08-19 Jean-Baptiste KempfKill directSound warnings
2009-08-19 Jean-Baptiste KempfDirectSound: be more restrictive and fix warning
2009-07-27 Rémi DuraffortCometics.
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-21 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-20 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-15 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-14 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-14 Rémi Denis-CourmontMerge commit 'origin/1.0-bugfix'
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Laurent AimarUsed VLC_CODEC_* and vlc_fourcc_GetCodec when suitable.
2009-04-25 Rémi Duraffortuse var_Get(Bool|Integer|...) when possible.
2009-02-08 Kaarlo Raihaadds speaker setup override option
2009-02-08 Christophe MutricyTranslate the channels layout
2009-01-27 Rémi Denis-CourmontTrailing ;
2009-01-17 Rémi Denis-CourmontRemove unused parameter
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-09-08 Rémi Denis-CourmontDo not call vlc_thread_ready with non-waiting vlc_threa...
2008-08-27 Rémi Denis-CourmontPlugins: push cancellation down
2008-08-27 Laurent AimarFixed rear center support (and close #1816).
2008-08-11 Rémi DuraffortUse the right declaration for threaded functions.
2008-07-05 Rémi Denis-Courmontmodules: use vlc_object_alive()
2008-06-22 Rémi DuraffortRemove unneeded msg_Err.
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-20 Kaarlo RaihaDirectsound 7.1 support and some debug messages...
2008-05-20 Kaarlo RaihaUntested attempt to DirectAudio support for 7.1 system
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-03 Rémi Denis-CourmontUse vlc_memset/vlc_memcpy
2008-05-01 Rémi Denis-CourmontRemove I64C as well
next