]> git.sesse.net Git - vlc/history - src/input/input_dec.c
* Implemented basic stream navigation function, and bound Jump forward
[vlc] / src / input / input_dec.c
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 ;