]> git.sesse.net Git - vlc/history - src/input/stream.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / src / input / stream.c
2010-05-10 Rémi Denis-CourmontRename access_t.psz_path to psz_location
2010-05-10 Laurent AimarRemoved useless vlc_osd.h includes.
2010-03-03 Rémi Denis-CourmontUse ISO 80000 units for byte quantities as adequate
2010-02-17 Rémi Denis-Courmontstream_ReadLine: handle MacOS-style end-of-line (fixes...
2010-02-17 Rémi Denis-Courmontstream_ReadLine: bytes per char is either 1 or 2
2010-02-07 Rémi Denis-CourmontSplit file path functions out of vlc_charset.h into...
2010-02-07 Rémi Denis-Courmontstream: remove leading underscores
2010-01-28 Rémi Denis-CourmontRemove useless vlc_object_detach() before vlc_object_re...
2010-01-21 Laurent AimarMade stream_t size and position unsigned.
2010-01-21 Laurent AimarAssert that seek position is > 0.
2010-01-18 Laurent AimarFixed skipping data until EOF while using block access.
2010-01-10 Tobias GüntnerFix prebuffering after seek.
2009-12-05 JP DingerIntroduce realloc_or_free() to src/*, and add assert...
2009-10-29 Rémi Denis-CourmontDon't release an object that was not held, fix crash
2009-09-02 Christopher RathFix typo in src/input/stream.c to use CAN_FASTSEEK...
2009-08-21 Pierre d'HerbemontImplement access_GetParentInput and demux_GetParentInpu...
2009-07-25 Laurent AimarFixed seeking and skipping behavior in stream_t layer.
2009-05-25 Rémi Denis-CourmontRevert "correct realloc() usage, on failure realloc...
2009-05-24 Jean-Paul Samancorrect realloc() usage, on failure realloc will return...
2009-05-05 Laurent AimarAllow reading until the end of the file while discardin...
2009-05-04 Laurent AimarAllow back seeking after an access EOF.
2009-03-08 Laurent AimarFixed a really bad type (input).
2009-03-08 Laurent AimarFixed stream_t (stream mode) read.
2009-02-08 Christophe Mutricyi18n: Translate the channels layout in media info
2009-02-05 Laurent AimarSimplify read timing in stream.c.
2009-01-25 Laurent AimarAdded path information in stream_t.
2009-01-20 Laurent AimarRemoved useless ACCESS_GET_MTU/STREAM_GET_MTU.
2009-01-20 Laurent AimarFixed a stream block mode seeking corner case.
2009-01-17 Rémi Denis-CourmontPrivatize vlc_object_t.i_object_type
2008-12-14 Rémi DuraffortRemove unused variables.
2008-12-14 Laurent AimarImproved the way input-list is given to stream_AccessNew.
2008-12-14 Laurent AimarRemoved useless b_quick parameter in stream_AccessNew.
2008-12-09 Laurent AimarMoved stream record to its own module.
2008-12-09 Laurent AimarSupport for auto and user requested stream_filter.
2008-12-09 Laurent AimarPrepare for stream filter.
2008-11-11 Laurent AimarRemoved stream immediate.
2008-11-11 Laurent AimarRemoved useless buffering at stream level.
2008-10-14 Rémi DuraffortCleaning (don't a message when the system runs out...
2008-10-13 Laurent AimarCosmetics.
2008-10-13 Laurent AimarSanitize input headers (pass 4).
2008-10-13 Laurent AimarSanitize input headers (pass 3).
2008-10-09 Derk-Jan Hartmanpotential NULL deref (CID 150)
2008-09-08 Laurent AimarFixed input-list support.
2008-09-07 Laurent AimarThe msleep in stream.c is useless as access MUST wait...
2008-08-31 Rémi Denis-CourmontSimplifications
2008-08-31 Rémi Denis-CourmontRemove UTF-32 hacks from stream.
2008-08-26 Laurent AimarAdded recording on the fly through sout.
2008-08-26 Laurent AimarFixed record stream in case of stream_Read(NULL) and...
2008-08-26 Laurent AimarAdded record support at the stream_t level in core.
2008-08-22 Laurent AimarExport input_SplitMRL helper.
2008-08-20 Eric PetitFixes bad error checking on read errors.
2008-08-13 Rémi DuraffortRemove unneeded test.
2008-08-12 Pierre d'Herbemontinput: Fix signed warnings about streams.
2008-07-31 Derk-Jan HartmanMerge branch 'df-for-upstream' of git://repo.or.cz...
2008-07-31 Adrien MagloFix a memleak when using the --use-stream-immediate...
2008-07-03 Laurent AimarFixed AStreamSeekBlock. When skipping data, the positio...
2008-06-26 Ilkka OllakkaMerge branch 'master' of git@git.videolan.org:vlc
2008-06-24 Rémi DuraffortFix a double vlc_object_release (partially fix the...
2008-06-20 Rémi Denis-CourmontWhen the underlying access dies, suicide the stream
2008-06-19 Rémi DuraffortRemove msg_Err about memory allocation.
2008-06-15 Rémi Denis-Courmontstreams are always attached to access - no need for...
2008-06-06 Pierre d'Herbemontstream: Don't attempt to seek() when reading to NULL...
2008-06-06 Pierre d'Herbemontstream: Support reading to NULL buffer in *Immediate...
2008-06-06 Rafaël CarréRevert "stream_Read() : makes the buffer mandatory"
2008-06-06 Rafaël Carréstream_Read() : makes the buffer mandatory
2008-06-05 Pierre d'Herbemontstream: Add a new method for buffering access: A*Immedi...
2008-05-31 Rémi Denis-Courmontlibvlc: use vlc_common.h (libvlccore) instead of vlc...
2008-05-30 Rafaël CarréFix double (or up to 2^sizeof(int) times)
2008-05-26 bl4mms/tcp: hanging or unexpected seeking after the end...
2008-05-07 Rémi Denis-Courmontlibvlc_stats: use VLC_OBJECT to remove a bunch of warnings
2008-05-05 Rémi Denis-CourmontFix warning
2008-05-04 Rémi Denis-CourmontAdd long overdue private libvlc object pointer...
2008-05-01 Rémi Denis-CourmontRemove I64C as well
2008-05-01 Rémi Denis-CourmontRemnants of I64F.
2008-05-01 Rémi Denis-CourmontNIH desyndromization
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
next