]> git.sesse.net Git - pkanalytics/history - video_widget.cpp
Support filtering passes by thrower and receiver.
[pkanalytics] / video_widget.cpp
2023-07-31 Steinar H. GundersonDo everything through QOpenGLFunctions, in case it...
2023-07-30 Steinar H. GundersonMove to using Qt's OpenGL function pointers.
2023-07-23 Steinar H. GundersonMake the video actually fit its intended size.
2023-07-23 Steinar H. GundersonFix a crash on exit.
2023-07-22 Steinar H. GundersonMove to a native OpenGL window.
2023-07-22 Steinar H. GundersonMake persistent PBOs for faster texture upload.
2023-07-22 Steinar H. GundersonMake Frame allocated on a freelist, in preparation...
2023-07-21 Steinar H. GundersonPropagate errors on video opening back to the UI.
2023-07-20 Steinar H. GundersonFix a contention issue.
2023-07-20 Steinar H. Gundersonstd::shared_ptr is surprisingly not thread-safe, so...
2023-07-20 Steinar H. GundersonFix a threading issue, where we would call into the...
2023-07-20 Steinar H. GundersonMake it possible to seek using the 4th and 5th mouse...
2023-07-17 Steinar H. GundersonFix absolute seeking when the base rate is not 1/1000.
2023-07-13 Steinar H. GundersonFix a deprecation warning, at the cost of more allocations.
2023-07-13 Steinar H. GundersonMake for smoother zooming/dragging, especially dragging.
2023-07-13 Steinar H. GundersonSupport dragging the picture around when we are zoomed.
2023-07-13 Steinar H. GundersonMake zooming a bit less sensitive.
2023-07-13 Steinar H. GundersonMake it possible to zoom the VideoWidget.
2023-07-13 Steinar H. GundersonDrop QVideoWidget.