]> git.sesse.net Git - vlc/history - src/input/clock.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / src / input / clock.c
2010-02-06 Laurent AimarExtended input_GetPcrSystem to also return the current...
2010-01-28 Laurent AimarAdded es_out_ControlModifyPcrSystem to synchronize...
2010-01-28 Laurent AimarAdded es_out_ControlGetPcrSystem helper.
2009-12-28 Rémi Duraffortinput_clock_t: fix padding.
2009-08-12 Laurent AimarDo not pre-buffer too much, it has side effects with...
2009-07-17 Laurent AimarImproved late values after pts_delay changes in clock.c.
2009-07-16 Laurent AimarLet the input bufferize more data when possible.
2009-07-15 Laurent AimarFixed clock handling on rate change with high caching...
2009-07-15 Laurent AimarFixed potential race condition in clock.
2009-07-13 Laurent AimarAutomatically compute the latency(pts_delay) needed...
2009-07-13 Laurent AimarAuto detect when we need to buffer again.
2009-07-13 Laurent AimarDo not forget to use the drift when converting stream...
2009-04-30 Laurent AimarAssert against broken values in input_clock_Update.
2009-04-25 Laurent AimarComplete review of clock.c to use VLC_TS_INVALID.
2009-01-21 Laurent AimarReduce locking and mdate count in input clock.
2009-01-18 Laurent AimarMade input_clock_t in charge of pts_delay.
2009-01-18 Laurent AimarCosmetic.
2008-12-29 Rémi Denis-CourmontMissing <assert.h>
2008-11-29 Laurent AimarFixed seeking while paused (visible with high caching).
2008-10-22 Laurent AimarFixed system clock phase when changing rate.
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 AimarImplemented buffering manipulation at the es_out level.
2008-10-01 Laurent AimarNo functionnal changes (clean up)
2008-09-28 Laurent AimarThe input now pauses the decoders.
2008-09-28 Laurent AimarConvert stream to system timestamp after the decoder.
2008-09-28 Laurent AimarProtect input_clock_GetTS from concurrent access.
2008-09-28 Laurent AimarMoved clock master flag to es_out.
2008-09-28 Laurent AimarNo functionnal changes.
2008-09-28 Laurent AimarDocumented input_clock_t interface.
2008-09-28 Laurent AimarModularize drift algo by introducing a long term averag...
2008-09-28 Laurent AimarCosmetics.
2008-09-28 Laurent AimarFixed last_pts by using max value.
2008-09-28 Laurent AimarMoved clock interface from input_internal.h to input_cl...
2008-09-28 Laurent AimarCosmetics.
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 AimarUse provided system time instead of mdate().
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-05-31 Rémi Denis-Courmontlibvlc: use vlc_common.h (libvlccore) instead of vlc...
2008-05-01 Rémi Denis-CourmontRemove I64C as well
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-01-29 Rafaël CarréEsIsSelected() input_ClockSetRate() input_ClockInit...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-12-11 Laurent AimarDo not use p_input->p->i_rate directly (no functionnali...
2007-11-18 Dennis van Amerongen* src/input/clock.c: Feed synchro with new ref. point...
2007-10-01 Laurent AimarClean up.
2007-08-20 Rémi Denis-CourmontRemember not to include anything before vlc/vlc.h
2007-06-10 Laurent AimarSimplify (no functionnal changes).
2007-06-07 Laurent Aimarclock: clean up/simplify + remove 1/90000 reference.
2007-03-01 Sigmund Augdal Helbergnone-sematic changes:
2007-02-27 Laurent AimarRemoved dead code.
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-01-12 Antoine CellerierFSF address change.
2005-11-13 Gildas Bazin* src/input/clock.c: reverted 13220.
2005-11-13 Marian Durkovicfixed comparision between incompatible values preventin...
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
2004-09-29 Gildas Bazin* src/input/clock.c: changes to the clock resync algo...
2004-06-22 Laurent Aimar * all: rework of the input.