]> git.sesse.net Git - nageru/commit
Change from file-per-frame to multiple files per frame.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 22 Nov 2018 23:48:15 +0000 (00:48 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 25 Nov 2018 22:36:26 +0000 (23:36 +0100)
commitbdef311c334b674ba39a931805fb7d32ce8698da
tree6c59d686c098600db18e49ca696b39577730fb09
parentc786b9e247c7169e7a8097b37259dfa6ecd5a953
Change from file-per-frame to multiple files per frame.

This puts a lot less strain on the file system, and should hopefully
also make for much more sequential I/O, which is important when using
non-SSDs.
15 files changed:
disk_space_estimator.cpp
disk_space_estimator.h
frame.proto [new file with mode: 0644]
frame_on_disk.h [new file with mode: 0644]
jpeg_frame_view.cpp
jpeg_frame_view.h
main.cpp
mainwindow.cpp
meson.build
player.cpp
player.h
vaapi_jpeg_decoder.cpp
vaapi_jpeg_decoder.h
video_stream.cpp
video_stream.h