]> git.sesse.net Git - vlc/history - src/input/stream.c
Merge branch 'master' of git@git.videolan.org:vlc
[vlc] / src / input / stream.c
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'Herbemontaccess: Rename access2 to access as access is no longer...
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-30 Pierre d'Herbemontstream: No use to vlc_object_yield() and object that...
2008-03-29 Pierre d'Herbemontstream: Do not yield and then release. It is unuseful...
2008-03-12 Rémi DuraffortRemove useless test before freeing something.
2008-03-04 Rémi Denis-Courmontaccess2_New really does not need to know about preparsing.
2008-02-27 Rafaël Carréfix #1404
2008-02-26 Pierre d'Herbemontmisc/objects.c: Don't rely on vlc_object_destroy()...
2008-02-02 Laurent Aimar Fixed seeking at the exact stream end in block mode.
2008-01-29 Rafaël CarréMRLSplit(): removes unused parameter
2008-01-24 Rafaël Carré* input/stream.c: checks memory allocation, patch by...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-11-29 Rémi Denis-CourmontTypo
2007-10-02 Rémi Denis-CourmontPass content-type from access to stream
2007-08-20 Rémi Denis-CourmontRemember not to include anything before vlc/vlc.h
2007-07-20 Rémi Denis-CourmontRemove dummy stream_t.pf_block
2007-07-20 Rémi Denis-CourmontMake stream_Peek take a const pointer as it should
2007-05-25 Laurent AimarFixed stream_Block() comment (close #1208)
2007-05-03 Gildas Bazin* src/input/stream.c: fix input-list code.
2007-04-18 Rémi Denis-CourmontUuinline functions and hide stream_t (it's not used...
2007-02-22 Jean-Paul SamanRemove unused headerfile
2006-11-27 Derk-Jan Hartman* Correct and probably also faster EOL detection in...
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-08 Rémi Denis-CourmontSome more const and strdup avoidance
2006-11-06 Rémi Denis-CourmontCosmetic fix
2006-10-23 Clément StenacClean up and improve core handling for album art. Still...
2006-10-07 Gildas Bazin* src/input/stream.c: fixed invalid memory access in...
2006-09-15 Clément StenacMove stats stuff to the per-instance object
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-08-06 Jean-Paul SamanFix compiler warning on uninitialized variable.
2006-06-29 Derk-Jan Hartman* fix an issue with stats on inputstreams (this fixes...
2006-06-15 Clément StenacPartial rewrite of stats to avoid lookups (Closes:...
2006-04-08 Rémi Denis-CourmontFix warning
2006-04-01 Felix Paul Kühne* 2nd review of /src/* \ libvlc.h (refs #438)
2006-02-04 Clément StenacStop using strings to index stats, use integers. The...
2006-02-04 Clément Stenac* Avoid useless stats_Get calls
2006-02-03 Sigmund Augdal Helbergfix --no-stats in a few cases (there are more remaining)
2006-02-01 Rémi Denis-CourmontRemove unused variable
2006-01-28 Clément StenacGet stats on block inputs (Refs:#473)
2006-01-14 Derk-Jan Hartman* Revert the Default charset encoding back to ISO-8859-1
2006-01-12 Antoine CellerierFSF address change.
2006-01-12 Clément StenacSupport for moving averages (Refs:#473)
2006-01-11 Clément StenacMisc stats work (Refs:#473)
2006-01-08 Clément StenacSome more stats preliminary work
2005-12-31 Derk-Jan HartmanFix an issue with AStreamRefillStream and mp4 indexes
2005-12-16 Clément StenacRefill stream when seeking near of end of track.
2005-12-12 Derk-Jan HartmanFix a crash in stream_ReadLine
2005-12-10 Derk-Jan Hartman* don't convert UTF-8 -> UTF-8 because we found a BOM.
2005-12-10 Derk-Jan Hartman* UTF16 and UTF32 conversion to UTF8 for stream_ReadLin...
2005-10-24 Marian Durkovicmodifications for RTP reordering:
2005-10-15 Jean-Paul SamanRTP reordering in module/access/udp.c done by me with...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-04-12 Gildas Bazin* ALL: fixed a handful of bugs and memory leaks.
2005-04-01 Sigmund Augdal Helbergstream.c: fixed stream_Delete() for streams opened...
2005-04-01 Sigmund Augdal Helbergfixed a few problems with stream_UrlNew
2005-04-01 Sigmund Augdal Helbergadded a stream_UrlNew to open a general purpos stream_t...
2005-03-05 Gildas Bazin* src/input/stream.c: check return value of malloc...
2005-03-03 Gildas Bazin* src/input/stream.c: use less memory for the stream...
2005-02-08 Laurent Aimar * all: better support for MBR mms stream (display...
2005-01-26 Gildas Bazin* src/libvlc.h, src/input/stream.c: new --input-list...
2005-01-05 Gildas Bazin* src/input/stream.c: decrease memory requirements...
2004-12-10 Clément Stenac*experimental* input pre-parsing support.
2004-11-22 Laurent Aimarstream.c: fixed a bug when seeking again near the end...
2004-10-06 Gildas Bazin* src/input/stream.c, modules/demux/avi/avi.c: work...
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...
next