]> git.sesse.net Git - vlc/history - src/input/control.c
Fix a memory leak.
[vlc] / src / input / control.c
2008-07-14 Rémi DuraffortFix a memory leak.
2008-06-14 Pierre d'Herbemontinput: No need to include vlc_playlist.h in control...
2008-06-14 Pierre d'Herbemontinput: Don't do NotifyPlaylist() now that the playlist...
2008-06-14 Rémi Denis-CourmontMake the playlist a generic object
2008-06-14 Pierre d'Herbemontinput: Fix a typo in previous commit.
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-01 Rémi Denis-CourmontNIH desyndromization
2008-03-31 Pierre d'Herbemontinput: Don't assume the playlist always exists.
2008-03-30 Rafaël CarréDon't yield the playlist object when it's dead already
2008-03-17 Rémi Denis-CourmontFix return value
2008-03-17 Rémi Denis-CourmontCode factorization: use input_ItemAddOption
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-09-30 Laurent AimarAdded a INPUT_GET_VIDEO_FPS (get the fps of the main...
2007-08-19 Rémi Denis-CourmontFix a bunch of warnings / undefined pointers
2007-08-18 Rafaël CarréInput access locking, part 2.
2007-06-29 Laurent AimarFixed GET_ATTACHMENTS return value (Reported by Bernie...
2007-05-31 Laurent Aimarall: added support for demuxer attachment (Patch by...
2007-03-23 Laurent AimarExtended INPUT_DEL_INFO (Allow deleting a whole categor...
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/*: