]> git.sesse.net Git - nageru/history - jpeg_frame_view.cpp
Allow symlinked frame files. Useful for testing.
[nageru] / jpeg_frame_view.cpp
2018-11-25 Steinar H. GundersonCache file descriptors when reading frames, for better...
2018-11-25 Steinar H. GundersonChange from file-per-frame to multiple files per frame.
2018-10-31 Steinar H. GundersonStop sending interpolated images through the cache.
2018-10-31 Steinar H. GundersonMake the cache pruning work on bytes instead of number...
2018-10-30 Steinar H. GundersonFix some memory spikes.
2018-10-25 Steinar H. GundersonDo not try to show a frame until we've computed it...
2018-10-21 Steinar H. GundersonFix some libjpeg leaks.
2018-10-14 Steinar H. GundersonAssorted clang-format fixes (not complete).
2018-10-11 Steinar H. GundersonFix issues with displaying faded interpolating frames...
2018-10-10 Steinar H. GundersonImplement fades.
2018-10-10 Steinar H. GundersonMove Y'CbCr conversion into a common utility class.
2018-10-01 Steinar H. GundersonMake for somewhat cleaner shutdown.
2018-09-29 Steinar H. GundersonDecode 4:2:2 JPEGs via VA-API if available.
2018-09-25 Steinar H. GundersonFix JPEGFrameView behavior with Qt DPI scaling.
2018-09-21 Steinar H. GundersonAdd some 1-4 overlays on the previews.
2018-09-20 Steinar H. GundersonShow interpolated frames in the live window.
2018-09-20 Steinar H. GundersonSmall refactoring in JPEGFrameView.
2018-09-19 Steinar H. GundersonMake it possible to switch camera angles by clicking...
2018-09-15 Steinar H. GundersonMake VideoStream capable of using the shared JPEG cache...
2018-09-15 Steinar H. GundersonStart hacking in support for interpolated frames in...
2018-09-15 Steinar H. GundersonActually send the MJPEG frames on to the HTTP stream.
2018-06-16 Steinar H. GundersonFix yet more Y'CbCr crashes.
2018-06-16 Steinar H. GundersonFix crashes with 4:2:2 JPEGs.
2018-06-16 Steinar H. GundersonSupport JPEGs that are not 4:2:2.
2018-06-16 Steinar H. GundersonConvert Y'CbCr using Movit instead of in software with...
2018-06-15 Steinar H. GundersonWrite some drop counters to stderr.
2018-06-14 Steinar H. GundersonMake the JPEG decoding run asynchronously, in a separat...
2018-06-06 Steinar H. GundersonMake the JPEG frames update on demand.
2018-06-05 Steinar H. GundersonActually start showing JPEGs on the screen.