]> git.sesse.net Git - vlc/history - include/input_ext-dec.h
* ALL: Introduction of a new api for decoders.
[vlc] / include / input_ext-dec.h
2003-09-02 Gildas Bazin* ALL: Introduction of a new api for decoders.
2003-03-04 Christophe Massiot* Fixed a major bug in the LPCM codec.
2003-01-07 Laurent Aimar * all: I have added two new variables in es_descriptor...
2002-11-11 Sam Hocevar * ./include/*, ./src/*: separated WIN32 #tests and...
2002-11-09 Sam Hocevar * ./Makefile.am: added a "update-vlc.dsp" rule to...
2002-10-27 Gildas Bazin* ALL: removed GetPES and NextPES, we now use input_Ext...
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-30 Christophe Massiot* demuxes: Worked around a bug in old VLC and VLS by...
2002-08-26 Christophe Massiot* Miscellaneous S/PDIF fixes.
2002-08-12 Christophe Massiot* Fixed a variable overflow bug in the audio output.
2002-08-08 Sam Hocevar * ./modules/audio_output/oss.c: compilation fixes.
2002-08-07 Sam Hocevar * ./modules/demux/mpeg/system.c: added a helper plugi...
2002-08-04 Sam Hocevar * ./modules/*: moved plugins to the new tree. Yet...
2002-07-31 Sam Hocevar * ALL: new module API. Makes a few things a lot simpl...
2002-07-23 Sam Hocevar * ALL: decoders now use a fourcc as a probe value.
2002-07-21 Laurent Aimar * all : enable cinepak decoder, I hope I haven't break...
2002-07-20 Sam Hocevar * ALL: changed "struct foo_s" into "struct foo_t...
2002-07-15 Laurent Aimar * avi.c : quick hack to read file created by ffmpeg...
2002-06-01 Sam Hocevar * ALL: the first libvlc commit.
2002-05-24 Gildas Bazin* ./include/inpu_ext-dec.h added a check to fifo->b_die...
2002-05-18 Sam Hocevar * ALL: changed __inline__ with inline (autoconf does...
2002-05-13 Laurent Aimar * include/video.h : added new fourcc code for avi
2002-04-24 Sam Hocevar * ./src/interface/main.c: we no longer segfault if...
2002-04-23 Laurent Aimar* ./plugins/ac3_adec/* use _M to avoid conflict with...
2002-03-14 Stéphane Borel*p_es->p_demux_data is available in p_config->p_demux_d...
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-30 Sam HocevarSome heavy changes today:
2001-12-30 Sam Hocevar * Put ErrorThread() in input_ext-dec.h because it...
2001-12-29 Christophe MassiotHidden gory buffer management details in a private...
2001-12-27 Christophe Massiot* Changed pf_read prototype and minor changes.
2001-12-27 Christophe Massiot* Changed the way decoder_fifo_t works ;
2001-12-19 Christophe MassiotNext Generation Buffer Manager for DVD and VCD plug...
2001-12-12 Christophe MassiotNext Generation Buffer Manager, for TS plug-in. Please...
2001-12-12 Christophe MassiotNext Generation Buffer Manager, for PS plug-in.
2001-12-10 Sam Hocevar * Removed unused code (intf_channels.c, keystrokes.h).
2001-12-07 Sam Hocevar * Fixed a total breakage of decoder plugins introduce...
2001-12-03 Sam Hocevar * Borrowed MPlayer's fast memcpy() routines. Best...
2001-11-15 Sam Hocevar * Fixed a few crashes due to race conditions in the...
2001-11-15 Christophe MassiotRemoved unused structure.
2001-11-13 Henri FallonAll decoders (audio, video, subtitles) are now modules.
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-16 Christophe MassiotFixed GetChunk for chunks < 4 bytes.
2001-05-01 Sam Hocevar * Fixed a segfault in the SPU decoder initialization.
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)