]> git.sesse.net Git - vlc/history - modules/audio_filter/channel_mixer/mono.c
vlc_plugin: fix non-LGPL plugins meta infos
[vlc] / modules / audio_filter / channel_mixer / mono.c
2015-03-21 Rémi Denis-Courmontvlc_plugin: fix non-LGPL plugins meta infos
2014-06-17 Hugo Beauzée-Luyssenmono: Specify the expected format rather than failing
2013-12-29 Rémi Denis-CourmontRemove inconsistently used HAVE_UNISTD_H
2013-08-19 Jean-Baptiste KempfProvide a better name for the mono downmixer
2013-04-27 Rémi Denis-Courmontmono: use var_Inherit*()
2012-11-06 Rémi Denis-Courmontmono: setup filter_t only when successful
2012-11-06 Rémi Denis-Courmontmono: remove redundant checks
2012-05-22 Rémi Denis-CourmontReplace remaining instances of aout_buffer_t with block_t
2012-03-08 Rémi Denis-CourmontUnduplicate WG4 channels order
2011-12-19 Cheng SunFix mono audio filter condition check
2011-12-04 Jean-Baptiste KempfMono: fix channel order
2011-12-04 Jean-Baptiste KempfSimplify help string
2011-09-05 Rémi Denis-CourmontRemove filter_t.pf_audio_buffer_new
2011-08-08 Rémi Denis-Courmontmono downmix: manually selected so zero priority
2011-05-30 Rémi Denis-CourmontMono mixer: remove dummy block_t <-> aout_buffer_t...
2011-05-30 Rémi Denis-Courmontmono mixer: use filter_t directly instead of dummy...
2010-10-22 Rémi Denis-Courmontadd_bool: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_integer: remove callback parameter
2010-10-22 Rémi Denis-CourmontRemove unused change_integer_list parameter
2010-06-06 Rémi Denis-Courmontvar_InheritInteger -> var_InheritBool
2010-01-04 Jean-Baptiste KempfMono is an audio filter, put it in the SUBCAT_AUDIO_AFI...
2009-12-30 Rémi Denis-Courmontmono mixer: kill config_Get
2009-11-05 Rémi Denis-CourmontRename audio filter2 capability back to 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-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-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-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-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-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-09 Christophe MutricyTypo
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-09-25 Jean-Paul SamanMono audio filter is a channel_mixer and not a convertor.