]> git.sesse.net Git - vlc/history - src/input/input.c
correct realloc() usage, on failure realloc will return NULL
[vlc] / src / input / input.c
2009-05-24 Jean-Paul Samancorrect realloc() usage, on failure realloc will return...
2009-05-15 Laurent AimarCorrectly detect rewind (rtsp).
2009-05-14 Rémi Duraffortinput: Fix a memleak.
2009-05-08 Laurent AimarFixed a race condition with input creation and events.
2009-04-30 Sam HocevarAllow :start-time, :stop-time and :run-time arguments...
2009-04-30 Laurent AimarFixed typo in max pts_delay (60s not 601s)
2009-04-30 Laurent AimarClip pts_delay from access/demux to 60s.
2009-04-08 Laurent AimarFixed sanetizing of file name in input_CreateFilename.
2009-03-28 Laurent AimarFixed typo in input.c
2009-03-28 Laurent AimarCosmetic (input).
2009-03-23 Laurent AimarCosmetics.
2009-03-23 Laurent AimarFixed potential memleak in input control fifo.
2009-03-23 Laurent AimarAdded a missing lock around attachments.
2009-03-22 Laurent AimarEnsure that meta-* are valid UTF8.
2009-03-17 Rémi Denis-Courmontinput: fix stack overflow if user feeds an overly large MRL
2009-03-15 Rémi Denis-Courmontstats leaks
2009-03-12 Laurent AimarAdded missing lock for INPUT_EVENT_ABORT check (input).
2009-03-12 Laurent AimarSend INPUT_EVENT_ABORT from input thread instead of...
2009-03-09 Laurent AimarRemove var_Get/Set in input.c
2009-03-09 Laurent AimarAdded a INPUT_EVENT_ABORT event to detect user requeste...
2009-03-09 Jean-Paul Samanstats: Add stream quality counters to Qt4 stastics...
2009-03-08 Laurent AimarCosmetics (input)
2009-03-05 Rémi Denis-CourmontUse dialog_Fatal, fix a bunch (but not all) interaction...
2009-03-01 Laurent AimarRemoved unused local variable.
2009-03-01 Laurent AimarFixed race condition with input ressource and input_Con...
2009-03-01 Rémi Denis-CourmontRessource -> Resource
2009-03-01 Rémi Denis-CourmontSpell resource the English way
2009-02-28 Rémi Denis-CourmontRemove uninitialized and unsynchronized global stats
2009-02-12 Laurent AimarEmit INPUT_EVENT_TITLE/SEEKPOINT when needed.
2009-02-11 Rémi Denis-CourmontCleanup input stats when sout fails
2009-02-11 Rémi Denis-CourmontPreparsers are quiet objects, no need to check when...
2009-02-11 Rémi Denis-CourmontPrivatize input_Preparse
2009-01-25 Laurent AimarUse stream_t path instead of access_t one.
2009-01-24 Laurent AimarFixed embedded art attachment support (close #2416)
2009-01-24 Laurent AimarFixed art url from meta fetcher.
2009-01-24 Laurent AimarAllow to select fast seeking with --input-fast-seeking.
2009-01-24 Laurent AimarReduce input control locking duration.
2009-01-21 Laurent AimarFixed pts delay with non zero audio/spu delay.
2009-01-18 Laurent AimarMade input_clock_t in charge of pts_delay.
2009-01-17 Rémi Denis-CourmontPrivatize vlc_object_t.i_object_type
2009-01-17 Rémi Denis-CourmontRemove unused parameter
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-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-05 Laurent AimarSend input dead event only once.
2009-01-05 Laurent AimarFix deadlock in decoders because of input ObjectKillChi...
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 AimarAdded INPUT_EVENT_DEAD event.
2009-01-04 Antoine CellerierFix --stop-time.
2009-01-03 Antoine CellerierRevert "Allow use of inputs without DEMUX_GET/SET_...
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-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 AimarFixed input_get_event_manager naming scheme.
2008-12-09 Laurent AimarFixed input_AddSubtitle(s) coherency.
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 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 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-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-24 Laurent AimarHide es out timeshift delay from time display.
2008-11-23 Laurent AimarRenamed "seekable" into "can-seek" (for consistency).
2008-11-22 Laurent AimarClean up input events.
2008-11-22 Laurent AimarMoved statistic update from sout to input.
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-21 Jean-Paul SamanAdd can-rate to distinguish between normal rate control...
2008-11-20 Laurent AimarFix rate slower/faster in rewind mode.
2008-11-20 Laurent AimarCosmetics.
2008-11-20 Jean-Paul SamanSignal can_rewind for use by user interfaces.
2008-11-20 Jean-Paul SamanAllowing for rate < 0 enables rewind playback for eg...
2008-11-17 Laurent AimarUpdated "can-pause" value.
2008-11-17 Laurent AimarAdded frame by frame support in es out timeshift.
next