]> git.sesse.net Git - vlc/history - src/input/input_internal.h
Use var_Inherit* instead of var_CreateGet*.
[vlc] / src / input / input_internal.h
2010-05-25 Laurent AimarMade object created by input_resource attached to a...
2010-03-26 Casian Andreiinput: set OSD message when changing rate via hotkeys...
2010-03-04 Laurent AimarAdded an option (clock-jitter) to control the maximum...
2009-12-28 Rémi Duraffortinput_thread_private_t: fix padding.
2009-11-28 Laurent AimarCosmetics.
2009-03-23 Laurent AimarCosmetics.
2009-03-12 Laurent AimarSend INPUT_EVENT_ABORT from input thread instead of...
2009-03-09 Jean-Paul Samanstats: Add stream quality counters to Qt4 stastics...
2009-03-01 Rémi Denis-CourmontRessource -> Resource
2009-03-01 Rémi Denis-CourmontSpell resource the English way
2009-01-24 Laurent AimarAllow to select fast seeking with --input-fast-seeking.
2009-01-18 Laurent AimarMade input_clock_t in charge of pts_delay.
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-05 Laurent AimarPrepare for safe (sout)/vout/aout recycling.
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-04 Laurent AimarFixed INPUT_GET_VIDEO_FPS thread safety.
2008-12-04 Laurent AimarFixed INPUT_GET_BOOKMARK locking scheme.
2008-12-04 Laurent AimarMoved i_cr_average from input_source_t to input_thread_...
2008-12-04 Laurent AimarMoved input_item_t from input_source_t to input_thread_...
2008-11-29 Laurent AimarRevert "Hide es out timeshift delay from time display."
2008-11-24 Laurent AimarHide es out timeshift delay from time display.
2008-11-22 Laurent AimarCosmetics.
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-20 Laurent AimarMoved INPUT_CONTROL_FIFO_SIZE to private header.
2008-11-04 Laurent AimarSplit (virtually) display and demux es_out.
2008-10-22 Laurent AimarAdded control code for "frame-next" variable.
2008-10-13 Laurent AimarMoved stream_Access* to stream.h
2008-10-13 Laurent AimarSanitize input headers (pass 4).
2008-10-13 Laurent AimarSanitize input headers (pass 3).
2008-10-13 Laurent AimarSanitize input headers (pass 2).
2008-10-13 Laurent AimarSanitize input headers (pass 1).
2008-10-10 Laurent AimarDisplay first frame after a seek as soon as possible.
2008-10-08 Laurent AimarObsolete auto-adjust-pts-delay.
2008-09-30 Laurent AimarLet decoder handle the audio/spu delay.
2008-09-28 Laurent AimarThe input now pauses the decoders.
2008-09-28 Laurent AimarInclude input_clock.h only where needed.
2008-09-28 Laurent AimarMoved clock interface from input_internal.h to input_cl...
2008-09-28 Laurent AimarRemoved all clock dependencies on input.
2008-09-28 Laurent AimarRemoved one dependency of the clock on input_thread_t.
2008-09-28 Laurent AimarNo functionnal changes.
2008-09-28 Laurent AimarNo functionnal changes.
2008-09-28 Laurent AimarPrivatized input_clock_t to clock.c
2008-09-28 Laurent AimarNo functionnal changes in clock algo.
2008-09-28 Laurent AimarSystem clock is given to input_ClockSetPCR.
2008-09-28 Laurent AimarRemoved the ugly input clock.c sleep.
2008-09-18 Laurent AimarFixed subtitle flush to not flush on pause.
2008-09-18 Laurent AimarFixed broken input_AddSubtitles.
2008-09-07 Laurent AimarRemoved the need to msleep to handle input pause.
2008-09-06 Laurent AimarDo not set object b_eof/b_error after sending the event.
2008-08-28 Laurent AimarAdded a INPUT_CONTROL_RESTART_ES and use it in video_ou...
2008-08-27 Antoine CellerierAlso use the input name in the recording file name...
2008-08-26 Laurent AimarAdded recording on the fly through sout.
2008-08-26 Laurent AimarAdded record support at the stream_t level in core.
2008-08-22 Laurent AimarExport input_SplitMRL helper.
2008-08-17 Rémi Denis-CourmontSmall code factorization
2008-08-12 Pierre d'Herbemontinput: Fix signed warnings about streams.
2008-08-03 Pierre d'Herbemontinput: Remove a tautology in input_item_SetPreparsed.
2008-08-01 Pierre d'Herbemontinput: Expose input_ItemHasErrorWhenReading.
2008-07-28 Laurent AimarCosmetics (Error is not used only on error)
2008-06-28 Laurent AimarDo not delete input variable, only remove callbacks...
2008-06-21 Jean-Baptiste KempfFix pause not pausing.
2008-06-18 Antoine CellerierCosmetics.
2008-06-17 Pierre d'Herbemontinput: Attempt to fix variables deadlocks.
2008-06-15 Rémi Denis-CourmontRemove VLC_OBJECT_(ACCESS|DEMUX|STREAM) types
2008-06-14 Pierre d'Herbemontevents: vlc_input_state_changed->input_state_changed
2008-06-14 Pierre d'Herbemontinput: Send vlc_InputStateChanged events.
2008-06-14 Pierre d'Herbemontinput: Add an event manager to the input.
2008-06-05 Pierre d'Herbemontinput: Add --auto-adjust-pts-delay, this allows to...
2008-06-04 Rémi Denis-CourmontRemove sout-keep from the input code
2008-04-23 Rafaël Carrémeta-data handling cleanup
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'Herbemontaccess: Rename access2 to access as access is no longer...
2008-04-14 Pierre d'Herbemontdemux: Rename demux2 to demux as demux is no longer...
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-30 Pierre d'Herbemontinput: Remove input_ItemClean and input_ItemInit from...
2008-03-18 Pierre d'Herbemontinput: Get rid of Destroy(), and move sout keeping...
2008-03-17 Rémi Denis-CourmontRetain certain flags from input_ItemAddOpt
2008-03-04 Rémi Denis-Courmontaccess2_New really does not need to know about preparsing.
2008-01-29 Rafaël CarréEsIsSelected() input_ClockSetRate() input_ClockInit...
2008-01-29 Rafaël CarréMRLSplit(): removes unused parameter
2007-12-26 Rémi Denis-CourmontMove a few large inlines out of include/
2007-12-11 Laurent AimarUpdate to use DEMUX_CAN_CONTROL_RATE/DEMUX_SET_RATE...
2007-12-11 Laurent AimarDo not use p_input->p->i_rate directly (no functionnali...
2007-10-20 Rémi Denis-CourmontProtects internal headers against incorrect/multiple...
2007-10-17 Laurent Aimar Added closed captions decoding/extracting from ES...
2007-10-01 Laurent AimarClean up.
2007-10-01 Laurent AimarClean up/Factorize.
2007-09-30 Laurent AimarAdded a INPUT_GET_VIDEO_FPS (get the fps of the main...
2007-08-30 Rafaël CarréRemembers art url when an input with same artist &...
2007-08-28 Pierre d'Herbemontinput/input_internal.h: Send variables callback on...
2007-07-20 Rémi Denis-CourmontRemove dummy stream_t.pf_block
2007-07-20 Rémi Denis-CourmontMake stream_Peek take a const pointer as it should
2007-07-16 Pierre d'Herbemontinput/input_internal.h: Provide a more discouraging...
2007-07-15 Pierre d'Herbemontinput/input_internal.h: Be more polite in the warning...
2007-06-13 Laurent AimarAdded --run-time option to specify how many second...
next