]> git.sesse.net Git - vlc/history - src/input/item.c
input: Expose input_ItemHasErrorWhenReading.
[vlc] / src / input / item.c
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
2008-01-24 Rémi Denis-CourmontInclude assert.h when needed
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-01 Pierre d'Herbemontinput/item.c: Move SetMeta into a non static exported...
2007-12-26 Rémi Denis-CourmontCode factorization
2007-08-23 Rafaël CarréMerges ITEM_TYPE_VFILE and ITEM_TYPE_AFILE to ITEM_TYPE...
2007-08-16 Rémi Denis-CourmontFix one of so many memory handling warning
2007-05-25 Laurent AimarFixed input_ItemNewExt* prototype (mtime_t for duration...
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-08 Rémi Denis-CourmontSome more const
2006-10-21 Rémi Denis-CourmontInput fixes
2006-10-21 Clément StenacPlaylist
2006-10-01 Antoine Celleriersrc/input/item.c: if we don't have an item name and...
2006-09-24 Clément StenacRename vlc_input_item_* functions to input_Item* for...
2006-09-15 Clément StenacRemove vlc_object_find for playlist from the core
2006-09-03 Clément StenacAuto load and save media library (Closes:#433)
2006-09-01 Pavlov KonstantinThis also could be named in non-UTF, recode it
2006-08-27 Clément StenacFix for deletion of current item
2006-08-26 Clément Stenac* Allow service discoveries to state whether they prefe...
2006-08-19 Clément Stenac* B-search macro
2006-08-06 Clément StenacOh look ! Bananas !
2006-08-03 Clément StenacThis dichotomy code apparently still is buggy. Todo...
2006-06-12 Clément Stenac* Fix skip in initial status
2006-05-14 Clément StenacMerge back branch 0.8.6-playlist-vlm to trunk.