aboutsummaryrefslogtreecommitdiff
path: root/lib/base/rawfile.h
AgeCommit message (Collapse)Author
2010-11-24rename iDataSource to iTsSource (no functional change)ghost
2010-11-10move iDataSource to own header file,ghost
change read function for easier thread locking (seek must called with a offset/position every time)
2010-11-09rawfile.h/cpp: add virtual baseclass for data sources (iDataSource)ghost
let eRawFile inherit from iDataSource
2008-03-25replace openFile() by two functions openFileCached() and openFileUncached(), ↵Andreas Oberritter
to avoid casting FILE* to int
2006-03-06optional cached (i.e. fopen,...) support for raw filesFelix Domke
2006-03-03fix rawfileFelix Domke
2006-03-03enable playback of multifile (split) moviesFelix Domke