]> git.sesse.net Git - vlc/history - src/input/item.c
input: replace ITEM_TYPE_NET by ITEM_TYPE_STREAM
[vlc] / src / input / item.c
2015-03-25 Thomas Guilleminput: replace ITEM_TYPE_NET by ITEM_TYPE_STREAM
2015-02-04 Thomas Guilleminput: add vlc_InputItemPreparseEnded event
2014-12-18 Ludovic FauvetFix broken NowPlaying (close #9960, #11796, #12850)
2014-08-16 Rémi Denis-Courmontplaylist: move i_nb_played to playlist item, not the...
2014-08-15 Rémi Denis-Courmontinput item: remove b_fixed name, always false
2014-05-22 David FuhrmannRevert "src/input: add a new input option flag to repla...
2014-05-13 David Fuhrmannsrc/input: add a new input option flag to replace value...
2014-04-14 Rémi Denis-Courmontitem: fix undefined zero-size array
2012-09-09 Rémi Denis-Courmontpvr: remove the old ivtv module
2012-08-23 Rémi Denis-Courmontinput: use unsigned atomic value
2012-05-13 Rémi Denis-Courmontinput: private input item reference count
2012-05-13 Rémi Denis-Courmontinput: convert item id to new atomic interface
2012-05-13 Rémi Denis-Courmontinput: prepare private data ("owner") structure for...
2011-11-27 Jean-Baptiste KempfLGPL
2011-10-14 KO Myung-HunInclude missing unistd.h and time.h for OS/2
2011-07-29 Rafaël Carrécosmetics: fix indentation (2 spaces -> 4 spaces)
2011-07-13 Rémi Duraffortfix calloc usage.
2011-07-12 Felix Paul Kühnevlc input control: fixed execution on Mac OS
2011-07-11 Rémi Denis-CourmontUpdate input item type guesses
2011-07-10 Rémi Denis-CourmontRemove useless vlc_object parameter when creating an...
2011-07-10 Rémi Denis-CourmontRemove debug-only dependency of vlc_events on vlc_object
2011-07-10 Rémi Denis-CourmontUse vlc_atomic_t for input item ID
2011-06-19 Rémi DuraffortCreate and copy the meta array only if the copied item...
2011-03-10 Rémi DuraffortFix potential NULL pointer dereference.
2011-03-09 Ilkka OllakkaCopy meta when doing input_item_Copy
2010-12-02 Rafaël CarréRevert "Revert "input: Fill in the input_item es""
2010-11-23 Rafaël CarréRevert "input: Fill in the input_item es"
2010-10-31 Laurent AimarFixed allocation failure test in input_item_SetEpg().
2010-10-21 Rafaël Carréinput: Fill in the input_item es
2010-06-05 Rémi Denis-CourmontTypos
2010-03-13 Jakob Lebeninput_item: remove b_prefers_tree
2010-03-13 Jakob Lebeninput_item: new input_item_Copy()
2010-03-02 Rémi Denis-CourmontInput item URI cannot be NULL
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-09 Jakob Lebeninput_item: post individual subitems later when posting...
2010-02-07 Rémi Denis-Courmontinput: remove leading underscores
2010-02-05 Laurent AimarAdded input_item_ReplaceInfos() and input_item_MergeInfos.
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-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 Jakob Lebeninput_item_node_Delete: fix leakage and lessen complexity
2010-02-02 Jakob Lebenvlc core: single storage playlist
2010-01-06 Pierre d'Herbemontmeta: Make vlc_meta_t an opaque structure and move...
2009-09-22 Laurent AimarFixed offline EPG state.
2009-09-22 Laurent AimarStored vlc_epg_t array inside input_item_t.
2009-09-14 Marian ĎurkovičDisplay EPG description if available
2009-08-21 Rémi Denis-CourmontWe have a replacement for localtime_r
2009-08-20 Jean-Baptiste KempfFix compile if you don't have localtime_r (Win32 for ex)
2009-07-12 Rémi Denis-CourmontDo not decode URI in the name. It borks some types...
2009-07-12 Rémi Denis-CourmontTreat directory items like file ones for URI->name...
2009-07-12 Rémi Denis-CourmontAdd missing non-file types
2009-07-12 Rémi Denis-CourmontGuessType: clean up and speed up
2009-06-24 Rémi DuraffortTypo.
2009-06-24 Derk-Jan Hartmaninput_item_SetURI(): add a NDEBUG printf check for...
2009-06-24 Derk-Jan Hartmaninput: SetURI No longer use DIRSEP. We are dealing...
2009-06-23 Derk-Jan HartmanWhen we fill the name of an input item with URI parts...
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 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-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-22 JP DingerRecover from documented undefined value return on gnu...
2009-05-17 Rémi DuraffortWhen adding an URL, create the name without login and...
2009-05-17 Rémi DuraffortFix the type guess: this can be a protocol only if...
2009-05-16 Rémi DuraffortWhen adding an URL, create the name without login and...
2009-05-16 Rémi DuraffortFix the type guess: this can be a protocol only if...
2009-04-28 Rémi DuraffortFix a bug in input_item_GetTitleFbName (fix #2701)
2009-04-26 Rémi DuraffortAdd a function to get the Title and fallback to the...
2009-03-22 Laurent AimarAvoid event spaming on epg changes.
2009-03-22 Laurent AimarCreated input_item_SetEpg function.
2009-03-04 Rémi Denis-CourmontUse a private lock for input item ID allocation
2009-01-17 Laurent AimarForce to specify options flags in input_item_New*.
2009-01-17 Laurent AimarRenamed input_item_AddOpt to input_item_AddOption.
2009-01-07 Laurent AimarSet default item name on input_item_SetURI.
2009-01-07 Laurent AimarAdded missing const to input_item_SetURI.
2008-12-17 Ilkka OllakkaCheck itemtype if uri is changed
2008-12-09 Rémi DuraffortFix a memleak in item categories.
2008-12-04 Laurent AimarMoved input_item_t from input_source_t to input_thread_...
2008-11-22 Laurent AimarClean up input_item_t functions and usages.
2008-11-22 Laurent AimarMove/clean up input event code to its own file.
2008-10-31 Rémi DuraffortRemove unused macros (or used only one time).
2008-09-27 Rémi Denis-CourmontStill allocate unique input item IDs
2008-09-20 Rémi Denis-CourmontRemove the unsafe input item array
2008-09-19 Rémi Denis-CourmontGC: thread-safety, and offset independence
2008-08-22 Geoffroy CouprieAdd tree-view for SD only
2008-08-14 Pierre d'HerbemontMerge branch 'codecleanup' of git://repo.or.cz/vlc...
2008-08-14 Pierre d'Herbemontcodecleanup: de-static-inline a bunch of input_item...
2008-08-14 Pierre d'Herbemontcodecleanup: Replace input_Item by input_item.
2008-08-01 Pierre d'Herbemontinput: Expose input_ItemHasErrorWhenReading.
2008-07-31 Derk-Jan HartmanMerge branch 'df-for-upstream' of git://repo.or.cz...
2008-07-31 Rémi DuraffortRemove memleak in input_ItemAddInfo (check correctly...
next