]> git.sesse.net Git - vlc/history - src/audio_output/intf.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / src / audio_output / intf.c
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...
2005-03-10 Clément StenacMore prefs fixes
2004-10-04 Gildas Bazin* src/*: got rid of the #ifdef HAVE_ERRNO_H.
2004-01-06 Clément StenacUpdated copyrights in libvlc
2003-10-30 Derk-Jan Hartman* implemented a vout_OSDMessage to display messages...
2003-08-03 Gildas Bazin* src/misc/configuration.c, include/configuration.h...
2003-02-12 Derk-Jan Hartman* modules/gui/macosx/controls.m:
2003-02-09 Christophe Massiot* aout_Volume* functions now do their own vlc_object_fi...
2003-01-21 Christophe MassiotFixed two major bugs in the audio output, triggering...
2003-01-16 Christophe Massiot* modules/codec/mpeg_audio.c: attempt at fixing free...
2003-01-16 Derk-Jan HartmanVolumeGet/VolumeSet now work even if no file is playing.
2003-01-15 Christophe MassiotVolumeUp/Down/Mute now work even if no file is playing.
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-06 Sam Hocevar * ./src/*, ./include/*: fixed a bunch of badly initia...
2002-11-14 Christophe MassiotMajor change of the channels management. p_format-...
2002-11-14 Gildas Bazin* src/audio_output/intf.c: fixed a bug affecting audio...
2002-11-13 Sam Hocevar * ./bootstrap: bootstrap now requires the --config...
2002-10-20 Christophe Massiot* modules/demux/mpeg: Added DVB stream type for A/52...
2002-09-26 Christophe Massiot* Major API change of the audio output. New aout_Dec...
2002-09-19 Christophe Massiot* Audio volume management now works properly. See src...
2002-09-18 Christophe Massiot* ALL: More hooks for audio volume management.
2002-09-16 Christophe Massiot* configure.in: Fixed detection of Qt-embedded.