]> git.sesse.net Git - vlc/history - src/input/control.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / src / input / control.c
2010-02-06 Laurent AimarExtended input_GetPcrSystem to also return the current...
2010-02-05 Laurent AimarAdded INPUT_REPLACE_INFOS and INPUT_MERGE_INFOS.
2010-02-02 Laurent AimarAdded input_GetPcrSystem/input_ModifyPcrSystem.
2010-01-31 Laurent AimarAdded input_GetEsObjects() to cleanly retreive ES objec...
2009-11-23 Rémi Denis-CourmontConvert "rate" variable to float everywhere
2009-08-15 Rémi Denis-Courmontget vout: use size_t for the counter
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-21 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-20 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-15 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-14 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-14 Rémi Denis-CourmontMerge commit 'origin/1.0-bugfix'
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-12 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-12 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-12 Jean-Paul SamanCleanup whitespace.
2009-03-01 Rémi Denis-CourmontSpell resource the English way
2009-01-17 Laurent AimarRenamed input_item_AddOpt to input_item_AddOption.
2009-01-05 Laurent AimarAllows requesting active aout/vout from an input with...
2008-12-09 Laurent AimarFixed input_AddSubtitle(s) coherency.
2008-12-04 Laurent AimarFixed input bookmark thread safety, support and event.
2008-12-04 Laurent AimarFixed INPUT_GET_VIDEO_FPS thread safety.
2008-12-04 Laurent AimarFixed INPUT_GET_BOOKMARK locking scheme.
2008-12-04 Laurent AimarAdded a new INPUT_GET_BOOKMARK to allow future safe...
2008-12-04 Laurent AimarMoved input_item_t from input_source_t to input_thread_...
2008-11-30 Rémi DuraffortInput/control: Fix memleak.
2008-11-24 Laurent AimarCosmetic.
2008-11-22 Laurent AimarMove/clean up input event code to its own file.
2008-08-28 Laurent AimarAdded a INPUT_CONTROL_RESTART_ES and use it in video_ou...
2008-08-26 Laurent AimarAdded record support at the stream_t level in core.
2008-08-14 Pierre d'HerbemontMerge branch 'codecleanup' of git://repo.or.cz/vlc...
2008-08-14 Pierre d'Herbemontcodecleanup: Replace input_Item by input_item.
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/*: