]> git.sesse.net Git - vlc/history - src/input/item.c
Include missing unistd.h and time.h for OS/2
[vlc] / src / input / item.c
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...
2008-07-05 Laurent AimarFixed segfault on input_ItemDestroy by vlc_gc_init...
2008-06-17 Rémi Denis-CourmontUse vlc_object_lock and vlc_object_unlock
2008-06-14 Pierre d'Herbemontinput: Send vlc_InputItemInfoChanged, and vlc_InputItem...
2008-05-31 Rémi Denis-Courmontlibvlc: use vlc_common.h (libvlccore) instead of vlc...
2008-05-05 Rémi Denis-CourmontThe input_items array is private data.
2008-05-04 Rémi Denis-Courmontvlc_mutex_init: remove unused paramter
2008-04-22 Rafaël CarréRemove unused option: b_prefers_tree
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-30 Pierre d'Herbemontinput: Remove input_ItemClean and input_ItemInit from...
2008-03-30 Pierre d'Herbemontinput: Allow NULL item name.
2008-03-26 Pierre d'Herbemontlibvlc: Move input_item array from playlist to libvlc.
2008-03-17 Rémi Denis-CourmontRetain certain flags from input_ItemAddOpt
2008-02-21 Rémi Denis-CourmontAdd flags when adding an input item option
next