]> git.sesse.net Git - vlc/history - src/input/es_out_timeshift.c
Documented and 'constified' meta and epg in es_out.
[vlc] / src / input / es_out_timeshift.c
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.