]> git.sesse.net Git - vlc/history - modules/audio_filter/channel_mixer/simple.c
Merge branch 1.0-bugfix
[vlc] / modules / audio_filter / channel_mixer / simple.c
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-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.
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
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-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
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.
2007-11-21 Christophe Massiot * simple.c: Extended the filter for mono output, and...
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-11-26 Clément StenacA bit of headers cleanup
2006-03-31 Felix Paul Kühne* 2nd review of modules/audio* (refs #438)
2006-02-24 Benjamin PrachtAdd a 7.x / 5.x -> 4.0 downmixing routine (for AAC...
2006-01-12 Antoine CellerierFSF address change.
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2004-12-11 Clément StenacImprovements to preferences
2004-09-30 Gildas Bazin* modules/demux/wav.c: use aout_ChannelReorder().
2004-09-30 Gildas Bazin* modules/audio_filter/channel_mixer/simple.c: very...