]> git.sesse.net Git - vlc/history - include/vlc_input.h
input: Export input_GetState().
[vlc] / include / vlc_input.h
2008-08-02 Pierre d'Herbemontinput: Export input_GetState().
2008-08-01 Pierre d'Herbemontinput: Expose input_ItemHasErrorWhenReading.
2008-06-27 Ilkka Ollakkause strcasestr in input_MetaMatch too, so search is...
2008-06-20 Rémi Denis-CourmontRC: fix segmentation fault due to input state changes...
2008-06-15 Jean-Paul SamanMake distinction between stop and ended status.
2008-06-14 Jean-Paul SamanUnify libvlc_state_t, input_state_e, mediacontrol_Playe...
2008-06-14 Pierre d'Herbemontinput: Add input_get_event_manager().
2008-06-14 Jean-Paul SamanFix indentation.
2008-06-06 Rémi Denis-CourmontRemove __LIBVLC__ test
2008-06-05 Pierre d'Herbemontinput: Use mtime_t for pts_delay.
2008-05-27 Rafaël CarréDo not use a GNU extension in public headers
2008-05-26 Rémi Denis-CourmontFix HAVE_ATTRIBUTE_FORMAT usage - refs #297
2008-04-23 Rafaël Carrémeta-data handling cleanup
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-04-13 Jean-Paul SamanMove ppsz_input_state[] to modules/control/rc.c because...
2008-04-11 Jean-Paul SamanCompile fix.
2008-04-11 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-11 Jean-Paul SamanSanitize STATUS_CHANGE messages.
2008-03-30 Pierre d'Herbemontinput: Remove input_ItemClean and input_ItemInit from...
2008-03-26 Pierre d'Herbemontlibvlc: Move input_item array from playlist to libvlc.
2008-03-23 Pierre d'Herbemontinput: Remove input_DestroyThread() as it is now handle...
2008-03-17 Rémi Denis-CourmontRetain certain flags from input_ItemAddOpt
2008-03-11 Rémi DuraffortRemove useless test before a free.
2008-02-21 Rémi Denis-CourmontAdd flags when adding an input item option
2008-01-14 Rafaël Carrédon't copy 'meta-file' option to inputs
2008-01-01 Pierre d'HerbemontRevert [23949].
2008-01-01 Pierre d'Herbemontmisc/events.c: Fix event sending, by properly supportin...
2007-12-30 Rafaël Carréfix #1410.
2007-12-26 Rémi Denis-CourmontMove a few large inlines out of include/
2007-10-20 Pierre d'Herbemontsrc/control: (Patch by Enrique Osuna)
2007-09-30 Laurent AimarAdded a INPUT_GET_VIDEO_FPS (get the fps of the main...
2007-09-11 Rémi Denis-CourmontATTRIBUTE_FORMAT for input_ItemAddInfo
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-09-09 Rafaël CarréFixes playlist search when metadata is missing
2007-08-23 Rafaël CarréMerges ITEM_TYPE_VFILE and ITEM_TYPE_AFILE to ITEM_TYPE...
2007-08-22 Rafaël CarréInput access locking, part 3 (final).
2007-08-20 Rémi Denis-CourmontFix strcasestr declaration
2007-08-18 Rafaël CarréInput access locking, part 2.
2007-08-18 Antoine CellerierComment this vlc_mutex_unlock too (untill funman fixes...
2007-08-18 Pierre d'Herbemontvlc_input.h: Disable's funman commit. It requires more...
2007-08-18 Pierre d'Herbemontinclude/vlc_input.h: Create an input_item_MetaMatch...
2007-08-18 Pierre d'Herbemontvlc_input.h: Fix funman's commit.
2007-08-18 Rafaël CarréInput access locking. Part one
2007-08-17 Pierre d'HerbemontForgotten files from previous commit.
2007-08-16 Pierre d'Herbemontinclude/vlc_input.h: Make input items able to themselve...
2007-08-15 Pierre d'Herbemontinclude/vlc_input.h: Emit vlc_InputItemMetaChanged...
2007-08-15 Damien Fouilleulqt4: compile fixes, replaced asnprintf by snprintf...
2007-08-15 Pierre d'Herbemont* Protect input item's meta through setters and getters...
2007-08-13 Pierre d'Herbemontinclude/vlc_input.h: This commit should have been part...
2007-06-17 Laurent AimarAdded replay gain support (audio-replay-gain-mode track...
2007-05-31 Laurent Aimarall: added support for demuxer attachment (Patch by...
2007-05-25 Laurent AimarFixed input_ItemNewExt* prototype (mtime_t for duration...
2007-03-23 Laurent AimarInclude vlc_epg.h
2007-03-02 Laurent AimarFixed memory leak with input_ItemClean.
2007-03-01 Sigmund Augdal Helbergnone-sematic changes:
2007-02-10 Antoine Cellerierallow up to x32 playback (instead of x8)
2006-12-03 Rémi Denis-CourmontForgot this file
2006-12-03 Clément StenacA bit of vlc/libvlc cleanup:
2006-11-26 Clément StenacMake the global b_can_pace_control flag public
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-11 Clément Stenac* Remove some unneeded complexity in playlist and directory
2006-11-08 Rémi Denis-CourmontSome more const
2006-11-06 Antoine CellerierMove string formating functions used in marq to the...
2006-10-29 Jean-Paul SamanForward port of [17351]. Report input error condition...
2006-10-23 Clément StenacClean up and improve core handling for album art. Still...
2006-10-21 Rémi Denis-CourmontFix a bunch of warning.
2006-10-01 Clément StenacLazy allocation of the stat structure
2006-09-29 Clément StenacImprove meta/art logic
2006-09-24 Antoine CellerierSome more (mostly) untested stuff:
2006-09-24 Antoine CellerierSome more meta changes (mostly cleanup and check the...
2006-09-24 Clément Stenac* Split download function in find/download
2006-09-24 Clément StenacDon't notify playlist several times while preparsing
2006-09-24 Clément StenacRename vlc_input_item_* functions to input_Item* for...
2006-09-23 Antoine CellerierStart of meta engine stuff. src/input/input.c needs...
2006-09-04 Damien Fouilleulforgot that one in last commit
2006-08-26 Clément Stenac* Allow service discoveries to state whether they prefe...
2006-07-30 Clément StenacForgot this
2006-06-15 Clément StenacPartial rewrite of stats to avoid lookups (Closes:...
2006-06-09 Yoann Peronneau* proof of concept of drag & dropping a subtitle file...
2006-05-14 Clément StenacMerge back branch 0.8.6-playlist-vlm to trunk.
2006-01-26 Sigmund Augdal Helbergsrc/misc/messages.c: Fixed a nasty memleak recently...
2006-01-15 Clément StenacAdd ability to prepend headers to messages (object...
2006-01-12 Antoine CellerierFSF address change.
2006-01-11 Clément StenacMisc stats work (Refs:#473)
2005-12-15 Clément StenacRemove unused structures from vlc_common.h
2005-12-14 Clément StenacMake input_Read return the input object id
2005-11-09 Clément StenacAdd a input_Read function that reads a stream in blocki...
2005-08-15 Clément StenacFix a few warnings
2005-08-09 Jean-Paul Samansome explanation
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-04-26 Laurent Aimar * vlc_input.h: added INPUT_DEL_INFO.
2005-03-07 Steve Lhommemake the previous-chapter "intelligent" seek more gener...
2005-02-15 Derk-Jan Hartman* renamed --spu-track to --sub-track
2005-02-14 Gildas Bazin* modules/demux/mkv.cpp: fix for chapters seeking ...
2005-01-16 Clément StenacRemove playlist info accessors (as they now belong...
2005-01-11 Clément StenacAdd some icons
2004-12-10 Clément Stenac*experimental* input pre-parsing support.
next