]> git.sesse.net Git - vlc/history - include/vlc_input.h
Removes trailing spaces. Removes tabs.
[vlc] / include / vlc_input.h
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.
2004-11-22 Laurent Aimarinput: added INPUT_ADD_SLAVE to allow adding a slave...
2004-11-19 Clément StenacCDDAX:
2004-11-18 Clément StenacCompile fix for C++ files
2004-11-17 Clément StenacInput options inheritance for playlists
2004-11-15 Laurent Aimar * input: added a meta field to input.
2004-11-06 Clément StenacImprovements to the playlist core
2004-09-19 Gildas Bazin* include/vlc_input.h, src/playlist/item.c: added vlc_i...
2004-09-14 Gildas Bazin* src/misc/vlm.c: started "vod server" integration...
2004-08-25 Laurent Aimar * input: added a INPUT_UPDATE_META (for meta data...
2004-08-20 Gildas Bazin* src/input/*, include/vlc_input.h: the MRL is now...
2004-08-05 Gildas Bazin* src/input/control.c: bookmarks support is back (will...
2004-07-16 Sam Hocevar * it's information, not informations (you missed...
2004-06-25 Laurent Aimar * vlc_input: removed unused p_sys.
2004-06-24 Laurent Aimar * vlc_input: added missing fields for multi-input...
2004-06-23 Laurent Aimar* all: - added a boolean "seekable" object variable...
2004-06-22 Laurent Aimar * all: rework of the input.