]> git.sesse.net Git - vlc/history - src/input/control.c
A bit of headers cleanup
[vlc] / src / input / control.c
2006-11-26 Clément StenacA bit of headers cleanup
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-15 Clément StenacRemove vlc_object_find for playlist from the core
2006-09-12 Rémi Denis-CourmontAhem: (v)asprintf requires stdio.h; strndup requires...
2006-03-28 Clément StenacString fixes in src (Refs:#438)
2006-01-12 Antoine CellerierFSF address change.
2005-12-02 Clément StenacFix playlist notification in input
2005-08-31 Gildas Bazin* modules/stream_out/transcode.c, src/input/decoder...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-04-26 Laurent Aimar * control: added INPUT_DEL_INFO.
2005-03-07 Steve Lhommemake the previous-chapter "intelligent" seek more gener...
2005-02-05 Sigmund Augdal Helberginput/control.c: fix diviton by zero on selection byteb...
2005-01-16 Clément StenacRemove playlist info accessors (as they now belong...
2004-11-22 Laurent Aimarall: implemented INPUT_ADD_SLAVE.
2004-08-20 Sam Hocevar * src/input/control.c: minor typo in a comment.
2004-08-05 Gildas Bazin* src/input/control.c: bookmarks support is back (will...
2004-06-28 Gildas Bazin* src/input/control.c: fixed INPUT_ADD_INFO/INPUT_GET_INFO
2004-06-23 Laurent Aimar* all: - added a boolean "seekable" object variable...
2004-06-22 Laurent Aimar * all: rework of the input.
2004-06-07 Laurent Aimar * include: removed a few deprecated functions.
2004-06-06 Clément Stenac* Interaction between bookmarks and streaming wizard
2004-04-30 Clément StenacHopefully fix locking issues with wx
2004-04-23 Gildas Bazin* src/input/control.c, include/ninput.h: Added INPUT_GE...
2004-03-31 Gildas Bazin* src/input/control.c: INPUT_ADD/DEL_BOOKMARK also...
2004-03-31 Gildas Bazin* src/input/control.c: added INPUT_ADD_INFO/INPUT_SET_N...
2004-03-29 Laurent Aimar control: invalid cast in GET_SUBDELAY
2004-03-29 Clément Stenac* Implement INPUT_GET_SUBDELAY and INPUT_SET_SUBDELAY
2004-03-26 Gildas Bazin* src/input/control.c: fixed INPUT_DEL_BOOKMARK.
2004-03-23 Gildas Bazin* src/input/*: