]> git.sesse.net Git - vlc/history - src/input/stream.c
decoder: fix data race in input_DecoderFrameNext()
[vlc] / src / input / stream.c
2015-02-18 Rémi Denis-CourmontMark unreachable code on GCC even if NDEBUG
2015-01-29 Rémi Denis-Courmontstream: handle seek across EOF correctly (hopefully)
2014-08-25 Rémi Denis-Courmontstream: remove tautology
2014-08-13 Rémi Denis-Courmontstream: remove shadow variable
2014-08-13 Rémi Denis-Courmontstream: avoid shadowing
2014-07-17 Tristan Matthewsstream: use CLOCK_FREQ
2014-07-04 Julien 'Lta' BALLETstream.c: Add debug message when selecting readdir...
2014-06-26 Rémi Denis-Courmontstream: remove pointless cast
2014-06-26 Rémi Denis-Courmontstream: remove redundant checks
2014-06-26 Rémi Denis-Courmontstream: assert that the underlying access is valid
2014-06-24 Julien 'Lta' BALLETAdd support for pf_readdir access modules in Streams
2013-12-15 Rémi Duraffortinput: fix memory leak if access is not found
2013-11-10 Rémi Denis-CourmontAdd STREAM_GET_PTS_DELAY control (refs #8457)
2013-08-26 Rémi Denis-Courmontinput: add access & stream controls for current title...
2013-08-25 Rémi Denis-Courmontinput/stream: remove STREAM_CONTROL_ACCESS and simplify
2013-08-25 Rémi Denis-Courmontinput/stream: cosmetics
2013-08-25 Rémi Denis-Courmontinput/stream: factor code
2013-07-21 Rémi Denis-Courmontaccess: info.i_size -> control(ACCESS_GET_SIZE)
2013-04-25 Rémi Denis-Courmontstream_ReadLine: correctly return an error on overflow...
2013-04-17 Rémi Denis-Courmontinput/stream: add STREAM_GET_SIGNAL (fixes #8414)
2013-04-17 Rémi Denis-Courmontstream: add STREAM_GET_META
2013-04-17 Rémi Denis-Courmontstream: add explicit controls for titles and seekpoints
2013-04-16 Rémi Denis-Courmontstream: add STREAM_CAN_PAUSE and STREAM_CAN_CONTROL_PACE
2013-04-16 Rémi Denis-Courmontstream: add STREAM_SET_PAUSE_STATE control
2013-04-16 Rémi Denis-Courmontinput: small simplification
2013-04-13 Rémi Denis-Courmontstream: destroy the access object underneath the stream...
2013-02-07 Rafaël Carréstream: Fix segfault caused by invalid seek
2012-12-13 Rémi Denis-CourmontReplace block_New() with block_Alloc()
2012-11-10 Rémi Denis-CourmontDo not access b_die directly
2012-11-10 Rémi Denis-Courmontstream: remove useless vlc_object_kill() calls
2012-10-13 KO Myung-Huninput: Allocate an enough buffer for UTF-8
2012-06-27 Rémi Denis-Courmontinput: do not override subtitles encoding if BOM is...
2012-06-27 Rémi Denis-Courmontinput: remove BOM skipping hack
2012-02-05 Frédéric Yhuelsrc/input/stream.c: improve documentation somewhat
2012-01-07 Laurent AimarAdded stream_BlockRemaining() helper.
2011-11-29 Rémi Denis-CourmontConvert rate stats to integer and remove useless float...
2011-11-29 Rémi Denis-CourmontRemove redundant object parameter to stats functions
2011-11-27 Jean-Baptiste KempfLGPL
2011-11-16 Can Wuintroduce VLC_CLIP() macro to replace use pair of __MAX...
2011-09-25 Rémi Denis-CourmontUse hash instead of arobas for seekpoint (fix #5022)
2011-07-11 Rémi Denis-CourmontRemove object type field
2011-07-11 Rémi Denis-Courmontstream: re-use existing input pointer for statistics
2011-05-25 Rémi Denis-CourmontRemove vlc_object_attach()
2011-03-29 Rémi Denis-Courmontstream_UrlNew: avoid harmful vlc_object_find()
2011-03-17 Jean-Baptiste KempfSrc: more comprehensible debug messages
2011-03-17 Jean-Baptiste KempfImproved debug messages
2010-11-02 Jean-Paul Samanstream_filter core: add procotol information to stream_t
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.
next