]> git.sesse.net Git - vlc/history - src/input
Refresh PO files
[vlc] / src / input /
2010-03-30 Lucas C. Villa RealFixes a crash in VLC caused by a missing verification...
2010-03-26 Sébastien EscudierVLM : move a mutex lock/unlock
2010-03-26 Laurent AimarSimplify a bit input rate setting.
2010-03-26 Casian Andreiinput: set OSD message when changing rate via hotkeys...
2010-03-24 Rémi Denis-CourmontConfusing typo
2010-03-23 Laurent AimarPrevent negative caching value to be displayed.
2010-03-13 Jakob Lebeninput_item: remove b_prefers_tree
2010-03-13 Jakob Lebeninput_item: new input_item_Copy()
2010-03-09 Fabio RitrovatoFix typo
2010-03-05 Antoine CellerierFix quoted values containing # in VLM shell.
2010-03-05 Rémi DuraffortUse var_Type to test for the existence of a variable...
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-04 Laurent AimarCosmetic.
2010-03-03 Laurent AimarFixed picture leaks when unlinking a non displayed...
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-03 Rémi Denis-CourmontUse MiB rather than MB for arbitrary memory limits
2010-03-03 Rémi Denis-CourmontUse ISO 80000 units for byte quantities as adequate
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-CourmontInput item URI cannot be NULL
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-23 Jakob Lebenplaylist: consistently change input item type when...
2010-02-20 Rémi Denis-Courmontdecode_URI: do not call EnsureUTF8
2010-02-18 Rémi Denis-Courmontinput_item_SetURI: improve warning
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-14 Laurent AimarFixed audio-desync support and simplified (close #3253).
2010-02-14 Laurent Aimares_out_SetDelay cannot fail.
2010-02-14 Laurent AimarDefault to any for --audio-language.
2010-02-13 Rémi Denis-Courmontdemux_PacketizerNew: missing object attachment
2010-02-11 Laurent AimarDo not include input_internal.h in vlm code.
2010-02-11 Pierre d'Herbemontvlm: Remove the callback before joining the thread...
2010-02-11 Antoine CellerierOops, sed isn't always enough.
2010-02-11 Pierre d'Herbemontvlm: Avoid a deadlock when stoping the input.
2010-02-11 Erwan Tuloucore: use make_path in subtile_Detect
2010-02-10 Antoine CellerierUse the normal vlm lock to protect access to the condit...
2010-02-10 Antoine CellerierChange filename_sanitize() to work on original string...
2010-02-09 Rémi Denis-CourmontRemove pl_Release, and rename pl_Hold back to pl_Get
2010-02-09 Jakob Lebeninput_item: post individual subitems later when posting...
2010-02-08 Antoine CellerierFix VLM scheduling.
2010-02-08 Laurent AimarFixed memleak.
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-Courmontstream: remove leading underscores
2010-02-07 Rémi Denis-Courmontinput: remove leading underscores
2010-02-07 Rémi Denis-CourmontVLM: remove leading underscores
2010-02-06 Antoine CellerierAdd some locking.
2010-02-06 Antoine CellerierRemove msleep() from vlm. It should work but testing...
2010-02-06 Laurent AimarExtended input_GetPcrSystem to also return the current...
2010-02-06 Antoine CellerierRemove tabs.
2010-02-05 Laurent AimarUsed INPUT_REPLACE_INFOS/INPUT_MERGE_INFOS in es_out...
2010-02-05 Laurent AimarAdded INPUT_REPLACE_INFOS and INPUT_MERGE_INFOS.
2010-02-05 Laurent AimarAdded input_item_ReplaceInfos() and input_item_MergeInfos.
2010-02-05 Laurent AimarModified info_category_AddInfo and added info_category_...
2010-02-05 Laurent AimarFactorized and clean up input_item_t::info_cat_t manipu...
2010-02-05 Laurent AimarFixed an invalid free in input_item_DelInfo().
2010-02-05 Laurent AimarFixed support for non dated teletext.
2010-02-05 Pierre Ynardvlm: make vod input objects children of vod server
2010-02-03 Jakob Lebeninput_item: compress two functions into one and rename...
2010-02-03 Pierre d'Herbemontinput_item: Remove input_item_AddSubItem2 and send...
2010-02-02 Laurent AimarAdded input_GetPcrSystem/input_ModifyPcrSystem.
2010-02-02 Jakob Lebeninput_item_node_Delete: fix leakage and lessen complexity
2010-02-02 Jakob Lebenvlc core: single storage playlist
2010-01-31 Kamil BaldygaTicket 3234 autodetect subtitles
2010-01-31 Laurent AimarCosmetics.
2010-01-31 Laurent AimarFixed input_GetEsObjects().
2010-01-31 Laurent AimarAdded input_GetEsObjects() to cleanly retreive ES objec...
2010-01-31 Laurent AimarFixed input clean up in case of sout error.
2010-01-31 Laurent AimarCosmetics.
2010-01-30 Laurent AimarRemoved now useless es_out_t::b_sout field.
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-30 Laurent AimarAdded input internal es_out_GetEsObjects to retreives...
2010-01-30 Rémi Denis-Courmonttimeshift: avoid non-C99 anonymous unions
2010-01-30 Rémi Denis-Courmontinput_item_WriteMeta: use make_path()
2010-01-28 Laurent AimarAdded es_out_ControlModifyPcrSystem to synchronize...
2010-01-28 Laurent AimarAdded es_out_ControlGetPcrSystem helper.
2010-01-28 Rémi Denis-CourmontRemove useless vlc_object_detach() before vlc_object_re...
2010-01-28 Rémi Denis-CourmontFactor vlc_object_release() into DeleteDecoder()
2010-01-28 Rémi Denis-CourmontMissing vlc_object_attach
2010-01-28 Rémi Denis-Courmontdon't convert bool to bool...
2010-01-28 Rémi Denis-CourmontResource attach/detach requires the lock. Add vlc_asser...
2010-01-27 Rémi Denis-Courmontdecoders: use vlc_custom_create, generic objects (excep...
2010-01-26 Laurent AimarFixed selected entry in input_thread_t::"program".
2010-01-26 Laurent AimarCosmetics.
2010-01-23 Laurent AimarSupport subtitle description when comming from attachme...
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-18 Rémi Denis-CourmontInput: attach before any variable access so that inheri...
2010-01-18 Rémi Denis-Courmontlibvlc: config_Get -> var_Inherit
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.
next