]> git.sesse.net Git - vlc/history - modules/codec/lpcm.c
Removes trailing spaces. Removes tabs.
[vlc] / modules / codec / lpcm.c
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
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
2005-03-01 Gildas Bazin* modules/codec/lpcm.c: support for 20/24 bits LPCM.
2004-12-11 Clément StenacImprovements to preferences
2004-01-25 Benjamin Prachtstring review
2003-11-22 Laurent Aimar * all: only include header that are needed (and no...
2003-11-22 Gildas Bazin* include/input_ext-intf.h, include/vlc_es.h: moved...
2003-11-16 Gildas Bazin* ALL: final improvements to the decoders/packetizers...
2003-09-02 Gildas Bazin* ALL: Introduction of a new api for decoders.
2003-06-10 Christophe Massiot* configure.ac.in: Renamed mpeg_video to mpeg_video_old...
2003-03-31 Christophe Massiot* modules/codec/*: Fixed a PTS bug at the initializatio...
2003-03-18 Sam Hocevar * ./modules/codec/lpcm.c: fixed two uninitialized...
2003-03-04 Christophe Massiot* Fixed a major bug in the LPCM codec.
2003-03-03 Christophe Massiot* Fixed a bug in LPCM codec.
2003-02-11 Christophe Massiot* modules/codec/lpcm.c: Attempt at supporting all chann...
2003-01-02 Gildas Bazin* modules/codec/*: reverted my previous patch that...
2002-12-30 Gildas Bazin* modules/codec/*: make sure all audio decoders set
2002-12-28 Christophe MassiotAdded support for 32 kHz LPCM streams (thanks _Demo_ !).
2002-11-14 Christophe MassiotMajor change of the channels management. p_format-...
2002-10-27 Gildas Bazin* ALL: removed GetPES and NextPES, we now use input_Ext...
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-28 Christophe Massiot* Several stability patches for multiple input streams...
2002-09-26 Christophe Massiot* Major API change of the audio output. New aout_Dec...
2002-09-20 Christophe Massiot* Fixed miscellaneous cosmetic issues with lpcm and...