]> git.sesse.net Git - vlc/history - src/input/es_out_timeshift.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / src / input / es_out_timeshift.c
2010-06-28 Laurent AimarFixed --program behavior.
2010-03-24 Rémi Denis-CourmontConfusing typo
2010-03-04 Laurent AimarPrepare for maximal clock jitter configuration.
2010-03-03 Rémi Denis-CourmontUse ISO 80000 units for byte quantities as adequate
2010-02-07 Rémi Denis-Courmontutf8_* -> vlc_* (sed roxxors)
2010-02-07 Rémi Denis-CourmontSplit file path functions out of vlc_charset.h into...
2010-02-06 Laurent AimarExtended input_GetPcrSystem to also return the current...
2010-01-30 Laurent AimarRemoved now useless es_out_t::b_sout field.
2010-01-30 Laurent AimarMerged ES_OUT_SET_ACTIVE/_MODE.
2010-01-30 Laurent AimarAdded input internal es_out_GetEsObjects to retreives...
2010-01-30 Rémi Denis-Courmonttimeshift: avoid non-C99 anonymous unions
2010-01-28 Laurent AimarAdded es_out_ControlModifyPcrSystem to synchronize...
2010-01-28 Laurent AimarAdded es_out_ControlGetPcrSystem helper.
2010-01-11 Rémi Denis-CourmontRemove useless <errno.h> inclusions
2009-09-23 Rémi Denis-Courmontblock_t.i_samples -> block_t.i_nb_samples (as aout_buff...
2009-07-19 Laurent AimarAdded a ES_OUT_SET_META to es_out.
2009-07-19 Laurent AimarDocumented and 'constified' meta and epg in es_out.
2009-06-23 Rémi Denis-CourmontExcessive white space
2009-04-16 Jean-Baptiste KempfDebug the timeshift granularity in MB, not Bytes...
2009-03-08 Laurent AimarAdded a ES_OUT_SET_ES_SCRAMBLED_STATE to warn the user...
2009-01-18 Laurent AimarMade input_clock_t in charge of pts_delay.
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-CourmontRemove unused parameter
2009-01-17 Laurent AimarPrivatized p_input->b_can_pace_control.
2009-01-16 Laurent AimarRemoved broken ES_OUT_GET_TS.
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-17 Laurent AimarFaster close when timeshift is active.
2008-11-17 Laurent AimarFixed a segfault in ES_OUT_GET_ES_STATE (typo).
2008-11-17 Laurent AimarUse utf8_mkstemp in timeshift.
2008-11-17 Laurent AimarReduce memory usage (-28%) by packing index structures.
2008-11-17 Laurent AimarAdded timeshift options (input-timeshift-granularity...
2008-11-17 Laurent AimarFixed missing unlock in case of error (timeshift).
2008-11-17 Laurent AimarDump data to disk when timeshifting.
2008-11-17 Laurent AimarPrepare file storage in timeshift.
2008-11-17 Laurent AimarClean up.
2008-11-17 Laurent AimarAdded frame by frame support in es out timeshift.
2008-11-17 Laurent AimarPrivatized ES_OUT_SET_ACTIVE/MODE and removed ES_OUT_GE...
2008-11-17 Laurent AimarStop timeshifting when unused.
2008-11-17 Laurent AimarCosmetics.
2008-11-17 Laurent AimarUntangled es_out_timeshift lock/wait/properties.
2008-11-17 Laurent AimarNo functionnal changes (timeshift).
2008-11-17 Laurent AimarCosmetics.
2008-11-17 Laurent AimarAuto reset rate to source rate when no more buffered...
2008-11-17 Laurent AimarAdded rate change support to es_out_timeshift.
2008-11-17 Laurent AimarCosmetics.
2008-11-17 Laurent AimarImplemented pause for non pausable stream (in memory).
2008-11-17 Laurent AimarCosmetic.
2008-11-17 Laurent AimarBegin es out timeshift implementation.
2008-11-17 Laurent AimarAdded initial skeleton for es_out timeshift support.