aboutsummaryrefslogtreecommitdiff
path: root/lib/base/rawfile.cpp
AgeCommit message (Expand)Author
2010-11-10lib/base/rawfile.cpp: no recursive mutex is needed here (small speedup)ghost
2010-11-10move iDataSource to own header file,ghost
2010-11-09rawfile.h/cpp: add virtual baseclass for data sources (iDataSource)ghost
2009-08-10implement length()Felix Domke
2009-07-12include cstdio to fix build with gcc 4.4Andreas Oberritter
2008-03-25replace openFile() by two functions openFileCached() and openFileUncached(), ...Andreas Oberritter
2006-03-07fix seek return values, valid() for cached filesFelix Domke
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