aboutsummaryrefslogtreecommitdiff
path: root/lib/base/filepush.cpp
AgeCommit message (Collapse)Author
2009-12-09filepush.cpp: no infinite wait until driver EOF.. better we check it more ↵ghost
times..
2009-12-03filepush.cpp: remove no more needed code.. this fixes i.e. timeshift to live ↵ghost
transition..but needs new drivers (not public yet)
2009-06-16use POLLIN instead of POLLPRI for clip buffer emptyghost
2009-06-15use POLLPRI instead of POLLHUPFelix Domke
2009-06-11fix compiler warningghost
2009-03-31friendlify error messageFelix Domke
2009-03-31Merge commit 'origin/master' into tmbinc/FixTimingBugsFelix Domke
2009-03-02replace EOF magic by a slightly more accurate PVR EOF.Felix Domke
2008-11-17remove ugly SIGUSR1 loop once againFelix Domke
2008-01-12deal correct with errnoAndreas Monzner
2007-05-24in case of short reads, re-align with blocksizeFelix Domke
2007-05-06disable log to /log.ts (was just for testing)..Andreas Monzner
2007-05-04improve filterRecordDataFelix Domke
2007-04-30send write error messages down to service eventsFelix Domke
2007-04-17add stream-mode to filepush, which will retry on eof until stream growsFelix Domke
2007-01-30add a workaround to ensure that the filepush thread take notice of theAndreas Monzner
stop thread signal even when no syscall is in progress
2006-06-17I/O priority support with cfq scheduler (needs new kernel patch)Andreas Monzner
2006-04-03follow eThread changes: mainly thread_running -> sync, hasStarted()Felix Domke
2006-04-03add possibility to do things after thread start.. but before setting the ↵Andreas Monzner
thread to alive
2006-03-21comment out posix_fadvise callAndreas Monzner
2006-03-17fix error handling (errno checking)Andreas Monzner
2006-03-11increase commit intervalAndreas Monzner
2006-03-03enable playback of multifile (split) moviesFelix Domke
2006-02-03make filterRecordData argument unsigned char*Felix Domke
2006-02-02add possibliity to filter recorded dataFelix Domke
2006-02-02continue on EOVERFLOW, use fdatasync every now and thenFelix Domke
2006-01-26fix SG, add user eventsFelix Domke
2006-01-22remove generated file "config.h":Andreas Oberritter
pass preprocessor definitions as command line arguments instead this also drops the dependency on "autoheader"
2006-01-20filepush: scatter/gather supportFelix Domke
2006-01-20don't kill if thread isn't aliveFelix Domke
2006-01-18experimental PVR commit supportFelix Domke
2006-01-17filepush: do not loop anymore on eof, but signal an eventFelix Domke
2005-12-20improve debug outputFelix Domke
2005-12-04comment out debug outputAndreas Monzner
2005-11-13add flush to filepushFelix Domke
2005-11-13fix seeking in filepushFelix Domke
2005-10-25 - add pause/seek/resume functions to filepushFelix Domke
2005-10-15try to use posix_fadvise, doesn't seem to reall work, though.Felix Domke
2005-08-01 - add looping for ts playbacks (hack for prodrive)Felix Domke
2005-07-28 - fix filepush a bit, remove debug outFelix Domke
2005-07-28 - factor out the filepusher from ts recorderFelix Domke