]> git.sesse.net Git - vlc/history - src/input
Remove VLC_OBJECT_OSDMENU
[vlc] / src / input /
2009-01-18 Laurent AimarMade input_clock_t in charge of pts_delay.
2009-01-18 Laurent AimarCosmetic.
2009-01-17 Laurent AimarUse right mode for fdopen.
2009-01-17 Laurent AimarFixed es_out timeshift under windows.
2009-01-17 Rémi Denis-CourmontPrivatize vlc_object_t.i_object_type
2009-01-17 Laurent AimarForce to specify options flags in input_item_New*.
2009-01-17 Laurent AimarRenamed input_item_AddOpt to input_item_AddOption.
2009-01-17 Rémi Denis-CourmontRemove unused parameter
2009-01-17 Antoine CellerierRevert "Add image types."
2009-01-17 Antoine CellerierAdd image types.
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-16 Laurent AimarRemoved broken ES_OUT_GET_TS.
2009-01-12 Laurent AimarDo not issue input times event when buffering.
2009-01-12 Laurent AimarMissing ENABLE_SOUT checks.
2009-01-12 Rémi Denis-Courmontinput: remove duplicate end/error events
2009-01-12 Rémi Denis-Courmontinput: end immediately, do not wait for kill event
2009-01-12 Rémi Denis-Courmontinput: small code factorization
2009-01-11 Rémi Denis-CourmontAdd .ogx in case someone ever needs it
2009-01-11 Rémi Denis-CourmontAdd .oga and .spx as per RFC5334
2009-01-11 Rémi Denis-CourmontAdd .s3m and .it as Tracker file extensions
2009-01-11 Rémi Denis-CourmontInput: recognize .ogv files
2009-01-11 Rémi Denis-CourmontCosmetic
2009-01-07 Laurent AimarSet default item name on input_item_SetURI.
2009-01-07 Laurent AimarAdded missing const to input_item_SetURI.
2009-01-06 Laurent AimarFixed typo in es_out.
2009-01-06 Laurent AimarFix potential deadlock between ressource and interface.
2009-01-06 Laurent AimarDo not wait for SPU buffering.
2009-01-06 Rémi Denis-CourmontRemove un-needed vlc_testcancel()
2009-01-05 Laurent AimarFlush vout on release.
2009-01-05 Laurent AimarSend input dead event only once.
2009-01-05 Laurent AimarFix deadlock in decoders because of input ObjectKillChi...
2009-01-05 Laurent AimarImproved osd title display in vout.
2009-01-05 Laurent AimarAllows requesting active aout/vout from an input with...
2009-01-05 Laurent AimarActivated vout/aout recycling with playlist inputs.
2009-01-05 Laurent AimarPrepare for safe (sout)/vout/aout recycling.
2009-01-05 Laurent AimarFixed audio played/lost statistics.
2009-01-05 Laurent AimarAdded INPUT_EVENT_DEAD event.
2009-01-05 Laurent AimarFast decoder thread cancellation.
2009-01-05 Laurent AimarClean up preparser/fetcher code.
2009-01-04 Antoine CellerierFix --stop-time.
2009-01-03 Antoine CellerierRevert "Allow use of inputs without DEMUX_GET/SET_...
2008-12-29 Rémi Denis-CourmontMissing <assert.h>
2008-12-17 Ilkka OllakkaCheck itemtype if uri is changed
2008-12-14 Rémi Duraffortvlm: don't remove quotes around name in
2008-12-14 Rémi DuraffortRemove unused variables.
2008-12-14 Laurent AimarImproved detection of multi-part files for rar.
2008-12-14 Laurent AimarImproved the way input-list is given to stream_AccessNew.
2008-12-14 Laurent AimarRemoved useless b_quick parameter in stream_AccessNew.
2008-12-13 Rémi Duraffortmodule_need wants pointers and boolean so give NULL...
2008-12-12 Rémi DuraffortUse calloc when needed.
2008-12-12 Rémi DuraffortUse calloc instead of malloc+memset.
2008-12-12 Sébastien EscudierUse NULL for pointer
2008-12-11 Laurent AimarDo not use 2 event manager in input.
2008-12-11 Laurent AimarCosmetics.
2008-12-09 Laurent AimarRemove access-filter support.
2008-12-09 Laurent AimarMoved stream record to its own module.
2008-12-09 Laurent AimarSupport for auto and user requested stream_filter.
2008-12-09 Laurent AimarCosmetics.
2008-12-09 Laurent AimarSplit stream_demux from input/demux.c
2008-12-09 Laurent AimarRemoved useless stream_DemuxDelete.
2008-12-09 Laurent AimarPrepare for stream filter.
2008-12-09 Laurent AimarFixed input_get_event_manager naming scheme.
2008-12-09 Laurent AimarFixed input_AddSubtitle(s) coherency.
2008-12-09 Laurent AimarCosmetics.
2008-12-09 Laurent AimarDisplay codec meta data.
2008-12-09 Laurent AimarFixed event on UNKNOWN_ES es.
2008-12-09 Laurent AimarAllow decoder/packetizer to output meta data.
2008-12-09 Rémi DuraffortFix a memleak in item categories.
2008-12-08 Rémi Denis-CourmontCosmetic change
2008-12-04 Laurent AimarReset buffering level when needed.
2008-12-04 Laurent AimarClean up.
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 AimarImproved OPENING_S/BUFFERING_S status change.
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 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-12-04 Laurent AimarCosmetics.
2008-12-04 Laurent AimarCosmetics.
2008-12-04 Laurent AimarCosmetics.
2008-12-04 Laurent AimarCosmetics.
2008-12-04 Laurent AimarImproved access/demux update state reading.
2008-12-01 Rémi DuraffortUnused variable.
2008-11-30 Rémi DuraffortInput/control: Fix memleak.
2008-11-30 Laurent AimarInitialize demux_meta_t before calling "meta reader".
2008-11-30 Laurent AimarCorrectly display time and seek with high input caching.
2008-11-30 Laurent AimarStop es_out before removing demux.
2008-11-30 Laurent AimarFixed a potential vout object leak in decoder.
2008-11-29 Laurent AimarFixed OS-X compilation.
2008-11-29 Laurent AimarFixed buffering value for frame step.
2008-11-29 Laurent AimarImproved current times in regard to es_out timeshift.
2008-11-29 Laurent AimarRevert "Hide es out timeshift delay from time display."
2008-11-29 Laurent AimarProtect audio decoder against invalid date.
2008-11-29 Laurent AimarFixed seeking while paused (visible with high caching).
next