]> git.sesse.net Git - vlc/history - src/input/stream.c
* modules/demux/ts.c, modules/access/dvb: Added support for the CAM device
[vlc] / src / input / stream.c
2004-09-03 Christophe Massiot* modules/demux/ts.c, modules/access/dvb: Added support...
2004-08-30 Damien Fouilleuli've modified the following functions to properly skip...
2004-08-28 Laurent Aimar * stream.c: oops another bug with SET_ID...
2004-08-20 Gildas Bazin* src/input/*: update position on title change.
2004-08-03 Gildas Bazin* ALL: Major rework of the subpictures architecture.
2004-08-01 Laurent Aimar * stream.c: increase precache for stream without title...
2004-08-01 Laurent Aimar * stream.c: call Seek if stream_Read( s, NULL, skip );
2004-07-31 Derk-Jan Hartman* print a debug message when our buffer gets it's first...
2004-07-19 Laurent Aimar * stream.c: fixed seeking near the end of a stream.
2004-07-18 Laurent Aimar stream.c: do not drop empty line.
2004-07-09 Gildas Bazin* modules/demux/playlist, src/input/stream.c: fixed...
2004-06-25 Laurent Aimar * sub ->subtitle : converted sub.c to a 'real' demux2.
2004-06-23 Laurent Aimar * stream.c: fixed a problem with peek.
2004-06-23 Gildas Bazin* src/input: update ES object vars when an ES is remove...
2004-06-23 Gildas Bazin* modules/demux/m3u.c: allocate buffer for stream_Read().
2004-06-22 Laurent Aimar * all: rework of the input.
2004-06-07 Laurent Aimar * include: removed a few deprecated functions.
2004-06-05 Laurent Aimar * ninput: added more access2 doc, added ACCESS_SET_PRI...
2004-05-18 Clément StenacSkip leading tabs, spaces and line feeds
2004-05-18 Clément StenacHopefully fix bug with playlist parsing (line-feed...
2004-04-02 Laurent Aimar * stream: fixed cast of lvalue.
2004-03-29 Laurent Aimar * stream: added stream_DemuxNew, stream_DemuxSend...
2004-03-28 Derk-Jan Hartman* src/input/stream.c
2004-03-11 Gildas Bazin* input/input_ext-plugins.c:
2004-02-02 Laurent Aimar * stream: gcc < 3 fix.
2004-01-26 Laurent Aimar * all: make stream_t using function pointers (needed...
2004-01-25 Clément Stenac* String review, round one
2004-01-21 Laurent Aimar * stream: made skipping a bit smarter, removed no...
2004-01-16 Laurent Aimar * all: added STREAM_GET_MTU and stream_MTU.
2004-01-06 Sigmund Augdal Helbergsrc/input/stream.c:
2004-01-06 Clément StenacUpdated copyrights in libvlc
2004-01-03 Gildas Bazin* modules/demux/mpeg/mpga.c, src/input/stream.c: fixed...
2003-11-21 Gildas Bazin* include/vlc_common.h: include stdlib.h
2003-10-08 Gildas Bazin* include/vlc_codec.h: defines decoders/encoders relate...
2003-09-08 Laurent Aimar* stream : convert a msg_Err into msg_Warn.
2003-08-20 Laurent Aimar * stream: less warnings.
2003-08-18 Laurent Aimar * all: added stream_DataPacket
2003-08-14 Sigmund Augdal Helberginclude/ninput.c, src/input/stream.c:
2003-08-01 Laurent Aimar * vlc_common.h: include stdarg.h by default. Required...