]> git.sesse.net Git - vlc/history - src/input/input_dec.c
Some heavy changes today:
[vlc] / src / input / input_dec.c
2001-12-30 Sam HocevarSome heavy changes today:
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-12-03 Sam Hocevar * Borrowed MPlayer's fast memcpy() routines. Best...
2001-11-30 Gildas Bazin * DeleteDecoderConfig wasn't freeing (anymore) the...
2001-11-28 Christophe Massiot* Added error checking in pthread wrapper ; as a result...
2001-11-15 Sam Hocevar * Fixed a little crash introduced in my previous...
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.
2001-07-18 Christophe Massiot* Rewrote the video decoder to take advantage of severa...
2001-07-17 Christophe MassiotCleaned up include/. Unnecessary headers are no longer...
2001-04-28 Sam Hocevar * Coding style fixes here and there.
2001-04-06 Sam Hocevar * Code cleanup: removed a few tabulations.
2001-04-03 Stéphane Borel-Fall back to one-packet-once reading in dvd input...
2001-02-08 Christophe Massiot* Implemented basic stream navigation function, and...
2001-01-15 Sam Hocevar . fixed the bug-that-made-the-vlc-segfault-on-exit...
2001-01-12 Christophe Massiot* Changed default values :
2001-01-12 Sam Hocevar . destroy fifo mutex and cond variables _after_ they...
2001-01-10 Christophe Massiot* Changed code for handling b_die in bitstream ;
2001-01-07 Henri Fallon- Added vlc_mutex_destroy and vlc_cond_destroy function...
2000-12-22 Christophe Massiot* Moved input_DecodePES() to input_dec.c ;
2000-12-21 Christophe Massiot* New decoder spawning API input_dec.c ;