]> git.sesse.net Git - vlc/history - modules/audio_mixer
Use var_Inherit* instead of var_CreateGet*.
[vlc] / modules / audio_mixer /
2010-08-04 Rémi Denis-CourmontUnroll a for loop that only ever iterates once
2010-01-16 Rémi Denis-CourmontRemove all default modules from configure.ac
2009-09-23 Rémi Denis-Courmonti_nb_bytes -> i_buffer
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_*
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 vlc_fourcc_GetCodec when suitable.
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-09-30 Laurent AimarAdded aout pause support.
2008-09-05 Rémi Denis-CourmontMove a bunch of plugins out of configure.ac
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-05-03 Rémi Denis-CourmontUse vlc_memset/vlc_memcpy
2008-05-01 Rémi Denis-CourmontDon't re-invent uint8_t - remove byte_t
2008-03-23 Rémi Denis-CourmontCheck-in modules/Makefile.am
2008-02-03 Rémi Denis-CourmontDon't include stddef without checking for it.
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
2007-06-17 Laurent AimarAdded replay gain support (audio-replay-gain-mode track...
2006-11-26 Clément StenacA bit of headers cleanup
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
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-03-05 Sam Hocevar * Added "Id" svn:keywords property to all files conta...
2004-01-25 Felix Paul Kühnestring review by Christophe Mutricy aka xtophe
2003-10-25 Sam Hocevar * include/vlc_common.h:
2003-06-27 Sam Hocevar * bootstrap:
2003-06-24 Sam Hocevar * modules/**/.cvsignore: added Makefile{,.in.am}...
2003-03-30 Gildas Bazin* modules/*: sanitization of the modules description...
2003-01-16 Sam Hocevar * ./modules/**/.cvsignore: added common *$(LIBEXT...
2002-11-20 Sam Hocevar * ./modules/audio_output/waveout.c: audio output...
2002-11-14 Christophe MassiotMajor change of the channels management. p_format-...
2002-10-15 Christophe Massiot* Fixed filters which couldn't work with more than...
2002-09-30 Christophe Massiot* Made audio_sample_format->i_format a FOURCC to allow...
2002-09-30 Sam Hocevar * ./debian/rules: moved the gtk_main and gnome_main...
2002-09-30 Sam Hocevar * ALL: the build mechanism now uses automake. See...
2002-09-30 Sam Hocevar * ALL: added *.am files here and there for future...
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-09-19 Christophe Massiot* Audio volume management now works properly. See src...
2002-09-16 Christophe Massiot* configure.in: Fixed detection of Qt-embedded.
2002-08-28 Christophe Massiot* Finally fixed the segfault when resampling.
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 Massiot* Fixed a variable overflow bug in the audio output.
2002-08-12 Christophe MassiotFixed a S/PDIF bug.
2002-08-11 Christophe Massiot* S/PDIF output should now be working (untested, though).
2002-08-08 Sam Hocevar * ./modules/audio_output/oss.c: compilation fixes.
2002-08-07 Christophe MassiotAudio output 3. Expect major breakages.