]> git.sesse.net Git - vlc/history - src/audio_output/dec.c
For consistency, remove references to vlc from libvlc
[vlc] / src / audio_output / dec.c
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-07-08 Christophe MutricyFix stats collecting
2006-06-15 Clément StenacPartial rewrite of stats to avoid lookups (Closes:...
2006-02-04 Clément StenacStop using strings to index stats, use integers. The...
2006-02-04 Clément Stenac* Avoid useless stats_Get calls
2006-01-21 Clément StenacAudio - Refs:#473
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-10-04 Gildas Bazin* src/*: got rid of the #ifdef HAVE_ERRNO_H.
2004-01-06 Clément StenacUpdated copyrights in libvlc
2003-11-16 Gildas Bazin* ALL: final improvements to the decoders/packetizers...
2003-10-27 Gildas Bazin* src/audio_output/dec.c: moved the audio desync option...
2003-07-31 Christophe MassiotFixed a memory leak (thanks Andy Lindsay !).
2003-05-22 Gildas Bazin* src/audio_output/*, src/input/*: fixed the audio...
2003-03-06 Gildas Bazin* src/audio_output/dec.c, include/aout_internal.h:...
2003-02-26 Christophe Massiot* Added sanity checks for PTS in the future.
2003-02-23 Christophe Massiot* Destroy audio-device and audio-channels when no outpu...
2003-01-02 Gildas Bazin* modules/codec/*: reverted my previous patch that...
2002-12-28 Christophe MassiotAdded support for 32 kHz LPCM streams (thanks _Demo_ !).
2002-12-10 Gildas Bazin* ALL: fixed a f*ckage I introduced recently ;) var_Typ...
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-09-26 Christophe Massiot* Major API change of the audio output. New aout_Dec...