]> git.sesse.net Git - vlc/history - modules/audio_filter/channel_mixer
Use var_Inherit* instead of var_CreateGet*.
[vlc] / modules / audio_filter / channel_mixer /
2010-07-26 Laurent AimarFixed timestamps handling in various audio filters.
2010-06-17 Laurent AimarFixed reverse stereo mode (close #3755).
2010-06-06 Rémi Denis-Courmontvar_InheritInteger -> var_InheritBool
2010-01-21 Jean-Baptiste KempfUpdate Copyright for simple channel_mixer
2010-01-16 Rémi Denis-CourmontRemove all default modules from configure.ac
2010-01-04 Jean-Baptiste KempfMono is an audio filter, put it in the SUBCAT_AUDIO_AFI...
2009-12-30 Rémi Denis-Courmontheadphone mixer: kill config_Get
2009-12-30 Rémi Denis-Courmontmono mixer: kill config_Get
2009-12-30 Rémi Denis-Courmontheadphone: kill config_Get
2009-11-05 Rémi Denis-CourmontRename audio filter2 capability back to audio filter
2009-10-03 Rémi Denis-CourmontDolby mixer: audio filter2
2009-09-30 Rémi Denis-Courmonttrivial mixer: adapt to audio filter2
2009-09-30 Rémi Denis-CourmontHeadphone mixer: remove audio filter support
2009-09-30 Rémi Denis-Courmontsimple mixer: remove audio filter
2009-09-27 Rémi Denis-Courmontaout_filter_t.(in|out)put -> aout_filter_t.fmt_(in...
2009-09-23 Rémi Denis-Courmonti_nb_bytes -> i_buffer
2009-09-23 Rémi Denis-Courmontblock_t.i_samples -> block_t.i_nb_samples (as aout_buff...
2009-09-14 Laurent AimarFixed 4.0 rear center 3.0 test after 4 rear center...
2009-09-14 James TurnerAC3 3F1R downmix to stereo (simple downmixer)
2009-09-02 Rémi Duraffortadd_bool wants booleans.
2009-07-04 Laurent AimarAdded support for 3f->stereo/mono downmixing (close...
2009-06-19 Rémi DuraffortNo need to test for NULL here.
2009-06-19 Rémi DuraffortNo need to test for p_sys != NULL as it's already teste...
2009-06-19 Rémi DuraffortRemove unused includes and factorize.
2009-06-18 Rémi Duraffortcosmetics (no functionnal changes).
2009-06-18 Rémi DuraffortCosmetic (no functionnal change).
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Derk-Jan HartmanPrefs: repair category system for some lost options.
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-15 Laurent AimarReplaced AOUT_FMT_*_NE/IE by by VLC_CODEC equivalents.
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 AimarFixed downmixing to mono (close #2728).
2009-05-13 Laurent AimarFixed downmixing to mono (close #2728).
2009-05-13 Laurent AimarUsed VLC_CODEC_* and vlc_fourcc_GetCodec when suitable.
2009-05-02 Laurent AimarLet simple mixer also handle 5.x with middle channels.
2009-04-26 Rémi Denis-CourmontExplicitly add formerly implicit submodule shortcuts
2009-04-10 Rémi Denis-CourmontRemove useless (partially used) check for stdint.h
2009-04-10 Rémi Denis-CourmontRemove useless check for inttypes.h
2009-01-27 Rémi Denis-CourmontTrailing ;
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-09-05 Rémi Denis-CourmontMove a bunch of plugins out of configure.ac
2008-08-24 Antoine CellerierFix segfault on 64 bit archs. (0 != NULL)
2008-08-23 Antoine CellerierDon't send failure messages when probing filter. (It...
2008-08-23 Antoine CellerierPrefer mono over trivial (in case trivial somehow wants...
2008-08-23 Antoine CellerierPrefer downmixing from channel extracting.
2008-08-20 Rémi DuraffortFix potential memleaks and remove stupid tests.
2008-08-16 Rémi Denis-CourmontFix typo
2008-07-19 Laurent AimarUse block_Release instead of pf_release directly.
2008-07-09 Laurent AimarFixed selection of simple mixer (close #1688)
2008-07-09 Laurent AimarA little clean up of simple channel mixer.
2008-06-24 Yohann Martineaufixed compilation on debian etch.
2008-06-22 Rémi DuraffortRemove unneeded msg_Error about memory failure.
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-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-01-28 Rafaël Carréaudio_filter/: fix warnings
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-12-11 Jean-Baptiste KempfYet another typo discovered by Philipp Weissenbacher
2007-11-21 Christophe Massiot * simple.c: Extended the filter for mono output, and...
2007-11-09 Christophe MutricyTypo
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2006-12-14 Derk-Jan Hartman* More compiler warning fixes (const mostly)
2006-11-26 Clément StenacA bit of headers cleanup
2006-10-29 Jean-Paul SamanFix define
2006-10-21 Jean-Paul SamanFix compiler warning: comparison between signed and...
2006-10-09 Christophe Mutricyforward port [17012] and make update-po
2006-09-25 Jean-Paul SamanMono audio filter is a channel_mixer and not a convertor.
2006-08-29 Jean-Paul SamanLower priority of headphone channel_mixer
2006-08-23 Jean-Paul SamanRemove debug that shouldn't be there.
2006-08-20 Jean-Paul SamanMake headphone also an audio_filter2
2006-07-19 Clément StenacAdd support for modules help strings (Closes:#413)
2006-03-31 Felix Paul Kühne* 2nd review of modules/audio* (refs #438)
2006-03-28 Clément StenacAudio strings, except parametric equalizer (I just...
2006-02-24 Benjamin PrachtAdd a 7.x / 5.x -> 4.0 downmixing routine (for AAC...
2006-02-01 Rémi Denis-CourmontUniformize source files encoding
next