]> git.sesse.net Git - vlc/history - src/input/input_ext-dec.c
* ALL: WinCE compilation fixes (mostly nonexistent headers). A lot of
[vlc] / src / input / input_ext-dec.c
2002-11-10 Sam Hocevar * ALL: WinCE compilation fixes (mostly nonexistent...
2002-10-27 Gildas Bazin* ALL: removed GetPES and NextPES, we now use input_Ext...
2002-10-24 Laurent Aimar * ffmpeg : new way to gather a frame
2002-10-24 Gildas Bazin* src/input/input_ext-dec.c, include/input_ext-dec...
2002-10-23 Gildas Bazin* ALL: New ogg demux and vorbis codec modules for preli...
2002-10-21 Laurent Aimar * input_ext-dec.* : add a new function to parse decode...
2002-08-26 Christophe Massiot* Miscellaneous S/PDIF fixes.
2002-07-24 Sam Hocevar * ./plugins/mpeg_system/mpeg_es.c: fixed a segfault...
2002-06-01 Sam Hocevar * ALL: the first libvlc commit.
2002-05-18 Sam Hocevar * ALL: changed __inline__ with inline (autoconf does...
2002-03-01 Christophe MassiotInput III (Episode 1).
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-31 Christophe Massiot* Fixed a bug in DecoderError.
2001-12-30 Sam HocevarSome heavy changes today:
2001-12-30 Sam Hocevar * Forgot a file in my last commit.
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-09 Sam Hocevar * COMPLETE CVS BREAKAGE !! The MAIN branch is going...
2001-11-28 Christophe Massiot* Added error checking in pthread wrapper ; as a result...
2001-10-03 Christophe Massiot* Minor ShowBits() optimization ;
2001-09-24 Christophe MassiotFixed many alignment issues.
2001-08-22 Christophe Massiot* Totally rewrote the video decoder (inspired by walken...
2001-07-17 Christophe MassiotCleaned up include/. Unnecessary headers are no longer...
2001-05-08 Sam Hocevar * Speed optimization in the handling of the unusual...
2001-05-07 Arnaud de Bossorei... - fix a bug in UnalignedShowBits that makes some...
2001-04-28 Sam Hocevar * Coding style fixes here and there.
2001-04-25 Christophe Massiot* Fixed an alignment issue with the bit stream and...
2001-04-06 Sam Hocevar * Code cleanup: removed a few tabulations.
2001-03-21 Sam Hocevar * Header cleaning: filled all empty authors fields...
2001-03-06 Christophe Massiot* Fixed an alignment problem in UnalignedShowBits().
2001-03-06 Christophe Massiot* Fixed an alignment problem on startup.
2001-02-08 Christophe Massiot* Implemented basic stream navigation function, and...
2001-01-26 Christophe Massiot* Removed dead code.
2001-01-22 Christophe Massiot* Minor bitstream optimization.
2001-01-18 Christophe Massiot* 32-bit aligned bitstream (not that fast).
2001-01-10 Christophe Massiot* Changed code for handling b_die in bitstream ;
2001-01-10 Christophe Massiot* Placed a callback to the decoder in the bitstream...
2000-12-26 Christophe Massiot* Use of ptrdiff_t whenever necessary (IA-64 port) ;
2000-12-05 Christophe MassiotThe input-II. (more info by mail in about an hour)