]> git.sesse.net Git - vlc/history - src/input/input.c
Merge branch 'master' into lpcm_encoder
[vlc] / src / input / input.c
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...
2009-09-14 Elliot MurphyAdded a new option, play-and-pause. When this option...
2009-09-12 Rémi Denis-CourmontMissing #include <errno.h>
2009-09-03 Laurent AimarChecked demux_Control return value in input.
2009-08-23 Rémi Denis-CourmontUse a VLC object for meta reader
2009-08-23 Rémi Denis-CourmontSimplification
2009-08-23 Rémi Denis-CourmontSimplification
2009-08-21 Pierre d'HerbemontImplement access_GetParentInput and demux_GetParentInpu...
2009-08-20 Pierre d'Herbemontinput: Remove unused variable.
2009-08-15 Rémi Denis-Courmontinput: don't be too clever with start-time - fixes...
2009-07-19 Laurent AimarAdded a ES_OUT_SET_META to es_out.
2009-07-18 Rémi Denis-CourmontMatch localhost plus / not localhost plus directory...
2009-07-17 Laurent AimarAllowed to have access_demux without pf_demux as slave.
2009-07-17 Laurent AimarCosmetics.
2009-07-16 Laurent AimarAllowed non pace controled access_demux to not implemen...
2009-07-15 Laurent AimarAlways update the wakeup date in input.
2009-07-01 Laurent AimarClean up.
2009-06-29 Pierre d'Herbemontinput: Support file://localhost/file type url.
2009-06-25 Derk-Jan Hartmaninput: assert in InputSourceInit() if there is no MRL...
2009-06-24 Rémi DuraffortFix memleak when using --demux.
2009-06-18 Laurent AimarDo not warn about unsupported demux/access when aborting.
2009-06-16 Pierre YnardAccept file:// URIs starting with an antislash
2009-06-16 Pierre YnardWinCE: don't strip leading slash when converting from...
2009-06-12 Rémi Denis-CourmontFix opening of file:// URIs (not tested on Windows)
2009-06-09 Laurent AimarFixed --input-repeat and large --*-caching value.
2009-06-03 Laurent AimarFixed old naming standard splitted rar archive (close...
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi Duraffortinput: partially revert f63268acaafdca4f3e17b837c37a105...
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
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-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge VLC_OBJECT_PACKETIZER with VLC_OBJECT_DECODER
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix
next