]> git.sesse.net Git - vlc/history - src/input/es_out_timeshift.c
decoder: reorder to avoid forward declation, no functional changes
[vlc] / src / input / es_out_timeshift.c
2015-02-18 Rémi Denis-CourmontMark unreachable code on GCC even if NDEBUG
2014-02-15 Jean-Paul SamanRevert "input core: add status field per elementary...
2014-02-15 Jean-Paul Samaninput core: add status field per elementary stream
2014-02-12 Francois Cartegnieinput: es_out_timeshift: fix temp file dir separator
2013-12-29 Rémi Denis-CourmontRemove inconsistently used HAVE_UNISTD_H
2013-12-29 Rémi Denis-Courmontsrc: use vlc_strerror_c() for log messages
2013-06-05 Rafaël CarréUse _WIN32 rather than WIN32 (same for WIN64)
2013-05-09 Rafaël Carrées_out_timeshift: don't use GetTempPathW for Windows...
2013-03-28 Francois Cartegnievlc_epg: add parental rating from ts streams.
2012-09-02 Rémi Denis-CourmontRemove WinCE
2012-01-27 Rémi Denis-CourmontRemove inconsistently used check for <sys/stat.h>
2011-11-27 Jean-Baptiste KempfLGPL
2011-10-14 KO Myung-HunInclude missing unistd.h and time.h for OS/2
2011-09-08 Rafaël Carrédecoder: process the last block when closing
2011-08-25 Rémi Denis-CourmontRemove write-only block_t.i_rate
2011-05-08 Laurent AimarDo not used vlc_thread_create() in input/es_out_timeshift.c
2011-04-03 KO Myung-HunOS/2 uses the same path style as Win32.
2011-03-11 Jean-Baptiste KempfFactorize some msg_Dbg about timeshift
2011-02-12 Rémi Denis-CourmontRemove useless parameters
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.