]> git.sesse.net Git - vlc/history - src/audio_output/intf.c
LGPL
[vlc] / src / audio_output / intf.c
2011-11-27 Jean-Baptiste KempfLGPL
2011-08-09 Rémi Denis-Courmontaout: use atomic ops for (deferred) restart
2011-08-08 Rémi Denis-CourmontAoutInputsMarkToRestart: de-inline and rename
2011-08-06 Rémi Denis-Courmontaout_ChangeFilterString: use vlc_object instead of...
2011-08-04 Rémi Denis-Courmontaout: allow "forking" the volume and mute flag per...
2011-08-04 Rémi Denis-Courmontaout: restart output on the decoder thread, safely
2011-08-04 Rémi Denis-Courmontaout: trigger intf-change without locks
2011-08-04 Rémi Denis-Courmontaout: correct test before applying volume
2011-08-02 Rémi Denis-Courmontmixer only needs the sample format (FOURCC)
2011-08-02 Rémi Denis-Courmontaout: privatize some attributes
2011-08-01 Rémi Denis-Courmontaout: decouple mixer from audio output
2011-07-25 Rémi Denis-Courmontaout: clean up output volume handling and fix races
2011-07-25 Rémi Denis-Courmontaout_VolumeDown: convert to a macro
2011-07-25 Rémi Denis-CourmontReplace AOUT_VOLUME_MIN with 0
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-21 Rémi Denis-Courmontaout: fix default volume
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-CourmontMerge all audio output locks except volume control
2011-05-31 Rémi Denis-Courmontaout: simplify input handling, remove dead code
2011-05-31 Rémi Denis-Courmontmixer: simplify based on single input per output
2011-05-31 Rémi Denis-CourmontPass mixer multiplier as argument
2011-04-09 Rémi Denis-Courmontdecoder: do not reallocate audio buffer on interface...
2011-04-09 Rémi Denis-CourmontAvoid invalid cast (int / uint16_t)
2011-04-07 Rémi Denis-CourmontReally fix audio volume underflow (audio_volume_t is...
2011-04-07 Rémi Denis-CourmontRemove write-only aout_output_t.i_volume
2011-04-07 Rémi Denis-CourmontEnforce volume min and max (small regression from previ...
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 "saved-volume" and "volume-change". Use "volume".
2011-04-07 Rémi Denis-CourmontRename "volume-muted" to simply "mute"
2011-04-07 Rémi Denis-CourmontRemove never used aout_output_t.pf_volume_get
2011-04-07 Rémi Denis-Courmontaout_VolumeGet: return volume directly
2011-04-07 Rémi Denis-CourmontClarify audio volume interface code (kill doVolumeChanges)
2011-04-07 Rémi Denis-CourmontRemove impossible error
2011-04-07 Rémi Denis-CourmontRemove outdated comment
2010-10-22 Rémi Denis-CourmontRemove aout_FindAndRestart()
2010-07-14 Laurent AimarMoved AoutChangeFilterString out of aout_internal.h.
2010-06-09 Francois CartegnieIgnore unmute if volume hasn't been set or muted. fixes...
2010-03-31 Francois Cartegnieaudio_intf: fix initial value on increment (fixes ...
2010-02-14 Rémi Denis-CourmontStore audio output interface variables into the input...
2010-02-14 Rémi Denis-CourmontdoVolumeChanges: always return the value
2010-02-14 Rémi Denis-CourmontAdd indirection to find input from wanabee input manage...
2010-02-14 Rémi Denis-CourmontMake doVolumeChanges static
2010-02-14 Rémi Denis-Courmontaout_FindAndRestart() needs the playlist
2010-02-14 Rémi Denis-CourmontTrivial factorization
2010-02-09 Rémi Denis-CourmontRemove pl_Release, and rename pl_Hold back to pl_Get
2010-02-07 Rémi Denis-Courmontaout interface: remove leading underscores
2010-01-31 Rémi Denis-CourmontKill a few vlc_object_find
2010-01-31 Rémi Denis-Courmontaout_IsMuted: fix object leak
2010-01-17 Jean-Philippe AndréAudio output: fix integer overflow
2010-01-12 Francois Cartegnielibvlc: fix volume on sound increment when muted
2010-01-10 Rémi Denis-CourmontMake volume-change a void rather than a boolean
2010-01-10 Francois Cartegnielibvlc: Unify volume/mute change functions and add...
2010-01-10 Francois Cartegnielibvlc: disable audio mute on VolumeUp/Down
2010-01-10 Francois Cartegnielibvlc: introduce 'Muted' as a whole state, not as...
2009-11-29 Rémi Denis-CourmontFix potential deadlock when changing audio channels...
2009-08-25 Laurent AimarSplit out aout_mixer_t from aout_instance_t.
2009-08-13 Laurent AimarRemoved unused aout_VolumeInfos.
2009-08-12 Laurent AimarRemoved duplicated code in audio intf.c
2009-08-12 Laurent AimarSet 'saved-volume" in aout_VolumeSet.
2009-08-12 Laurent AimarRemoved duplicated code in audio intf.c
2009-07-24 Rémi DuraffortNo need to check for the existence of the variable...
2009-07-09 Rémi Denis-CourmontRemove stub functions
2009-07-09 Rémi Denis-CourmontCast for aout_EnableFilter
2009-07-09 Rémi Denis-Courmontaout_VolumeMute -> aout_ToggleMute
2009-04-25 Rémi Duraffortuse var_Get(Bool|Integer|...) when possible.
2008-11-23 Laurent AimarAllows audio output users to control vout creation.
2008-08-15 Pierre d'Herbemontaudio_output: Use help to lock and unlock so we can...
2008-08-11 Pierre d'Herbemontaudio_output: Properly lock the input_fifos_lock in...
2008-07-19 Laurent AimarFixed a segfault in aout_EnableFilter.
2008-05-31 Rémi Denis-Courmontlibvlc: use vlc_common.h (libvlccore) instead of vlc...
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-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-22 Ilkka Ollakkafix previous commit
2008-01-22 Ilkka Ollakkaset volume-change variable also in volumeUp/volumeDown...
2007-12-16 Antoine CellerierAdd warning if people try using an unimplemented aout...
2007-09-16 Rémi Denis-CourmontSimplification / memory error handling
2007-08-16 Rémi Denis-Courmontaout_Restart: make static
2007-05-19 Rémi Denis-CourmontMake saved-volume variable a per-libvlc instance rather...
2007-04-05 Rémi Denis-CourmontCompiler warnings rampage
2006-11-26 Clément StenacA bit of headers cleanup
2006-10-21 Rémi Denis-CourmontFix [17200]
2006-10-21 Jean-Paul SamanFix compiler warning: implicit declaration of function...
2006-09-23 Clément Stenac* Add switch to skins
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-09-14 Clément StenacFilter handling helpers moved to core
2006-06-11 Gildas Bazin* src/audio_output/intf.c: optimise aout_VolumeGet...
2006-03-28 Clément StenacString fixes in src (Refs:#438)
2006-01-12 Antoine CellerierFSF address change.
2005-11-14 Jean-Paul Samanforward port of revision 13250
2005-11-03 Jean-Paul Samanforgot to remove the original vlc_release_object()
2005-11-03 Jean-Paul SamanForward port from revision 13127
2005-08-18 Jean-Paul SamanAdded --volume-step to override AOUT_VOLUME_DEFAULT...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-03-22 Jean-Paul SamanVariable name consistency across the file
2005-03-15 Gildas Bazin* src/audio_output/intf.c: aout_VolumeGet() needs to...
next