]> git.sesse.net Git - vlc/history - modules/mux/wav.c
Use var_InheritString for --decklink-video-connection.
[vlc] / modules / mux / wav.c
2010-06-26 Jean-Baptiste KempfWAV Mux: kill warnings
2010-06-26 Jai MenonWAV Mux : Extend the muxer to support non-PCM codecs.
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 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-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 AimarUsed VLC_CODEC_* and i_original_fourcc when applicable.
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-08-27 Laurent AimarFixed rear center support (and close #1816).
2008-08-20 Rémi DuraffortCheck malloc return value and fix warnings.
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-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-29 Rafaël Carrémux: fix warnings, fix Control() indentation
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-09-14 Rémi Denis-CourmontUse the new block_Fifo functions
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2006-11-26 Clément StenacA bit of headers cleanup
2006-03-25 Felix Paul Kühne* another 1st string review, refs #438
2006-01-12 Antoine CellerierFSF address change.
2005-08-09 Jean-Paul SamanFix compiler warning about comparing signed unsigned.
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/mux/wav.c: use aout_ChannelReorder().
2004-09-26 Gildas Bazin* modules/mux/wav.c: small cleanup.
2004-09-26 Gildas Bazin"* modules/mux/wav.c: support for s16l as well as fl32...
2004-07-10 Laurent Aimar * all: compilation fix.
2004-07-06 Gildas Bazin* modules/mux/wav.c: start of a WAV audio file muxer.