]> git.sesse.net Git - vlc/history - src/audio_output/common.c
* src/audio_output/common.c: moved message around so that it compiles.
[vlc] / src / audio_output / common.c
2006-07-12 Sam Hocevar * src/audio_output/common.c: moved message around...
2006-07-12 Sam Hocevar * src/audio_output/common.c: added error message...
2006-01-12 Antoine CellerierFSF address change.
2005-12-01 Derk-Jan Hartman* Introduce 'spdb' the big endian variant of 'spdi...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-03-01 Gildas Bazin* modules/codec/lpcm.c: support for 20/24 bits LPCM.
2004-09-30 Gildas Bazin* src/audio_output/common.c: common facility for channe...
2004-05-10 Gildas Bazin* src/audio_ouput/input.c: better on-the-fly switching...
2004-01-06 Clément StenacUpdated copyrights in libvlc
2003-11-16 Gildas Bazin* ALL: final improvements to the decoders/packetizers...
2003-02-11 Christophe Massiot* modules/codec/lpcm.c: Attempt at supporting all chann...
2003-01-23 Christophe MassiotFixed a segfault with quitting when no audio output...
2003-01-22 Christophe MassiotReverse stereo option.
2003-01-20 Christophe MassiotFixed a dozen bugs regarding mono audio files.
2003-01-15 Christophe Massiot* Totally rewrote the mad plug-in, in order to fix...
2002-12-25 Christophe MassiotSanta Claus brings to you :
2002-12-07 Christophe Massiot* configure.ac.in: Disabled -Wtraditional as it produce...
2002-12-06 Sam Hocevar * ./src/*, ./include/*: fixed a bunch of badly initia...
2002-11-14 Christophe MassiotMajor change of the channels management. p_format-...
2002-11-13 Sam Hocevar * ./bootstrap: bootstrap now requires the --config...
2002-11-12 Sam Hocevar * ./Makefile.am: fixed rc compilation under mingw32...
2002-11-01 Gildas Bazin* src/audio_output/common.c, include/aout_internal...
2002-10-22 Christophe Massiot* Added -mdynamic-no-pic to darwin CFLAGS (can you...
2002-10-21 Christophe Massiot* Avoid overflowing the message queue with "audio outpu...
2002-10-20 Christophe Massiot* modules/demux/mpeg: Added DVB stream type for A/52...
2002-09-30 Christophe Massiot* Made audio_sample_format->i_format a FOURCC to allow...
2002-09-26 Christophe Massiot* Major API change of the audio output. New aout_Dec...