summaryrefslogtreecommitdiff
path: root/src/lib/file_group.h
AgeCommit message (Collapse)Author
2022-11-26Return AVERROR_EOF from the avio_read method when appropriate.Carl Hetherington
2022-05-05Use dcp::File in DCP-o-matic (#2231).Carl Hetherington
2021-05-01C++11 tidying.Carl Hetherington
2021-04-25Missing delete of some constructors.Carl Hetherington
2020-11-28Fix over-read behaviour of FileGroup to be the same on all platforms.Carl Hetherington
Instead of relying on the operating system's behaviour when seeking off the end of a file, keep our own _position. This normalises the behaviour between POSIX and Windows.
2020-10-13Fix errors when over-reading a "large" amount from FileGroups onCarl Hetherington
Windows. I haven't been able to find any conclusive explanation for why this stuff happens; https://stackoverflow.com/questions/7241168/safe-maximum-number-of-records-read-by-fread is one possible lead.
2018-02-27Add a load of explicit keywords.Carl Hetherington
2016-05-25No-op; fix GPL address and use the explicit-program-name version.Carl Hetherington
2014-12-05Some include tidying.Carl Hetherington
2014-05-02Comments.Carl Hetherington
2013-11-23Use FileGroup in FFmpeg.Carl Hetherington
2013-11-23Add FileGroup.Carl Hetherington