]> git.sesse.net Git - vlc/history - plugins/mpeg_adec/mpeg_adec.c
* ALL: the first libvlc commit.
[vlc] / plugins / mpeg_adec / mpeg_adec.c
2002-06-01 Sam Hocevar * ALL: the first libvlc commit.
2002-04-23 Laurent Aimar* ./plugins/ac3_adec/* use _M to avoid conflict with...
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-24 Gildas BazinThis is the first part of the new configuration archite...
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-23 Cyril Deguet* enabled --stereo option for streams that pretend...
2002-01-22 Christophe Massiot* Fixed an alignment issue in the ac3 decoder.
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.
2002-01-10 Cyril Deguet- beginning of code factorization in aout_s16 (more...
2002-01-10 Sam Hocevar * ./src/input/input.c: fixed a few segfaults caused...
2002-01-09 Cyril Deguet- better communication between audio decoder and output...
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-04 Christophe Massiotlibmad plug-in, courtesy of Jean-Paul Saman <jpsaman...
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-15 Sam Hocevar * Fixed a few crashes due to race conditions in the...
2001-11-13 Henri FallonAll decoders (audio, video, subtitles) are now modules.