]> git.sesse.net Git - vlc/history - include/vlc_input.h
l10n: Basque update
[vlc] / include / vlc_input.h
2011-10-02 Tobias GüntnerRemove unused struct member
2011-09-25 Rémi Denis-CourmontPrivatize input_SplitMRL()
2011-07-25 Rémi Denis-CourmontRename aout_instance_t to audio_output_t
2011-07-12 Rémi Denis-CourmontRemove unused INPUT_ADD_OPTION
2011-07-11 Francois Cartegnievlc input control: add INPUT_GET_TITLE_INFO
2011-05-31 Sébastien Escudiervlm : call var_DelCallback after input thread is joined.
2011-05-25 Sébastien Escudierfix input_Close return type
2011-05-22 Laurent AimarAdded input_Close() helper.
2011-05-07 Rémi Denis-CourmontRename LIBVLC_* function attributes to VLC_* within...
2011-05-07 Rémi Denis-CourmontReplace VLC_EXPORT macro with a simple prefix, VLC_API
2011-04-04 Rémi Denis-CourmontUnexport input_DecoderNew and input_clock_t
2011-04-04 Rémi Denis-Courmontinput_DecoderCreate: create a decoder w/o input thread
2010-10-04 Ilkka Ollakkarefactor rate(,-faster,-slower) to playlist
2010-07-20 Ilkka Ollakkafix documentation INPUT_GET_VOUTS actually uses size_t...
2010-07-15 Rémi Duraffortincludes: add some more LIBVLC_USED.
2010-06-17 Laurent AimarAdded a ref count on input_resource_t.
2010-06-12 Rémi Duraffortinput: constify.
2010-06-08 Rémi Denis-CourmontExport input_resource_TerminateVout
2010-05-25 Laurent AimarMade object created by input_resource attached to a...
2010-03-09 Rémi Denis-CourmontConstify (fixes #1391)
2010-02-07 Rémi Denis-Courmontinput: remove leading underscores
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...
2010-01-28 Rémi Denis-CourmontStick b_error to object types that actually use it
2010-01-18 Francois Cartegniefix empty declaration warning
2010-01-06 Pierre d'Herbemontmeta: Make vlc_meta_t an opaque structure and move...
2009-12-20 Laurent AimarAdded INPUT_EVENT_ITEM_EPG event.
2009-11-23 Rémi Denis-CourmontConvert "rate" variable to float everywhere
2009-09-14 Laurent AimarRemoved b_block parameter from input_Read.
2009-08-26 Niles BindelAdd input resource support to the LibVLC Media Player
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-11 Laurent AimarSplit INPUT_EVENT_TIMES into INPUT_EVENT_POSITION/LENGTH.
2009-05-08 Laurent AimarFixed a race condition with input creation and events.
2009-04-28 Laurent AimarFixed decoder spacing mode selection.
2009-03-29 Laurent AimarModify INPUT_RECORD_PREFIX value (prefer h/m/s over...
2009-03-09 Laurent AimarAdded a INPUT_EVENT_ABORT event to detect user requeste...
2009-03-08 Laurent AimarAdded a ES_OUT_SET_ES_SCRAMBLED_STATE to warn the user...
2009-02-13 Laurent AimarChanged "teletext-es" to be a list of teletext spu id.
2009-02-11 Rémi Denis-CourmontPrivatize input_Preparse
2009-01-19 Rémi Denis-Courmont*ahem* typo spotted by Antoine
2009-01-19 Rémi Denis-Courmontinput_GetVout and input_GetAout helpers
2009-01-17 Laurent AimarSplit out input item from include/vlc_input.h.
2009-01-17 Laurent AimarRenamed input_item_AddOpt to input_item_AddOption.
2009-01-17 Laurent AimarPrivatized p_input->b_can_pace_control.
2009-01-17 Laurent AimarPrivatized p_input->i_state.
2009-01-17 Laurent AimarPrivatized p_input->i_time.
2009-01-16 Laurent AimarPrivatized i_pts_delay (input_thread_t).
2009-01-07 Laurent AimarAdded missing const to input_item_SetURI.
2009-01-05 Laurent AimarAllows requesting active aout/vout from an input with...
2009-01-05 Laurent AimarAdded INPUT_EVENT_DEAD event.
2008-12-11 Laurent AimarDo not use 2 event manager in input.
2008-12-09 Laurent AimarMoved stream record to its own module.
2008-12-09 Laurent AimarFixed input_get_event_manager naming scheme.
2008-12-09 Laurent AimarFixed input_AddSubtitle(s) coherency.
2008-12-09 Laurent AimarFixed ppsz_input_state in RC after input state changes.
2008-12-04 Laurent AimarRemoved obsolete BUFFERING_S input state.
2008-12-04 Laurent AimarAdded a input "cache" variable and INPUT_EVENT_CACHE...
2008-12-04 Laurent AimarRemoved unused STOP_S input state.
2008-12-04 Laurent AimarFixed input bookmark thread safety, support and event.
2008-12-04 Laurent AimarAdded a new INPUT_GET_BOOKMARK to allow future safe...
2008-11-23 Laurent AimarRenamed "seekable" into "can-seek" (for consistency).
2008-11-23 Laurent AimarRemoved intf-change-vout/rate-change/stats-change/intf...
2008-11-23 Laurent AimarAdded INPUT_EVENT_TELETEXT.
2008-11-23 Laurent AimarAllows audio output users to control vout creation.
2008-11-22 Laurent AimarClean up input events.
2008-11-22 Laurent AimarClean up input_item_t functions and usages.
2008-11-22 Laurent AimarMove/clean up input event code to its own file.
2008-11-21 Jean-Paul SamanAllow minimum rate change upto 32/1 in input.
2008-11-20 Laurent AimarMoved INPUT_CONTROL_FIFO_SIZE to private header.
2008-11-20 Jean-Paul SamanRemove FORWARD_S and BACKWARD_S from input state.
2008-09-28 Laurent AimarGive input_DecoderNew the clock used.
2008-09-28 Laurent AimarAdded signal-quality/strength input variables for acces...
2008-09-20 Rémi Denis-CourmontRemove the unsafe input item array
next