index
:
enigma2.git
cwe-pc
master
Clone of git://git.opendreambox.org/git/enigma2.git before dream multimedia removed all the engima2 sources
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
base
/
filepush.cpp
Age
Commit message (
Expand
)
Author
2009-06-16
use POLLIN instead of POLLPRI for clip buffer empty
ghost
2009-06-15
use POLLPRI instead of POLLHUP
Felix Domke
2009-06-11
fix compiler warning
ghost
2009-03-31
friendlify error message
Felix Domke
2009-03-31
Merge commit 'origin/master' into tmbinc/FixTimingBugs
Felix Domke
2009-03-02
replace EOF magic by a slightly more accurate PVR EOF.
Felix Domke
2008-11-17
remove ugly SIGUSR1 loop once again
Felix Domke
2008-01-12
deal correct with errno
Andreas Monzner
2007-05-24
in case of short reads, re-align with blocksize
Felix Domke
2007-05-06
disable log to /log.ts (was just for testing)..
Andreas Monzner
2007-05-04
improve filterRecordData
Felix Domke
2007-04-30
send write error messages down to service events
Felix Domke
2007-04-17
add stream-mode to filepush, which will retry on eof until stream grows
Felix Domke
2007-01-30
add a workaround to ensure that the filepush thread take notice of the
Andreas Monzner
2006-06-17
I/O priority support with cfq scheduler (needs new kernel patch)
Andreas Monzner
2006-04-03
follow eThread changes: mainly thread_running -> sync, hasStarted()
Felix Domke
2006-04-03
add possibility to do things after thread start.. but before setting the thre...
Andreas Monzner
2006-03-21
comment out posix_fadvise call
Andreas Monzner
2006-03-17
fix error handling (errno checking)
Andreas Monzner
2006-03-11
increase commit interval
Andreas Monzner
2006-03-03
enable playback of multifile (split) movies
Felix Domke
2006-02-03
make filterRecordData argument unsigned char*
Felix Domke
2006-02-02
add possibliity to filter recorded data
Felix Domke
2006-02-02
continue on EOVERFLOW, use fdatasync every now and then
Felix Domke
2006-01-26
fix SG, add user events
Felix Domke
2006-01-22
remove generated file "config.h":
Andreas Oberritter
2006-01-20
filepush: scatter/gather support
Felix Domke
2006-01-20
don't kill if thread isn't alive
Felix Domke
2006-01-18
experimental PVR commit support
Felix Domke
2006-01-17
filepush: do not loop anymore on eof, but signal an event
Felix Domke
2005-12-20
improve debug output
Felix Domke
2005-12-04
comment out debug output
Andreas Monzner
2005-11-13
add flush to filepush
Felix Domke
2005-11-13
fix seeking in filepush
Felix Domke
2005-10-25
- add pause/seek/resume functions to filepush
Felix Domke
2005-10-15
try 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 out
Felix Domke
2005-07-28
- factor out the filepusher from ts recorder
Felix Domke