]> git.sesse.net Git - vlc/history - src/input/input_dec.c
* all: new sout scheme. Now a chain of module are created that can
[vlc] / src / input / input_dec.c
2003-04-13 Laurent Aimar * all: new sout scheme. Now a chain of module are...
2003-03-04 Christophe Massiot* Fixed a major bug in the LPCM codec.
2003-02-18 Derk-Jan Hartman* Changed an Error message. Many people did not understand:
2003-01-25 Laurent Aimar* avi: no more segfault when we have 'max buffer alloca...
2003-01-22 Laurent Aimar * all: modified files for video transcoding. Still...
2003-01-07 Laurent Aimar * all: I have added two new variables in es_descriptor...
2002-12-18 Gildas Bazin* src/libvlc.h, src/input/input_dec.c: added an "sout...
2002-12-14 Laurent Aimar Added stream output. (common work with titer).
2002-12-06 Sam Hocevar * ./configure.ac.in: removed -W in favour of -Wtradit...
2002-11-11 Sam Hocevar * ./include/*, ./src/*: separated WIN32 #tests and...
2002-11-10 Sam Hocevar * ALL: WinCE compilation fixes (mostly nonexistent...
2002-10-29 Sam Hocevar * ./include/vlc_common.h: defined the INSERT_ELEM...
2002-10-27 Gildas Bazin* ALL: removed GetPES and NextPES, we now use input_Ext...
2002-09-01 Christophe MassiotAdded a priority for video decoders, for systems with...
2002-08-29 Christophe Massiot* ./bootstrap : Fixed an issue with old shell versions
2002-08-12 Christophe Massiot* Fixed a variable overflow bug in the audio output.
2002-08-12 Sam Hocevar * ./src/misc/objects.c: two big changes in the object...
2002-08-08 Sam Hocevar * ./modules/audio_output/oss.c: compilation fixes.
2002-08-04 Sam Hocevar * ./src/misc/modules.c: if a module name starts with...
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-06-08 Sam Hocevar * ./include/vlc_threads.h, ./src/misc/threads.c:...
2002-06-02 Sam Hocevar * ./src/video_output/video_output.c: fixed the "pictu...
2002-06-01 Sam Hocevar * ALL: the first libvlc commit.
2002-05-20 Sam Hocevar * ./src/interface/main.c: fixed a little memleak.
2002-05-15 Cyril Deguet- check size to avoid realloc(0)
2002-05-14 Christophe MassiotFixed a bug (glitch/segfault) when seeking.
2002-05-12 Christophe Massiot* Mac OS X port : menus for Program/Title/Chapter/Langu...
2002-04-23 Sam Hocevar * ./src/interface/main.c: tidied the help output...
2002-03-14 Stéphane Borel*p_es->p_demux_data is available in p_config->p_demux_d...
2002-03-11 Gildas Bazin* New GTK configuration interface. This interface is...
2002-03-01 Christophe MassiotInput III (Episode 1).
2002-02-24 Gildas BazinThis is the first part of the new configuration archite...
2002-02-19 Sam Hocevar * Got rid of TRACE and intf_DbgMsg which were seldom...
2002-02-15 Sam Hocevar * ALL: got rid of *_Probe functions because most...
2002-02-05 Gildas Bazin* New AC3 decoder plugin using liba52 from Aaron Holtzm...
2002-01-21 Christophe Massiot* Decoders do not necessarily use bit stream (see mad...
2001-12-31 Christophe Massiot* Fixed a bug in DecoderError.
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 ;