]> git.sesse.net Git - vlc/history - src/input/input_internal.h
input: Expose input_ItemHasErrorWhenReading.
[vlc] / src / input / input_internal.h
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...
2007-06-07 Laurent Aimarclock: clean up/simplify + remove 1/90000 reference.
2007-06-03 Laurent Aimar- Added support for embeded cover. Demuxer just need...
2007-06-03 Laurent AimarPartial fix for builtin plugin.
2007-05-31 Laurent Aimarall: added support for demuxer attachment (Patch by...
2007-05-30 Laurent Aimares_out: do not flush decoder fifo when unwanted (fix...
2007-05-17 Rémi Denis-Courmont - Revert [20137]
2007-05-16 Jean-Paul SamanFix include: libvlc.h, is in vlc/libvlc.h now.
2007-04-18 Rémi Denis-CourmontKludge the kludge around the kludge around the kludge...
2007-04-18 Rémi Denis-CourmontUgly kludge around a kludge around a kludge. That's...
2007-04-18 Rémi Denis-CourmontUuinline functions and hide stream_t (it's not used...
2007-03-02 Laurent AimarOn pause and rate change from normal rate, call input_E...
2007-02-28 Laurent AimarReworked/improved the way sout-keep works. (VLM sout...
2006-12-03 Rémi Denis-Courmont- fix input memleak
2006-11-26 Clément StenacMake the global b_can_pace_control flag public
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-12 Rémi Denis-CourmontSome const
2006-11-08 Rémi Denis-CourmontConst as usual
2006-11-08 Rémi Denis-CourmontSome more const
2006-09-04 Damien Fouilleulinput.c: fixed state (broke pause)
2006-09-04 Damien Fouilleul- input: added intermediate state info opening & buffering
2006-06-09 Yoann Peronneau* proof of concept of drag & dropping a subtitle file...
2006-01-12 Antoine CellerierFSF address change.
2005-11-11 Marian Durkovicupdate cl->delta_cr only once per 200 msec to ensure...
2005-11-09 Sigmund Augdal Helbergclock: Fixed rounding error in clock smoothing algorithm.
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-04-01 Sigmund Augdal Helbergadded a stream_UrlNew to open a general purpos stream_t...
2005-02-21 Laurent Aimar * block: added
2004-12-10 Clément Stenac*experimental* input pre-parsing support.
2004-11-22 Laurent Aimarall: implemented INPUT_ADD_SLAVE.
2004-08-20 Gildas Bazin* src/input/*: update position on title change.
2004-06-25 Laurent Aimar * sub ->subtitle : converted sub.c to a 'real' demux2.
2004-06-23 Laurent Aimar* all: - added a boolean "seekable" object variable...
2004-06-22 Laurent Aimar input_internal: lalala .