]> git.sesse.net Git - vlc/history - src/input
Use var_Inherit* instead of var_CreateGet*.
[vlc] / src / input /
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.
2010-01-11 Rémi Denis-CourmontRemove useless <fcntl.h> and <sys/time.h> inclusions
2010-01-11 Rémi Denis-CourmontRemove useless <ctype.h> inclusions
2010-01-11 Rémi Denis-CourmontRemove useless <errno.h> inclusions
2010-01-10 Tobias GüntnerFix prebuffering after seek.
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...
2010-01-06 Ilkka Ollakkainput/es_out.c: fix INPUT_ADD_INFO after meta changes
2010-01-06 Pierre d'Herbemontvlc_meta_status_e->int by popular request.
2010-01-06 Pierre d'Herbemontmeta: Make vlc_meta_t an opaque structure and move...
2009-12-28 Rémi Duraffortfactorize.
2009-12-28 Rémi Duraffortinput_thread_private_t: fix padding.
2009-12-28 Rémi Duraffortinput_clock_t: fix padding.
2009-12-28 Rémi Duraffortvlm: use a static mutex instead of a mutex variable...
2009-12-26 Pierre d'Herbemontinput: With --play-and-pause don't pause non pausable...
2009-12-20 Laurent AimarAdded INPUT_EVENT_ITEM_EPG event.
2009-12-19 Jean-Philippe AndréStream: Export stream_FilterNew
2009-12-16 Laurent AimarRemoved es_format_t::i_aspect.
2009-12-12 Laurent AimarDo not rebufferize when transcoding to a non real time...
2009-12-12 Laurent AimarFixed time/position report when using sout.
2009-12-07 Rafaël Carréinput/decoder_synchro: remove unneeded variable init
2009-12-07 Rafaël Carréinput/es_out : use VLC_TS_INVALID (refs #3135)
2009-12-07 Rémi DuraffortFix meta writing (inverted logic in the core).
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-12-05 JP DingerFix typos (hopefully correctly) and formatting in comment.
2009-11-28 Jakob Lebensubtitles/hotkeys: hotkey accessible subtitle position...
2009-11-28 Laurent AimarImproved consecutives seeks behaviour.
2009-11-28 Laurent AimarImproved input requests merging.
2009-11-28 Laurent AimarCosmetics.
2009-11-23 Rémi Denis-CourmontFix RateCallback
2009-11-23 Rémi Denis-CourmontConvert "rate" variable to float everywhere
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-11-03 Rafaël Carrévlm object is needed early, store it when it's allocated
2009-10-31 Rémi Denis-CourmontRecognize .m3u8 extension
2009-10-29 Rémi Denis-CourmontDon't release an object that was not held, fix crash
2009-10-20 Laurent AimarDo not call decode_URI on constant string.
2009-10-20 Pierre Ynardvod: remove useless include
2009-10-19 Rémi Denis-CourmontRevert to 50 Mb FIFO limit on ARM
2009-10-18 Sébastien EscudierVLM : Fix a race condition when input event is triggere...
2009-10-17 Jean-Baptiste KempfSubtitles: small fixes and cosmetics
2009-10-17 Jean-Baptiste KempfSubtitles detection: decode before testing the files.
2009-10-10 Pierre d'Herbemontinput: Support file://localhost/ type URL when autodete...
2009-10-10 Rémi DuraffortNo need to test for NULL before a free.
2009-09-23 Rémi Denis-Courmontaout_buffer_t: store length instead of end timestamp
2009-09-23 Rémi Denis-Courmontblock_t.i_samples -> block_t.i_nb_samples (as aout_buff...
next