]> git.sesse.net Git - vlc/history - plugins/lpcm_adec/lpcm_adec.c
* plugins/lpcm_adec/lpcm_adec.c: fix for broken lpcm plugin on little endian
[vlc] / plugins / lpcm_adec / lpcm_adec.c
2002-10-14 Gildas Bazin* plugins/lpcm_adec/lpcm_adec.c: fix for broken lpcm...
2002-09-25 Christophe MassiotBackported support for VLS CVS with regards to A/52...
2002-08-11 Christophe Massiot* ./plugins/lpcm_adec/lpcm_adec.c: Endianness fix.
2002-05-24 Gildas Bazin* ./include/inpu_ext-dec.h added a check to fifo->b_die...
2002-04-19 Sam Hocevar * ALL: internationalized all configuration strings.
2002-02-24 Sam Hocevar * Fixed a quite old bug in the audio output which...
2002-02-19 Sam Hocevar * Got rid of TRACE and intf_DbgMsg which were seldom...
2002-02-15 Sam Hocevar * ALL: got rid of *_Probe functions because most...
2002-01-21 Christophe Massiot* Decoders do not necessarily use bit stream (see mad...
2002-01-14 Christophe Massiot* More precise way to retrieve a PTS from the bit stream.
2001-12-30 Sam HocevarSome heavy changes today:
2001-12-30 Sam Hocevar * Put ErrorThread() in input_ext-dec.h because it...
2001-12-27 Christophe Massiot* Changed the way decoder_fifo_t works ;
2001-12-10 Sam Hocevar * Removed unused code (intf_channels.c, keystrokes.h).
2001-12-09 Sam Hocevar * COMPLETE CVS BREAKAGE !! The MAIN branch is going...
2001-12-03 Sam Hocevar * Borrowed MPlayer's fast memcpy() routines. Best...
2001-11-28 Christophe Massiot* Added error checking in pthread wrapper ; as a result...
2001-11-13 Henri FallonAll decoders (audio, video, subtitles) are now modules.