]> git.sesse.net Git - vlc/history - src/input/input_dec.c
* include/vlc_es.h: added b_packetized field to es_format_t to tell a decoder if...
[vlc] / src / input / input_dec.c
2004-03-07 Gildas Bazin* include/vlc_es.h: added b_packetized field to es_form...
2004-03-06 Gildas Bazin* src/input/input_dec.c: fix for input_EndDecoder(...
2004-03-06 Laurent Aimar * all: implemented sout asynch support. (ie sout will...
2004-03-03 Gildas Bazin* ALL: changed the prototype of module_Need() to accept...
2004-03-03 Christophe Massiot* src/input/input_dec.c: Copy block_t::i_flags to sout_...
2004-02-25 Gildas Bazin* src/input/input_dec.c: compilation fix.
2004-02-25 Laurent Aimar * all: fixed sout-audio/video options.
2004-02-22 Laurent Aimar * all: changed the prototype of sout_InputNew.
2004-01-30 Laurent Aimar * all: sout have now access to psz_language.
2004-01-25 Clément Stenac* String review, round one
2004-01-19 Laurent Aimar * all: added a i_id field in es_format_t.
2004-01-18 Gildas Bazin* modules/demux/dvdnav.c: restart the decoders on VTS...
2004-01-18 Laurent Aimar * input_dec: exported correct i_group.
2004-01-06 Clément StenacUpdated copyrights in libvlc
2003-12-24 Gildas Bazin* include/vlc_block.h: added a temporary i_rate field...
2003-11-30 Laurent Aimar *all: added a --minimize-thread options to make all...
2003-11-28 Laurent Aimar * input_dec: does pass empty block to the decoder.
2003-11-26 Gildas Bazin* ALL: fixed memory leaks.
2003-11-24 Gildas Bazin* src/input/input_dec.c, include/vlc_codec.h: added...
2003-11-24 Laurent Aimar * all: do not export input_NullPacket
2003-11-24 Laurent Aimar * all: ported/cleaned up/renabled dvb subtitle decoder...
2003-11-24 Laurent Aimar * all: removed decoder_fifo_t.
2003-11-23 Gildas Bazin* src/input/input_dec.c: set p_dec->b_error when we...
2003-11-23 Laurent Aimar * input_dec.c:
2003-11-22 Laurent Aimar * input_dec: set also p_dec->b_die.
2003-11-21 Laurent Aimar * all: remove sout_format_t and use es_format_t instead.
2003-11-18 Laurent Aimar * input_dec.c : handle SPU_ES (and not as VIDEO_ES...
2003-11-18 Gildas Bazin* src/input/input_dec.c: fixed nasty bug. Thanks Meuuh :)
2003-11-18 Laurent Aimar * allow packetizer to return multiple blocks at once.
2003-11-16 Gildas Bazin* modules/codec/ffmpeg/video.c, src/input/input_dec...
2003-11-16 Gildas Bazin* ALL: final improvements to the decoders/packetizers...
2003-11-06 Damien Lucasdvbsub.c: DVB subtitles decoder (ETSI EN 300 743)....
2003-10-10 Gildas Bazin* src/input/input_dec.c: use VLC_OBJECT_PACKETIZER...
2003-10-08 Gildas Bazin* include/vlc_codec.h: defines decoders/encoders relate...
2003-10-06 Gildas Bazin* src/input/input_dec.c: forgot to commit that with...
2003-09-02 Gildas Bazin* ALL: Introduction of a new api for decoders.
2003-07-23 Gildas Bazin* ALL: changes to the playlist_Add() and VLC_AddTarget...
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 ;