]> git.sesse.net Git - vlc/history - src/input/input.c
Fix non-file input slaves
[vlc] / src / input / input.c
2012-08-23 Rémi Denis-CourmontFix non-file input slaves
2012-08-21 Rémi Denis-Courmontstr_format_meta(): take playlist as parameter directly
2012-08-20 Rémi Denis-Courmontvlc_path2uri(): rename from make_URI() and always conve...
2012-05-10 Rémi Denis-CourmontAdd SNR and signal level for access_demux
2012-01-27 Rémi Denis-CourmontRemove inconsistently used check for <sys/stat.h>
2012-01-27 Rémi Denis-CourmontInclude system headers before VLC headers
2011-12-11 Laurent AimarRemoved now useless(invalid) muli-volume rar concatenat...
2011-11-29 Rémi Denis-CourmontConvert rate stats to integer and remove useless float...
2011-11-29 Rémi Denis-CourmontHard-code stats update interval
2011-11-29 Rémi Denis-CourmontRemove redundant object parameter to stats functions
2011-11-29 Rémi Denis-CourmontRemove write-only timer statistics
2011-11-27 Jean-Baptiste KempfLGPL
2011-11-08 Ludovic Fauvetinput: fix a crash when loading an invalid mrl
2011-09-25 Rémi Denis-CourmontUse hash instead of arobas for seekpoint (fix #5022)
2011-09-25 Rémi Denis-CourmontSimplify parsing of title/chapter in MRL
2011-09-08 Rafaël Carrédecoder: process the last block when closing
2011-08-29 Rémi Denis-CourmontCast or convert <ctype.h> functions it parameters to...
2011-07-11 Francois Cartegnievlc input control: add INPUT_GET_TITLE_INFO
2011-07-11 Rémi Denis-CourmontRemove object type field
2011-07-11 Rémi Denis-CourmontRemove VLC_OBJECT_INPUT type
2011-07-11 Rémi Denis-CourmontRemove VLC_OBJECT_DECODER type
2011-07-11 Rémi Denis-CourmontRemove VLC_OBJECT_VOUT
2011-07-11 Rémi Denis-CourmontRemove VLC_OBJECT_AOUT
2011-06-25 Laurent AimarLet the value from --rate use the same code path than...
2011-06-19 Rafaël Carréremove warnings
2011-05-31 Sébastien Escudiervlm : call var_DelCallback after input thread is joined.
2011-05-25 Rémi Denis-CourmontRemove vlc_object_attach()
2011-05-25 Sébastien Escudierfix input_Close return type
2011-05-23 Laurent AimarRemoved vlc_thread_set_priority().
2011-05-23 Laurent AimarConverted input to vlc_clone().
2011-05-22 Laurent AimarAdded input_Close() helper.
2011-03-17 Jean-Baptiste KempfSrc: more comprehensible debug messages
2011-02-12 Rémi Denis-CourmontRemove useless parameters
2011-02-10 Jean-Baptiste KempfSubtitle: do not dialog_Fatal when the subtitle was...
2011-02-10 Jean-Baptiste KempfMake SubtitleAdd accept flags instead of a bool
2011-01-12 Pierre YnardUse make_URI() when creating input slaves
2010-12-12 Rémi Denis-CourmontDo not clear --play-and-pause once it happens
2010-11-27 Rémi Denis-CourmontRemove unused msg_Stack stuff
2010-11-17 Rémi Denis-CourmontAllow demux to select the PTS delay, fallback to access
2010-11-06 Rémi Denis-CourmontInput location is always an URL
2010-07-27 Rémi Denis-CourmontDo not include vlc_modules.h in vlc_common.h
2010-07-19 Rémi Denis-CourmontFix heap corruption
2010-07-07 Rémi Denis-Courmontmake_URI: add scheme parameter
2010-07-02 Rémi Denis-CourmontMake vlc_value_t.i_int 64-bits
2010-06-28 Laurent AimarFixed --program behavior.
2010-06-17 Laurent AimarAdded a ref count on input_resource_t.
2010-06-08 Rémi Denis-Courmontprograms is a string, which is a string, which is not...
2010-05-25 Laurent AimarMade object created by input_resource attached to a...
2010-05-12 Rémi Denis-CourmontMissing path->URI conversion for subtitles
2010-05-10 Rémi Denis-CourmontRemove the file:// URI decode hack
2010-05-08 Rémi Denis-CourmontWin32: hack^Wfix opening UNC paths (fixes #3459)
2010-03-26 Casian Andreiinput: set OSD message when changing rate via hotkeys...
2010-03-04 Laurent AimarAdded an option (clock-jitter) to control the maximum...
2010-03-04 Laurent AimarPrepare for maximal clock jitter configuration.
2010-03-03 Rémi Denis-CourmontMerge branch 'master' of git.videolan.org:vlc
2010-03-03 Rémi Denis-CourmontRemove HTML anchor from URI in all cases, not just...
2010-03-02 Antoine CellerierParse input specific options earlier to enable using...
2010-03-02 Antoine CellerierCheck rate value before using.
2010-03-02 Rémi Denis-CourmontSplitMRL: warn if we get a path instead of a MRL/URI
2010-03-02 Rémi Denis-Courmontstream redirected path is a path, not a URI (i.e. no...
2010-03-02 Antoine CellerierUse var_Inherit instead of var_CreateGet + var_Destroy.
2010-02-14 Laurent AimarFixed audio-desync support and simplified (close #3253).
2010-02-14 Laurent Aimares_out_SetDelay cannot fail.
2010-02-10 Antoine CellerierChange filename_sanitize() to work on original string...
2010-02-07 Gildas BazinHonor the nointeract config option
2010-02-07 Rémi Denis-Courmontutf8_* -> vlc_* (sed roxxors)
2010-02-07 Rémi Denis-CourmontSplit file path functions out of vlc_charset.h into...
2010-02-07 Rémi Denis-Courmontinput: remove leading underscores
2010-01-31 Laurent AimarFixed input clean up in case of sout error.
2010-01-31 Laurent AimarCosmetics.
2010-01-30 Laurent AimarMade normal es_out_t valid as long as input_thread_t.
2010-01-30 Laurent AimarMerged ES_OUT_SET_ACTIVE/_MODE.
2010-01-30 Laurent AimarCosmetics.
2010-01-28 Rémi Denis-CourmontMissing vlc_object_attach
2010-01-23 Laurent AimarSupport subtitle description when comming from attachme...
2010-01-21 Laurent AimarMade stream_t size and position unsigned.
2010-01-18 Rémi Denis-CourmontInput: attach before any variable access so that inheri...
2010-01-16 Rémi Denis-CourmontRemove useless (and slightly wrong) cast
2010-01-16 Rémi Denis-CourmontFix tense
2010-01-13 Laurent AimarAdded support for subtitles stored as input attchments.
2010-01-11 Rémi Denis-CourmontRemove useless <ctype.h> inclusions
2010-01-07 Laurent AimarFixed uninitialized value.
2010-01-07 Pierre d'Herbemontmeta reader: Always run if we don't have meta from...
2010-01-07 Pierre d'Herbemontmeta reader: Add the input_item that we are reading...
2009-12-26 Pierre d'Herbemontinput: With --play-and-pause don't pause non pausable...
2009-12-06 Rémi Denis-CourmontDo not assert memory allocations
2009-12-05 JP DingerIntroduce realloc_or_free() to src/*, and add assert...
2009-11-28 Laurent AimarImproved consecutives seeks behaviour.
2009-11-28 Laurent AimarImproved input requests merging.
2009-11-28 Laurent AimarCosmetics.
2009-11-21 Rémi Denis-CourmontAllow setting the playback rate from configuration
2009-11-11 Rémi Denis-CourmontUnintended change
2009-11-11 Rémi Denis-CourmontBump plugin ABI due to gettext/cache changes
2009-09-18 Erwan Tuloucore: create two variables at initialization (for var_A...
2009-09-14 Laurent AimarDisable play-and-pause for non interactive input.
2009-09-14 Laurent AimarCosmetics (simplify after input_Read change).
2009-09-14 Laurent AimarRemoved b_block parameter from input_Read.
2009-09-14 Laurent AimarMoved play-and-pause logic at the right place.
2009-09-14 Laurent AimarFixed EOF handling while buffering in pause state.
2009-09-14 Laurent AimarRemoved useless check on input b_eof flag while waiting...
next