]> git.sesse.net Git - vlc/history - src/control/audio.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / src / control / audio.c
2010-07-27 Rémi Denis-CourmontDo not include vlc_modules.h in vlc_common.h
2010-07-11 Mark LeeAdd functions to get/set audio delay.
2010-02-14 Rémi Denis-CourmontFix libvlc_audio_set_mute
2010-02-14 Rémi Denis-CourmontRemove a few fixmes
2010-01-31 Rémi Denis-CourmontLibVLC audio: take a player object for most functions...
2010-01-31 Rémi Denis-CourmontLibVLC media player: remove exceptions
2010-01-31 Rémi Denis-CourmontKill one exception
2009-10-05 Rémi Denis-Courmontlibvlc_audio_*: remove useless exception parameters
2009-10-05 Rémi Denis-Courmontlibvlc apps don't know VLC error codes
2009-09-07 Rémi Denis-CourmontMove LibVLC error messages to libvlc_printerr().
2009-08-28 Rémi Duraffortlibvlc_audio: we don't need VLC_PUBLIC_API here (alread...
2009-08-28 Rémi Duraffortlibvlc: remove dead initialization and factorize.
2009-08-28 Rémi Duraffortlibvlc: fix logic '||' and not '&&'.
2009-07-09 Rémi Denis-Courmontaout_VolumeMute -> aout_ToggleMute
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 Rémi Denis-CourmontFix compilation (missing _GNU_SOURCE)
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-25 Pierre d'Herbemontlibvlc: Split libvlc_internal in different independant...
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 DuraffortUse var_CountChoices instead of var_Change(VLC_VAR_GETC...
2009-05-20 Rémi DuraffortCreate a function to free the memory allocated when...
2009-05-20 Rémi DuraffortSimplifications.
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-20 Rémi DuraffortFix memleak (same problem with var_Change(VLC_VAR_FREEL...
2009-05-20 Rémi DuraffortFix memleak (the memory allocated by var_Control(VLC_VA...
2008-11-18 Lukas Durfinalibvlc: get right name of audio output module
2008-11-07 Lukas Durfinalibvlc: better audio handling
2008-10-16 Lukas Durfinalibvlc: description and count of tracks, titles, chapte...
2008-10-03 Jean-Paul SamanFix regression in libvlc_video_set_spu() and libvlc_aud...
2008-07-04 Lukas DurfinaFix libvlc set audio track, subtitle
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-30 Pierre d'Herbemontlibvlc: rename libvlc_media_descriptor to libvlc_media...
2008-03-17 Rémi Denis-CourmontDon't leak vlc_bool_t through libvlc-control
2008-01-28 Rafaël Carrécontrol/: don't show warnings about unused exceptions
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-10-25 Pierre d'Herbemontcontrol/audio.c: Implement get_audio_track_count. ...
2007-08-20 Rémi Denis-CourmontRemember not to include anything before vlc/vlc.h
2007-06-17 Pierre d'Herbemontlibvlc: Rename input to media_instance. And add the...
2007-03-25 Damien Fouilleullibvlc/control: make sure aout is active before attempt...
2007-03-11 Jean-Paul SamanFix bug in vlc.audio.track and add new properties vlc...
2007-03-10 Jean-Paul SamanCheck return value of GetInput
2007-01-07 Jean-Paul SamanReworked vlc.audio.channel API for JavaScript. All...
2007-01-05 Jean-Paul SamanOops watch the tabs when using vi.
2007-01-05 Jean-Paul SamanReturn when found, return error when setting failed.:
2006-12-20 Jean-Paul SamanAudio track and channel support for JavaScript API...
2006-12-13 Jean-Paul SamanUse more sensible error message that says: settting...
2006-12-12 Jean-Paul SamanAdd support to the activex, mozilla, firefox, safari...
2006-11-26 Clément StenacA bit of headers cleanup
2006-10-15 Filippo Caronelibvlc_audio_set_mute logically simpler
2006-10-04 Damien Fouilleul- use nearest integer value from integer division ...
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-08-01 Clément Stenacsrc/control: a bit of cleanup here and there
2006-06-10 Filippo CaroneMuting and unmuting functions implemented in the contro...
2006-03-10 Rémi Denis-CourmontFix and restore nice file names