]> git.sesse.net Git - vlc/history - modules/audio_output/waveout.c
aout: pass audio buffer explicitly to pf_play
[vlc] / modules / audio_output / waveout.c
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-26 Rémi Denis-CourmontWaveOut: map volume max to VLC max (fix #4554)
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-18 Rémi Denis-CourmontUse float for pf_volume_set volume
2011-07-16 Rémi Denis-CourmontMove <vlc_aout.h> UI functions into their own <vlc_aout...
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-30 Rémi Denis-CourmontWaveOut: don't access b_starving (not really needed...
2011-05-22 Laurent AimarConverted aout waveout to vlc_clone().
2011-05-11 Rémi Denis-CourmontRemove write-only change_need_restart()
2011-04-07 Jean-Baptiste KempfWaveout: cosmetics
2011-04-07 Jean-Baptiste KempfWaveout: fix compilation
2011-04-07 Rémi Denis-CourmontPass mute flag to aout_output_t.pf_volume_set
2011-04-07 Rémi Denis-CourmontMake aout "intf-change" a void variable
2011-04-07 Rémi Denis-CourmontRemove never used aout_output_t.pf_volume_get
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-05-20 Rémi DuraffortFix assertions. (dts-dynrng and spdif are boolean param...
2009-12-30 Rémi Denis-CourmontWaveOut: kill config_Get
2009-12-29 Jean-Baptiste KempfWaveout: Small scope improvement
2009-12-27 Jean-Baptiste KempfDirectX/Waveout: new windows_audio_common.h file
2009-12-06 Rémi Denis-CourmontDo not assert memory allocations
2009-12-05 JP DingerReplace argument = realloc( argument, size ); with...
2009-09-23 Rémi Denis-Courmonti_nb_bytes -> i_buffer
2009-09-23 Rémi Denis-Courmontaout_buffer_t: store length instead of end timestamp
2009-09-22 Rémi Denis-Courmontaout_buffer_t.start_data -> aout_buffer_t.i_pts
2009-09-02 Rémi Duraffortadd_bool wants booleans.
2009-08-20 Jean-Baptiste KempfKill warnings of unused variables in audio_*
2009-08-20 Jean-Baptiste KempfWaveout: fix type warning and update copyright
2009-08-13 Laurent AimarRemoved unused aout_VolumeInfos.
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 Christophe MutricyTranslate the channels layout
2009-01-28 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-23 Lukas Durfinaadd deprecated aliases for audio devices
2008-09-21 Lukas Durfinauniform naming of audio devices variable
2008-08-27 Rémi Denis-CourmontPlugins: push cancellation down
2008-08-27 Laurent AimarFixed rear center support (and close #1816).
2008-08-19 Rémi DuraffortFix warnings.
2008-08-11 Rémi DuraffortUse the right declaration for threaded functions.
2008-07-06 Rémi Denis-CourmontProtocol names are localized.
2008-07-06 Felix Paul Kühnel10n string fixes
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-27 Rémi Denis-CourmontA lot of missing const in options lists
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
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-CourmontNIH syndrome cure (2)
2008-05-01 Rémi Denis-CourmontDon't re-invent uint8_t - remove byte_t
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-21 Sam HocevarVarious spelling fixes.
2008-03-20 André WeberFix the handling of string variable - store them as...
2008-03-11 Rémi DuraffortRemove useless test before a free()
2008-03-02 André WeberMerge branch 'master' of git@git.videolan.org:vlc
2008-03-02 André WeberBugfix for #492: Audio output on Windows useing SPDIF...
2008-03-02 André WeberRevert "#492 bugfix, for SPDIF audio ouput of AC3 and...
2008-03-02 André Weber#492 bugfix, for SPDIF audio ouput of AC3 and DTS sound...
2008-02-26 Pierre d'Herbemontmisc/objects.c: Don't rely on vlc_object_destroy()...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-16 Rémi Denis-CourmontRevert the so-called whitelisting commits that are...
2008-01-16 Rafaël Carréinput options whitelisting, step 2 (refs #1371)
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-05-19 Rémi Denis-CourmontUse vlc_object_kill(). Needs triple checking.
2006-11-26 Clément StenacA bit of headers cleanup
2006-03-02 Rémi Denis-CourmontFix invalid syntax (aout_BufferFree is not an expansion...
2006-01-12 Antoine CellerierFSF address change.
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-19 Antoine CellerierForward port [13274]
next