]> git.sesse.net Git - vlc/history - include/input_ext-dec.h
* Mandatory step for video output IV and the audio output quality
[vlc] / include / input_ext-dec.h
2001-05-01 Sam Hocevar * Mandatory step for video output IV and the audio...
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-16 Cyril DeguetRe-added the new packet allocation method in PS input...
2001-04-05 Cyril Deguetswitched back to the old packet allocation method for...
2001-04-05 Cyril DeguetAdded a new packet allocation method that punish one...
2001-03-06 Christophe Massiot* Fixed an alignment problem in UnalignedShowBits().
2001-03-02 Christophe Massiot* Fixed miscellaneous alignment problems (alpha/sparc...
2001-03-02 Stéphane Borel-New function for DVD reading, that is able to read...
2001-02-08 Christophe Massiot* Portability : changed off64_t to off_t and activated...
2001-02-08 Christophe Massiot* Implemented basic stream navigation function, and...
2001-01-24 Christophe Massiot* Hooks for fast forward and slow motion support.
2001-01-22 Christophe Massiot* Minor bitstream optimization.
2001-01-21 Christophe Massiot* Various miscellaneous minor optimizations of the...
2001-01-20 Sam Hocevar . really fixed GetChunk now.
2001-01-20 Sam Hocevar . the infamous Saturday morning mighty one-liner patch...
2001-01-18 Christophe Massiot* 32-bit aligned bitstream (not that fast).
2001-01-13 Sam Hocevar . the IDCT functions are now located in modules :...
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)