]> git.sesse.net Git - vlc/history - include/input_ext-dec.h
* Changed default values :
[vlc] / include / input_ext-dec.h
2001-01-12 Christophe Massiot* Changed default values :
2001-01-12 Christophe Massiot* Fixed 32 bits bitstream bugs.
2001-01-11 Sam Hocevar . moved swab32 from input_ext-dec.h to common.h. We...
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...
2001-01-09 Sam Hocevar . fixed a warning under FreeBSD (dlerror() is a const...
2000-12-27 Christophe MassiotWe now read the DTS (but we don't use it for the moment).
2000-12-26 Christophe Massiot* Use of ptrdiff_t whenever necessary (IA-64 port) ;
2000-12-22 Christophe Massiot* Using i_id instead of i_stream_id whenever possible ;
2000-12-21 Christophe Massiot* New decoder spawning API input_dec.c ;
2000-12-21 Christophe Massiot* Removed b_die and b_error from all decoders (obsolete...
2000-12-19 Christophe MassiotGetChunk() : reads n bytes from the elementary stream...
2000-12-05 Christophe MassiotThe input-II. (more info by mail in about an hour)