]> git.sesse.net Git - vlc/history - include/vlc_input.h
Merge branch 1.0-bugfix (early part) into master
[vlc] / include / vlc_input.h
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
2008-09-19 Rémi Denis-CourmontGC: thread-safety, and offset independence
2008-09-14 Rémi Denis-CourmontOnly input uses b_dead
2008-08-28 Laurent AimarAdded a INPUT_CONTROL_RESTART_ES and use it in video_ou...
2008-08-26 Laurent AimarDo not access to internal p_input sout in input_DecoderNew.
2008-08-26 Laurent AimarAdded record support at the stream_t level in core.
2008-08-22 Geoffroy CouprieAdd tree-view for SD only
2008-08-22 Laurent AimarExport input_SplitMRL helper.
2008-08-14 Pierre d'HerbemontMerge branch 'codecleanup' of git://repo.or.cz/vlc...
2008-08-14 Pierre d'Herbemontcodecleanup: de-static-inline a bunch of input_item...
2008-08-14 Pierre d'Herbemontcodecleanup: Replace input_Item by input_item.
2008-08-13 Jean-Paul SamanAdd a bunch of \file doxygen comments
2008-08-11 Rémi Denis-CourmontHeaders: use non-reserved identifiers for multi-inclusi...
2008-08-02 Pierre d'Herbemontinput: Export input_GetState().
2008-08-01 Pierre d'Herbemontinput: Expose input_ItemHasErrorWhenReading.
2008-06-27 Ilkka Ollakkause strcasestr in input_MetaMatch too, so search is...
2008-06-20 Rémi Denis-CourmontRC: fix segmentation fault due to input state changes...
2008-06-15 Jean-Paul SamanMake distinction between stop and ended status.
2008-06-14 Jean-Paul SamanUnify libvlc_state_t, input_state_e, mediacontrol_Playe...
2008-06-14 Pierre d'Herbemontinput: Add input_get_event_manager().
2008-06-14 Jean-Paul SamanFix indentation.
2008-06-06 Rémi Denis-CourmontRemove __LIBVLC__ test
2008-06-05 Pierre d'Herbemontinput: Use mtime_t for pts_delay.
2008-05-27 Rafaël CarréDo not use a GNU extension in public headers
2008-05-26 Rémi Denis-CourmontFix HAVE_ATTRIBUTE_FORMAT usage - refs #297
2008-04-23 Rafaël Carrémeta-data handling cleanup
2008-04-22 Rafaël CarréRemove unused option: b_prefers_tree
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-04-13 Jean-Paul SamanMove ppsz_input_state[] to modules/control/rc.c because...
2008-04-11 Jean-Paul SamanCompile fix.
2008-04-11 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-11 Jean-Paul SamanSanitize STATUS_CHANGE messages.
2008-03-30 Pierre d'Herbemontinput: Remove input_ItemClean and input_ItemInit from...
2008-03-26 Pierre d'Herbemontlibvlc: Move input_item array from playlist to libvlc.
2008-03-23 Pierre d'Herbemontinput: Remove input_DestroyThread() as it is now handle...
next