]> git.sesse.net Git - vlc/history - modules/audio_mixer/spdif.c
Use var_InheritString for --decklink-video-connection.
[vlc] / modules / audio_mixer / spdif.c
2009-09-03 Pierre d'Herbemontspdif: Add a comment to explicitely explain why we...
2009-09-03 Laurent AimarFixed segfault with spdif mixer.
2009-09-03 Rafaël Carréaout_BufferAlloc() : remove stack allocation
2009-08-25 Laurent AimarUpdated "audio mixer" to new aout_mixer_t module API.
2009-08-20 Pierre d'Herbemontspdif: Use aout_FifoPop() which checks locking and...
2009-08-20 Jean-Baptiste KempfKill warnings of unused variables in audio_*
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-09-30 Laurent AimarAdded aout pause support.
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-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
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-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-04-27 Sam Hocevar * Massive spelling corrections.
2004-01-25 Felix Paul Kühnestring review by Christophe Mutricy aka xtophe
2003-03-30 Gildas Bazin* modules/*: sanitization of the modules description...
2002-11-20 Sam Hocevar * ./modules/audio_output/waveout.c: audio output...
2002-09-28 Christophe Massiot* Several stability patches for multiple input streams...
2002-09-20 Christophe Massiot* Fixed miscellaneous cosmetic issues with lpcm and...
2002-08-21 Christophe MassiotBig round of fixes in the aout3.
2002-08-19 Christophe Massiot* ./configure: Fixed double detection of gethostbyname.
2002-08-14 Christophe Massiot* Changed aout_FormatTo* ; aout_FormatToSize does no...
2002-08-12 Christophe MassiotFixed a S/PDIF bug.
2002-08-11 Christophe Massiot* S/PDIF output should now be working (untested, though).